From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- core/modules/cron.tr.en | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/modules/cron.tr.en (limited to 'core/modules/cron.tr.en') 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 -- cgit v1.2.3