Translated using Weblate (Russian)

Currently translated at 100.0% (295 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
This commit is contained in:
Nikita Epifanov 2020-08-17 12:58:59 +00:00 committed by Hosted Weblate
parent 7dd1083074
commit 17b77768eb
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 43 additions and 0 deletions

View File

@ -1588,5 +1588,48 @@
"@Your own username": {
"type": "text",
"placeholders": {}
},
"Pin": "Закрепить",
"@Pin": {
"type": "text",
"placeholders": {}
},
"Unpin": "Открепить",
"@Unpin": {
"type": "text",
"placeholders": {}
},
"startedACall": "{senderName} начал(а) звонок",
"@startedACall": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"sentCallInformations": "{senderName} отправил(а) информацию о звонке",
"@sentCallInformations": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"Join room": "Присоединиться к комнате",
"@Join room": {
"type": "text",
"placeholders": {}
},
"endedTheCall": "{senderName} завершил(а) звонок",
"@endedTheCall": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"answeredTheCall": "{senderName} ответил(а) на звонок",
"@answeredTheCall": {
"type": "text",
"placeholders": {
"senderName": {}
}
}
}