diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-04 17:12:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-04 17:12:45 +0800 |
| commit | e063e37fcd6fc5f8d30c532bc3c51b2917c6c44d (patch) | |
| tree | f42d467882d2e8815f1071c5d31541eb4344ddc1 /locales | |
| parent | bd05f948f44e493322272262fcb366c58f08110a (diff) | |
Completed `jv info` command
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/help_docs/en.yml | 10 | ||||
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index caae1da..f83ff64 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -380,6 +380,7 @@ jv: info: | **Display File Details** **Usage**: jv info <FILE_PATH> + Use `--full` to view the full update history Display detailed information about the specified file, including: - File's change history @@ -878,6 +879,15 @@ jv: count_info: | %{dir_count} dir(s), %{file_count} file(s). Total %{size}. + info: + oneline: + table_headers: + prefix: _ + version: VERSION + creator: CREATOR + description: DESCRIPTION + description_current: Editing ... + status: struct_changes_display: | Viewing sheet %{sheet_name} (%{h}h %{m}min %{s}secs ago). diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 1ec2ffc..22e2a4d 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -372,6 +372,7 @@ jv: info: | **显示文件详细信息** **用法**:jv info <文件路径> + 使用 `--full` 查看完整的更新记录 显示指定文件的详细信息,包括: - 文件的历史变更 @@ -871,6 +872,15 @@ jv: count_info: | %{dir_count} 目录、%{file_count} 文件,共计 %{size} + info: + oneline: + table_headers: + prefix: _ + version: 版本 + creator: 作者 + description: 描述 + description_current: 正在编辑中 ... + status: struct_changes_display: | 表 %{sheet_name} 的状态基于 %{h} 小时 %{m} 分钟 %{s} 秒前 |
