Translated using Weblate (Russian)

Currently translated at 100.0% (590 of 590 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
This commit is contained in:
v1s7 2024-02-08 11:19:36 +00:00 committed by Hosted Weblate
parent 5c17e9de34
commit 76afa125fb
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -2558,5 +2558,33 @@
"sendTypingNotificationsDescription": "Другие участники чата могут видеть, когда вы набираете новое сообщение.",
"@sendTypingNotificationsDescription": {},
"formattedMessages": "Форматированные сообщения",
"@formattedMessages": {}
"@formattedMessages": {},
"startedKeyVerification": "{sender} начал(а) подтверждение ключей",
"@startedKeyVerification": {
"type": "text",
"placeholders": {
"sender": {}
}
},
"isReadyForKeyVerification": "{sender} готов(а) к подтверждению ключей",
"@isReadyForKeyVerification": {
"type": "text",
"placeholders": {
"sender": {}
}
},
"requestedKeyVerification": "{sender} запросил(а) подтверждение ключей",
"@requestedKeyVerification": {
"type": "text",
"placeholders": {
"sender": {}
}
},
"completedKeyVerification": "{sender} завершил(а) подтверждение ключей",
"@completedKeyVerification": {
"type": "text",
"placeholders": {
"sender": {}
}
}
}