1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00
ha-core/homeassistant/components/picnic/translations/pt-BR.json

23 lines
769 B
JSON
Raw Normal View History

2022-01-30 01:14:21 +01:00
{
"config": {
"abort": {
2022-02-13 01:16:41 +01:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
2022-01-30 01:14:21 +01:00
},
"error": {
"cannot_connect": "Falha ao conectar",
2022-02-13 01:16:41 +01:00
"different_account": "A conta deve ser a mesma usada para configurar a integra\u00e7\u00e3o",
2022-01-30 01:14:21 +01:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
2022-01-31 01:14:28 +01:00
"country_code": "C\u00f3digo do pa\u00eds",
2022-01-30 01:14:21 +01:00
"password": "Senha",
"username": "Usu\u00e1rio"
}
}
}
2022-05-19 02:26:11 +02:00
}
2022-01-30 01:14:21 +01:00
}