diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-04 15:58:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-04 15:58:37 +0800 |
| commit | 2e9c78ce5997661a5668cc8bc0fd9d922c2320b8 (patch) | |
| tree | fc335e949cd3d0e4de651d3aebf057814f0aeb49 /resources/locales/jvn/cmds/workspace/sheet | |
| parent | 027987c8bc497f93e7f1e3bc4b880f53b229fd04 (diff) | |
Add `--active` flag to workspace sheet commandmain
Diffstat (limited to 'resources/locales/jvn/cmds/workspace/sheet')
| -rw-r--r-- | resources/locales/jvn/cmds/workspace/sheet/en.yml | 12 | ||||
| -rw-r--r-- | resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml | 4 |
2 files changed, 12 insertions, 4 deletions
diff --git a/resources/locales/jvn/cmds/workspace/sheet/en.yml b/resources/locales/jvn/cmds/workspace/sheet/en.yml index 4718afa..176e8cc 100644 --- a/resources/locales/jvn/cmds/workspace/sheet/en.yml +++ b/resources/locales/jvn/cmds/workspace/sheet/en.yml @@ -1,5 +1,7 @@ workspace_sheet: error: + sheet_name_required_for_active: | + Sheet name is required for `--active` sheet_name_required_for_new: | Sheet name is required for `--new` sheet_name_required_for_delete: | @@ -11,11 +13,13 @@ workspace_sheet: You can use `jvn helpdoc commands/workspace/sheet` to view usage. comp: + active: | + Activate a specified struct sheet list_all: | - List all structure sheets + List all struct sheets print_path: | - Print the file path of the specified structure sheet + Print the file path of the specified struct sheet new: | - Create a new structure sheet + Create a new struct sheet delete: | - Delete a structure sheet + Delete a struct sheet diff --git a/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml b/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml index 636a68f..5184791 100644 --- a/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml +++ b/resources/locales/jvn/cmds/workspace/sheet/zh-CN.yml @@ -1,5 +1,7 @@ workspace_sheet: error: + sheet_name_required_for_active: | + 对于符号 `--active`,需要显式指定 `结构表` 名称 sheet_name_required_for_new: | 对于符号 `--new`,需要显式指定 `结构表` 名称 sheet_name_required_for_delete: | @@ -11,6 +13,8 @@ workspace_sheet: 您可以使用 `jvn helpdoc commands/workspace/sheet` 来查看使用方式 comp: + active: | + 激活指定的结构表 list_all: | 列出所有结构表 print_path: | |
