diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:43:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:43:08 +0800 |
| commit | 84b004a421000c776f1009687562a47533d6cff7 (patch) | |
| tree | 39b6643003e19c231e280dd3ae57f4dd98351a76 /resources/locales/jvn/cmds/sheetedit/en.yml | |
| parent | 33c3965dd84d37c7170ab7193b7d268abe57aabd (diff) | |
Add sheetedit command for editing sheet files
Diffstat (limited to 'resources/locales/jvn/cmds/sheetedit/en.yml')
| -rw-r--r-- | resources/locales/jvn/cmds/sheetedit/en.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/resources/locales/jvn/cmds/sheetedit/en.yml b/resources/locales/jvn/cmds/sheetedit/en.yml new file mode 100644 index 0000000..8a439d2 --- /dev/null +++ b/resources/locales/jvn/cmds/sheetedit/en.yml @@ -0,0 +1,22 @@ +sheetedit: + editor: | + # Editing `%{file_dir}` + + # Index format: + # Upstream: id/ver + # Local: ~id/ver + + # Forward format: + # Latest Version: "Mapping" => "ID/VER" + # RefSheet Version: "Mapping" => "ID/VER" => "ref" + # Specific Version: "Mapping" == "ID/VER" + # Or: "Mapping" => "ID/VER" == "VER" + + %{info} + + # TIPS: After editing, save file and exit editor. + # It will be automatically written to the original file. + + mapping: Mapping + index_source: Index + forward: Forward |
