From aca8b408755f9041da9ee083c625de2a8d8c6785 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 22 Jan 2026 08:32:29 +0800 Subject: Refactor CLI command processing with new architecture --- resources/locales/jvn/en.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 resources/locales/jvn/en.yml (limited to 'resources/locales/jvn/en.yml') diff --git a/resources/locales/jvn/en.yml b/resources/locales/jvn/en.yml new file mode 100644 index 0000000..525d8c5 --- /dev/null +++ b/resources/locales/jvn/en.yml @@ -0,0 +1,35 @@ +process_error: + prepare_error: | + [[YELLOW]]Preparation Phase Error:[[/]] + %{error} + execute_error: | + [[RED]]Execution Phase Error:[[/]] + %{error} + render_error: | + [[YELLOW]]Rendering Phase Error:[[/]] + %{error} + + Tip: If you need to ignore error output, + please append the `--no-error-logs` parameter to the command. + + no_matching_command: | + No matching command found! + + ambiguous_command: | + Multiple commands found, unable to determine which one you want: + %{nodes} + + no_node_found: | + Unable to find command `%{node}` + + This is usually a compilation-phase issue, not a user input error. + Please use `jv -v -C` to get detailed version traceback and contact the developers. + + github: https://github.com/JustEnoughVCS/CommandLine/ + + parse_error: | + An error occurred while parsing your command arguments! + Please use `jv --help` to view help + + other: | + %{error} -- cgit