Updated translations.

This commit is contained in:
Lauri Ojansivu 2025-10-13 23:33:27 +03:00
parent 289ff0127e
commit 283d2ee09c
3 changed files with 11 additions and 3 deletions

View file

@ -115,7 +115,7 @@ BlazeComponent.extendComponent({
// Cron settings helpers
migrationStatus() {
return 'idle'; // Placeholder
return TAPi18n.__('idle'); // Placeholder
},
migrationProgress() {

View file

@ -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"
}

View file

@ -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"
}