-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from cvc90/Translation-Spanish
Spanish translation
- Loading branch information
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |