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

30 lines
895 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "Localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
"error": {
"invalid_api_key": "Chave de API inv\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Chave da API",
"latitude": "Latitude",
2022-01-31 00:14:28 +00:00
"longitude": "Longitude",
"name": "Nome da integra\u00e7\u00e3o"
},
2022-05-19 00:26:11 +00:00
"description": "Para gerar a chave API acesse https://opendata.aemet.es/centrodedescargas/altaUsuario"
2022-01-31 00:14:28 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"station_updates": "Colete dados das esta\u00e7\u00f5es meteorol\u00f3gicas da AEMET"
2022-01-30 00:14:21 +00:00
}
}
}
}
}