diff --git a/translations/cs.json b/translations/cs.json new file mode 100644 index 00000000..9062fe73 --- /dev/null +++ b/translations/cs.json @@ -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 na větvi BRANCH_NAME je pozadu o COMMIT_COUNT." +} diff --git a/translations/translations.js b/translations/translations.js index d1249434..effb6252 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -36,7 +36,8 @@ var translations = { "kr" : "translations/kr.json", // Korean "ro" : "translations/ro.json", // Romanian "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;}