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

19 lines
488 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
2022-07-13 00:27:34 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
2022-07-12 00:24:26 +00:00
"error": {
2022-07-13 00:27:34 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
2022-07-12 00:24:26 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2021-02-03 10:46:49 +00:00
"step": {
"user": {
"data": {
2022-07-13 00:27:34 +00:00
"host": "Servidor",
2021-02-03 10:46:49 +00:00
"password": "Palavra-passe"
}
}
}
}
}