diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-22 08:32:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-22 08:32:29 +0800 |
| commit | aca8b408755f9041da9ee083c625de2a8d8c6785 (patch) | |
| tree | 5747d389d5218ccf39e2153ae1346f7b5bfe8fb8 /resources/locales/jvn/en.yml | |
| parent | 0d614f3e2104e9b840ebc7e53a6caa6af1671636 (diff) | |
Refactor CLI command processing with new architecture
Diffstat (limited to 'resources/locales/jvn/en.yml')
| -rw-r--r-- | resources/locales/jvn/en.yml | 35 |
1 files changed, 35 insertions, 0 deletions
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 <command> --help` to view help + + other: | + %{error} |
