mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
commit
0715325a63
@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Add options to truncate description support of a feed in newsfeed module
|
- Add options to truncate description support of a feed in newsfeed module
|
||||||
- Add reloadInterval option for particular feed in newsfeed module
|
- Add reloadInterval option for particular feed in newsfeed module
|
||||||
- Add no-cache entries of HTTP headers in newsfeed module (fetcher)
|
- Add no-cache entries of HTTP headers in newsfeed module (fetcher)
|
||||||
|
- Add Czech translation.
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
32
translations/cs.json
Normal file
32
translations/cs.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"LOADING": "Načítání …",
|
||||||
|
|
||||||
|
"TODAY": "Dnes",
|
||||||
|
"TOMORROW": "Zítra",
|
||||||
|
"DAYAFTERTOMORROW": "Pozítří",
|
||||||
|
"RUNNING": "Končí za",
|
||||||
|
"EMPTY": "Žádné nadcházející události.",
|
||||||
|
|
||||||
|
"WEEK": "{weekNumber}. týden",
|
||||||
|
|
||||||
|
"N": "S",
|
||||||
|
"NNE": "SSV",
|
||||||
|
"NE": "SV",
|
||||||
|
"ENE": "VSV",
|
||||||
|
"E": "V",
|
||||||
|
"ESE": "VJV",
|
||||||
|
"SE": "JV",
|
||||||
|
"SSE": "JJV",
|
||||||
|
"S": "J",
|
||||||
|
"SSW": "JJZ",
|
||||||
|
"SW": "JZ",
|
||||||
|
"WSW": "ZJZ",
|
||||||
|
"W": "Z",
|
||||||
|
"WNW": "ZSZ",
|
||||||
|
"NW": "SZ",
|
||||||
|
"NNW": "SSZ",
|
||||||
|
|
||||||
|
"UPDATE_NOTIFICATION": "Dostupná aktualizace pro MagicMirror².",
|
||||||
|
"UPDATE_NOTIFICATION_MODULE": "Dostupná aktualizace pro modul MODULE_NAME.",
|
||||||
|
"UPDATE_INFO": "Současná instalace je na větvi BRANCH_NAME pozadu o COMMIT_COUNT."
|
||||||
|
}
|
@ -36,7 +36,8 @@ var translations = {
|
|||||||
"kr" : "translations/kr.json", // Korean
|
"kr" : "translations/kr.json", // Korean
|
||||||
"ro" : "translations/ro.json", // Romanian
|
"ro" : "translations/ro.json", // Romanian
|
||||||
"cy" : "translations/cy.json", // Welsh (Cymraeg)
|
"cy" : "translations/cy.json", // Welsh (Cymraeg)
|
||||||
"bg" : "translations/bg.json" // Bulgarian
|
"bg" : "translations/bg.json", // Bulgarian
|
||||||
|
"cs" : "translations/cs.json" // Czech
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof module !== "undefined") {module.exports = translations;}
|
if (typeof module !== "undefined") {module.exports = translations;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user