mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-22 03:30:29 +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>
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"LOADING": "Lastar …",
|
|
|
|
"DAYBEFOREYESTERDAY": "I forgårs",
|
|
"YESTERDAY": "I går",
|
|
"TODAY": "I dag",
|
|
"TOMORROW": "I morgon",
|
|
"DAYAFTERTOMORROW": "I overmorgon",
|
|
"RUNNING": "Sluttar om",
|
|
"EMPTY": "Ingen komande hendingar.",
|
|
"WEEK": "Veke {weekNumber}",
|
|
|
|
"N": "N",
|
|
"NNE": "NNA",
|
|
"NE": "NA",
|
|
"ENE": "ANA",
|
|
"E": "A",
|
|
"ESE": "ASA",
|
|
"SE": "SA",
|
|
"SSE": "SSA",
|
|
"S": "S",
|
|
"SSW": "SSV",
|
|
"SW": "SV",
|
|
"WSW": "VSV",
|
|
"W": "V",
|
|
"WNW": "VNV",
|
|
"NW": "NV",
|
|
"NNW": "NNV",
|
|
|
|
"FEELS": "Kjenst som {DEGREE}",
|
|
"PRECIP_POP": "Sannsyn for nedbør",
|
|
"PRECIP_AMOUNT": "Nedbørsmengde",
|
|
|
|
"MODULE_CONFIG_CHANGED": "Innstillingane for {MODULE_NAME} modulen har endra seg.\nVennligst sjekk dokumentasjonen.",
|
|
"MODULE_CONFIG_ERROR": "Feil i {MODULE_NAME} modulen. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "Ugyldig URL.",
|
|
"MODULE_ERROR_NO_CONNECTION": "Ingen internettforbindelse.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "Autentisering mislyktes.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Vennligst sjekk loggfilene for meir informasjon.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "Ingen nyhende tilgjengeleg no.",
|
|
|
|
"UPDATE_NOTIFICATION": "MagicMirror² oppdatering er tilgjengeleg.",
|
|
"UPDATE_NOTIFICATION_MODULE": "Oppdatering tilgjengeleg for modulen {MODULE_NAME}.",
|
|
"UPDATE_INFO_SINGLE": "noverande installasjon er {COMMIT_COUNT} commit bak {BRANCH_NAME} greinen.",
|
|
"UPDATE_INFO_MULTIPLE": "noverande installasjon er {COMMIT_COUNT} commits bak {BRANCH_NAME} greinen.",
|
|
"UPDATE_NOTIFICATION_DONE": "Oppdateringa av modulen {MODULE_NAME} er fullført.",
|
|
"UPDATE_NOTIFICATION_ERROR": "Det oppstod ein feil under oppdateringa av modulen {MODULE_NAME}.",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "Det er nødvendig med ein omstart av MagicMirror."
|
|
}
|