Files
homarr/public/locales/nl/modules/iframe.json
2023-06-10 17:59:03 +02:00

45 lines
934 B
JSON

{
"descriptor": {
"name": "iFrame",
"description": "Insluiten van alle inhoud van het internet. Sommige websites kunnen de toegang beperken.",
"settings": {
"title": "iFrame Instellingen",
"embedUrl": {
"label": "URL insluiten"
},
"allowFullScreen": {
"label": "Volledig scherm toestaan"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Zorg ervoor dat je een geldig adres hebt ingevoerd in de configuratie van je widget"
}
}
}
}