summaryrefslogtreecommitdiff
path: root/resources/locales/jvn/cmds/status/en.yml
blob: df0de191c024d3fad2a74d284437762345d28b42 (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
status:
  header: |
    You are viewing the status of `%{account}/%{sheet}`

  current_mode:
    structural: |
      Use `jv align <item> <plan>` to align or confirm moved, erased, or lost items
      %{info}
    content: |
      Use `jv track <mapping>` to track your changes
      %{info}
    clean: |
      No changes, clean workspace

  info_display:
    moved:
      header: |
        [[yellow]]> MOVED:[[/]]
      left: |
        [[yellow]]>   %{left}[[/]]
      right: |
        [[yellow]]->  %{right}[[/]]
    created:
      header: |
        [[green]]+ CREATED:[[/]]
      item: |
        [[green]]+   %{item}[[/]]
    lost:
      header: |
        [[red]]? LOST:[[/]]
      item: |
        [[red]]?   %{item}[[/]]
    erased:
      header: |
        [[magenta]]& ERASED:[[/]]
      item: |
        [[magenta]]&   %{item}[[/]]
    modified:
      header: |
        [[cyan]]* MODIFIED:[[/]]
      item: |
        [[cyan]]*   %{item}[[/]]
      item_wrong: |
        [[red]]X   %{item}[[/]]
        [[red]]    \____ %{reason}[[/]]
      reason:
        base_version_mismatch: Edited based on version `%{base_version}`, but the latest version is `%{latest_version}`
        modified_but_not_held: Edited and held by @%{holder}
        no_holder: Not held by anyone

  hints:
    outdate: |
      [[yellow]]Note: Workspace information is from %{h}:%{m}:%{s} ago. Please use `jv update` to refresh the status.[[/]]

    readonly: |
      [[yellow]]Note: You are accessing the reference sheet as a guest. You cannot perform any version advancement or structural edits![[/]]

    host: |
      [[yellow]]Note: You are accessing this sheet in HOST mode. You can now directly operate on mappings and content![[/]]