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

41 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "A liga\u00e7\u00e3o falhou",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"flow_title": "Shelly: {name}",
"step": {
"confirm_discovery": {
"description": "Deseja configurar o {model} em {host} ?"
},
"credentials": {
"data": {
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
},
"reauth_confirm": {
"data": {
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
},
"user": {
"data": {
"host": "Endere\u00e7o"
}
}
}
},
"device_automation": {
"trigger_subtype": {
"button": "Bot\u00e3o"
}
}
}