From 1f21a27c3db80075dc4741f482e96df7707afabf Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:26:11 +0900 Subject: [PATCH] New translations iframe.json (Galician) --- public/locales/gl/modules/iframe.json | 44 +++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 public/locales/gl/modules/iframe.json diff --git a/public/locales/gl/modules/iframe.json b/public/locales/gl/modules/iframe.json new file mode 100644 index 000000000..e699016a1 --- /dev/null +++ b/public/locales/gl/modules/iframe.json @@ -0,0 +1,44 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "embedUrl": { + "label": "" + }, + "allowFullScreen": { + "label": "" + }, + "allowTransparency": { + "label": "" + }, + "allowScrolling": { + "label": "" + }, + "allowPayment": { + "label": "" + }, + "allowAutoPlay": { + "label": "" + }, + "allowMicrophone": { + "label": "" + }, + "allowCamera": { + "label": "" + }, + "allowGeolocation": { + "label": "" + } + } + }, + "card": { + "errors": { + "noUrl": { + "title": "", + "text": "" + } + } + } +}