From a9fe3beeb4823207628654748c2b0376a085db7c Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:48:28 +0900 Subject: [PATCH] New translations video-stream.json (Croatian) --- public/locales/hr/modules/video-stream.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/hr/modules/video-stream.json b/public/locales/hr/modules/video-stream.json index 539daa1c4..1ff7f895f 100644 --- a/public/locales/hr/modules/video-stream.json +++ b/public/locales/hr/modules/video-stream.json @@ -1,24 +1,24 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Video Stream", + "description": "Ugradi video stream ili video sa kamere i/ili web stranice", "settings": { - "title": "", + "title": "Postavke za Widget video stream", "FeedUrl": { - "label": "" + "label": "URL feed-a" }, "autoPlay": { - "label": "" + "label": "Automatska reprodukcija" }, "muted": { - "label": "" + "label": "Ugasi zvuk" }, "controls": { - "label": "" + "label": "Kontrole video reproduktora" } } }, "errors": { - "invalidStream": "" + "invalidStream": "Neispravni stream" } } \ No newline at end of file