From 686b16ebf50c46b7fa71035cd31f8927e0fcfedb Mon Sep 17 00:00:00 2001 From: Ihor Hordiichuk Date: Mon, 27 Dec 2021 18:48:56 +0000 Subject: [PATCH] Translated using Weblate (Ukrainian) Currently translated at 100.0% (532 of 532 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ --- assets/l10n/intl_uk.arb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_uk.arb b/assets/l10n/intl_uk.arb index 5b6dc1a4..867b10d3 100644 --- a/assets/l10n/intl_uk.arb +++ b/assets/l10n/intl_uk.arb @@ -2688,5 +2688,20 @@ "yourStory": "Ваша історія", "@yourStory": {}, "replyHasBeenSent": "Відповідь надіслано", - "@replyHasBeenSent": {} + "@replyHasBeenSent": {}, + "videoWithSize": "Відео ({size})", + "@videoWithSize": { + "type": "text", + "placeholders": { + "size": {} + } + }, + "storyFrom": "Історія за {date}: \n{body}", + "@storyFrom": { + "type": "text", + "placeholders": { + "date": {}, + "body": {} + } + } }