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

34 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_api_key": "Chave de API inv\u00e1lida",
"invalid_user_key": "Chave de usu\u00e1rio inv\u00e1lida"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Chave da API"
},
"title": "Reautenticar Integra\u00e7\u00e3o"
},
"user": {
"data": {
"api_key": "Chave da API",
"name": "Nome",
"user_key": "Chave do usu\u00e1rio"
}
}
}
},
"issues": {
"deprecated_yaml": {
"description": "A configura\u00e7\u00e3o do Pushover usando YAML est\u00e1 sendo removida. \n\n Sua configura\u00e7\u00e3o YAML existente foi importada para a interface do usu\u00e1rio automaticamente. \n\n Remova a configura\u00e7\u00e3o Pushover YAML do arquivo configuration.yaml e reinicie o Home Assistant para corrigir esse problema.",
"title": "A configura\u00e7\u00e3o do Pushover YAML est\u00e1 sendo removida"
}
}
}