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:
parent
75db25874a
commit
8e4b4f1338
1 changed files with 31 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue