From 0a56f38606e00a87695b23767f22096ebfa16d16 Mon Sep 17 00:00:00 2001 From: Ihor Hordiichuk Date: Thu, 14 Apr 2022 17:00:55 +0000 Subject: [PATCH] Translated using Weblate (Ukrainian) Currently translated at 100.0% (582 of 582 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ --- assets/l10n/intl_uk.arb | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/assets/l10n/intl_uk.arb b/assets/l10n/intl_uk.arb index 403ebf11..3f021227 100644 --- a/assets/l10n/intl_uk.arb +++ b/assets/l10n/intl_uk.arb @@ -2803,5 +2803,53 @@ "@showDirectChatsInSpaces": { "type": "text", "placeholders": {} + }, + "youInvitedBy": "Ви були запрошені {user}", + "@youInvitedBy": { + "placeholders": { + "user": {} + } + }, + "youAcceptedTheInvitation": "Ви прийняли запрошення", + "@youAcceptedTheInvitation": {}, + "youRejectedTheInvitation": "Ви відхилили запрошення", + "@youRejectedTheInvitation": {}, + "youHaveWithdrawnTheInvitationFor": "Ви відкликали запрошення для {user}", + "@youHaveWithdrawnTheInvitationFor": { + "placeholders": { + "user": {} + } + }, + "youBannedUser": "Ви заблокували {user}", + "@youBannedUser": { + "placeholders": { + "user": {} + } + }, + "youKickedAndBanned": "Ви вилучили й заблокували {user}", + "@youKickedAndBanned": { + "placeholders": { + "user": {} + } + }, + "youJoinedTheChat": "Ви приєдналися до бесіди", + "@youJoinedTheChat": {}, + "youKicked": "Ви вилучили {user}", + "@youKicked": { + "placeholders": { + "user": {} + } + }, + "youUnbannedUser": "Ви розблокували {user}", + "@youUnbannedUser": { + "placeholders": { + "user": {} + } + }, + "youInvitedUser": "Ви запросили {user}", + "@youInvitedUser": { + "placeholders": { + "user": {} + } } }