mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-15 11:30:57 +00:00
Norwegian translation (nb and nn)
This commit is contained in:
parent
02bbbe668b
commit
3df4062a55
@ -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
|
||||
|
@ -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
27
translations/nn.json
Normal 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"
|
||||
}
|
@ -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",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user