diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-02 22:30:35 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-02 22:30:35 +0800 |
| commit | a5816f7174883472d1086c0f90ef93a72bb8d086 (patch) | |
| tree | 390190b161d9c90639c5a1ab71f8c2bf5285045a /locales | |
| parent | 80c00121e5f4b8093011022d146e9ff13d587d02 (diff) | |
| parent | 34ec4f680defde8e927e316df951cce0b281bee5 (diff) | |
Merge branch 'docs'
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/help_docs/en.yml | 63 | ||||
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 59 |
2 files changed, 60 insertions, 62 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 0878ee1..4464afe 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -10,20 +10,20 @@ jvv: * With great power comes great responsibility * **VAULT**: - create <NAME> Create a vault in the given directory name - init Create a vault in the current directory + create <NAME> - Create a vault in the given directory name + init - Create a vault in the current directory **QUERY**: - here Query information about the current vault + here - Query information about the current vault **MEMBERS**: member [list|register|remove] - list List members - register <MEMBER_NAME> Register a member - remove <MEMBER_NAME> Remove a member + list - List members + register <MEMBER_NAME> - Register a member + remove <MEMBER_NAME> - Remove a member **SERVICES**: - service listen Run the server + service listen - Run the server Additionally, you can use jvv <CMD_NAME> --help to query more detailed help! @@ -140,48 +140,49 @@ jv: This program connects to upstream vaults to synchronize and commit changes to local workspace files for collaborative work. **ALIASES**: - jv u Download latest information, jv t Track files, jv mv -a Auto-move files, jv in/out Import or export files + jv u - Download latest information + jv t - Track files + jv mv -a - Auto-move files + jv [in|out] - Import or export files **WORKSPACE**: - create <NAME> Create workspace - init Create workspace in current directory + create <NAME> - Create workspace + init - Create workspace in current directory **UPSTREAM VAULT**: - direct <UPSTREAM> Direct workspace to upstream vault - unstain Unstain workspace, clear association + direct <UPSTREAM> - Direct workspace to upstream vault + unstain - Unstain workspace, clear association **ACCOUNTS**: account [list|as|add|remove|movekey] - list List accounts - as <ACCOUNT_NAME> Switch account in workspace - add <ACCOUNT_NAME> Add account to this computer - remove <ACCOUNT_NAME> Remove account from computer - movekey <ACCOUNT_NAME> <PRIVATE_KEY_FILE> Move private key file to specified account + list - List accounts + as <ACCOUNT_NAME> - Switch account in workspace + add <ACCOUNT_NAME> - Add account to this computer + remove <ACCOUNT_NAME> - Remove account from computer + movekey <NAME> <KEY_FILE> - Move private key file to specified account **SYNC**: - update Download latest information + update - Download latest information **SHEETS**: sheet [list|use|exit] - list List all sheets - use Use sheet, start work - exit Exit sheet, clear current modifications + list - List all sheets + use - Use sheet, start work + exit - Exit sheet, clear current modifications **FILE TRANSFER** - import <PACKAGE_NAME> Import files from import area - import <REFERENCE_SHEET_PATH> Import files from reference sheet - export <FILE> <SHEET_NAME> -m <DESCRIPTION> -n <PACKAGE_NAME> Export files to other sheets + import <PACKAGE_NAME> - Import files from import area + import <REFERENCE_SHEET_PATH> - Import files from reference sheet + export <FILE> <SHEET_NAME> -m <DESCRIPTION> -n <PACKAGE_NAME> - Export files to other sheets **FILE OPERATIONS** - move <FILE> <TO> Safely rename files - move auto Automatically handle local file moves or renames - track <FILE> Track and upload files to upstream vault + move <FILE> <TO> - Safely rename files + move auto - Automatically handle local file moves or renames + track <FILE> - Track and upload files to upstream vault **DOCUMENTATION** - docs list List all available documentation - docs <DOC_NAME> View content of specified documentation - or jv docs <DOC_NAME> -e - Return temporary path of specific documentation for editor opening - **Example**: jv docs get-started -e | nano + docs list - List all available documentation + docs <DOC_NAME> - View content of specified documentation You can use jv <COMMAND_NAME> --help to query more detailed help! diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 82a71e2..3ed70a9 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -9,20 +9,20 @@ jvv: **注意**:它能直接操作库的数据,请谨慎使用!*(能力越大,责任越大)* **创建库**: - create <名称> 在给定的目录名称中创建库 - init 在当前目录中创建库 + create <名称> - 在给定的目录名称中创建库 + init - 在当前目录中创建库 **查询**: - here 查询当前库的信息 + here - 查询当前库的信息 **成员管理**: member [list|register|remove] - list 列出成员 - register <成员名称> 注册成员 - remove <成员名称> 移除成员 + list - 列出成员 + register <成员名称> - 注册成员 + remove <成员名称> - 移除成员 **服务**: - service listen 运行服务端 + service listen - 运行服务端 另外,您可以使用 jvv <命令名称> --help 来查询更详细的帮助! @@ -137,48 +137,45 @@ jv: jv u 下载最新信息,jv t 追踪文件,jv mv -a 自动移动文件,jv in/out 导入或导出文件 **工作区**: - create <名称> 创建工作区 - init 当前目录创建工作区 + create <名称> - 创建工作区 + init - 当前目录创建工作区 **上游库**: - direct <上游地址> 定向到工作区到上游库 - - unstain 祛色工作区,清除关联 + direct <上游地址> - 定向到工作区到上游库 + unstain - 祛色工作区,清除关联 **账户**: account [list|as|add|remove|movekey] - list 列出所有账户 - as <账户名称> 设置该工作区使用的账户 + list - 列出所有账户 + as <账户名称> - 设置该工作区使用的账户 - add <账户名称> 为当前计算机添加账户 - remove <账户名称> 从计算机删除账户 + add <账户名称> - 为当前计算机添加账户 + remove <账户名称> - 从计算机删除账户 - movekey <账户名称> <私钥文件> 移动私钥文件到指定账户 + movekey <账户> <私钥> - 移动私钥文件到指定账户 **信息同步**: - update 下载最新的信息 + update - 下载最新的信息 **表操作**: sheet [list|use|exit] - list 列出所有表 - use 使用表,并开始工作 - exit 退出表,清除当前修改 + list - 列出所有表 + use - 使用表,并开始工作 + exit - 退出表,清除当前修改 **文件传递** - import <文件包名称> 从导入区导入文件 - import <参照表中目录> 从参照表导入文件 - export <文件> <表名称> -m <描述> -n <文件包名称> 导出文件到其他表 + import <文件包名称> - 从导入区导入文件 + import <参照表中目录> - 从参照表导入文件 + export <文件> <表名称> -m <描述> -n <文件包名称> - 导出文件到其他表 **文件操作** - move <文件> <到> 安全地重命名文件 - move auto 自动处理本地文件的移动或重命名 - track <文件> 追踪、上传文件到上游库 + move <文件> <到> - 安全地重命名文件 + move auto - 自动处理本地文件的移动或重命名 + track <文件> - 追踪、上传文件到上游库 **内建文档** - docs list 列出所有可用的文档 - docs <文档名称> 查看指定文档的内容 - 或 jv docs <文档名称> -e 返回特定文档的临时路径以供编辑器打开 - **例如**:jv docs get-started -e | nano + docs list - 列出所有可用的文档 + docs <文档名称> - 查看指定文档的内容 您可以使用 jv <命令名称> --help 来查询更详细的帮助! |
