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

29 lines
950 B
JSON
Raw Normal View History

2019-07-31 23:16:40 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
"already_configured": "A conta j\u00e1 foi configurada",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
2019-07-31 23:16:40 +00:00
"error": {
2022-01-30 00:14:21 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"no_devices": "Nenhum dispositivo encontrado na conta",
"unknown": "Erro inesperado"
2019-07-31 23:16:40 +00:00
},
"step": {
2022-01-30 00:14:21 +00:00
"reauth_confirm": {
"data": {
"password": "Senha"
},
"description": "Por favor, digite novamente a senha para {username}.",
"title": "Reautenticar Integra\u00e7\u00e3o"
},
2019-07-31 23:16:40 +00:00
"user": {
"data": {
"password": "Senha",
2022-01-30 00:14:21 +00:00
"username": "Usu\u00e1rio"
2019-07-31 23:16:40 +00:00
},
"title": "Preencha suas informa\u00e7\u00f5es"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-07-31 23:16:40 +00:00
}