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": "tr",
|
||||
"@@last_modified": "2021-08-14 12:06:11.404006",
|
||||
"@@last_modified": "2021-08-14 12:41:09.803728",
|
||||
"about": "Hakkında",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
@ -1889,7 +1889,7 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"seenByUserAndCountOthers": "{username} ve {count} diğerleri tarafından görüldü",
|
||||
"seenByUserAndCountOthers": "{count, plural, other{{username} ve {count} diğerleri tarafından görüldü}}",
|
||||
"@seenByUserAndCountOthers": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -2291,28 +2291,20 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unreadChats": "{unreadCount} okunmamış sohbet",
|
||||
"unreadChats": "{unreadCount, plural, other{{unreadCount} okunmamış sohbet}}",
|
||||
"@unreadChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadCount": {}
|
||||
}
|
||||
},
|
||||
"unreadMessages": "{unreadEvents} okunmamış mesaj",
|
||||
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} okunmamış mesaj}}",
|
||||
"@unreadMessages": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {}
|
||||
}
|
||||
},
|
||||
"unreadMessagesInChats": "{unreadChats} sohbetten {unreadEvents} okunmamış mesaj",
|
||||
"@unreadMessagesInChats": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"unreadEvents": {},
|
||||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"useAmoledTheme": "AMOLED ile uyumlu renkler kullanılsın mı?",
|
||||
"@useAmoledTheme": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue