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>
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"LOADING": "Ładowanie …",
|
|
|
|
"DAYBEFOREYESTERDAY": "Wczoraj",
|
|
"YESTERDAY": "Przedwczoraj",
|
|
"TODAY": "Dziś",
|
|
"TOMORROW": "Jutro",
|
|
"DAYAFTERTOMORROW": "Pojutrze",
|
|
"RUNNING": "Koniec za",
|
|
"EMPTY": "Brak wydarzeń.",
|
|
"WEEK": "Tydzień {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": "Odczuwalna {DEGREE}",
|
|
"PRECIP_POP": "Szansa opadów",
|
|
"PRECIP_AMOUNT": "Ilość opadów",
|
|
|
|
"MODULE_CONFIG_CHANGED": "Opcje konfiguracji modułu {MODULE_NAME} zostały zmienione.\nProszę sprawdzić dokumentację.",
|
|
"MODULE_CONFIG_ERROR": "Błąd w module {MODULE_NAME}. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "Nieprawidłowy adres URL.",
|
|
"MODULE_ERROR_NO_CONNECTION": "Brak połączenia z internetem.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "Autoryzacja nie powiodła się.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Sprawdź logi, aby uzyskać więcej informacji.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "Brak wiadomości w tej chwili.",
|
|
|
|
"UPDATE_NOTIFICATION": "Dostępna jest aktualizacja MagicMirror².",
|
|
"UPDATE_NOTIFICATION_MODULE": "Dostępna jest aktualizacja modułu {MODULE_NAME}.",
|
|
"UPDATE_INFO_SINGLE": "Zainstalowana wersja odbiega o {COMMIT_COUNT} commit od gałęzi {BRANCH_NAME}.",
|
|
"UPDATE_INFO_MULTIPLE": "Zainstalowana wersja odbiega o {COMMIT_COUNT} commitów od gałęzi {BRANCH_NAME}.",
|
|
"UPDATE_NOTIFICATION_DONE": "Aktualizacja modułu {MODULE_NAME} zakończona.",
|
|
"UPDATE_NOTIFICATION_ERROR": "Błąd aktualizacji modułu {MODULE_NAME}.",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "Wymagany jest restart MagicMirror."
|
|
}
|