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

35 lines
1.2 KiB
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2019-10-25 00:32:15 +00:00
"abort": {
2022-01-30 00:14:21 +00:00
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida",
"single_instance_allowed": "J\u00e1 configurado. Apenas uma configura\u00e7\u00e3o \u00e9 poss\u00edvel."
},
"error": {
"cannot_connect": "Falha ao conectar",
2022-01-31 00:14:28 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"invalid_mfa_code": "C\u00f3digo MFA inv\u00e1lido"
2019-10-25 00:32:15 +00:00
},
2019-10-19 00:32:15 +00:00
"step": {
2022-01-31 00:14:28 +00:00
"mfa": {
"data": {
"mfa_code": "C\u00f3digo MFA (6 d\u00edgitos)"
},
"title": "Digite seu c\u00f3digo MFA para Abode"
},
2022-01-30 00:14:21 +00:00
"reauth_confirm": {
"data": {
2022-01-31 00:14:28 +00:00
"password": "Senha",
"username": "Email"
},
"title": "Preencha as informa\u00e7\u00f5es de login da Abode"
2022-01-30 00:14:21 +00:00
},
2019-10-19 00:32:15 +00:00
"user": {
"data": {
2019-10-25 00:32:15 +00:00
"password": "Senha",
2022-01-31 00:14:28 +00:00
"username": "Email"
},
"title": "Preencha suas informa\u00e7\u00f5es de login Abode"
2019-10-19 00:32:15 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-19 00:32:15 +00:00
}