From 412f9a2caa9248d97ade098b7bb160f84b1ebce9 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 10 Jan 2026 06:10:59 +0800 Subject: Add editor mode for share command with --work flag --- resources/locales/en.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'resources/locales/en.yml') diff --git a/resources/locales/en.yml b/resources/locales/en.yml index f7cd4d4..0535ebf 100644 --- a/resources/locales/en.yml +++ b/resources/locales/en.yml @@ -271,7 +271,6 @@ jv: **FILE TRANSFER**: share - Share mapping to other sheets [[cyan]][REMOTE][[/]] share - Import share to current sheet [[cyan]][REMOTE][[/]] - share - Import mapping from other ref sheet [[cyan]][REMOTE][[/]] **FILE OPERATIONS**: move - Safely rename files [[cyan]][REMOTE][[/]] @@ -452,7 +451,12 @@ jv: jv share list - View incoming shares jv share see - View share details - **Tip**: The import command can use the following parameters + **Sharing Mode** + The `jv share ` command can use the following parameters + --work - Start editor mode for detailed sharing control + + **Import Mode** + The `jv share ` command can use the following parameters --safe - Safe import, reject all conflicts, this is the default scheme --skip - Skip all conflicting items --overwrite - Force overwrite conflicting mappings, dangerous operation @@ -583,6 +587,9 @@ jv: The sheet `%{sheet}` you specified does not exist in your context. If you are sure it exists, please use `jv update` to update the workspace. + no_description: | + Cannot provide share description! + sheet: align: no_direction: | @@ -1295,3 +1302,12 @@ editor: new_version: NEW content: arrow: -> + + share_editor: | + # You are using editor mode to share files to another sheet + # The following files will be shared to `%{sheet}` + + %{shared_files} + ---------------------------------------------------------------------- + # Fill in the update description here, + # tell the holder of `%{sheet}`, `%{holder}`, the specific details -- cgit