Files
Homarr/public/locales/pt/modules/iframe.json
2023-11-03 21:15:08 +01:00

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."
}
}
}