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": "et",
|
||||
"@@last_modified": "2021-08-14 12:06:11.772809",
|
||||
"@@last_modified": "2021-08-14 12:41:10.079944",
|
||||
"about": "Rakenduse teave",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
@ -1880,7 +1880,7 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"seenByUserAndCountOthers": "Sõnumit nägid {username} ja veel {count} kasutajat",
|
||||
"seenByUserAndCountOthers": "{count, plural, other{Sõnumit nägid {username} ja veel {count} kasutajat}}",
|
||||
"@seenByUserAndCountOthers": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -2282,28 +2282,20 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unreadChats": "{unreadCount} lugemata vestlus(t)",
|
||||
"unreadChats": "{unreadCount, plural, other{{unreadCount} lugemata vestlus(t)}}",
|
||||
"@unreadChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadCount": {}
|
||||
}
|
||||
},
|
||||
"unreadMessages": "{unreadEvents} lugemata sõnum(it)",
|
||||
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} lugemata sõnum(it)}}",
|
||||
"@unreadMessages": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {}
|
||||
}
|
||||
},
|
||||
"unreadMessagesInChats": "{unreadEvents} lugemata sõnum(it) {unreadChats} vestluses",
|
||||
"@unreadMessagesInChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {},
|
||||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"useAmoledTheme": "Kas kasutame AMOLED-tehnoloogiaga ühilduvaid värve?",
|
||||
"@useAmoledTheme": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue