Skip to content

Commit

Permalink
Merge pull request #189 from cvc90/Translation-Spanish
Browse files Browse the repository at this point in the history
Spanish translation
  • Loading branch information
Limych authored May 11, 2024
2 parents f5369e2 + 48c5fd1 commit cce7dc3
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
40 changes: 40 additions & 0 deletions custom_components/gismeteo/translations/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"config": {
"abort": {
"no_mixed_config": "Ya configurado. La configuración a través de configuración.yaml no es compatible con las configuraciones a través de la interfaz de usuario."
},
"error": {
"cannot_connect": "No se pudo conectar"
},
"step": {
"user": {
"data": {
"api_key": "Clave API",
"latitude": "Latitud",
"longitude": "Longitud",
"name": "Nombre"
},
"description": "Si necesita ayuda con la configuración, mire aquí: https://github.com/Limych/ha-gismeteo"
}
}
},
"options": {
"step": {
"user": {
"data": {
"platform_sensor": "Entidad de sensor habilitada",
"platform_weather": "Entidad meteorológica habilitada",
"mode": "Modo de pronóstico",
"forecast": "Agregar sensor de pronóstico de 3h",
"show_on_map": "Mostrar geografía monitoreada en el mapa"
},
"title": "Opciones de Gismeteo"
}
}
},
"system_health": {
"info": {
"can_reach_server": "Llegar al servidor de Gismeteo"
}
}
}
21 changes: 21 additions & 0 deletions custom_components/gismeteo/translations/sensor.es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"state": {
"gismeteo__condition": {
"clear-night": "Noche clara",
"cloudy": "Nublado",
"exceptional": "Excepcional",
"fog": "Niebla",
"hail": "Granizo",
"lightning": "Rayos",
"lightning-rainy": "Rayos, lluvia",
"partlycloudy": "Parcialmente nublado",
"pouring": "Torrencial",
"rainy": "Lluvioso",
"snowy": "Nevado",
"snowy-rainy": "Nevado, lluvioso",
"sunny": "Soleado",
"windy": "Ventoso",
"windy-variant": "Ventoso"
}
}
}

0 comments on commit cce7dc3

Please sign in to comment.