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

34 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
2022-01-31 00:14:28 +00:00
"auth_fail": "Nome de usu\u00e1rio ou senha est\u00e1 incorreta.",
2022-01-30 00:14:21 +00:00
"cannot_connect": "Falha ao conectar",
2022-01-31 00:14:28 +00:00
"connection_error": "Falha ao conectar a um servidor ZoneMinder.",
2022-01-30 00:14:21 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2022-01-31 00:14:28 +00:00
"create_entry": {
"default": "Servidor ZoneMinder adicionado."
},
2022-01-30 00:14:21 +00:00
"error": {
2022-01-31 00:14:28 +00:00
"auth_fail": "Nome de usu\u00e1rio ou senha est\u00e1 incorreta.",
2022-01-30 00:14:21 +00:00
"cannot_connect": "Falha ao conectar",
2022-01-31 00:14:28 +00:00
"connection_error": "Falha ao conectar a um servidor ZoneMinder.",
2022-01-30 00:14:21 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2022-01-31 00:14:28 +00:00
"flow_title": "ZoneMinder",
2022-01-30 00:14:21 +00:00
"step": {
"user": {
"data": {
2022-01-31 00:14:28 +00:00
"host": "Host e Porta (ex 10.10.0.4:8010)",
2022-01-30 00:14:21 +00:00
"password": "Senha",
2022-01-31 00:14:28 +00:00
"path": "Caminho ZM",
"path_zms": "Caminho ZMS",
2022-01-30 00:14:21 +00:00
"ssl": "Usar um certificado SSL",
"username": "Usu\u00e1rio",
"verify_ssl": "Verifique o certificado SSL"
2022-01-31 00:14:28 +00:00
},
"title": "Adicione o Servidor ZoneMinder."
2022-01-30 00:14:21 +00:00
}
}
}
}