Merge pull request #758 from CatoAntonsen/nn_translation

Updated Norwegian translations (nn and nb)
This commit is contained in:
Michael Teeuw 2017-03-10 14:57:09 +01:00 committed by GitHub
commit 2811f76714
3 changed files with 13 additions and 3 deletions

View File

@ -48,7 +48,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add test for compliments module for parts of day
- Korean Translation.
- Added console warning on startup when deprecated config options are used
- Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION`, `UPDATE_NOTIFICATION_MODULE`, `UPDATE_INFO` to Norwegian translations (`nn` and `nb`).
### Fixed
- Update .gitignore to not ignore default modules folder.

7
translations/nb.json Normal file → Executable file
View File

@ -3,6 +3,7 @@
"TODAY": "I dag",
"TOMORROW": "I morgen",
"DAYAFTERTOMORROW": "I overmorgen",
"RUNNING": "Slutter om",
"EMPTY": "Ingen kommende arrangementer.",
@ -21,5 +22,9 @@
"W": "V",
"WNW": "VNV",
"NW": "NV",
"NNW": "NNV"
"NNW": "NNV",
"UPDATE_NOTIFICATION": "MagicMirror² oppdatering er tilgjengelig.",
"UPDATE_NOTIFICATION_MODULE": "Oppdatering tilgjengelig for modulen MODULE_NAME.",
"UPDATE_INFO": "Nåværende installasjon er COMMIT_COUNT bak BRANCH_NAME grenen."
}

7
translations/nn.json Normal file → Executable file
View File

@ -3,6 +3,7 @@
"TODAY": "I dag",
"TOMORROW": "I morgon",
"DAYAFTERTOMORROW": "I overmorgon",
"RUNNING": "Sluttar om",
"EMPTY": "Ingen komande hendingar.",
@ -21,5 +22,9 @@
"W": "V",
"WNW": "VNV",
"NW": "NV",
"NNW": "NNV"
"NNW": "NNV",
"UPDATE_NOTIFICATION": "MagicMirror² oppdatering er tilgjengeleg.",
"UPDATE_NOTIFICATION_MODULE": "Oppdatering tilgjengeleg for modulen MODULE_NAME.",
"UPDATE_INFO": "noverande installasjon er COMMIT_COUNT bak BRANCH_NAME greinen."
}