Skip to content

Commit

Permalink
Update Chinese l10n,“删除”改为“移除”,“删除”可能会被误以为是删除文件。
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Feb 26, 2024
1 parent c675d7e commit 7acd94a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/arb/intl_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"collapseOptions": "收起选项",
"expandOptions": "展开选项",
"onlySelected": "仅重命名选中的文件",
"removeRenamed": "删除已重命名文件",
"removeRules": "重命名后删除所有规则",
"removeRenamed": "移除已重命名文件",
"removeRules": "重命名后移除所有规则",
"addRule": "添加规则",
"removeAll": "全部删除",
"removeAll": "移除全部",
"replace": "替换",
"remove": "删除",
"insert": "插入",
Expand Down Expand Up @@ -204,4 +204,4 @@
"sr": "塞尔维亚语",
"tj": "塔吉克语",
"ua": "乌克兰语"
}
}
6 changes: 3 additions & 3 deletions lib/l10n/intl/messages_zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ class MessageLookup extends MessageLookupByLibrary {
"rearrangeOrderLabel": MessageLookupByLibrary.simpleMessage("重排的顺序"),
"rearrangeToString": m2,
"remove": MessageLookupByLibrary.simpleMessage("删除"),
"removeAll": MessageLookupByLibrary.simpleMessage("全部删除"),
"removeRenamed": MessageLookupByLibrary.simpleMessage("删除已重命名文件"),
"removeRules": MessageLookupByLibrary.simpleMessage("重命名后删除所有规则"),
"removeAll": MessageLookupByLibrary.simpleMessage("移除全部"),
"removeRenamed": MessageLookupByLibrary.simpleMessage("移除已重命名文件"),
"removeRules": MessageLookupByLibrary.simpleMessage("重命名后移除所有规则"),
"removeToString": m3,
"rename": MessageLookupByLibrary.simpleMessage("重命名"),
"replace": MessageLookupByLibrary.simpleMessage("替换"),
Expand Down

0 comments on commit 7acd94a

Please sign in to comment.