From 6bdc9e29991a89b3757888ddbe19510364b13e64 Mon Sep 17 00:00:00 2001 From: Ihor Hordiichuk Date: Sun, 12 Dec 2021 15:09:59 +0000 Subject: [PATCH] Translated using Weblate (Ukrainian) Currently translated at 100.0% (522 of 522 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ --- assets/l10n/intl_uk.arb | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_uk.arb b/assets/l10n/intl_uk.arb index 45c2d8bd..1d4aa9a1 100644 --- a/assets/l10n/intl_uk.arb +++ b/assets/l10n/intl_uk.arb @@ -2649,5 +2649,25 @@ "pleaseEnterSecurityKeyDescription": "Щоб розблокувати резервну копію чату, введіть ключ безпеки, який був створений під час попереднього сеансу. Ключ безпеки — це не ваш пароль.", "@pleaseEnterSecurityKeyDescription": {}, "saveTheSecurityKeyNow": "Зберегти ключ безпеки зараз", - "@saveTheSecurityKeyNow": {} + "@saveTheSecurityKeyNow": {}, + "commandHint_discardsession": "Відкинути сеанс", + "@commandHint_discardsession": { + "type": "text", + "description": "Usage hint for the command /discardsession" + }, + "commandHint_clearcache": "Очистити кеш", + "@commandHint_clearcache": { + "type": "text", + "description": "Usage hint for the command /clearcache" + }, + "commandHint_create": "Створіть порожній груповий чат\nВикористовуйте --no-encryption, щоб вимкнути шифрування", + "@commandHint_create": { + "type": "text", + "description": "Usage hint for the command /create" + }, + "commandHint_dm": "Початок особистого чату\nВикористовуйте --no-encryption, що вимкнути шифрування", + "@commandHint_dm": { + "type": "text", + "description": "Usage hint for the command /dm" + } }