Kristjan ESPERANTO 302b24c647
[l10n] Complete translations (#3794)
**Short description**: I completed the translations with the help of
translation tools.

**Long description**: I'm currently looking at the translation-tests and
I noticed the e2e-test `${language} should contain all base keys, ()`.
It is supposed to check whether all keys are present in each translation
file, but it doesn't actually work that way. When I fix it, a lot of
missing translations are reported. I have completed these translations
with the help of translation tools and packed them into this PR. I have
left out the modified test so that we can focus on the question if we
accept such amount of automatic translations or not.

rejas has already expressed in another PR
(https://github.com/MagicMirrorOrg/MagicMirror/pull/3775#discussion_r2083099252)
that he prefers human translators. I basically do too, but I don't see
how we can manage to have all translations completed by humans. And even
if a few translations are not correct, hopefully a user will get in
touch.

If we decide against the translations, we should at least remove the
test. If we go for the tranlsations, I'll add the test.

What do you think?

---------

Co-authored-by: Magnus <34011212+MagMar94@users.noreply.github.com>
2025-06-05 10:18:12 +02:00

51 lines
2.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"LOADING": "Завантаження …",
"DAYBEFOREYESTERDAY": "Позавчора",
"YESTERDAY": "вчора",
"TODAY": "Сьогодні",
"TOMORROW": "Завтра",
"DAYAFTERTOMORROW": "Післязавтра",
"RUNNING": "Закінчується через",
"EMPTY": "Немає найближчих подій",
"WEEK": "Тиждень {weekNumber}",
"N": "Пн",
"NNE": "ПнПнСх",
"NE": "ПнСх",
"ENE": "СхПнСх",
"E": "Сх",
"ESE": "СхПдСх",
"SE": "СхПд",
"SSE": "СхСхПд",
"S": "Пд",
"SSW": "ПдПдЗх",
"SW": "ПдЗх",
"WSW": "ЗхПдЗх",
"W": "Зх",
"WNW": "ЗхПнЗх",
"NW": "ПнЗх",
"NNW": "ПнПнЗх",
"FEELS": "Відчувається як {DEGREE}",
"PRECIP_POP": "Опади",
"PRECIP_AMOUNT": "Кількість опадів",
"MODULE_CONFIG_CHANGED": "Змінились параметри конфігурації модуля {MODULE_NAME}.\nБудь ласка, перевірте документацію.",
"MODULE_CONFIG_ERROR": "Помилка в модулі {MODULE_NAME}. {ERROR}",
"MODULE_ERROR_MALFORMED_URL": "Неправильний URL.",
"MODULE_ERROR_NO_CONNECTION": "Немає підключення до Інтернету.",
"MODULE_ERROR_UNAUTHORIZED": "Авторизація не вдалася.",
"MODULE_ERROR_UNSPECIFIED": "Перевірте журнали для отримання додаткової інформації.",
"NEWSFEED_NO_ITEMS": "Немає новин на даний момент.",
"UPDATE_NOTIFICATION": "Є оновлення для MagicMirror².",
"UPDATE_NOTIFICATION_MODULE": "Є оновлення для модуля {MODULE_NAME}.",
"UPDATE_INFO_SINGLE": "Поточна версія на {COMMIT_COUNT} комміт позаду від гілки {BRANCH_NAME}.",
"UPDATE_INFO_MULTIPLE": "Поточна інсталяція на {COMMIT_COUNT} комітів позаду від гілки {BRANCH_NAME}.",
"UPDATE_NOTIFICATION_DONE": "Оновлення завершено для модуля {MODULE_NAME}",
"UPDATE_NOTIFICATION_ERROR": "Помилка оновлення модуля {MODULE_NAME}",
"UPDATE_NOTIFICATION_NEED-RESTART": "Потрібен перезапуск MagicMirror."
}