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 --- shflow.tr.en | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 shflow.tr.en (limited to 'shflow.tr.en') diff --git a/shflow.tr.en b/shflow.tr.en new file mode 100644 index 0000000..ff2c4f1 --- /dev/null +++ b/shflow.tr.en @@ -0,0 +1,32 @@ +no_args=❌ No arguments specified. Use -f and -h or -g +missing_file=❌ Missing YAML file name after {flag} +missing_host=❌ Missing host name after {flag} +missing_group=❌ Missing group name after {flag} +version_path=Location: {path} +help_header=ShFlow — Lightweight and extensible automation with Shell +help_usage=Usage: shflow -f [-h | -g ] [options] +help_options=Options: +help_opt_file= -f, --file YAML playbook to execute +help_opt_host= -h, --host Individual host from inventory +help_opt_group= -g, --group Group of hosts from inventory +help_opt_quiet= --quiet Silence all output except errors +help_opt_verbose= --verbose Show detailed traces +help_opt_debug= --debug Debug mode with internal traces +help_opt_version= --version Show executable location +help_opt_help= --help Show this help +help_example=Example: +help_example_cmd= shflow -f tasks.yaml -g servers --verbose +unknown_option=❌ Unknown option: {opt} +no_playbook=❌ No playbook specified. Use -f +playbook_not_found=❌ Playbook not found: {file} +no_tasks=❌ No tasks found in the playbook. +group_not_found=❌ Group '{group}' not found in inventory. +no_host_specified=❌ No host specified. Use -h, -g, 'hosts:' or 'hostgroup:' in the playbook. +module_not_found=❌ Module not found: {module}.sh in known paths +function_not_found=❌ Function '{function}' not found in module +task_skipped=⏭️ Task SKIPPED "{name}" due to condition: {condition} +task_running=🔧 Running task: "{name}" (module: "{module}") +task_failed=⚠️ Task '{name}' failed on host '{host}' +ssh_user=👤 SSH user: {user} +host_info=🔧 Host: {host} ({ip}) +condition_met=🔍 Condition met: {condition} -- cgit v1.2.3