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

34 lines
942 B
JSON
Raw Normal View History

2020-09-01 00:07:08 +00:00
{
"config": {
"abort": {
2020-09-02 00:03:29 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
2020-09-01 00:07:08 +00:00
},
"error": {
2020-09-02 00:03:29 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
2020-12-07 00:04:18 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2020-09-01 00:07:08 +00:00
"unknown": "Erro inesperado"
},
"flow_title": "Shelly: {name}",
"step": {
"confirm_discovery": {
"description": "Deseja configurar o {model} em {host} ?"
},
2020-12-07 00:04:18 +00:00
"credentials": {
"data": {
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
},
2020-09-01 00:07:08 +00:00
"user": {
"data": {
"host": "Servidor"
}
}
}
2022-07-12 00:24:26 +00:00
},
"device_automation": {
"trigger_subtype": {
"button": "Bot\u00e3o"
}
2020-11-11 12:25:22 +00:00
}
2020-09-01 00:07:08 +00:00
}