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

42 lines
1.3 KiB
JSON
Raw Normal View History

2022-02-19 00:19:24 +00:00
{
"config": {
"abort": {
2022-02-24 00:17:55 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
2022-02-19 00:19:24 +00:00
},
"error": {
2022-02-24 00:17:55 +00:00
"cannot_connect": "Falha ao conectar",
2022-02-19 00:19:24 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"user": {
"data": {
"mjpeg_url": "URL MJPEG",
"name": "Nome",
"password": "Senha",
"still_image_url": "URL da imagem est\u00e1tica",
2022-02-24 00:17:55 +00:00
"username": "Usu\u00e1rio",
"verify_ssl": "Verifique o certificado SSL"
2022-02-19 00:19:24 +00:00
}
}
}
},
"options": {
"error": {
2022-02-24 00:17:55 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"cannot_connect": "Falha ao conectar",
2022-02-19 00:19:24 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"init": {
"data": {
"mjpeg_url": "URL MJPEG",
"name": "Nome",
"password": "Senha",
"still_image_url": "URL da imagem est\u00e1tica",
2022-02-24 00:17:55 +00:00
"username": "Usu\u00e1rio",
"verify_ssl": "Verifique o certificado SSL"
2022-02-19 00:19:24 +00:00
}
}
}
}
}