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

26 lines
723 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
2022-07-14 00:27:41 +00:00
"flow_title": "{name} ({ip_address})",
2022-07-13 00:27:34 +00:00
"step": {
"discovery_confirm": {
"data": {
"username": "Nome de Utilizador"
},
"description": "Do you want to setup {name} ({ip_address})? "
},
"reauth_confirm": {
"data": {
"port": "Porta"
}
},
"user": {
"data": {
"host": "Servidor",
"password": "Palavra-passe",
"port": "Porta",
"verify_ssl": "Verificar o certificado SSL"
}
}
}
}
}