mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-07 08:00:57 +00:00
Merge pull request #1910 from sergge1/develop
added Ukrainian (uk) translation
This commit is contained in:
commit
28ebbd229c
@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- cleanup installers folder, remove externalized scripts
|
- cleanup installers folder, remove externalized scripts
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Ukrainian translation.
|
||||||
- Finnish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
|
- Finnish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
|
||||||
- Added the ability to hide the temp label and weather icon in the `currentweather` module to allow showing only information such as wind and sunset/rise.
|
- Added the ability to hide the temp label and weather icon in the `currentweather` module to allow showing only information such as wind and sunset/rise.
|
||||||
- The `clock` module now optionally displays sun and moon data, including rise/set times, remaining daylight, and percent of moon illumination.
|
- The `clock` module now optionally displays sun and moon data, including rise/set times, remaining daylight, and percent of moon illumination.
|
||||||
|
@ -42,7 +42,8 @@ var translations = {
|
|||||||
"sk" : "translations/sk.json", // Slovak
|
"sk" : "translations/sk.json", // Slovak
|
||||||
"tlh" : "translations/tlh.json", // Klingon
|
"tlh" : "translations/tlh.json", // Klingon
|
||||||
"ms-my" : "translations/ms-my.json", // Malay
|
"ms-my" : "translations/ms-my.json", // Malay
|
||||||
"he" : "translations/he.json" // Hebrew
|
"he" : "translations/he.json", // Hebrew
|
||||||
|
"uk" : "translations/uk.json" // Ukrainian
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof module !== "undefined") {module.exports = translations;}
|
if (typeof module !== "undefined") {module.exports = translations;}
|
||||||
|
36
translations/uk.json
Normal file
36
translations/uk.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"LOADING": "Завантаження …",
|
||||||
|
|
||||||
|
"TODAY": "Сьогодні",
|
||||||
|
"TOMORROW": "Завтра",
|
||||||
|
"DAYAFTERTOMORROW": "Післязавтра",
|
||||||
|
"RUNNING": "Закінчується через",
|
||||||
|
"EMPTY": "Немає найближчих подій",
|
||||||
|
|
||||||
|
"WEEK": "Тиждень {weekNumber}",
|
||||||
|
|
||||||
|
"N": "Пн",
|
||||||
|
"NNE": "ПнПнСх",
|
||||||
|
"NE": "ПнСх",
|
||||||
|
"ENE": "СхПнСх",
|
||||||
|
"E": "Сх",
|
||||||
|
"ESE": "СхПдСх",
|
||||||
|
"SE": "СхПд",
|
||||||
|
"SSE": "СхСхПд",
|
||||||
|
"S": "Пд",
|
||||||
|
"SSW": "ПдПдЗх",
|
||||||
|
"SW": "ПдЗх",
|
||||||
|
"WSW": "ЗхПдЗх",
|
||||||
|
"W": "Зх",
|
||||||
|
"WNW": "ЗхПнЗх",
|
||||||
|
"NW": "ПнЗх",
|
||||||
|
"NNW": "ПнПнЗх",
|
||||||
|
|
||||||
|
"UPDATE_NOTIFICATION": "Є оновлення для MagicMirror².",
|
||||||
|
"UPDATE_NOTIFICATION_MODULE": "Є оновлення для модуля {MODULE_NAME}.",
|
||||||
|
"UPDATE_INFO_SINGLE": "Поточна версія на {COMMIT_COUNT} комміт позаду від гілки {BRANCH_NAME}.",
|
||||||
|
"UPDATE_INFO_MULTIPLE": "Поточна інсталяція на {COMMIT_COUNT} комітів позаду від гілки {BRANCH_NAME}.",
|
||||||
|
|
||||||
|
"FEELS": "Відчувається як",
|
||||||
|
"PRECIP": "Опади"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user