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": "es",
|
||||
"@@last_modified": "2021-08-14 12:06:11.790766",
|
||||
"@@last_modified": "2021-08-14 12:41:10.097243",
|
||||
"about": "Acerca de",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
@ -1373,7 +1373,7 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"seenByUserAndCountOthers": "Visto por {username} y {count} más",
|
||||
"seenByUserAndCountOthers": "{count, plural, other{Visto por {username} y {count} más}}",
|
||||
"@seenByUserAndCountOthers": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -1686,28 +1686,20 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unreadChats": "{unreadCount} chats no leídos",
|
||||
"unreadChats": "{unreadCount, plural, other{{unreadCount} chats no leídos}}",
|
||||
"@unreadChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadCount": {}
|
||||
}
|
||||
},
|
||||
"unreadMessages": "{unreadEvents} mensajes no leídos",
|
||||
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} mensajes no leídos}}",
|
||||
"@unreadMessages": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {}
|
||||
}
|
||||
},
|
||||
"unreadMessagesInChats": "{unreadEvents} mensajes no leídos en {unreadChats} chats",
|
||||
"@unreadMessagesInChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {},
|
||||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"useAmoledTheme": "¿Usar colores compatibles con AMOLED?",
|
||||
"@useAmoledTheme": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue