mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 05:23:25 +00:00
Merge pull request #1582 from mdobsovic/develop
Slovak translation added
This commit is contained in:
commit
b386cea69d
@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Added autoTimezone option for the default clock module.
|
||||
- Danish translation for "Feels" and "Weeks"
|
||||
- Added option to split multiple day events in calendar to separate numbered events
|
||||
- Slovakian translation
|
||||
|
||||
### Updated
|
||||
- Bumped the Electron dependency to v3.0.13 to support the most recent Raspbian. [#1500](https://github.com/MichMich/MagicMirror/issues/1500)
|
||||
|
33
translations/sk.json
Normal file
33
translations/sk.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"LOADING": "Načítanie …",
|
||||
|
||||
"TODAY": "Dnes",
|
||||
"TOMORROW": "Zajtra",
|
||||
"DAYAFTERTOMORROW": "Pozajtra",
|
||||
"RUNNING": "Končí o",
|
||||
"EMPTY": "Žiadne nadchádzajúce udalosti.",
|
||||
|
||||
"WEEK": "{weekNumber}. týždeň",
|
||||
|
||||
"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á aktualizácia pre MagicMirror².",
|
||||
"UPDATE_NOTIFICATION_MODULE": "Dostupná aktualizácia pre modul {MODULE_NAME}.",
|
||||
"UPDATE_INFO_SINGLE": "Súčasná inštalácia je na vetve {BRANCH_NAME} pozadu o {COMMIT_COUNT} commit.",
|
||||
"UPDATE_INFO_MULTIPLE": "Súčasná inštalácia je na vetve {BRANCH_NAME} pozadu o {COMMIT_COUNT} commitov."
|
||||
}
|
@ -38,7 +38,8 @@ var translations = {
|
||||
"cy" : "translations/cy.json", // Welsh (Cymraeg)
|
||||
"bg" : "translations/bg.json", // Bulgarian
|
||||
"cs" : "translations/cs.json", // Czech
|
||||
"hr" : "translations/hr.json" // Croatian
|
||||
"hr" : "translations/hr.json", // Croatian
|
||||
"sk" : "translations/sk.json" // Slovak
|
||||
};
|
||||
|
||||
if (typeof module !== "undefined") {module.exports = translations;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user