mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-24 12:20:59 +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.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"LOADING": "Bezich mei laden …",
|
|
|
|
"YESTERDAY": "Juster",
|
|
"TODAY": "Hjoed",
|
|
"TOMORROW": "Moarn",
|
|
"DAYAFTERTOMORROW": "Oaremoarn",
|
|
"RUNNING": "Einigest oer",
|
|
"EMPTY": "Gjin plande ôfspraken.",
|
|
"WEEK": "Wike {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",
|
|
|
|
"FEELS": "Voelt as {DEGREE}",
|
|
"PRECIP_POP": "Kans op rein",
|
|
"PRECIP_AMOUNT": "Hoeveelheid rein",
|
|
|
|
"MODULE_CONFIG_CHANGED": "De konfiguraasje fan it {MODULE_NAME} module is feroare.\nSjoch de dokumintaasje foar mear ynformaasje.",
|
|
"MODULE_CONFIG_ERROR": "Fout yn it {MODULE_NAME} module. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "De URL is net jildich.",
|
|
"MODULE_ERROR_NO_CONNECTION": "Gjin ynternetferbining.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "Autorisearje mislearre.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Sjoch de logs foar mear ynformaasje.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "Op it stuit gjin nijsberjochten.",
|
|
|
|
"UPDATE_NOTIFICATION": "Der is in update beskikber foar MagicMirror².",
|
|
"UPDATE_NOTIFICATION_MODULE": "Der is in update beskikber foar it {MODULE_NAME} module.",
|
|
"UPDATE_INFO_SINGLE": "Dizze ynstallaasje is {BRANCH_NAME} commit efter op {COMMIT_COUNT} commits.",
|
|
"UPDATE_INFO_MULTIPLE": "Dizze ynstallaasje is {BRANCH_NAME} commits achter op {COMMIT_COUNT} commits.",
|
|
"UPDATE_NOTIFICATION_DONE": "It {MODULE_NAME} module is bywurke.",
|
|
"UPDATE_NOTIFICATION_ERROR": "Fout by it bywurkje fan it {MODULE_NAME} module.",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "It is nedich om MagicMirror te herstarten."
|
|
}
|