From 468149c9ba92709cf9dfcb8306907c36ba799702 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 2 Dec 2025 16:42:46 +0800 Subject: Remove local file existence check from change edit right The check for whether files exist locally before allowing edit right changes has been removed. This allows users to change edit rights for files that may not yet exist locally but are tracked in the sheet. --- locales/help_docs/zh-CN.yml | 1 - 1 file changed, 1 deletion(-) (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 82ae6af..a0fd161 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -572,7 +572,6 @@ jv: %{path}(%{reason}) check_fail_reason: - not_found_in_local: 文件未找到 not_found_in_sheet: 表中不存在 not_a_tracked_file: 文件未被跟踪 base_version_unmatch: 基准版本不匹配 -- cgit