mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Merge pull request #309 from jordi2830/patch-1
Added Spanish translations
This commit is contained in:
commit
051af521b2
27
translations/es.json
Normal file
27
translations/es.json
Normal 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"
|
||||||
|
}
|
@ -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",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user