blob: d7dead37697edf7957ce051f89b48ea26a0a2537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
help: |
NO
process_error:
no_matching_command: |
No matching command found!
Use `jv -h` to get help
no_matching_command_but_similar: |
No matching command found, but similar commands were found:
jv %{similars}
Use `jv -h` to get help
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}
prepare_error:
io: |
I/O error in preparation phase!
Error: %{error}
error: |
Unknown error in preparation phase!
Error: %{error}
local_workspace_not_found: |
Local workspace not found!
Create or enter a workspace directory first.
local_config_not_found: |
Failed to read workspace config. File may not exist or format mismatch.
Use `jv update` and try again.
latest_info_not_found: |
Unable to read latest upstream info!
Use `jv update` and try again.
latest_file_data_not_exist: |
Unable to read latest file info for member `%{member_id}`!
Use `jv update` and try again.
cached_sheet_not_found: |
Unable to read cached upstream sheet `%{sheet_name}`!
Use `jv update` and try again.
local_sheet_not_found: |
Unable to read local sheet `%{sheet_name}` for member `%{member_id}`.
local_status_analyze_failed: |
Failed to analyze local workspace!
no_sheet_in_use: |
No sheet in use. Use `jv use <structure_sheet_name>`.
execute_error:
io: |
I/O error in execution phase!
Error: %{error}
error: |
Error in execution phase!
Error: %{error}
render_error:
io: |
I/O error in rendering phase!
Error: %{error}
error: |
Error in rendering phase!
Error: %{error}
serialize_failed: |
Data serialization error!
Error: %{error}
renderer_not_found: |
Renderer `%{renderer_name}` not found!
|