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": "fr",
|
||||
"@@last_modified": "2021-08-14 12:06:11.741294",
|
||||
"@@last_modified": "2021-08-14 12:41:10.051787",
|
||||
"about": "À propos",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
@ -1889,7 +1889,7 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"seenByUserAndCountOthers": "Vu par {username} et {count} autres",
|
||||
"seenByUserAndCountOthers": "{count, plural, other{Vu par {username} et {count} autres}}",
|
||||
"@seenByUserAndCountOthers": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -2291,28 +2291,20 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unreadChats": "{unreadCount} discussions non lues",
|
||||
"unreadChats": "{unreadCount, plural, other{{unreadCount} discussions non lues}}",
|
||||
"@unreadChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadCount": {}
|
||||
}
|
||||
},
|
||||
"unreadMessages": "{unreadEvents} messages non lus",
|
||||
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} messages non lus}}",
|
||||
"@unreadMessages": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {}
|
||||
}
|
||||
},
|
||||
"unreadMessagesInChats": "{unreadEvents} messages non lus dans {unreadChats} discussions",
|
||||
"@unreadMessagesInChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {},
|
||||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"useAmoledTheme": "Utiliser des couleurs compatibles AMOLED ?",
|
||||
"@useAmoledTheme": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue