diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-17 17:45:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-17 17:45:06 +0800 |
| commit | 7e0d609459fdcc228ff2fcc667bb5b03295fc732 (patch) | |
| tree | 02bd14b60fd66704c580ad63fb3fa41eb5c6ef7d /locales/help_docs/zh-CN.yml | |
| parent | a53750aeacb95b65b99a3413dc07c1292bf6f564 (diff) | |
Improve invalid modification messages with specific reasons
Add detailed reasons for invalid modifications including "not_holder"
and "base_version_mismatch" to provide clearer feedback to users.
Diffstat (limited to 'locales/help_docs/zh-CN.yml')
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 922514b..c35b6aa 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -661,13 +661,17 @@ jv: - 丢失: %{path} moved_item: | - > 移动: %{from} -> %{to} + > 移动: %{from} 至 %{to} modified_item: | * 修改: %{path} invalid_modified_item: | - * 修改: %{path} (无法提交的修改) + * 修改: %{path}(%{reason}) + + invalid_modified_reasons: + not_holder: 不持有但被修改 + base_version_mismatch: 基于的编辑版本不匹配 no_structure_changes: | 无文件结构变更 |
