mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-15 03:52:13 +01:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "iFrame",
|
|
"description": "Incorpora qualsiasi contenuto da Internet. Alcuni siti web possono limitare l'accesso.",
|
|
"settings": {
|
|
"title": "Impostazioni iFrame",
|
|
"embedUrl": {
|
|
"label": "Incorpora URL"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "Consenti schermo intero"
|
|
},
|
|
"allowTransparency": {
|
|
"label": "Consenti trasparenza"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "Consenti scorrimento"
|
|
},
|
|
"allowPayment": {
|
|
"label": "Consenti pagamento"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "Consenti riproduzione automatica"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "Consenti microfono"
|
|
},
|
|
"allowCamera": {
|
|
"label": "Consenti fotocamera"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "Consenti geo-localizzazione"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "URL invalido",
|
|
"text": "Assicurarsi di aver inserito un indirizzo valido nella configurazione del widget"
|
|
},
|
|
"browserSupport": "Il tuo browser non supporta iframes. Aggiorna il tuo browser."
|
|
}
|
|
}
|
|
}
|