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

45 lines
902 B
JSON

{
"descriptor": {
"name": "iFrame",
"description": "Bygg inn innhold fra Internett. Noen nettsteder kan begrense adgang.",
"settings": {
"title": "iFrame innstillinger",
"embedUrl": {
"label": "Bygg inn URL"
},
"allowFullScreen": {
"label": "Tillat fullskjerm"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Sørg for at du har angitt en gyldig adresse i konfigurasjonen av widgeten din"
}
}
}
}