summaryrefslogtreecommitdiff
path: root/core/modules/cron.tr.en
blob: 404c5f0f4d2d575ee7f286075cca37f74d73ad51 (plain)
1
2
3
4
5
6
7
8
9
10
11
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