🐛 Missing translations (#1037)

This commit is contained in:
Manuel
2023-06-10 16:51:37 +02:00
committed by GitHub
parent 703b6c30aa
commit 75ad912d04
2 changed files with 24 additions and 3 deletions

View File

@@ -9,13 +9,34 @@
}, },
"allowFullScreen": { "allowFullScreen": {
"label": "Allow full screen" "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": { "card": {
"errors": { "errors": {
"noUrl": { "noUrl": {
"title": "", "title": "Invalid URL",
"text": "Ensure that you've entered a valid address in the configuration of your widget" "text": "Ensure that you've entered a valid address in the configuration of your widget"
} }
} }

View File

@@ -14,7 +14,7 @@
"dangerousAllowSanitizedItemContent": { "dangerousAllowSanitizedItemContent": {
"label": "Dangerous: Allow sanitized item content" "label": "Dangerous: Allow sanitized item content"
}, },
"settings.textLinesClamp": { "textLinesClamp": {
"label": "Text lines clamp" "label": "Text lines clamp"
} }
}, },