mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "iFrame",
|
|
"description": "Incorporar qualquer conteúdo da internet. Alguns sites podem restringir o acesso.",
|
|
"settings": {
|
|
"title": "configurações do IFrame",
|
|
"embedUrl": {
|
|
"label": "Incorporar URL"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "Permitir tela cheia"
|
|
},
|
|
"allowTransparency": {
|
|
"label": "Permitir transparência"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "Permitir rolagem"
|
|
},
|
|
"allowPayment": {
|
|
"label": "Permitir pagamento"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "Permitir reprodução automática"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "Permitir microfone"
|
|
},
|
|
"allowCamera": {
|
|
"label": "Permitir câmera"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "Permitir geolocalização"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "URL inválido",
|
|
"text": "Certifique-se de que você inseriu um endereço válido na configuração do seu widget"
|
|
},
|
|
"browserSupport": "Seu navegador não suporta iframes. Atualize seu navegador."
|
|
}
|
|
}
|
|
}
|