From 3ac774582789485fbf01f106a02757929a8e9129 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:48:30 +0900 Subject: [PATCH] New translations iframe.json (Croatian) --- public/locales/hr/modules/iframe.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/hr/modules/iframe.json b/public/locales/hr/modules/iframe.json index 304fa3be0..e3947d9df 100644 --- a/public/locales/hr/modules/iframe.json +++ b/public/locales/hr/modules/iframe.json @@ -8,36 +8,36 @@ "label": "Ugradbeni URL" }, "allowFullScreen": { - "label": "Dozvoli puni zaslon" + "label": "Dopusti puni zaslon" }, "allowTransparency": { - "label": "" + "label": "Dopusti prozirnost" }, "allowScrolling": { - "label": "" + "label": "Dopusti klizanje (scrollanje)" }, "allowPayment": { - "label": "" + "label": "Dopusti plaćanje" }, "allowAutoPlay": { - "label": "" + "label": "Dopusti automatsku reprodukciju" }, "allowMicrophone": { - "label": "" + "label": "Dopusti pristup mikrofonu" }, "allowCamera": { - "label": "" + "label": "Dopusti pristup kameri" }, "allowGeolocation": { - "label": "" + "label": "Dopusti geolociranje" } } }, "card": { "errors": { "noUrl": { - "title": "", - "text": "" + "title": "Neispravan URL", + "text": "Provjerite jeste li unijeli valjanu adresu u konfiguraciji svog widgeta" } } }