diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-23 09:42:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-23 09:42:09 +0800 |
| commit | f9fa7d65d775959efbc9609ccafd1fdce76129e4 (patch) | |
| tree | 111fc1933cfbe4bdc4e82207f53b6c1b74cc35e3 /resources/locales/jvn/cmds/status/en.yml | |
| parent | aee17b68b2b213553cd06406a3a5713ec91f374d (diff) | |
Add localization and refactor status command output
Diffstat (limited to 'resources/locales/jvn/cmds/status/en.yml')
| -rw-r--r-- | resources/locales/jvn/cmds/status/en.yml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/resources/locales/jvn/cmds/status/en.yml b/resources/locales/jvn/cmds/status/en.yml new file mode 100644 index 0000000..df0de19 --- /dev/null +++ b/resources/locales/jvn/cmds/status/en.yml @@ -0,0 +1,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![[/]] |
