Merge pull request #663 from Snille/develop

Added and translated some missing strings in the sv.json file.
This commit is contained in:
Michael Teeuw 2017-01-29 11:39:47 +01:00 committed by GitHub
commit c73b9b4882
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION` and `UPDATE_NOTIFICATION_MODULE` to Finnish translations.
- Run `npm test` on Travis automatically
- Show the splash screen image even when is reboot or halted.
- Added some missing translaton strings in the sv.json file.
### Added
- Add loaded function to modules, providing an async callback.

View File

@ -5,6 +5,7 @@
/* CALENDAR */
"TODAY": "Idag",
"TOMORROW": "Imorgon",
"DAYAFTERTOMORROW": "Iövermorgon",
"RUNNING": "Slutar",
"EMPTY": "Inga kommande händelser.",
@ -25,4 +26,9 @@
"WNW": "VNV",
"NW": "NV",
"NNW": "NNV"
/* UPDATE INFO */
"UPDATE_NOTIFICATION": "MagicMirror² uppdatering finns tillgänglig.",
"UPDATE_NOTIFICATION_MODULE": "Uppdatering finns tillgänglig av MODULE_NAME modulen.",
"UPDATE_INFO": "Denna installation ligger COMMIT_COUNT steg bakom BRANCH_NAME grenen."
}