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": "de",
|
||||
"@@last_modified": "2021-08-14 12:06:11.827374",
|
||||
"@@last_modified": "2021-08-14 12:41:10.119255",
|
||||
"about": "Über",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
@ -1867,7 +1867,7 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"seenByUserAndCountOthers": "Gelesen von {username} und {count} anderen",
|
||||
"seenByUserAndCountOthers": "{count, plural, other{Gelesen von {username} und {count} anderen}}",
|
||||
"@seenByUserAndCountOthers": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -2269,28 +2269,20 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unreadChats": "{unreadCount} ungelesene Unterhaltungen",
|
||||
"unreadChats": "{unreadCount, plural, other{{unreadCount} ungelesene Unterhaltungen}}",
|
||||
"@unreadChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadCount": {}
|
||||
}
|
||||
},
|
||||
"unreadMessages": "{unreadEvents} ungelesene Nachrichten",
|
||||
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} ungelesene Nachrichten}}",
|
||||
"@unreadMessages": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {}
|
||||
}
|
||||
},
|
||||
"unreadMessagesInChats": "{unreadEvents} ungelesene Nachrichten in {unreadChats} Chats",
|
||||
"@unreadMessagesInChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {},
|
||||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"useAmoledTheme": "AMOLED-optimierte Farben verwenden?",
|
||||
"@useAmoledTheme": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue