diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 19:11:42 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 19:11:42 +0800 |
| commit | c13275142639af54edf5b9a0363b7bfcb6b48711 (patch) | |
| tree | 3229999811c3500b1fb5973850dceaa6b4a2400a /resources/locales/zh-CN.yml | |
| parent | 81ea89384eb4cfda14518a6ccb439d97399ad74f (diff) | |
Remove --force flag from jv init command
The --force flag is no longer needed as the command now always checks if
the directory is empty. The corresponding help text in locale files has
also been removed.
Diffstat (limited to 'resources/locales/zh-CN.yml')
| -rw-r--r-- | resources/locales/zh-CN.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/locales/zh-CN.yml b/resources/locales/zh-CN.yml index 50441ff..dc9fa8a 100644 --- a/resources/locales/zh-CN.yml +++ b/resources/locales/zh-CN.yml @@ -639,7 +639,6 @@ jv: init_create_dir_not_empty: | 当前目录并不是空的! - 若您确实确定在此处创建,请使用 --force 来强制执行! create: 创建本地工作区失败! init: 在此处创建本地工作区失败! @@ -1074,8 +1073,7 @@ jv: 成功将分享 `%{share_id}` 合入您的表 `%{sheet}` 上游信息已变更,请使用 `jv update` 同步至最新信息 - success_reject: - 已拒绝接受分享 `%{share_id}` + success_reject: 已拒绝接受分享 `%{share_id}` has_conflicts: | 从分享 `%{share_id}` 合并结构到您的表时发生冲突! |
