summaryrefslogtreecommitdiff
path: root/core/modules/cron.tr.en
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/cron.tr.en')
-rw-r--r--core/modules/cron.tr.en12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/modules/cron.tr.en b/core/modules/cron.tr.en
new file mode 100644
index 0000000..404c5f0
--- /dev/null
+++ b/core/modules/cron.tr.en
@@ -0,0 +1,12 @@
+missing_args=❌ [cron] Missing required arguments: 'user' and 'state'
+user_not_found=❌ [cron] User '{user}' does not exist on the system
+checking=🕒 [cron] Checking cron entries for user '{user}'...
+list=📋 [cron] Current entries for '{user}':
+no_entries=⚠️ [cron] No visible entries
+removed=➖ [cron] Entry '{alias}' successfully removed
+not_found=⚠️ [cron] Entry '{alias}' not found, nothing removed
+missing_present=❌ [cron] For 'present', alias, schedule and command are required
+added=➕ [cron] Entry '{alias}' successfully created/modified
+unsupported=❌ [cron] Unknown state: '{state}'. Use 'present', 'absent' or 'list'
+missing_sudo=❌ [cron] 'sudo' command is not available
+deps_ok=✅ [cron] Dependencies OK