diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-10 06:10:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-10 06:10:59 +0800 |
| commit | 412f9a2caa9248d97ade098b7bb160f84b1ebce9 (patch) | |
| tree | b348af45c20c735a8a1ebd24022f1fc938355c90 /resources/locales/en.yml | |
| parent | b97a5ac6300e23bd15172e52e7ad0a9f06dc2530 (diff) | |
Add editor mode for share command with --work flag
Diffstat (limited to 'resources/locales/en.yml')
| -rw-r--r-- | resources/locales/en.yml | 20 |
1 files changed, 18 insertions, 2 deletions
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 <FILE> <SHEET> <DESC> - Share mapping to other sheets [[cyan]][REMOTE][[/]] share <SHARE_ID> - Import share to current sheet [[cyan]][REMOTE][[/]] - share <REF_SHEET> <FILE> - Import mapping from other ref sheet [[cyan]][REMOTE][[/]] **FILE OPERATIONS**: move <FILE> <TO> - 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 <FILE> <SHEET>` command can use the following parameters + --work - Start editor mode for detailed sharing control + + **Import Mode** + The `jv share <SHARE_ID>` 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 |
