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

34 lines
938 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada"
2020-09-15 00:09:18 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "No se pudo conectar",
"invalid_api_key": "Clave API no v\u00e1lida"
2020-09-15 00:09:18 +00:00
},
"step": {
"user": {
"data": {
2020-10-09 00:04:33 +00:00
"api_key": "Clave API",
2020-09-15 00:09:18 +00:00
"language": "Idioma",
"latitude": "Latitud",
"longitude": "Longitud",
"mode": "Modo",
2022-05-16 00:24:28 +00:00
"name": "Nombre"
2020-09-15 00:09:18 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Para generar la clave API, ve a https://openweathermap.org/appid"
2020-09-15 00:09:18 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Idioma",
"mode": "Modo"
}
}
}
}
}