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,5 +1,5 @@
{
"@@last_modified": "2021-08-14 12:06:11.463128",
"@@last_modified": "2021-08-14 12:41:09.857024",
"about": "О програму",
"@about": {
"type": "text",
@ -1764,7 +1764,7 @@
"username": {}
}
},
"seenByUserAndCountOthers": "{username} прегледа и {count} осталих",
"seenByUserAndCountOthers": "{count, plural, other{{username} прегледа и {count} осталих}}",
"@seenByUserAndCountOthers": {
"type": "text",
"placeholders": {
@ -2132,28 +2132,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": "Користити боје за АМОЛЕД?",
"@useAmoledTheme": {
"type": "text",