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

34 lines
938 B
JSON

{
"config": {
"abort": {
"already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada"
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_api_key": "Clave API no v\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Clave API",
"language": "Idioma",
"latitude": "Latitud",
"longitude": "Longitud",
"mode": "Modo",
"name": "Nombre"
},
"description": "Para generar la clave API, ve a https://openweathermap.org/appid"
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Idioma",
"mode": "Modo"
}
}
}
}
}