chore(translations): Translated using Weblate (Russian)

Currently translated at 91.4% (742 of 811 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
This commit is contained in:
Дмитрий Михирев 2025-11-13 15:07:19 +01:00 committed by Hosted Weblate
parent 449a885a4d
commit b63b461706
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -1087,7 +1087,7 @@
"type": "String",
"placeholders": {}
},
"loadCountMoreParticipants": "",
"loadCountMoreParticipants": "{count, plural, one{Загрузить еще # участника} few{Загрузить еще # участников} other{Загрузить еще # участников}}",
"@loadCountMoreParticipants": {
"type": "String",
"placeholders": {
@ -1888,7 +1888,7 @@
}
}
},
"userAndOthersAreTyping": "",
"userAndOthersAreTyping": "{username} и ещё {count, plural, =1{один участник} =2{двое} =3{трое} =4{четверо} =5{пятеро} =6{шестеро} =7{семеро} one{# участник} few{# участника} other{# участников}} печатают…",
"@userAndOthersAreTyping": {
"type": "String",
"placeholders": {
@ -2328,7 +2328,7 @@
"@storeInAndroidKeystore": {},
"storeInAppleKeyChain": "Сохранить в Apple KeyChain",
"@storeInAppleKeyChain": {},
"countFiles": "",
"countFiles": "{count, plural, one{# файл} few{# файла} other{# файлов}}",
"@countFiles": {
"placeholders": {
"count": {
@ -2946,7 +2946,7 @@
}
}
},
"thereAreCountUsersBlocked": "",
"thereAreCountUsersBlocked": "Сейчас {count, plural, one{заблокирован # пользователь} few{заблокированы # пользователя} other{заблокированы # пользователей}}.",
"@thereAreCountUsersBlocked": {
"type": "String",
"count": {}
@ -3167,7 +3167,7 @@
"@version": {},
"website": "Сайт",
"@website": {},
"sendImages": "",
"sendImages": "Отправить {count, plural, =1{изображение} one{# изображение} few{# изображения} other{# изображений}}",
"@sendImages": {
"type": "String",
"placeholders": {
@ -3284,7 +3284,7 @@
"@commandHint_roomupgrade": {},
"notificationRuleInviteForMeDescription": "Уведомляет пользователя, когда его приглашают в комнату.",
"@notificationRuleInviteForMeDescription": {},
"countInvited": "",
"countInvited": "{count, plural, one{Приглашён # участник} few{Приглашены # участника} other{Приглашены # участников}}",
"@countInvited": {
"type": "String",
"placeholders": {
@ -3303,5 +3303,23 @@
}
},
"checkList": "Контрольный список",
"@checkList": {}
"@checkList": {},
"countVotes": "{count, plural, =1{Один голос} one{# голос} few{# голоса} other{# голосов}}",
"@countVotes": {
"type": "int",
"placeholders": {
"count": {
"type": "int"
}
}
},
"countReplies": "{count, plural, =1{Один ответ} one{# ответ} few{# ответа} other{# ответов}}",
"@countReplies": {
"type": "int",
"placeholders": {
"count": {
"type": "int"
}
}
}
}