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

22 lines
673 B
JSON

{
"config": {
"abort": {
"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": "Nome de usu\u00e1rio"
},
"description": "Configure a integra\u00e7\u00e3o do SwitchBee com o Home Assistant."
}
}
}
}