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

30 lines
800 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou",
2021-03-16 00:04:36 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
2022-12-09 00:24:29 +00:00
"host": "Endere\u00e7o",
2021-03-16 00:04:36 +00:00
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"reverse": "Inverter l\u00f3gica do interruptor (usar NC)"
}
}
}
}
}