core/homeassistant/components/met/translations/es.json

22 lines
657 B
JSON

{
"config": {
"abort": {
"no_home": "No se han establecido las coordenadas de casa en la configuraci\u00f3n de Home Assistant"
},
"error": {
"already_configured": "El servicio ya est\u00e1 configurado"
},
"step": {
"user": {
"data": {
"elevation": "Elevaci\u00f3n",
"latitude": "Latitud",
"longitude": "Longitud",
"name": "Nombre"
},
"description": "Meteorologisk institutt",
"title": "Ubicaci\u00f3n"
}
}
}
}