Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6b64a4a83 |
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user