From e8aed345cb3c80380aed4abc2715c581fdaa8d32 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:06:55 +0900 Subject: [PATCH] New translations video-stream.json (Croatian) --- public/locales/hr/modules/video-stream.json | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/locales/hr/modules/video-stream.json diff --git a/public/locales/hr/modules/video-stream.json b/public/locales/hr/modules/video-stream.json new file mode 100644 index 000000000..539daa1c4 --- /dev/null +++ b/public/locales/hr/modules/video-stream.json @@ -0,0 +1,24 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "FeedUrl": { + "label": "" + }, + "autoPlay": { + "label": "" + }, + "muted": { + "label": "" + }, + "controls": { + "label": "" + } + } + }, + "errors": { + "invalidStream": "" + } +} \ No newline at end of file