mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Added Swedish translation
This commit is contained in:
parent
4b5625e0b4
commit
70c697f094
@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- Norwegian Translations (nb and nn)
|
- Norwegian Translations (nb and nn)
|
||||||
- Portuguese Translation
|
- Portuguese Translation
|
||||||
|
- Swedish Translation
|
||||||
|
|
||||||
### Chagned
|
### Chagned
|
||||||
- Add option to use locationID in weather modules.
|
- Add option to use locationID in weather modules.
|
||||||
|
27
translations/sv.json
Normal file
27
translations/sv.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
/* GENERAL */
|
||||||
|
"LOADING": "Laddar …",
|
||||||
|
|
||||||
|
/* CALENDAR */
|
||||||
|
"TODAY": "Idag",
|
||||||
|
"TOMORROW": "Imorgon",
|
||||||
|
"RUNNING": "Slutar",
|
||||||
|
"EMPTY": "Inga kommande händelser.",
|
||||||
|
|
||||||
|
/* WEATHER */
|
||||||
|
"N": "N",
|
||||||
|
"NNE": "NNO",
|
||||||
|
"ENE": "ONO",
|
||||||
|
"E": "Ö",
|
||||||
|
"ESE": "OSO",
|
||||||
|
"SE": "SO",
|
||||||
|
"SSE": "SSO",
|
||||||
|
"S": "S",
|
||||||
|
"SSW": "SSV",
|
||||||
|
"SW": "SV",
|
||||||
|
"WSW": "VSV",
|
||||||
|
"W": "V",
|
||||||
|
"WNW": "VNV",
|
||||||
|
"NW": "NV",
|
||||||
|
"NNW": "NNV"
|
||||||
|
}
|
@ -15,4 +15,5 @@ var translations = {
|
|||||||
"nb" : "translations/nb.json",
|
"nb" : "translations/nb.json",
|
||||||
"nn" : "translations/nn.json",
|
"nn" : "translations/nn.json",
|
||||||
"pt" : "translations/pt.json",
|
"pt" : "translations/pt.json",
|
||||||
|
"sv" : "translations/sv.json",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user