mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
Merge pull request #494 from onuryilmaz/develop
Turkish translation added
This commit is contained in:
commit
c4e01fa566
@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- Finnish translation.
|
- Finnish translation.
|
||||||
- Danish translation.
|
- Danish translation.
|
||||||
|
- Turkish translation.
|
||||||
- Option to limit access to certain IP addresses based on the value of `ipWhitelist` in the `config.js`, default is access from localhost only (Issue [#456](https://github.com/MichMich/MagicMirror/issues/456)).
|
- Option to limit access to certain IP addresses based on the value of `ipWhitelist` in the `config.js`, default is access from localhost only (Issue [#456](https://github.com/MichMich/MagicMirror/issues/456)).
|
||||||
- Added ability to change the point of time when calendar events get relative.
|
- Added ability to change the point of time when calendar events get relative.
|
||||||
- Add Splash screen on boot.
|
- Add Splash screen on boot.
|
||||||
|
26
translations/tr.json
Normal file
26
translations/tr.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
/* GENERAL */
|
||||||
|
"LOADING": "Yükleniyor …",
|
||||||
|
/* CALENDAR */
|
||||||
|
"TODAY": "Bugün",
|
||||||
|
"TOMORROW": "Yarın",
|
||||||
|
"RUNNING": "Biten",
|
||||||
|
"EMPTY": "Yakında etkinlik yok.",
|
||||||
|
/* WEATHER */
|
||||||
|
"N": "K",
|
||||||
|
"NNE": "KKD",
|
||||||
|
"NE": "KD",
|
||||||
|
"ENE": "DKD",
|
||||||
|
"E": "D",
|
||||||
|
"ESE": "DGD",
|
||||||
|
"SE": "GD",
|
||||||
|
"SSE": "GGD",
|
||||||
|
"S": "G",
|
||||||
|
"SSW": "GGB",
|
||||||
|
"SW": "GB",
|
||||||
|
"WSW": "BGB",
|
||||||
|
"W": "B",
|
||||||
|
"WNW": "BKB",
|
||||||
|
"NW": "KB",
|
||||||
|
"NNW": "KKB"
|
||||||
|
}
|
@ -25,4 +25,5 @@ var translations = {
|
|||||||
"pl" : "translations/pl.json", // Polish
|
"pl" : "translations/pl.json", // Polish
|
||||||
"gr" : "translations/gr.json", // Greek
|
"gr" : "translations/gr.json", // Greek
|
||||||
"da" : "translations/da.json", // Danish
|
"da" : "translations/da.json", // Danish
|
||||||
|
"tr" : "translations/tr.json", // Turkish
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user