mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated translations.
This commit is contained in:
parent
289ff0127e
commit
283d2ee09c
3 changed files with 11 additions and 3 deletions
|
|
@ -115,7 +115,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
// Cron settings helpers
|
||||
migrationStatus() {
|
||||
return 'idle'; // Placeholder
|
||||
return TAPi18n.__('idle'); // Placeholder
|
||||
},
|
||||
|
||||
migrationProgress() {
|
||||
|
|
|
|||
|
|
@ -1485,5 +1485,9 @@
|
|||
"total-operations": "Total Operations",
|
||||
"total-size": "Total Size",
|
||||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight"
|
||||
"weight": "Weight",
|
||||
"idle": "Idle",
|
||||
"complete": "Complete",
|
||||
"add-cron-job": "Add Scheduled Job",
|
||||
"cron": "Cron"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1483,5 +1483,9 @@
|
|||
"stop-all-migrations": "Pysäytä kaikki siirrot",
|
||||
"test-s3-connection": "Testaa S3 yhteys",
|
||||
"writable-path": "Kirjoitettava polku",
|
||||
"writable-path-description": "Perushakemistopolku tiedostojen tallennukseen"
|
||||
"writable-path-description": "Perushakemistopolku tiedostojen tallennukseen",
|
||||
"idle": "Tyhjäkäynti",
|
||||
"complete": "Valmis",
|
||||
"add-cron-job": "Lisää ajastettu työ",
|
||||
"cron": "Ajastus"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue