Fix i19n on truncatedlist & friends to be sane

Use the proper counterpart tool for plurals rather than if > 1.
Fix up all the translation files respectively.
This commit is contained in:
David Baker
2017-07-25 15:59:06 +01:00
parent b589fcc3b0
commit fa7a9818c6
18 changed files with 69 additions and 40 deletions

View File

@@ -239,8 +239,10 @@
"%(items)s and %(remaining)s others": "%(items)s 和其它 %(remaining)s 个",
"%(items)s and one other": "%(items)s 和其它一个",
"%(items)s and %(lastItem)s": "%(items)s 和 %(lastItem)s",
"and %(overflowCount)s others...": "和其它 %(overflowCount)s 个...",
"and one other...": "和其它个...",
"and %(count)s others...": {
"other": "和其它 %(count)s 个...",
"one": "和其它一个..."
},
"%(names)s and one other are typing": "%(names)s 和另一个人正在打字",
"anyone": "任何人",
"Anyone": "任何人",