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,5 +1,5 @@
|
|||
{
|
||||
"@@last_modified": "2021-08-14 12:06:11.807738",
|
||||
"@@last_modified": "2021-08-14 12:41:10.107750",
|
||||
"about": "Prio",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
@ -1846,7 +1846,7 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"seenByUserAndCountOthers": "Vidita de {username} kaj {count} aliaj",
|
||||
"seenByUserAndCountOthers": "{count, plural, other{Vidita de {username} kaj {count} aliaj}}",
|
||||
"@seenByUserAndCountOthers": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -2244,28 +2244,20 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unreadChats": "{unreadCount} nelegitaj babiloj",
|
||||
"unreadChats": "{unreadCount, plural, other{{unreadCount} nelegitaj babiloj}}",
|
||||
"@unreadChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadCount": {}
|
||||
}
|
||||
},
|
||||
"unreadMessages": "{unreadEvents} nelegitaj mesaĝoj",
|
||||
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} nelegitaj mesaĝoj}}",
|
||||
"@unreadMessages": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {}
|
||||
}
|
||||
},
|
||||
"unreadMessagesInChats": "{unreadEvents} nelegitaj mesaĝoj en {unreadChats} babiloj",
|
||||
"@unreadMessagesInChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {},
|
||||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"useAmoledTheme": "Ĉu uzi kolorojn adaptitajn por AMOLED?",
|
||||
"@useAmoledTheme": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue