Merge pull request #1910 from sergge1/develop

added Ukrainian (uk) translation
This commit is contained in:
Michael Teeuw 2020-01-31 19:51:48 +01:00 committed by GitHub
commit 28ebbd229c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 1 deletions

View File

@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- cleanup installers folder, remove externalized scripts
### Added
- Ukrainian translation.
- 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.
- The `clock` module now optionally displays sun and moon data, including rise/set times, remaining daylight, and percent of moon illumination.

View File

@ -42,7 +42,8 @@ var translations = {
"sk" : "translations/sk.json", // Slovak
"tlh" : "translations/tlh.json", // Klingon
"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;}

36
translations/uk.json Normal file
View 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": "Опади"
}