Turkish translation added

This commit is contained in:
Onur Yilmaz 2016-11-02 22:01:14 +00:00
parent 094ef592a7
commit c9f201755e
2 changed files with 27 additions and 0 deletions

26
translations/tr.json Normal file
View File

@ -0,0 +1,26 @@
{
/* GENERAL */
"LOADING": "Yükleniyor …",
/* CALENDAR */
"TODAY": "Bugün",
"TOMORROW": "Yarın",
"RUNNING": "Biten",
"EMPTY": "Yakında etkinlik yok.",
/* WEATHER */
"N": "K",
"NNE": "KKD",
"NE": "KD",
"ENE": "DKD",
"E": "D",
"ESE": "DGD",
"SE": "GD",
"SSE": "GGD",
"S": "G",
"SSW": "GGB",
"SW": "GB",
"WSW": "BGB",
"W": "B",
"WNW": "BKB",
"NW": "KB",
"NNW": "KKB"
}

View File

@ -25,4 +25,5 @@ var translations = {
"pl" : "translations/pl.json", // Polish
"gr" : "translations/gr.json", // Greek
"da" : "translations/da.json", // Danish
"tr" : "translations/tr.json", // Turkish
};