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

30 lines
901 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
2022-09-26 00:30:11 +00:00
"abort": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
2022-07-13 00:27:34 +00:00
"error": {
"invalid_api_key": "Chave de API inv\u00e1lida"
2022-09-26 00:30:11 +00:00
},
"step": {
"user": {
"data": {
"api_key": "Chave da API",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nome da integra\u00e7\u00e3o"
},
"description": "Para gerar a chave API v\u00e1 a https://opendata.aemet.es/centrodedescargas/altaUsuario"
}
}
},
"options": {
"step": {
"init": {
"data": {
"station_updates": "Recolha de dados das esta\u00e7\u00f5es meteorol\u00f3gicas AEMET"
}
}
2022-07-13 00:27:34 +00:00
}
}
}