Browse Source

Updated translations.

Lauri Ojansivu 1 week ago
parent
commit
283d2ee09c

+ 1 - 1
client/components/settings/settingBody.js

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

+ 5 - 1
imports/i18n/data/en.i18n.json

@@ -1485,5 +1485,9 @@
   "total-operations": "Total Operations",
   "total-operations": "Total Operations",
   "total-size": "Total Size",
   "total-size": "Total Size",
   "unmigrated-boards": "Unmigrated Boards",
   "unmigrated-boards": "Unmigrated Boards",
-  "weight": "Weight"
+  "weight": "Weight",
+  "idle": "Idle",
+  "complete": "Complete",
+  "add-cron-job": "Add Scheduled Job",
+  "cron": "Cron"
 }
 }

+ 5 - 1
imports/i18n/data/fi.i18n.json

@@ -1483,5 +1483,9 @@
   "stop-all-migrations": "Pysäytä kaikki siirrot",
   "stop-all-migrations": "Pysäytä kaikki siirrot",
   "test-s3-connection": "Testaa S3 yhteys",
   "test-s3-connection": "Testaa S3 yhteys",
   "writable-path": "Kirjoitettava polku",
   "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"
 }
 }