mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-24 00:09:12 +01:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "iFrame",
|
|
"description": "Bädda in valfritt innehåll från internet. Vissa webbplatser kan begränsa åtkomsten.",
|
|
"settings": {
|
|
"title": "iFrame-inställningar",
|
|
"embedUrl": {
|
|
"label": "Inbäddad URL"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "Tillåt helskärm"
|
|
},
|
|
"allowTransparency": {
|
|
"label": "Tillåt opacitet"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "Tillåt scrollning"
|
|
},
|
|
"allowPayment": {
|
|
"label": "Tillåt betalning"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "Tillåt automatisk uppspelning"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "Tillåt mikrofon"
|
|
},
|
|
"allowCamera": {
|
|
"label": "Tillåt kamera"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "Tillåt geolokalisering"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "Ogiltig URL",
|
|
"text": "Kontrollera att du har angett en giltig adress i konfigurationen av din widget"
|
|
},
|
|
"browserSupport": "Din webbläsare stöder inte iframes. Vänligen uppdatera din webbläsare."
|
|
}
|
|
}
|
|
}
|