diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-03 15:17:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-03 15:17:08 +0800 |
| commit | 3491ce1b0ae818eb834bd9ae9dccb82bf40e75fd (patch) | |
| tree | af8cf882e29b435d76582749fb7f56541fffad67 /locales/help_docs | |
| parent | 3dc42ff0249150e13e05d6862d70df50b1d6b395 (diff) | |
Update sheet list display and share command help text
- Change "YOURS" to "VISIBLE TO YOU" and "您的表" to "您可见的表"
- Add reference sheet suffix indicator for reference sheets
- Update Chinese share command help text to clarify mapping operations
- Rename sheet list variables for clarity (my_sheets → visible_sheets,
other_sheets → invisible_sheets)
- Show status automatically after switching sheets
Diffstat (limited to 'locales/help_docs')
| -rw-r--r-- | locales/help_docs/en.yml | 6 | ||||
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index f03d5b8..94ed6b8 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -733,11 +733,13 @@ jv: sheet: list: your_sheet: | - **YOURS**: + **VISIBLE TO YOU**: your_sheet_item: | %{number}. %{name} your_sheet_item_use: | - %{number}. %{name} (CURRENT) + %{number}. %{name} [Current] + reference_sheet_suffix: | + [REF] other_sheet: | **OTHERS**: other_sheet_item: | diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index ca1f131..d8a8014 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -130,7 +130,7 @@ jvv: vault_init_failed: 初始化库失败! size_calc_error: 计算库存储大小失败! member_ids_failed: 获得成员 ID 失败! - ref_sheet_not_found: 未找到参照表 `ref`,该参照表理应存在! + ref_sheet_not_found: 未找到参考表 `ref`,该参考表理应存在! create: not_empty: 禁止的操作!指定的目录已经存在 @@ -255,9 +255,9 @@ jv: info <文件> - 显示单个文件的状态 **文件传递**: - share <文件> <表> <描述> - 分享当前上下文的文件至其他表 [[cyan]][远程][[/]] - share import <分享ID> - 将分享导入到当前表 [[cyan]][远程][[/]] - share status - 显示当前表的分享状态 + share <文件> <表> <描述> - 分享映射到其他表 [[cyan]][远程][[/]] + share <分享ID> - 将分享导入到当前表 [[cyan]][远程][[/]] + share <REF表> <文件> - 从其他参考表中导入映射 [[cyan]][远程][[/]] **文件操作**: move <文件> <到> - 安全地重命名文件 [[cyan]][远程][[/]] @@ -723,11 +723,13 @@ jv: sheet: list: your_sheet: | - **您的表**: + **您可见的表**: your_sheet_item: | %{number}. %{name} your_sheet_item_use: | - %{number}. %{name}(当前) + %{number}. %{name} [[green]][当前][[/]] + reference_sheet_suffix: | + [参考] other_sheet: | **其他表**: other_sheet_item: | |
