core/homeassistant/components/aemet/translations/es-419.json

22 lines
643 B
JSON
Raw Normal View History

2021-04-21 00:03:47 +00:00
{
"config": {
"step": {
"user": {
"data": {
"name": "Nombre de la integraci\u00f3n"
},
2021-08-05 00:34:46 +00:00
"description": "Configure la integraci\u00f3n de AEMET OpenData. Para generar la clave API vaya a https://opendata.aemet.es/centrodedescargas/altaUsuario",
2021-04-21 00:03:47 +00:00
"title": "AEMET OpenData"
}
}
2021-08-05 00:34:46 +00:00
},
"options": {
"step": {
"init": {
"data": {
"station_updates": "Recopile datos de las estaciones meteorol\u00f3gicas de AEMET"
}
}
}
2021-04-21 00:03:47 +00:00
}
}