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

21 lines
571 B
JSON

{
"config": {
"abort": {
"already_configured": "Estas coordenadas ya est\u00e1n registradas."
},
"error": {
"invalid_api_key": "Clave API no v\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Clave API",
"elevation": "Elevaci\u00f3n",
"latitude": "Latitud",
"longitude": "Longitud"
},
"title": "Completa tu informaci\u00f3n"
}
}
}
}