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

21 lines
571 B
JSON
Raw Normal View History

2018-11-15 13:30:37 +00:00
{
"config": {
2020-05-29 00:04:16 +00:00
"abort": {
"already_configured": "Estas coordenadas ya est\u00e1n registradas."
},
2018-11-15 13:30:37 +00:00
"error": {
2020-07-20 00:03:01 +00:00
"invalid_api_key": "Clave API no v\u00e1lida"
2018-11-15 13:30:37 +00:00
},
"step": {
"user": {
"data": {
2020-07-20 00:03:01 +00:00
"api_key": "Clave API",
2018-11-15 13:30:37 +00:00
"elevation": "Elevaci\u00f3n",
"latitude": "Latitud",
"longitude": "Longitud"
},
"title": "Completa tu informaci\u00f3n"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-11-15 13:30:37 +00:00
}