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

22 lines
603 B
JSON
Raw Normal View History

2020-06-08 00:02:43 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
2022-07-13 00:27:34 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou"
2020-12-10 00:03:01 +00:00
},
2020-12-07 00:04:18 +00:00
"error": {
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou"
2020-12-07 00:04:18 +00:00
},
2022-09-26 00:30:11 +00:00
"flow_title": "{name}",
2020-06-08 00:02:43 +00:00
"step": {
"user": {
"data": {
2020-07-09 00:05:04 +00:00
"host": "Servidor",
2020-12-07 00:04:18 +00:00
"password": "Palavra-passe",
"port": "Porta",
"username": "Nome de Utilizador"
2020-06-08 00:02:43 +00:00
}
}
}
}
}