core/homeassistant/components/pushover/translations/pt.json

27 lines
806 B
JSON
Raw Normal View History

2022-09-13 00:29:19 +00:00
{
"config": {
2022-12-09 00:24:29 +00:00
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "A liga\u00e7\u00e3o falhou",
"invalid_api_key": "Chave de API inv\u00e1lida"
},
2022-09-13 00:29:19 +00:00
"step": {
2022-12-09 00:24:29 +00:00
"reauth_confirm": {
"data": {
"api_key": "Chave da API"
},
"title": "Reautenticar integra\u00e7\u00e3o"
},
2022-09-13 00:29:19 +00:00
"user": {
"data": {
2022-12-09 00:24:29 +00:00
"api_key": "Chave da API",
"name": "Nome",
2022-09-13 00:29:19 +00:00
"user_key": "Chave do usu\u00e1rio"
}
}
}
}
}