Merge pull request #309 from jordi2830/patch-1

Added Spanish translations
This commit is contained in:
Michael Teeuw 2016-05-11 18:54:12 +02:00
commit 051af521b2
2 changed files with 28 additions and 0 deletions

27
translations/es.json Normal file
View File

@ -0,0 +1,27 @@
{
/* GENERAL */
"LOADING": "Cargando …",
/* CALENDAR */
"TODAY": "Hoy",
"TOMORROW": "Mañana",
"RUNNING": "Termina en",
"EMPTY": "No hay eventos programados.",
/* WEATHER */
"N": "N",
"NNE": "NNE",
"ENE": "ENE",
"E": "E",
"ESE": "ESE",
"SE": "SE",
"SSE": "SSE",
"S": "S",
"SSW": "SSO",
"SW": "SO",
"WSW": "OSO",
"W": "O",
"WNW": "ONO",
"NW": "NO",
"NNW": "NNO"
}

View File

@ -11,4 +11,5 @@ var translations = {
"de" : "translations/de.json", "de" : "translations/de.json",
"fr" : "translations/fr.json", "fr" : "translations/fr.json",
"fy" : "translations/fy.json", "fy" : "translations/fy.json",
"es" : "translations/es.json",
}; };