diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-04 18:03:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-04 18:03:29 +0800 |
| commit | 6cd7c4379c1ef357aa8290a03f11ed83cf37f331 (patch) | |
| tree | 979d61a4149d6ab8c6ca050b79dc0a434a9bf392 /locales/help_docs/zh-CN.yml | |
| parent | 996544cd604f435464a04694f844bc2c4b6fb219 (diff) | |
Improve error messages for configuration and file access failures
Diffstat (limited to 'locales/help_docs/zh-CN.yml')
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 22e2a4d..3f5f438 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -642,7 +642,30 @@ jv: 若您希望将该目录作为本地工作区,请使用 jv init read_cfg: 无法读取本地工作区的配置文件! - write_cfg: 无法将修改写入本地工作区的配置文件! + write_cfg: | + 无法将修改写入本地工作区的配置文件! + 这一般是磁盘问题,以下是错误信息: + %{error} + + cfg_not_found: + local_config: | + 无法找到或读取本地工作区信息! + 请确认您是否在工作区目录下 + + latest_info: | + 无法找到或读取 账户 `%{account}` 视角下的最新上游信息! + 请使用 `jv update` 更新工作区! + + latest_file_data: | + 无法找到或读取 账户 `%{account}` 视角下的最新文件信息! + 请使用 `jv update` 更新工作区! + + local_sheet: | + 无法读取或找到本地映射 `%{account}/%{sheet}`! + + cached_sheet: | + 无法读取或找到表 `%{sheet}` 的缓存信息 + 请使用 `jv update` 更新工作区! create_socket: 无法创建 TCP 套接字! connection_failed: 无法连接至目标服务器! |
