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.604489",
"@@last_modified": "2021-08-14 12:41:09.967351",
"about": "Om",
"@about": {
"type": "text",
@ -1544,7 +1544,7 @@
"username": {}
}
},
"seenByUserAndCountOthers": "Sett av {username} og {count} andre",
"seenByUserAndCountOthers": "{count, plural, other{Sett av {username} og {count} andre}}",
"@seenByUserAndCountOthers": {
"type": "text",
"placeholders": {
@ -1862,28 +1862,20 @@
"type": "text",
"placeholders": {}
},
"unreadChats": "{unreadCount} uleste sludringer",
"unreadChats": "{unreadCount, plural, other{{unreadCount} uleste sludringer}}",
"@unreadChats": {
"type": "text",
"placeholders": {
"unreadCount": {}
}
},
"unreadMessages": "{unreadEvents} uleste meldinger",
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} uleste meldinger}}",
"@unreadMessages": {
"type": "text",
"placeholders": {
"unreadEvents": {}
}
},
"unreadMessagesInChats": "{unreadEvents} uleste meldinger i {unreadChats} sludringer",
"@unreadMessagesInChats": {
"type": "text",
"placeholders": {
"unreadEvents": {},
"unreadChats": {}
}
},
"useAmoledTheme": "Bruk AMOLED-kompatible farger?",
"@useAmoledTheme": {
"type": "text",