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

26 lines
723 B
JSON

{
"config": {
"flow_title": "{name} ({ip_address})",
"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"
}
}
}
}
}