mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
commit
479ceb14e4
@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- Add max newsitems parameter to the newsfeed module.
|
- Add max newsitems parameter to the newsfeed module.
|
||||||
- Translations for Simplified Chinese, Traditional Chinese and Japanese.
|
- Translations for Simplified Chinese, Traditional Chinese and Japanese.
|
||||||
|
- Polish Translation
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
28
translations/pl.json
Normal file
28
translations/pl.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
/* GENERAL */
|
||||||
|
"LOADING": "Ładowanie …",
|
||||||
|
|
||||||
|
/* CALENDAR */
|
||||||
|
"TODAY": "Dziś",
|
||||||
|
"TOMORROW": "Jutro",
|
||||||
|
"RUNNING": "Koniec za",
|
||||||
|
"EMPTY": "Brak wydarzeń.",
|
||||||
|
|
||||||
|
/* WEATHER */
|
||||||
|
"N": "N",
|
||||||
|
"NNE": "NNE",
|
||||||
|
"NE": "NE",
|
||||||
|
"ENE": "ENE",
|
||||||
|
"E": "E",
|
||||||
|
"ESE": "ESE",
|
||||||
|
"SE": "SE",
|
||||||
|
"SSE": "SSE",
|
||||||
|
"S": "S",
|
||||||
|
"SSW": "SSW",
|
||||||
|
"SW": "SW",
|
||||||
|
"WSW": "WSW",
|
||||||
|
"W": "W",
|
||||||
|
"WNW": "WNW",
|
||||||
|
"NW": "NW",
|
||||||
|
"NNW": "NNW"
|
||||||
|
}
|
@ -20,5 +20,6 @@ var translations = {
|
|||||||
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
|
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
|
||||||
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
||||||
"ja" : "translations/ja.json", // Japanese
|
"ja" : "translations/ja.json", // Japanese
|
||||||
|
"pl" : "translations/pl.json", // Polish
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user