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

20 lines
505 B
JSON
Raw Normal View History

2022-08-17 00:26:42 +00:00
{
"config": {
"abort": {
2022-08-21 00:24:25 +00:00
"already_configured": "A conta j\u00e1 foi configurada"
2022-08-17 00:26:42 +00:00
},
"error": {
2022-08-21 00:24:25 +00:00
"cannot_connect": "Falha ao conectar",
2022-08-17 00:26:42 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
2022-08-21 00:24:25 +00:00
"host": "Nome do host",
2022-08-17 00:26:42 +00:00
"password": "Senha"
}
}
}
}
}