mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-21 19:22:17 +00:00
**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>
50 lines
1.9 KiB
JSON
50 lines
1.9 KiB
JSON
{
|
||
"LOADING": "Тиенет …",
|
||
|
||
"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} модулӗн конфигураци опциялӗ пур ҫӗнтерӗ.",
|
||
"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": "Ҫак инсталляци {BRANCH_NAME} commit турат {COMMIT_COUNT} коммитпа кая уйрӑлса тӑрать.",
|
||
"UPDATE_INFO_MULTIPLE": "Ҫак инсталляци {BRANCH_NAME} commit турат {COMMIT_COUNT} коммитпа кая уйрӑлса тӑрать.",
|
||
"UPDATE_NOTIFICATION_DONE": "{MODULE_NAME} модулӗнде валли ҫӗнетӳ пур.",
|
||
"UPDATE_NOTIFICATION_ERROR": "{MODULE_NAME} модулӗнде валли ҫӗнетӳ хата.",
|
||
"UPDATE_NOTIFICATION_NEED-RESTART": "MagicMirror перезагрузка тӗрӗҫҫӗн тӑрать."
|
||
}
|