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

19 lines
469 B
JSON
Raw Normal View History

2020-09-02 00:03:29 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
"already_configured": "Conta j\u00e1 configurada"
},
2020-09-02 00:03:29 +00:00
"error": {
2020-12-07 00:04:18 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2020-09-02 00:03:29 +00:00
"unknown": "Erro inesperado"
2020-12-07 00:04:18 +00:00
},
"step": {
"user": {
"data": {
"api_token": "API Token"
}
}
2020-09-02 00:03:29 +00:00
}
}
}