Merge pull request #306 from Wilco89/v2-beta

Frisian translation
This commit is contained in:
Michael Teeuw
2016-05-11 14:03:13 +02:00
2 changed files with 28 additions and 0 deletions

27
translations/fy.json Normal file
View File

@@ -0,0 +1,27 @@
{
/* GENERAL */
"LOADING": "Bezich mei laden …",
/* CALENDAR */
"TODAY": "Hjoed",
"TOMORROW": "Moarn",
"RUNNING": "Einigest oer",
"EMPTY": "Gjin plande ôfspraken.",
/* WEATHER */
"N": "N",
"NNE": "NNE",
"ENE": "ENE",
"E": "E",
"ESE": "ESE",
"SE": "SE",
"SSE": "SSE",
"S": "SZ",
"SSW": "SSW",
"SW": "SW",
"WSW": "WSW",
"W": "W",
"WNW": "WNW",
"NW": "NW",
"NNW": "NNW"
}

View File

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