diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
| commit | fb2ffa849a2cf9251cc274ebea5daa9898579787 (patch) | |
| tree | 53b87ee60ba7c6ee7b001221855a6f3bff7e8526 /resources/locales/jvn/cmds/workspace/sheet | |
| parent | 4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff) | |
Add shell completion system with descriptions and i18n support
Diffstat (limited to 'resources/locales/jvn/cmds/workspace/sheet')
| -rw-r--r-- | resources/locales/jvn/cmds/workspace/sheet/en.yml | 10 | ||||
| -rw-r--r-- | resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/resources/locales/jvn/cmds/workspace/sheet/en.yml b/resources/locales/jvn/cmds/workspace/sheet/en.yml index 0eaec26..4718afa 100644 --- a/resources/locales/jvn/cmds/workspace/sheet/en.yml +++ b/resources/locales/jvn/cmds/workspace/sheet/en.yml @@ -9,3 +9,13 @@ workspace_sheet: exactly_one_required: | Exactly one of `--new`, `--delete`, `--list-all`, or `--print-path` is required. You can use `jvn helpdoc commands/workspace/sheet` to view usage. + + comp: + list_all: | + List all structure sheets + print_path: | + Print the file path of the specified structure sheet + new: | + Create a new structure sheet + delete: | + Delete a structure sheet diff --git a/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml b/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml index 3998078..636a68f 100644 --- a/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml +++ b/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml @@ -9,3 +9,13 @@ workspace_sheet: exactly_one_required: | 需要指定 `--new`、`--delete`、`--list-all` 或 `--print-path` 中的任意符号 您可以使用 `jvn helpdoc commands/workspace/sheet` 来查看使用方式 + + comp: + list_all: | + 列出所有结构表 + print_path: | + 打印指定结构表的文件路径 + new: | + 创建一个新的结构表 + delete: | + 删除一个结构表 |
