From 76afa125fbe06a530964770812b17b2492cb0256 Mon Sep 17 00:00:00 2001 From: v1s7 Date: Thu, 8 Feb 2024 11:19:36 +0000 Subject: [PATCH] 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/ --- assets/l10n/intl_ru.arb | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_ru.arb b/assets/l10n/intl_ru.arb index 59e12f9c0..121ea46a8 100644 --- a/assets/l10n/intl_ru.arb +++ b/assets/l10n/intl_ru.arb @@ -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": {} + } + } }