summaryrefslogtreecommitdiff
path: root/resources/locales/jvn/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/locales/jvn/en.yml')
-rw-r--r--resources/locales/jvn/en.yml35
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}