From 75ad912d04925fe19251064594c74ddc7c223327 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 10 Jun 2023 16:51:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Missing=20translations=20(#1037)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/modules/iframe.json | 25 +++++++++++++++++++++++-- public/locales/en/modules/rss.json | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/public/locales/en/modules/iframe.json b/public/locales/en/modules/iframe.json index b7058e677..067cda28a 100644 --- a/public/locales/en/modules/iframe.json +++ b/public/locales/en/modules/iframe.json @@ -9,15 +9,36 @@ }, "allowFullScreen": { "label": "Allow full screen" + }, + "allowTransparency": { + "label": "Allow transparency" + }, + "allowScrolling": { + "label": "Allow scrolling" + }, + "allowPayment": { + "label": "Allow payment" + }, + "allowAutoPlay": { + "label": "Allow auto play" + }, + "allowMicrophone": { + "label": "Allow microphone" + }, + "allowCamera": { + "label": "Allow camera" + }, + "allowGeolocation": { + "label": "Allow geolocation" } } }, "card": { "errors": { "noUrl": { - "title": "", + "title": "Invalid URL", "text": "Ensure that you've entered a valid address in the configuration of your widget" } } } -} \ No newline at end of file +} diff --git a/public/locales/en/modules/rss.json b/public/locales/en/modules/rss.json index 855451929..751cad86e 100644 --- a/public/locales/en/modules/rss.json +++ b/public/locales/en/modules/rss.json @@ -14,7 +14,7 @@ "dangerousAllowSanitizedItemContent": { "label": "Dangerous: Allow sanitized item content" }, - "settings.textLinesClamp": { + "textLinesClamp": { "label": "Text lines clamp" } },