Merge pull request #380 from kapsolas/develop

Greek Translation
This commit is contained in:
Michael Teeuw 2016-07-23 17:41:26 +02:00 committed by GitHub
commit 42354a6728
3 changed files with 30 additions and 1 deletions

View File

@ -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))
- Corrected grammer in `module.js` from 'suspend' to 'suspended'.
- Added ability to turn off the date display in `clock.js` when in analog mode.
- Greek Translation
## [2.0.3] - 2016-07-12
### Added

28
translations/gr.json Normal file
View 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": "ΒΒΔ"
}

View File

@ -21,5 +21,5 @@ var translations = {
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
"ja" : "translations/ja.json", // Japanese
"pl" : "translations/pl.json", // Polish
"gr" : "translations/gr.json", // Greek
};