diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-10 09:25:17 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-10 09:25:17 +0800 |
| commit | 4a8f272e7c72205707990fa0a9eab4fe57e12c7d (patch) | |
| tree | 2508124eca3acb38b8ac57b0e2c10308ea2b43aa /locales/help_docs/en.yml | |
| parent | b9e1964bdf75c2e06786a79426d41f0516de68b4 (diff) | |
Add helpful error tips for common workspace issues
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 07ff900..746fe4c 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -155,6 +155,22 @@ jv: Target - %{build_target} Platform - %{build_platform} - %{build_toolchain} + tip: + not_workspace: | + Not in workspace directory. + Use `jv create <name>` or `jv init` to create workspace + + no_account: | + No accounts registered on this computer. + Use `jv account add <account_name>` to create account + + no_account_set: | + Current workspace account is `unknown`, meaning no account is set + Use `jv as <account_name>` to set account for workspace + + account_not_exist: | + The account `%{account}` set for the current workspace is not registered on your computer + help: | **JustEnoughVCS** This program connects to upstream vaults to synchronize and commit changes to local workspace files for collaborative work. |
