Translated using Weblate (Russian)

Currently translated at 100.0% (582 of 582 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
This commit is contained in:
Nikita Epifanov 2022-04-15 09:25:39 +00:00 committed by Hosted Weblate
parent 4fdbe28897
commit 22092d0c4a
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -2808,5 +2808,53 @@
"@separateChatTypes": {
"type": "text",
"placeholders": {}
},
"youRejectedTheInvitation": "Вы отклонили приглашение",
"@youRejectedTheInvitation": {},
"youAcceptedTheInvitation": "Вы приняли приглашение",
"@youAcceptedTheInvitation": {},
"youUnbannedUser": "Вы разблокировали {user}",
"@youUnbannedUser": {
"placeholders": {
"user": {}
}
},
"youJoinedTheChat": "Вы присоединились к чату",
"@youJoinedTheChat": {},
"youKickedAndBanned": "Вы исключили и заблокировали {user}",
"@youKickedAndBanned": {
"placeholders": {
"user": {}
}
},
"youInvitedUser": "Вы пригласили {user}",
"@youInvitedUser": {
"placeholders": {
"user": {}
}
},
"youKicked": "Вы исключили {user}",
"@youKicked": {
"placeholders": {
"user": {}
}
},
"youHaveWithdrawnTheInvitationFor": "Вы отозвали приглашение для {user}",
"@youHaveWithdrawnTheInvitationFor": {
"placeholders": {
"user": {}
}
},
"youBannedUser": "Вы заблокировали {user}",
"@youBannedUser": {
"placeholders": {
"user": {}
}
},
"youInvitedBy": "Вы были приглашены {user}",
"@youInvitedBy": {
"placeholders": {
"user": {}
}
}
}