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

45 lines
928 B
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": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Assicurarsi di aver inserito un indirizzo valido nella configurazione del widget"
}
}
}
}