Files
homarr/public/locales/en/modules/iframe.json
2023-08-09 22:16:57 +02:00

46 lines
1.1 KiB
JSON

{
"descriptor": {
"name": "iFrame",
"description": "Embed any content from the internet. Some websites may restrict access.",
"settings": {
"title": "iFrame settings",
"embedUrl": {
"label": "Embed URL"
},
"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": "Invalid URL",
"text": "Ensure that you've entered a valid address in the configuration of your widget"
},
"browserSupport": "Your Browser does not support iframes. Please update your browser."
}
}
}