diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-02 16:42:46 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-02 16:42:46 +0800 |
| commit | 468149c9ba92709cf9dfcb8306907c36ba799702 (patch) | |
| tree | 9cd1aa029ac083f136ac62802c53651728c03871 /locales/help_docs | |
| parent | cbbe17e556c29e2fe69393bff9e694efe09410f3 (diff) | |
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.
Diffstat (limited to 'locales/help_docs')
| -rw-r--r-- | locales/help_docs/en.yml | 1 | ||||
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 08bd95d..1c65029 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -570,7 +570,6 @@ jv: %{path} (%{reason}) check_fail_reason: - not_found_in_local: File Not Found not_found_in_sheet: Mapping Not Found In Sheet not_a_tracked_file: File Not Tracked base_version_unmatch: Version Mismatch 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: 基准版本不匹配 |
