Files
homarr/public/locales/pt/modules/iframe.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

46 lines
962 B
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": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Certifique-se de que você inseriu um endereço válido na configuração do seu widget"
},
"browserSupport": ""
}
}
}