summaryrefslogtreecommitdiff
path: root/resources/locales/jvn/en.yml
blob: 46cd0c5230cd710e366324cc7e4b0c60cdcf55df (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
banner: |
  _banner_begin
  __  ████████                ████████
    ██▒▒▒▒▒▒▒▒██            ██▒▒▒▒▒▒▒▒██
    ██        ▒▒██        ██▒▒        ██    █████  ██    ██   ██████   █████
    ██          ▒▒████████▒▒          ██    ▒▒▒██  ██    ██   ██████  ██████
    ██            ▒▒▒▒▒▒▒▒            ██       ██  ██    ██  ███▒▒▒█  █▒▒▒▒█
    ██                                ██       ██  ██    ██  ███   ▒  ████ ▒
    ██                                ██       ██  ██    ██  ███      ▒████
    ██         ████      ████         ██       ██  ▒██  ██▒  ███       ▒▒▒██
    ██         ████      ████         ██    █  ██   ██  ██   ███   █  ██  ██
    ██         ████      ████         ██    █  ██   ▒████▒   ▒██████  ██████
    ██         ▒▒▒▒      ▒▒▒▒   █     ██    ▒████    ▒██▒     ██████  ▒████▒
    ██                         ██     ██     ▒▒▒▒     ▒▒      ▒▒▒▒▒▒   ▒▒▒▒
    ██                ██████████      ██
    ██                                ██    %{banner_line_1}
  __  ████████████████████████████████      %{banner_line_2}
  __  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒      %{banner_line_3}

process_error:
  no_matching_command: |
    No matching command found!
    Use `jvn -h` to get help

  no_matching_command_but_similar: |
    No matching command found, but similar commands were found:
      jvn %{similars}

    Use `jvn -h` to get help

  no_node_found: |
    Unable to find command `%{node}`

    This is usually a compilation-phase issue, not a user input error.
    Please use `jvn -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 `jvn <command> --help` to view help

  renderer_override_but_request_help: |
    Renderer override mode is enabled, but help output was requested.
    This is not expected.

    Tips: When using `--renderer` to specify a renderer, do not use `--help`.
          If you wish to suppress all output when an error occurs, use the `--no-error-logs` flag.

  other: |
    %{error}

  downcast_failed: |
    Type conversion failed!

    This is usually a compilation-phase issue, not a user input error.
    Please use `jvn -v -C` to get detailed version traceback and contact the developers.

    github: https://github.com/JustEnoughVCS/CommandLine/

prepare_error:
  io: |
    I/O error in preparation phase!
    %{error}

  error: |
    Unknown error in preparation phase!
    %{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 `jvn update` and try again.

  latest_info_not_found: |
    Unable to read latest upstream info!
    Use `jvn update` and try again.

  latest_file_data_not_exist: |
    Unable to read latest file info for member `%{member_id}`!
    Use `jvn update` and try again.

  cached_sheet_not_found: |
    Unable to read cached upstream sheet `%{sheet_name}`!
    Use `jvn 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!
    Please check if the current workspace is correctly configured with an upstream.
    Also, verify that a structure sheet is in use.

  no_sheet_in_use: |
    No sheet in use. Use `jvn use <structure_sheet_name>`.

execute_error:
  io: |
    I/O error in execution phase!
    %{error}

  error: |
    Error in execution phase!
    %{error}

render_error:
  io: |
    I/O error in rendering phase!
    %{error}

  error: |
    Error in rendering phase!
    %{error}

  serialize_failed: |
    Data serialization error!
    %{error}

  renderer_not_found: |
    Renderer `%{renderer_name}` not found!

  type_mismatch: |
    Render type mismatch!
    This is usually a compilation-phase issue, not a user input error.
    Please use `jvn -v -C` to get detailed version traceback and contact the developers.

    github: https://github.com/JustEnoughVCS/CommandLine/

io_error:
  not_found: |
    File or directory not found!
    Please check if the path is correct or if the file exists.
    %{raw_error}

  permission_denied: |
    Permission denied!
    Please check if you have sufficient permissions to access the file or directory.
    %{raw_error}

  connection_refused: |
    Connection refused!
    Please check if the target address and port are correct and if the service is running.
    %{raw_error}

  connection_reset: |
    Connection reset!
    The network connection was unexpectedly interrupted during transmission.
    %{raw_error}

  host_unreachable: |
    Host unreachable!
    Please check your network connection and the status of the target host.
    %{raw_error}

  network_unreachable: |
    Network unreachable!
    Please check your network connection and routing settings.
    %{raw_error}

  connection_aborted: |
    Connection aborted!
    The network connection was interrupted during establishment.
    %{raw_error}

  not_connected: |
    Not connected to network!
    Please check your network connection status.
    %{raw_error}

  addr_in_use: |
    Address already in use!
    Please try a different address or port.
    %{raw_error}

  addr_not_available: |
    Address not available!
    Please check if the address configuration is correct.
    %{raw_error}

  network_down: |
    Network is down!
    Please check your network connection.
    %{raw_error}

  broken_pipe: |
    Broken pipe!
    The communication pipe was interrupted during transmission.
    %{raw_error}

  already_exists: |
    File or directory already exists!
    Please try a different name or delete the existing file.
    %{raw_error}

  would_block: |
    Operation would block!
    The non-blocking operation could not be completed immediately.
    %{raw_error}

  not_a_directory: |
    Not a directory!
    Please check if the path points to a directory.
    %{raw_error}

  is_a_directory: |
    Is a directory!
    Please check if the path points to a file.
    %{raw_error}

  directory_not_empty: |
    Directory not empty!
    Please empty the directory contents first.
    %{raw_error}

  read_only_filesystem: |
    Read-only filesystem!
    Cannot write to a read-only filesystem.
    %{raw_error}

  stale_network_file_handle: |
    Stale network file handle!
    Please re-establish the connection.
    %{raw_error}

  invalid_input: |
    Invalid input!
    Please check if the input parameters are correct.
    %{raw_error}

  invalid_data: |
    Invalid data!
    Please check the data format and content.
    %{raw_error}

  timed_out: |
    Operation timed out!
    Please check your network connection or retry the operation.
    %{raw_error}

  write_zero: |
    Write zero bytes!
    The write operation did not write any data.
    %{raw_error}

  storage_full: |
    Storage full!
    Please free up disk space.
    %{raw_error}

  not_seekable: |
    File not seekable!
    This file does not support seek operations.
    %{raw_error}

  quota_exceeded: |
    Quota exceeded!
    Please check your disk quota settings.
    %{raw_error}

  file_too_large: |
    File too large!
    Please check the file size limit.
    %{raw_error}

  resource_busy: |
    Resource busy!
    Please try again later or release the occupied resource.
    %{raw_error}

  executable_file_busy: |
    Executable file busy!
    Please wait for the program to finish running.
    %{raw_error}

  deadlock: |
    Deadlock!
    Multiple operations are waiting for each other, preventing further execution.
    %{raw_error}

  crosses_devices: |
    Cross-device operation!
    The operation involves multiple devices, which is not supported.
    %{raw_error}

  too_many_links: |
    Too many links!
    The number of filesystem links exceeds the limit.
    %{raw_error}

  invalid_filename: |
    Invalid filename!
    Please check if the filename meets system requirements.
    %{raw_error}

  argument_list_too_long: |
    Argument list too long!
    Please reduce the number or length of arguments.
    %{raw_error}

  interrupted: |
    Operation interrupted!
    The operation was interrupted by a signal. Please retry.
    %{raw_error}

  unsupported: |
    Operation not supported!
    This operation is not supported by the current system or environment.
    %{raw_error}

  unexpected_eof: |
    Unexpected end of file!
    Encountered an unexpected end-of-file marker while reading.
    %{raw_error}

  out_of_memory: |
    Out of memory!
    System memory is insufficient to complete the operation.
    %{raw_error}

  other: |
    %{error}

logger:
  error: |
    ERROR
  warn: |
    WARN
  info: |
    INFO
  debug: |
    DEBUG
  trace: |
    TRACE

verbose:
  setup_progress: Progress bar initialized
  setup_verbose: Starting `Verbose` mode
  disable_helpdoc: Helpdoc Viewer disabled
  setup_i18n: Setting language to `%{lang}`
  setup_renderer: Setting renderer to `%{renderer}`
  redirect_to_version_command: Redirecting to `version` command
  no_error_logs: Disabling error output
  help: Help flag entered, command will not be executed
  confirmed: Confirmation flag entered, all commands will run without confirmation

  no_arguments: No command entered! Will output help information

  user_input: User input command `%{command}`

  process_success: Command executed successfully!
  process_fail: Command execution failed!

  print_render_result: Result has been rendered

  cmd_process_start: Starting to search nodes to match command ...
  cmd_match_no_node: Unable to find any matching command node
  cmd_match_matched_single: Found matching command node `%{node}`
  cmd_match_matched_multi: Matched multiple command nodes `%{nodes}`, selecting `${node} (most relevant)`

  cmd_process: Command execution starting!
  render_with_specific_renderer: Result will be rendered with the default renderer
  render_with_override_renderer: Result will be rendered with the override renderer (%{renderer})

  cmd_process_parse: Command will be converted to `%{t}`
  cmd_process_parse_failed: Failed to convert command to `%{t}`!

  cmd_process_prepare: Entering preparation phase, converting to `%{i}` and `%{c}` in parallel
  cmd_process_prepare_failed: Preparation phase failed!

  cmd_process_exec: Entering execution phase
  cmd_process_exec_failed: Execution phase failed!