From 2243a81d4eae2baf8fcd092a072760faa67127f4 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:25:25 +0900 Subject: [PATCH] New translations video-stream.json (Galician) --- public/locales/gl/modules/video-stream.json | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/locales/gl/modules/video-stream.json diff --git a/public/locales/gl/modules/video-stream.json b/public/locales/gl/modules/video-stream.json new file mode 100644 index 000000000..539daa1c4 --- /dev/null +++ b/public/locales/gl/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