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

@@ -190,8 +190,10 @@
"%(items)s and %(remaining)s others": "%(items)s és még: %(remaining)s",
"%(items)s and one other": "%(items)s és még egy",
"%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s",
"and %(overflowCount)s others...": "és még: %(overflowCount)s ...",
"and one other...": "és még egy...",
"and %(count)s others...": {
"other": "és még: %(count)s ...",
"one": "és még egy..."
},
"%(names)s and %(lastPerson)s are typing": "%(names)s és %(lastPerson)s írnak",
"%(names)s and one other are typing": "%(names)s és még valaki ír",
"%(names)s and %(count)s others are typing": "%(names)s és %(count)s ember ír",