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

19 lines
535 B
JSON

{
"config": {
"error": {
"identifier_exists": "Coordenadas ya registradas",
"invalid_api_key": "Clave de API inv\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Clave API de OpenUV",
"elevation": "Elevaci\u00f3n",
"latitude": "Latitud",
"longitude": "Longitud"
},
"title": "Completa tu informaci\u00f3n"
}
}
}
}