fix: Make translations use plural forms
This commit is contained in:
parent
6c279b6bb3
commit
6d1c0e9338
40 changed files with 935 additions and 1226 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"@@locale": "pl",
|
||||
"@@last_modified": "2021-08-14 12:06:11.567300",
|
||||
"@@last_modified": "2021-08-14 12:41:09.943634",
|
||||
"about": "O nas",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
@ -1467,7 +1467,7 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"seenByUserAndCountOthers": "Zobaczone przez {username} oraz {count} innych",
|
||||
"seenByUserAndCountOthers": "{count, plural, other{Zobaczone przez {username} oraz {count} innych}}",
|
||||
"@seenByUserAndCountOthers": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -1706,28 +1706,20 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unreadChats": "{unreadCount} nieprzeczytanych czatów",
|
||||
"unreadChats": "{unreadCount, plural, other{{unreadCount} nieprzeczytanych czatów}}",
|
||||
"@unreadChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadCount": {}
|
||||
}
|
||||
},
|
||||
"unreadMessages": "{unreadEvents} nieprzeczytanych wiadomości",
|
||||
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} nieprzeczytanych wiadomości}}",
|
||||
"@unreadMessages": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {}
|
||||
}
|
||||
},
|
||||
"unreadMessagesInChats": "{unreadEvents} nieprzeczytanych wiadomości w {unreadChats} czatach",
|
||||
"@unreadMessagesInChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {},
|
||||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"useAmoledTheme": "Użyć kolorów kompatybilnych z ekranami AMOLED?",
|
||||
"@useAmoledTheme": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue