diff --git a/client/components/settings/settingBody.js b/client/components/settings/settingBody.js index 4a9517f81..e59281b23 100644 --- a/client/components/settings/settingBody.js +++ b/client/components/settings/settingBody.js @@ -115,7 +115,7 @@ BlazeComponent.extendComponent({ // Cron settings helpers migrationStatus() { - return 'idle'; // Placeholder + return TAPi18n.__('idle'); // Placeholder }, migrationProgress() { diff --git a/imports/i18n/data/en.i18n.json b/imports/i18n/data/en.i18n.json index 0038b5f57..e2ebcafc5 100644 --- a/imports/i18n/data/en.i18n.json +++ b/imports/i18n/data/en.i18n.json @@ -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" } diff --git a/imports/i18n/data/fi.i18n.json b/imports/i18n/data/fi.i18n.json index 7b6dab863..0f6cfd6b6 100644 --- a/imports/i18n/data/fi.i18n.json +++ b/imports/i18n/data/fi.i18n.json @@ -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" }