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

32 lines
949 B
JSON
Raw Normal View History

2022-09-14 00:28:24 +00:00
{
"config": {
"abort": {
2022-10-22 00:35:23 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
2022-09-14 00:28:24 +00:00
},
"error": {
2022-10-22 00:35:23 +00:00
"cannot_connect": "Falha ao conectar",
2022-09-14 00:28:24 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
2022-10-22 00:35:23 +00:00
"host": "Nome do host",
2022-09-14 00:28:24 +00:00
"password": "Senha",
"switch_as_light": "Inicializar switches como entidades de luz",
"username": "Nome de usu\u00e1rio"
},
"description": "Configure a integra\u00e7\u00e3o do SwitchBee com o Home Assistant."
}
}
},
"options": {
"step": {
"init": {
"data": {
"devices": "Dispositivos para incluir"
}
}
}
}
}