Norwegian translation (nb and nn)

This commit is contained in:
RemiHansen 2016-05-20 01:22:45 +02:00
parent 02bbbe668b
commit 3df4062a55
4 changed files with 32 additions and 4 deletions

View File

@ -2,9 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.0.1] - 2016-05-19
## [2.0.2] - 2016-05-20
### Added
- Norwegian Translation
- Norwegian Translations (nb and nn)
## [2.0.1] - 2016-05-18
### Added

View File

@ -3,7 +3,7 @@
"LOADING": "Laster …",
/* CALENDAR */
"TODAY": "Idag",
"TODAY": "I dag",
"TOMORROW": "I morgen",
"RUNNING": "Slutter om",
"EMPTY": "Ingen kommende arrangementer.",

27
translations/nn.json Normal file
View File

@ -0,0 +1,27 @@
{
/* GENERAL */
"LOADING": "Lastar …",
/* CALENDAR */
"TODAY": "I dag",
"TOMORROW": "I morgon",
"RUNNING": "Sluttar om",
"EMPTY": "Ingen komande hendingar.",
/* WEATHER */
"N": "N",
"NNE": "NNA",
"ENE": "ANA",
"E": "A",
"ESE": "ASA",
"SE": "SA",
"SSE": "SSA",
"S": "S",
"SSW": "SSV",
"SW": "SV",
"WSW": "VSV",
"W": "V",
"WNW": "VNV",
"NW": "NV",
"NNW": "NNV"
}

View File

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