From 706de616460a8b3698accca679e44a98ab5c00aa Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 3 Jan 2026 15:15:43 +0800 Subject: Add break option to align moved command --- locales/help_docs/en.yml | 3 +++ locales/help_docs/zh-CN.yml | 2 ++ 2 files changed, 5 insertions(+) (limited to 'locales/help_docs') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index ac8dc8c..f03d5b8 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -316,6 +316,7 @@ jv: For moved items: jv sheet align [local/remote] - Align specified moved item jv sheet align moved [local/remote] - Align all moved items + jv sheet align moved break - Break all move items For lost items: jv sheet align - Point to created item to confirm move @@ -778,6 +779,8 @@ jv: **Suggestion**: Align [[yellow]]Moved Items[[/]], confirm the move is based on Local or Remote **Example**: Use `jv align moved [local|remote]` to batch align or use `jv align %{example_moved} [local|remote]` to precisely align a move + If this move is not what you expected, + use `jv align %{example_moved} break` to break them **Align to Local**: Online , modify the upstream mapping to the local location **Align to Remote**: Offline, move the local file to the upstream location diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index ffa566d..ca1f131 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -770,6 +770,8 @@ jv: **建议**:对齐 [[yellow]]移动项[[/]],确认移动基于 本地 或 远程 **例如**:使用 `jv align moved [local|remote]` 批量对齐 或使用 `jv align %{example_moved} [local|remote]` 精确对齐移动 + 若该移动并非您期望的, + 使用 `jv align %{example_moved} break` 断开它们 **对齐至本地**:联网,修改上游映射至本地位置 **对齐至远程**:脱机,将本地文件移至上游位置 -- cgit