summaryrefslogtreecommitdiff
path: root/locales/help_docs/en.yml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-11-22 20:19:20 +0800
committer魏曹先生 <1992414357@qq.com>2025-11-22 20:19:20 +0800
commite579a2e9ffc1e24d30cd117966079c4a6a805fbf (patch)
tree7c7ff05e535b77a2a4bf4b4b0af9cd691341e43f /locales/help_docs/en.yml
parentfcff43f38ea3b83a554452ed8c11b0d295ad9dba (diff)
Update sheet align command structure and add completion
Diffstat (limited to 'locales/help_docs/en.yml')
-rw-r--r--locales/help_docs/en.yml40
1 files changed, 35 insertions, 5 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml
index f46b6ab..70e8044 100644
--- a/locales/help_docs/en.yml
+++ b/locales/help_docs/en.yml
@@ -266,11 +266,19 @@ jv:
jv sheet make <SHEET_NAME> - Create a new sheet for yourself
jv sheet drop <SHEET_NAME> - Drop the sheet for others to use
- **Align struct**:
- jv sheet align --list - View all items that need alignment
- jv sheet align [local/remote] - All based on local or remote location
- jv sheet align <ALIGN_TASK> [local/remote] - Choose based on local or remote location
- jv sheet align - Manually specify alignment method
+ **Align**:
+ jv sheet align - View all items that need alignment
+
+ For moved items:
+ jv sheet align <ITEM> [local/remote] - Align specified moved item
+ jv sheet align moved [local/remote] - Align all moved items
+
+ For lost items:
+ jv sheet align <ITEM> <CREATED_ITEM> - Point to created item to confirm move
+ jv sheet align <ITEM> confirm - Confirm this file is lost
+ jv sheet align lost confirm - Confirm all lost items
+
+ jv sheet align --work - Use editor mode to align files
Sheets are core concepts in JustEnoughVCS, each sheet represents an independent file collection.
You can switch work between different sheets, or export files from one sheet to another.
@@ -483,6 +491,16 @@ jv:
from_core: |
**Error**: `%{err}` (This error is from core call)
+ sheet:
+ align:
+ no_direction: |
+ Cannot confirm alignment direction!
+ **Tip**: Use local or remote to indicate whether you want to keep local or remote paths
+
+ align_item_not_found: |
+ Cannot find this alignment item!
+ **Tip**: Use `jv align` to view available alignment items
+
account:
no_user_dir: Cannot find user directory!
add: Failed to add account `%{account}`, please check if the account already exists.
@@ -595,6 +613,18 @@ jv:
tip_no_sheet: |
You don't have any sheets, you can use `jv make <SHEET_NAME>` to create a new sheet
+ align:
+ list: |
+ Your local workspace has the following alignment tasks pending:
+ %{tasks}
+
+ task_name: TASK
+ local_path: LOCAL_FILE
+ remote_path: REMOTE_FILE
+
+ no_changes: |
+ Great, there are no struct changes in the local workspace!
+
docs:
list:
header: |