mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 22:12:15 +01:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
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": "Transparantie toestaan"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "Scrollen toestaan"
|
|
},
|
|
"allowPayment": {
|
|
"label": "Betaling toestaan"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "Automatisch afspelen toestaan"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "Microfoon toestaan"
|
|
},
|
|
"allowCamera": {
|
|
"label": "Camera toestaan"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "Geolocatie toestaan"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "Ongeldige URL",
|
|
"text": "Zorg ervoor dat je een geldig adres hebt ingevoerd in de configuratie van je widget"
|
|
},
|
|
"browserSupport": "Je browser ondersteunt geen iframes. Update je browser."
|
|
}
|
|
}
|
|
}
|