chore(translations): Translated using Weblate (Russian)

Currently translated at 97.5% (820 of 841 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
This commit is contained in:
Artem Pereverzev 2026-02-22 19:55:50 +01:00 committed by Hosted Weblate
parent 75db25874a
commit 8e4b4f1338
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -3023,5 +3023,35 @@
"setupChatBackup": "Настроить резервную копию чата",
"createNewAccount": "Создать новый аккаунт",
"theProcessWasCanceled": "Процесс был отменен.",
"noMoreResultsFound": "Ничего не найдено"
"noMoreResultsFound": "Ничего не найдено",
"countChatsAndCountParticipants": "{chats} чатов и {participants} участников",
"@countChatsAndCountParticipants": {
"type": "String",
"placeholders": {
"chats": {
"type": "int"
},
"participants": {
"type": "int"
}
}
},
"countInvited": "{count} приглашенных",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
},
"loadCountMoreParticipants": "Загрузить ещё {count} участников",
"@loadCountMoreParticipants": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
}
}