From 3491ce1b0ae818eb834bd9ae9dccb82bf40e75fd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 3 Jan 2026 15:17:08 +0800 Subject: Update sheet list display and share command help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- locales/help_docs/en.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'locales/help_docs/en.yml') 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: | -- cgit