Norwegian translation for MM2

This commit is contained in:
RemiHansen 2016-05-19 23:26:56 +02:00
parent 93abaed0c2
commit 2b82c8fdc9
2 changed files with 28 additions and 1 deletions

27
translations/no.json Normal file
View File

@ -0,0 +1,27 @@
{
/* GENERAL */
"LOADING": "Laster …",
/* CALENDAR */
"TODAY": "Idag",
"TOMORROW": "I morgen",
"RUNNING": "Slutter om",
"EMPTY": "Ingen kommende arrangementer.",
/* WEATHER */
"N": "N",
"NNE": "NNØ",
"ENE": "ØNØ",
"E": "Ø",
"ESE": "ØSØ",
"SE": "SØ",
"SSE": "SSØ",
"S": "S",
"SSW": "SSV",
"SW": "SV",
"WSW": "VSV",
"W": "V",
"WNW": "VNV",
"NW": "NV",
"NNW": "NNV"
}

View File

@ -12,5 +12,5 @@ var translations = {
"fr" : "translations/fr.json", "fr" : "translations/fr.json",
"fy" : "translations/fy.json", "fy" : "translations/fy.json",
"es" : "translations/es.json", "es" : "translations/es.json",
"it" : "translations/it.json", "no" : "translations/no.json",
}; };