mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-10 09:14:37 +00:00
commit
42354a6728
@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337))
|
- Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337))
|
||||||
- Corrected grammer in `module.js` from 'suspend' to 'suspended'.
|
- Corrected grammer in `module.js` from 'suspend' to 'suspended'.
|
||||||
- Added ability to turn off the date display in `clock.js` when in analog mode.
|
- Added ability to turn off the date display in `clock.js` when in analog mode.
|
||||||
|
- Greek Translation
|
||||||
|
|
||||||
## [2.0.3] - 2016-07-12
|
## [2.0.3] - 2016-07-12
|
||||||
### Added
|
### Added
|
||||||
|
28
translations/gr.json
Normal file
28
translations/gr.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
/* GENERAL */
|
||||||
|
"LOADING": "Φόρτωση …",
|
||||||
|
|
||||||
|
/* CALENDAR */
|
||||||
|
"TODAY": "Σήμερα",
|
||||||
|
"TOMORROW": "Αύριο",
|
||||||
|
"RUNNING": "Λήγει σε",
|
||||||
|
"EMPTY": "Δεν υπάρχουν προσεχείς εκδηλώσεις.",
|
||||||
|
|
||||||
|
/* WEATHER */
|
||||||
|
"N": "B",
|
||||||
|
"NNE": "BBA",
|
||||||
|
"NE": "BA",
|
||||||
|
"ENE": "ABA",
|
||||||
|
"E": "A",
|
||||||
|
"ESE": "ANA",
|
||||||
|
"SE": "NA",
|
||||||
|
"SSE": "NNA",
|
||||||
|
"S": "N",
|
||||||
|
"SSW": "NNΔ",
|
||||||
|
"SW": "NΔ",
|
||||||
|
"WSW": "ΔNΔ",
|
||||||
|
"W": "Δ",
|
||||||
|
"WNW": "ΔΒΔ",
|
||||||
|
"NW": "ΒΔ",
|
||||||
|
"NNW": "ΒΒΔ"
|
||||||
|
}
|
@ -21,5 +21,5 @@ var translations = {
|
|||||||
"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
|
"pl" : "translations/pl.json", // Polish
|
||||||
|
"gr" : "translations/gr.json", // Greek
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user