aboutsummaryrefslogtreecommitdiff
path: root/resources/locales/jvn/cmds/workspace/sheet/en.yml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-04 15:58:37 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-04 15:58:37 +0800
commit2e9c78ce5997661a5668cc8bc0fd9d922c2320b8 (patch)
treefc335e949cd3d0e4de651d3aebf057814f0aeb49 /resources/locales/jvn/cmds/workspace/sheet/en.yml
parent027987c8bc497f93e7f1e3bc4b880f53b229fd04 (diff)
Add `--active` flag to workspace sheet commandmain
Diffstat (limited to 'resources/locales/jvn/cmds/workspace/sheet/en.yml')
-rw-r--r--resources/locales/jvn/cmds/workspace/sheet/en.yml12
1 files changed, 8 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