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": {} + } + } }