diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-16 21:19:58 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-16 21:19:58 +0800 |
| commit | e7201c79b6a39394fb936d91d2e75f11658d075d (patch) | |
| tree | da5a38507b1f8812f79cd05712be7c393a916209 | |
| parent | c1bfc4edd9d8006cc2e29be5731cfd929f27637d (diff) | |
Fix YAML indentation in help documentation files
| -rw-r--r-- | locales/help_docs/en.yml | 17 | ||||
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 14 |
2 files changed, 8 insertions, 23 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 3287781..7a6d41a 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -98,8 +98,7 @@ jvv: set_current_dir: Failed to set current directory to %{dir} here: - cfg_not_found: - Could not find vault configuration! + cfg_not_found: Could not find vault configuration! If you wish to use this directory as a vault, please use jvv init --help to view related help vault_init_failed: Failed to initialize vault! @@ -332,15 +331,15 @@ jv: **Tip**: Use `jv here --desc` to view the last update description for local files status: | - **Display Current Sheet Status Information** - **Usage**: jv status + **Display Current Sheet Status Information** + **Usage**: jv status - Displays the file modification status of the current sheet: - - Added, deleted files - - Moved files - - Modified files + Displays the file modification status of the current sheet: + - Added, deleted files + - Moved files + - Modified files - This is a quick way to understand the current file status of the sheet. + This is a quick way to understand the current file status of the sheet. track: | **Track or Pull Files** diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 88aa620..54fcb1e 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -262,7 +262,6 @@ jv: 账户是本地计算机上的身份标识,每个账户可以关联不同的私钥 您需要先设置账户才能与上游库进行交互 - sheet: | **管理表** **用法**: @@ -295,7 +294,6 @@ jv: 表是 JustEnoughVCS 中的核心概念,每张表代表一块独立的文件结构 您可以在不同的表之间切换工作,或者将文件从一张表导出到另一张表 - create: | **创建指定名称的工作区** **用法**:jv create <工作区名称> @@ -305,7 +303,6 @@ jv: 工作区是您本地的工作环境,用于与上游库进行文件同步和版本控制 - init: | **在此目录创建工作区** **用法**:jv init @@ -314,7 +311,6 @@ jv: 如果当前目录不为空,该操作将会失败,请确保在空目录中执行此命令 - here: | **查询此处目录信息** **用法**:jv here @@ -337,7 +333,6 @@ jv: 这是了解当前表文件状态的快速方式 - track: | **追踪或拉取文件** **用法**:jv track <文件路径> @@ -349,7 +344,6 @@ jv: 追踪文件是版本控制的基础操作,确保您的上游和本地文件时刻都是最新的 - hold: | **拿取文件:从上游库获得该文件的编辑权** **用法**:jv hold <文件路径> @@ -360,7 +354,6 @@ jv: 编辑完成后,请记得追踪文件以保存更改 - throw: | **丢弃文件:从上游库放弃该文件的编辑权** **用法**:jv throw <文件路径> @@ -371,7 +364,6 @@ jv: 如果您对文件进行了更改但尚未追踪,丢弃操作会丢失这些更改 - move: | **移动映射** **用法**: @@ -396,7 +388,6 @@ jv: 其他协作者可以在目标表中使用 jv import 命令来导入这些文件 - import: | **导入文件到当前表** **用法**: @@ -409,7 +400,6 @@ jv: 导入操作会将文件从其他表或导入区复制到当前工作区 - direct: | **定向到指定上游库,并染色该工作区** **用法**:jv direct <上游库地址> @@ -419,7 +409,6 @@ jv: 染色后,该工作区将只能与指定标识的库进行交互,确保数据一致性 - unstain: | **为工作区祛色** **用法**:jv unstain @@ -429,7 +418,6 @@ jv: 祛色后,工作区将不再与任何特定库关联,可以重新连接到其他库 但请注意,这可能会导致数据同步问题,请谨慎使用 - update: | **从上游库下载最新的信息** **用法**:jv update @@ -438,7 +426,6 @@ jv: 建议在开始工作前先执行更新操作,确保您拥有最新的工作环境 - docs: | **查询内建文档** **用法**: @@ -854,7 +841,6 @@ jv: no_file_modifications: | 本地无内容修改 - result: common: authroize_failed: 身份认证失败:%{err}! |
