Files
Homarr/public/locales/nl/modules/iframe.json
2024-05-07 19:46:34 +02:00

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."
}
}
}