fix: Make translations use plural forms

This commit is contained in:
Sorunome 2021-08-14 12:35:45 +02:00
commit 6d1c0e9338
40 changed files with 935 additions and 1226 deletions

View file

@ -1,6 +1,6 @@
{
"@@locale": "ru",
"@@last_modified": "2021-08-14 12:06:11.510762",
"@@last_modified": "2021-08-14 12:41:09.903021",
"about": "О приложении",
"@about": {
"type": "text",
@ -1880,7 +1880,7 @@
"username": {}
}
},
"seenByUserAndCountOthers": "Просмотрено пользователями {username} и {count} другими",
"seenByUserAndCountOthers": "{count, plural, other{Просмотрено пользователями {username} и {count} другими}}",
"@seenByUserAndCountOthers": {
"type": "text",
"placeholders": {
@ -2282,28 +2282,20 @@
"type": "text",
"placeholders": {}
},
"unreadChats": "{unreadCount} непрочитанных чата(ов)",
"unreadChats": "{unreadCount, plural, other{{unreadCount} непрочитанных чата(ов)}}",
"@unreadChats": {
"type": "text",
"placeholders": {
"unreadCount": {}
}
},
"unreadMessages": "{unreadEvents} непрочитанных сообщения(ий)",
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} непрочитанных сообщения(ий)}}",
"@unreadMessages": {
"type": "text",
"placeholders": {
"unreadEvents": {}
}
},
"unreadMessagesInChats": "{unreadEvents} непрочитанное(ых) сообщение(ий) в {unreadChats} чате(ах)",
"@unreadMessagesInChats": {
"type": "text",
"placeholders": {
"unreadEvents": {},
"unreadChats": {}
}
},
"useAmoledTheme": "Использовать цвета, совместимые с AMOLED?",
"@useAmoledTheme": {
"type": "text",