diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-19 15:39:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-19 15:39:02 +0800 |
| commit | 6e0c9967d09a3ab8f0c1fcceb91ea9c7a7a800ed (patch) | |
| tree | 081aab1f329ecff906d71f1091ff6540f0da63a7 /resources/locales | |
| parent | 6e7781a62c00b4329e15d9aba365afff4b601128 (diff) | |
Make sheetedit and sheetdump accept stdin or file argument
Diffstat (limited to 'resources/locales')
| -rw-r--r-- | resources/locales/jvn/cmds/sheetedit/en.yml | 5 | ||||
| -rw-r--r-- | resources/locales/jvn/cmds/sheetedit/zh-CN.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/resources/locales/jvn/cmds/sheetedit/en.yml b/resources/locales/jvn/cmds/sheetedit/en.yml index 8a439d2..9c3e15f 100644 --- a/resources/locales/jvn/cmds/sheetedit/en.yml +++ b/resources/locales/jvn/cmds/sheetedit/en.yml @@ -20,3 +20,8 @@ sheetedit: mapping: Mapping index_source: Index forward: Forward + + error: + no_file_input: | + No file specified for parsing + Use `jvn sheetedit <sheet_file>` to edit diff --git a/resources/locales/jvn/cmds/sheetedit/zh-CN.yml b/resources/locales/jvn/cmds/sheetedit/zh-CN.yml index 6352d36..cd95a52 100644 --- a/resources/locales/jvn/cmds/sheetedit/zh-CN.yml +++ b/resources/locales/jvn/cmds/sheetedit/zh-CN.yml @@ -19,3 +19,8 @@ sheetedit: mapping: 映射地址 index_source: 索引源 forward: 前方 + + error: + no_file_input: | + 没有指定需要解析的文件 + 使用 `jvn sheetedit <文件>` 来编辑 |
