diff options
Diffstat (limited to 'resources/locales')
| -rw-r--r-- | resources/locales/en.yml | 20 | ||||
| -rw-r--r-- | resources/locales/zh-CN.yml | 19 |
2 files changed, 35 insertions, 4 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 diff --git a/resources/locales/zh-CN.yml b/resources/locales/zh-CN.yml index 9464966..655a20c 100644 --- a/resources/locales/zh-CN.yml +++ b/resources/locales/zh-CN.yml @@ -263,7 +263,6 @@ jv: **文件传递**: share <文件> <表> <描述> - 分享映射到其他表 [[cyan]][远程][[/]] share <分享ID> - 将分享导入到当前表 [[cyan]][远程][[/]] - share <REF表> <文件> - 从其他参考表中导入映射 [[cyan]][远程][[/]] **文件操作**: move <文件> <到> - 安全地重命名文件 [[cyan]][远程][[/]] @@ -444,7 +443,12 @@ jv: jv share list - 查看传入的分享 jv share see - 查看分享的详情 - **提示**:import 命令可使用如下参数 + **分享模式** + `jv share <文件> <表>` 命令可使用如下参数 + --work - 启动编辑器模式,进行详细的分享控制 + + **导入模式** + `jv share <分享ID>` 命令可使用如下参数 --safe - 安全导入,拒绝所有冲突,这是默认的方案 --skip - 跳过所有冲突项 --overwrite - 强制覆盖冲突的映射,危险的操作 @@ -574,6 +578,9 @@ jv: 您所给出的表 `%{sheet}` 在您的上下文中并不存在 若您确定它存在,请使用 `jv update` 更新工作区 + no_description: | + 无法给定分享描述! + sheet: align: no_direction: | @@ -1285,3 +1292,11 @@ editor: new_version: 新 content: arrow: -> + + share_editor: | + # 您正在使用编辑器模式分享文件至其他表 + # 以下文件将被分享至 `%{sheet}`: + + %{shared_files} + ---------------------------------------------------------------------- + # 此处填写更新描述,告诉 `%{sheet}` 的持有者 `%{holder}` 具体事项 |
