From 46dc3a44d8a55b970787e51a657be3896e1a5bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=93=D0=BE=D1=80?= =?UTF-8?q?=D0=BF=D0=B8=D0=BD=D1=96=D1=87?= Date: Sun, 12 Oct 2025 22:24:25 +0200 Subject: [PATCH] Translated using Weblate (Ukrainian) Currently translated at 100.0% (338 of 338 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/uk/ --- lib/l10n/app_uk.arb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/l10n/app_uk.arb b/lib/l10n/app_uk.arb index 62288564..029fbd97 100644 --- a/lib/l10n/app_uk.arb +++ b/lib/l10n/app_uk.arb @@ -1112,5 +1112,21 @@ "authorHint": "Введіть ім'я автора", "@authorHint": { "description": "Hint text for author field" + }, + "galleryImageTypeNotSupported": "Зображення типу {imageType} наразі не підтримуються на цій платформі.", + "@galleryImageTypeNotSupported": { + "placeholders": { + "imageType": { + "type": "String" + } + } + }, + "galleryImageTypeNotSupportedDetail": "Це зображення у форматі {imageType}, який наразі не підтримується на цій платформі.", + "@galleryImageTypeNotSupportedDetail": { + "placeholders": { + "imageType": { + "type": "String" + } + } } }