mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
Merge pull request #663 from Snille/develop
Added and translated some missing strings in the sv.json file.
This commit is contained in:
commit
c73b9b4882
@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION` and `UPDATE_NOTIFICATION_MODULE` to Finnish translations.
|
- Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION` and `UPDATE_NOTIFICATION_MODULE` to Finnish translations.
|
||||||
- Run `npm test` on Travis automatically
|
- Run `npm test` on Travis automatically
|
||||||
- Show the splash screen image even when is reboot or halted.
|
- Show the splash screen image even when is reboot or halted.
|
||||||
|
- Added some missing translaton strings in the sv.json file.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add loaded function to modules, providing an async callback.
|
- Add loaded function to modules, providing an async callback.
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
/* CALENDAR */
|
/* CALENDAR */
|
||||||
"TODAY": "Idag",
|
"TODAY": "Idag",
|
||||||
"TOMORROW": "Imorgon",
|
"TOMORROW": "Imorgon",
|
||||||
|
"DAYAFTERTOMORROW": "Iövermorgon",
|
||||||
"RUNNING": "Slutar",
|
"RUNNING": "Slutar",
|
||||||
"EMPTY": "Inga kommande händelser.",
|
"EMPTY": "Inga kommande händelser.",
|
||||||
|
|
||||||
@ -25,4 +26,9 @@
|
|||||||
"WNW": "VNV",
|
"WNW": "VNV",
|
||||||
"NW": "NV",
|
"NW": "NV",
|
||||||
"NNW": "NNV"
|
"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."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user