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
commit b63b461706
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

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