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

27 lines
859 B
JSON
Raw Normal View History

2022-02-17 00:14:03 +00:00
{
"config": {
"abort": {
2022-03-01 00:23:47 +00:00
"already_configured": "A conta j\u00e1 foi configurada",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
2022-02-17 00:14:03 +00:00
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
2022-03-01 00:23:47 +00:00
"reauth_confirm": {
"data": {
"password": "Senha"
},
2022-03-03 00:20:45 +00:00
"description": "A integra\u00e7\u00e3o do SleepIQ precisa autenticar novamente sua conta {username}.",
2022-03-01 00:23:47 +00:00
"title": "Reautenticar Integra\u00e7\u00e3o"
},
2022-02-17 00:14:03 +00:00
"user": {
"data": {
"password": "Senha",
2022-02-19 00:19:24 +00:00
"username": "Usu\u00e1rio"
2022-02-17 00:14:03 +00:00
}
}
}
}
}