mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
commit
5d9bcd9918
@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Screenshot for the current weather
|
- Screenshot for the current weather
|
||||||
- Screenshot for the weather forecast module
|
- Screenshot for the weather forecast module
|
||||||
- Portuguese translation for "Feels"
|
- Portuguese translation for "Feels"
|
||||||
|
- Croatian translation
|
||||||
- Fading for dateheaders timeFormat in Calendar [#1464](https://github.com/MichMich/MagicMirror/issues/1464)
|
- Fading for dateheaders timeFormat in Calendar [#1464](https://github.com/MichMich/MagicMirror/issues/1464)
|
||||||
- Documentation for the existing `scale` option in the Weather Forecast module.
|
- Documentation for the existing `scale` option in the Weather Forecast module.
|
||||||
|
|
||||||
|
35
translations/hr.json
Normal file
35
translations/hr.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"LOADING": "Učitavanje …",
|
||||||
|
|
||||||
|
"TODAY": "Danas",
|
||||||
|
"TOMORROW": "Sutra",
|
||||||
|
"DAYAFTERTOMORROW": "Prekosutra",
|
||||||
|
"RUNNING": "Završava za",
|
||||||
|
"EMPTY": "Nema nadolazećih događaja.",
|
||||||
|
|
||||||
|
"WEEK": "Tjedan {weekNumber}",
|
||||||
|
|
||||||
|
"N": "N",
|
||||||
|
"NNE": "NNE",
|
||||||
|
"NE": "NE",
|
||||||
|
"ENE": "ENE",
|
||||||
|
"E": "E",
|
||||||
|
"ESE": "ESE",
|
||||||
|
"SE": "SE",
|
||||||
|
"SSE": "SSE",
|
||||||
|
"S": "S",
|
||||||
|
"SSW": "SSW",
|
||||||
|
"SW": "SW",
|
||||||
|
"WSW": "WSW",
|
||||||
|
"W": "W",
|
||||||
|
"WNW": "WNW",
|
||||||
|
"NW": "NW",
|
||||||
|
"NNW": "NNW",
|
||||||
|
|
||||||
|
"UPDATE_NOTIFICATION": "Dostupna je aktualizacija MagicMirror².",
|
||||||
|
"UPDATE_NOTIFICATION_MODULE": "Dostupna je aktualizacija modula {MODULE_NAME}.",
|
||||||
|
"UPDATE_INFO_SINGLE": "Instalirana verzija {COMMIT_COUNT} commit kasni za branch-om {BRANCH_NAME}.",
|
||||||
|
"UPDATE_INFO_MULTIPLE": "Instalirana verzija {COMMIT_COUNT} commit-ova kasni za branch-om {BRANCH_NAME}.",
|
||||||
|
|
||||||
|
"FEELS": "Osjeća"
|
||||||
|
}
|
@ -37,7 +37,8 @@ var translations = {
|
|||||||
"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
|
"cs" : "translations/cs.json", // Czech
|
||||||
|
"hr" : "translations/hr.json" // Croatian
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof module !== "undefined") {module.exports = translations;}
|
if (typeof module !== "undefined") {module.exports = translations;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user