summaryrefslogtreecommitdiff
path: root/resources/locales/jvn/en.yml
blob: 8768e6a2373c44bf75380f95cb35066d94efefeb (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
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

  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 `jv -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}

  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!
    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 `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!

  type_mismatch: |
    Render type mismatch!
    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/