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.636132",
"@@last_modified": "2021-08-14 12:41:09.992206",
"about": "Informazioni",
"@about": {
"type": "text",
@ -1647,7 +1647,7 @@
"username": {}
}
},
"seenByUserAndCountOthers": "Visto da {username} e {count} altri",
"seenByUserAndCountOthers": "{count, plural, other{Visto da {username} e {count} altri}}",
"@seenByUserAndCountOthers": {
"type": "text",
"placeholders": {
@ -2005,28 +2005,20 @@
"type": "text",
"placeholders": {}
},
"unreadChats": "{unreadCount} discussioni non lette",
"unreadChats": "{unreadCount, plural, other{{unreadCount} discussioni non lette}}",
"@unreadChats": {
"type": "text",
"placeholders": {
"unreadCount": {}
}
},
"unreadMessages": "{unreadEvents} messaggi non letti",
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} messaggi non letti}}",
"@unreadMessages": {
"type": "text",
"placeholders": {
"unreadEvents": {}
}
},
"unreadMessagesInChats": "{unreadEvents} messaggi non letti in {unreadChats} discussioni",
"@unreadMessagesInChats": {
"type": "text",
"placeholders": {
"unreadEvents": {},
"unreadChats": {}
}
},
"useAmoledTheme": "Usare i colori compatibili con AMOLED?",
"@useAmoledTheme": {
"type": "text",