core/homeassistant/components/flo/translations/pt-BR.json

21 lines
563 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
2022-01-30 00:14:21 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"host": "Nome do host",
"password": "Senha",
"username": "Usu\u00e1rio"
}
}
2020-08-27 00:04:55 +00:00
}
}
}