Compare commits

...
Author SHA1 Message Date
Jeppe B a6b64a4a83 Link duplicate cron i18n labels 2026-07-09 12:36:31 +02:00
2 changed files with 14 additions and 14 deletions
+7 -7
View File
@@ -2093,7 +2093,7 @@
"seconds": "Every {value} s"
},
"loading": "Loading cron tasks...",
"nav": "Cron tasks",
"nav": "@:{'cron.title'}",
"replication": "Replication",
"states": {
"disabled": "Disabled",
@@ -2111,21 +2111,21 @@
},
"subtitle": "Configure schedules, run tasks manually, and inspect recent cron execution.",
"summary": {
"due": "Due",
"enabled": "Enabled",
"due": "@:{'words.generated.due'}",
"enabled": "@:{'cron.states.enabled'}",
"next": "Next run",
"total": "Tasks"
},
"system_nav": "System",
"table": {
"actions": "Actions",
"enabled": "Enabled",
"enabled": "@:{'cron.states.enabled'}",
"estimate": "Estimate",
"module": "Module",
"next_run": "Next run",
"next_run": "@:{'cron.summary.next'}",
"schedule": "Schedule",
"status": "Status",
"task": "Task"
"status": "@:{'cron.history.status'}",
"task": "@:{'cron.history.task'}"
},
"title": "Cron tasks"
},
@@ -31,7 +31,7 @@
"seconds": "Every {value} s"
},
"loading": "Loading cron tasks...",
"nav": "Cron tasks",
"nav": "@:{'cron.title'}",
"replication": "Replication",
"states": {
"disabled": "Disabled",
@@ -49,21 +49,21 @@
},
"subtitle": "Configure schedules, run tasks manually, and inspect recent cron execution.",
"summary": {
"due": "Due",
"enabled": "Enabled",
"due": "@:{'words.generated.due'}",
"enabled": "@:{'cron.states.enabled'}",
"next": "Next run",
"total": "Tasks"
},
"system_nav": "System",
"table": {
"actions": "Actions",
"enabled": "Enabled",
"enabled": "@:{'cron.states.enabled'}",
"estimate": "Estimate",
"module": "Module",
"next_run": "Next run",
"next_run": "@:{'cron.summary.next'}",
"schedule": "Schedule",
"status": "Status",
"task": "Task"
"status": "@:{'cron.history.status'}",
"task": "@:{'cron.history.task'}"
},
"title": "Cron tasks"
}