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

19 lines
642 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"abort": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2022-09-13 00:29:19 +00:00
"mqtt_required": "A integra\u00e7\u00e3o do MQTT n\u00e3o est\u00e1 configurada",
2022-07-13 00:27:34 +00:00
"unknown": "Erro inesperado"
2022-09-13 00:29:19 +00:00
},
"step": {
"select_gateway_type": {
"description": "Selecione qual gateway configurar.",
"menu_options": {
"gw_mqtt": "Configurar um gateway MQTT",
"gw_serial": "Configurar um gateway serial",
"gw_tcp": "Configurar um gateway TCP"
}
}
2022-07-13 00:27:34 +00:00
}
}
}