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>
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"LOADING": "Ŝarĝas …",
|
|
|
|
"DAYBEFOREYESTERDAY": "antaŭhieraŭ",
|
|
"YESTERDAY": "hieraŭ",
|
|
"TODAY": "hodiaŭ",
|
|
"TOMORROW": "morgaŭ",
|
|
"DAYAFTERTOMORROW": "postmorgaŭ",
|
|
"RUNNING": "ankoraŭ",
|
|
"EMPTY": "Neniu evento.",
|
|
"WEEK": "{weekNumber}a kalendara semajno",
|
|
"WEEK_SHORT": "{weekNumber}a KS",
|
|
|
|
"N": "N",
|
|
"NNE": "NNOr",
|
|
"NE": "NOr",
|
|
"ENE": "OrNOr",
|
|
"E": "Or",
|
|
"ESE": "OrSOr",
|
|
"SE": "SOr",
|
|
"SSE": "SSOr",
|
|
"S": "S",
|
|
"SSW": "SSOk",
|
|
"SW": "SOk",
|
|
"WSW": "OkSOk",
|
|
"W": "Ok",
|
|
"WNW": "OkNOk",
|
|
"NW": "NOk",
|
|
"NNW": "NNOk",
|
|
|
|
"FEELS": "Perceptite kiel {DEGREE}",
|
|
"PRECIP_POP": "Ŝanco de pluvado",
|
|
"PRECIP_AMOUNT": "Kvanto de pluvo",
|
|
|
|
"MODULE_CONFIG_CHANGED": "La agordaj opcioj por la modulo „{MODULE_NAME}“ ŝanĝiĝis. \nBonvolu kontroli la dokumentadon.",
|
|
"MODULE_CONFIG_ERROR": "Eraro en la modulo „{MODULE_NAME}“. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "Malĝusta URL.",
|
|
"MODULE_ERROR_NO_CONNECTION": "Neniu interreta konekto.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "Aŭtorigo malsukcesis.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Kontrolu la protokolajn dosierojn por pli da detaloj.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "Momente neniu novaĵoj.",
|
|
|
|
"UPDATE_NOTIFICATION": "Ĝisdatigo por MagicMirror² disponebla.",
|
|
"UPDATE_NOTIFICATION_MODULE": "Ĝisdatigo por la modulo „{MODULE_NAME}“ disponebla.",
|
|
"UPDATE_INFO_SINGLE": "La nuna instalado estas unu komito malantaŭ la {BRANCH_NAME}-branĉo.",
|
|
"UPDATE_INFO_MULTIPLE": "La nuna instalado estas {COMMIT_COUNT} komitoj malantaŭ la {BRANCH_NAME}-branĉo.",
|
|
"UPDATE_NOTIFICATION_DONE": "Ĝisdatigo por la modulo {MODULE_NAME} finita.",
|
|
"UPDATE_NOTIFICATION_ERROR": "Eraro dum la ĝisdatigo de la modulo {MODULE_NAME}.",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "MagicMirror devas esti restartigita."
|
|
}
|