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

40 lines
1.5 KiB
JSON
Raw Normal View History

2021-10-21 00:12:43 +00:00
{
"config": {
"abort": {
2022-01-30 00:14:21 +00:00
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
2021-10-21 00:12:43 +00:00
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2022-01-31 00:14:28 +00:00
"invalid_url": "URL inv\u00e1lida",
2021-10-21 00:12:43 +00:00
"unknown": "Erro inesperado"
2022-01-30 00:14:21 +00:00
},
"step": {
2022-01-31 00:14:28 +00:00
"hassio_confirm": {
"description": "Deseja configurar o Home Assistant para se conectar ao servi\u00e7o motionEye fornecido pelo add-on: {addon} ?",
"title": "motionEye via Home Assistant add-on"
},
2022-01-30 00:14:21 +00:00
"user": {
"data": {
"admin_password": "Senha Administrador",
"admin_username": "Usu\u00e1rio",
"surveillance_password": "Senha Vigil\u00e2ncia",
"surveillance_username": "Usu\u00e1rio",
"url": "URL"
}
}
2021-10-21 00:12:43 +00:00
}
2021-11-05 00:13:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-01-31 00:14:28 +00:00
"stream_url_template": "Modelo de URL de fluxo",
"webhook_set": "Configure os webhooks do motionEye para relatar eventos ao Home Assistant",
"webhook_set_overwrite": "Substituir webhooks n\u00e3o reconhecidos"
2021-11-05 00:13:45 +00:00
}
}
}
2021-10-21 00:12:43 +00:00
}
}