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/en.yml | |
| 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/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 6 |
1 files changed, 4 insertions, 2 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: | |
