core/homeassistant/components/adguard/translations/pt.json

26 lines
879 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2022-07-13 00:27:34 +00:00
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
},
2020-12-07 00:04:18 +00:00
"error": {
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou"
2020-12-07 00:04:18 +00:00
},
2019-10-19 00:32:15 +00:00
"step": {
2020-07-03 00:03:38 +00:00
"hassio_confirm": {
2022-09-26 00:30:11 +00:00
"description": "Deseja configurar o Home Assistant para se ligar ao AdGuard Home fornecido pelo add-on: {addon}?",
"title": "AdGuard Home via add-on Supervisor"
2020-07-03 00:03:38 +00:00
},
2019-10-19 00:32:15 +00:00
"user": {
"data": {
2022-12-09 00:24:29 +00:00
"host": "Endere\u00e7o",
2019-11-14 00:32:16 +00:00
"password": "Palavra-passe",
2020-07-09 00:05:04 +00:00
"port": "Porta",
2020-12-07 00:04:18 +00:00
"ssl": "Utiliza um certificado SSL",
"username": "Nome de Utilizador",
2022-07-13 00:27:34 +00:00
"verify_ssl": "Verificar o certificado SSL"
2019-10-19 00:32:15 +00:00
}
}
}
}
}