From e78eac0511bebe72e471346bb45d8b7436a52799 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Nov 2025 19:15:03 +0800 Subject: Add error handling for sheet use command --- locales/help_docs/zh-CN.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'locales/help_docs/zh-CN.yml') diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index c35b6aa..a1dd4fe 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -540,6 +540,15 @@ jv: analyze: | 分析本地工作区的状态失败! + use: + sheet_not_exists: | + 表 `%{name}` 不存在! + **提示**:请使用 `jv update` 更新工作区状态 + + directory_not_empty: | + 在没有使用表的时候,工作区不应该存在任何文件! + **提示**:请保证工作区是干净的,再使用 `jv use <表名>` 选择并使用一张表 + success: account: as: 成功将此工作区的账户切换至 `%{account}` -- cgit