summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
Diffstat (limited to 'locales')
-rw-r--r--locales/help_docs/en.yml6
-rw-r--r--locales/help_docs/zh-CN.yml8
2 files changed, 11 insertions, 3 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml
index 820da3a..4997257 100644
--- a/locales/help_docs/en.yml
+++ b/locales/help_docs/en.yml
@@ -659,7 +659,11 @@ jv:
* Modified: %{path}
invalid_modified_item: |
- * Modified: %{path} (INVALID)
+ * Modified: %{path} (%{reason})
+
+ invalid_modified_reasons:
+ not_holder: Modified without holding
+ base_version_mismatch: Base version mismatch for editing
no_structure_changes: |
No structural changes locally
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: |
无文件结构变更