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/en.yml | |
| parent | 996544cd604f435464a04694f844bc2c4b6fb219 (diff) | |
Improve error messages for configuration and file access failures
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index f83ff64..1f55143 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -649,7 +649,30 @@ jv: If you wish to use this directory as a local workspace, please use jv init read_cfg: Failed to read local workspace configuration file! - write_cfg: Failed to write changes to local workspace configuration file! + write_cfg: | + Failed to write modifications to the local workspace configuration file! + This is usually a disk issue. Here is the error message: + %{error} + + cfg_not_found: + local_config: | + Unable to find or read local workspace information! + Please confirm you are in the workspace directory. + + latest_info: | + Unable to find or read the latest upstream information from the perspective of account `%{account}`! + Please use `jv update` to update the workspace! + + latest_file_data: | + Unable to find or read the latest file information from the perspective of account `%{account}`! + Please use `jv update` to update the workspace! + + local_sheet: | + Unable to read or find the local mapping `%{account}/%{sheet}`! + + cached_sheet: | + Unable to read or find the cached information for sheet `%{sheet}` + Please use `jv update` to update the workspace! create_socket: Failed to create TCP socket! connection_failed: Failed to connect to target server! |
