From 4a8f272e7c72205707990fa0a9eab4fe57e12c7d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 10 Nov 2025 09:25:17 +0800 Subject: Add helpful error tips for common workspace issues --- locales/help_docs/en.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'locales/help_docs/en.yml') 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 ` or `jv init` to create workspace + + no_account: | + No accounts registered on this computer. + Use `jv account add ` to create account + + no_account_set: | + Current workspace account is `unknown`, meaning no account is set + Use `jv as ` 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. -- cgit