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

29 lines
758 B
JSON
Raw Normal View History

2020-09-02 00:03:29 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
},
2020-09-02 00:03:29 +00:00
"error": {
2020-12-07 00:04:18 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2020-09-02 00:03:29 +00:00
"unknown": "Erro inesperado"
2020-12-07 00:04:18 +00:00
},
"step": {
"user_gateway": {
"data": {
"host": "Endere\u00e7o IP",
"port": "Porta"
}
}
2020-09-02 00:03:29 +00:00
}
2020-09-08 00:04:13 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frequ\u00eancia de atualiza\u00e7\u00e3o (segundos)"
}
}
}
2020-09-02 00:03:29 +00:00
}
}