mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 05:25:58 +00:00
fix: i18n string problems (#6131)
* fix: apply non-json i18n fixes * fix: pruning * fix: prepr * fix: run.mjs * fix: lint
This commit is contained in:
@@ -65,18 +65,6 @@
|
||||
"billing.resubscribe-modal.failed-load": {
|
||||
"defaultMessage": "Nie udało się załadować detalów subskrypcji."
|
||||
},
|
||||
"billing.resubscribe-modal.interval.five-days": {
|
||||
"defaultMessage": "/5 dni"
|
||||
},
|
||||
"billing.resubscribe-modal.interval.monthly": {
|
||||
"defaultMessage": "/miesiąc"
|
||||
},
|
||||
"billing.resubscribe-modal.interval.quarterly": {
|
||||
"defaultMessage": "/kwartał"
|
||||
},
|
||||
"billing.resubscribe-modal.interval.yearly": {
|
||||
"defaultMessage": "/rok"
|
||||
},
|
||||
"billing.resubscribe-modal.next-charge": {
|
||||
"defaultMessage": "Następna opłata zostanie pobrana dnia <charge-date>{date}</charge-date>."
|
||||
},
|
||||
@@ -104,21 +92,9 @@
|
||||
"browse.offline": {
|
||||
"defaultMessage": "Jesteś offline. Połącz się z internetem, aby przeglądać Modrinth!"
|
||||
},
|
||||
"browse.search.placeholder": {
|
||||
"defaultMessage": "Szukaj {projectType, select, mod {modów} modpack {paczek modów} resourcepack {paczek zasobów} shader {shaderów} plugin {pluginów} datapack {paczek danych} server {serwerów} other {projektów}}..."
|
||||
},
|
||||
"browse.selected-projects-floating-bar.aria-label": {
|
||||
"defaultMessage": "Wybrane projekty"
|
||||
},
|
||||
"browse.selected-projects-floating-bar.install": {
|
||||
"defaultMessage": "Zainstaluj {count, plural, one {# projekt} few {# projekty} other {# projektów}}"
|
||||
},
|
||||
"browse.selected-projects-floating-bar.selected-count": {
|
||||
"defaultMessage": "Wybrano {count, plural, one {# projekt} few {# projekty} other {# projektów}}"
|
||||
},
|
||||
"browse.selected-projects-leave-modal.admonition-body": {
|
||||
"defaultMessage": "Wybrano {count, plural, one{# projekt} few {# projekty} other {# projektów}} do zainstalowania. Zainstaluj je teraz lub wróć bez instalowania ich."
|
||||
},
|
||||
"browse.selected-projects-leave-modal.admonition-header": {
|
||||
"defaultMessage": "Wybrane projekty jeszcze nie zainstalowane"
|
||||
},
|
||||
@@ -326,9 +302,6 @@
|
||||
"content.card.select-project": {
|
||||
"defaultMessage": "Wybierz {project}"
|
||||
},
|
||||
"content.confirm-bulk-update.admonition-body": {
|
||||
"defaultMessage": "Czy na pewno chcesz zaktualizować {count, plural, one {# projekt} few {# projekty} other {# projektów}} do ich najnowszych wersji? Zalecane jest aktualizowanie modów jeden po drugim."
|
||||
},
|
||||
"content.confirm-bulk-update.admonition-header": {
|
||||
"defaultMessage": "Ostrzeżenie o aktualizacjach"
|
||||
},
|
||||
@@ -338,21 +311,12 @@
|
||||
"content.confirm-bulk-update.shift-click-hint": {
|
||||
"defaultMessage": "Przytrzymaj Shift klikając \"Zaktualizuj wszystko\", by pominąć ten dialog w przyszłości."
|
||||
},
|
||||
"content.confirm-bulk-update.update-button": {
|
||||
"defaultMessage": "Aktualizuj {count, plural, one {# projekt} few {# projekty} other {# projektów}}"
|
||||
},
|
||||
"content.confirm-deletion.admonition-body": {
|
||||
"defaultMessage": "Usuwanie modyfikacji może permanentnie wpłynąć na twój świat i spowodować brakujące elementy lub nieoczekiwane problemy przy ponownym jego wczytaniu."
|
||||
},
|
||||
"content.confirm-deletion.admonition-header": {
|
||||
"defaultMessage": "Ostrzeżenie o usuwaniu modów"
|
||||
},
|
||||
"content.confirm-deletion.delete-button": {
|
||||
"defaultMessage": "Usuń {count} {itemType}{count, plural, one { element} few { elementy} many { elementów} other { elementu}}"
|
||||
},
|
||||
"content.confirm-deletion.header": {
|
||||
"defaultMessage": "Usuń {itemType} ({count, plural, one {1 sztuka} other {{count} szt.Mapping}}) "
|
||||
},
|
||||
"content.confirm-modpack-update.admonition-body": {
|
||||
"defaultMessage": "{action, select, downgrade {Aktualizacja do starszej} other {Aktualizacja do nowszej}} wersji może powodować problemy związane z kompatybilnością. Modyfikacje lub treści, które zostały dodane do paczki modów zostaną zachowane, ale mogą być niekompatybilne z nową wersją."
|
||||
},
|
||||
@@ -425,9 +389,6 @@
|
||||
"content.inline-backup.shift-click-hint": {
|
||||
"defaultMessage": "Przytrzymaj Shift podczas przyciskania, aby pominąć potwierdzenie."
|
||||
},
|
||||
"content.inline-backup.warning-body": {
|
||||
"defaultMessage": "Zalecamy utworzenie kopii zapasowej, by można było przywrócić {type, select, server {Twój świat} other {Twoją instancję}} w wypadku problemów."
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Treści Twojej paczki modów teraz możesz znaleźć tutaj!"
|
||||
},
|
||||
@@ -470,9 +431,6 @@
|
||||
"content.page-layout.please-wait": {
|
||||
"defaultMessage": "Proszę czekać"
|
||||
},
|
||||
"content.page-layout.search-placeholder": {
|
||||
"defaultMessage": "Szukaj {count} {contentType}..."
|
||||
},
|
||||
"content.page-layout.share.file-names": {
|
||||
"defaultMessage": "Nazwy plików"
|
||||
},
|
||||
@@ -536,9 +494,6 @@
|
||||
"content.selection-bar.bulk.updating-waiting": {
|
||||
"defaultMessage": "Aktualizowanie {contentType}..."
|
||||
},
|
||||
"content.selection-bar.selected-count": {
|
||||
"defaultMessage": "Wybrano: {count} {contentType}"
|
||||
},
|
||||
"content.selection-bar.selected-count-simple": {
|
||||
"defaultMessage": "Wybrano {count, number}"
|
||||
},
|
||||
@@ -554,9 +509,6 @@
|
||||
"creation-flow.button.import": {
|
||||
"defaultMessage": "Importuj"
|
||||
},
|
||||
"creation-flow.button.import-instances": {
|
||||
"defaultMessage": "Importuj {count, plural, one {# instancję} few {# instancje} other {# instancji}}"
|
||||
},
|
||||
"creation-flow.button.setup-server": {
|
||||
"defaultMessage": "Ustaw serwer"
|
||||
},
|
||||
@@ -839,24 +791,9 @@
|
||||
"files.conflict-modal.overwrite-many-warning": {
|
||||
"defaultMessage": "Ponad 100 plików zostanie podmienionych, jeśli rozpakujesz ten plik; niektóre z nich są pokazane poniżej."
|
||||
},
|
||||
"files.conflict-modal.overwrite-warning": {
|
||||
"defaultMessage": "{count, plural, one {Podany plik istnieje już na Twoim serwerze i zostanie nadpisany} few {Podane {count} pliki istnieją już na Twoim serwerze i zostaną nadpisane} other {Podane {count} plików istnieje już na Twoim serwerze i zostanie nadpisanych}}, jeżeli rozpakujesz ten plik."
|
||||
},
|
||||
"files.conflict-modal.overwritten-count": {
|
||||
"defaultMessage": "{count} {count, plural, one {nadpisany} other {nadpisanych}}"
|
||||
},
|
||||
"files.conflict-modal.overwritten-label": {
|
||||
"defaultMessage": "Nadpisano"
|
||||
},
|
||||
"files.conflict-modal.warning-header": {
|
||||
"defaultMessage": "Pliki zostaną nadpisane"
|
||||
},
|
||||
"files.create-modal.create-button": {
|
||||
"defaultMessage": "Utwórz {type, select, directory {folder} other {plik}}"
|
||||
},
|
||||
"files.create-modal.header": {
|
||||
"defaultMessage": "Utwórz {type, select, directory {folder} other {plik}}"
|
||||
},
|
||||
"files.create-modal.placeholder-directory": {
|
||||
"defaultMessage": "np. mój-folder"
|
||||
},
|
||||
@@ -869,9 +806,6 @@
|
||||
"files.delete-modal.header": {
|
||||
"defaultMessage": "Usuń plik"
|
||||
},
|
||||
"files.delete-modal.warning": {
|
||||
"defaultMessage": "{type, select, directory {Ten folder i wszystko w nim zawarte zostanie trwale usunięte.} other {Ten plik zostanie trwale usunięty.}} Tej akcji nie można odwrócić."
|
||||
},
|
||||
"files.editor.failed-to-open-text": {
|
||||
"defaultMessage": "Nie udało się odczytać danych z pliku."
|
||||
},
|
||||
@@ -998,9 +932,6 @@
|
||||
"files.move-modal.destination-placeholder": {
|
||||
"defaultMessage": "np. /mój-folder"
|
||||
},
|
||||
"files.move-modal.header": {
|
||||
"defaultMessage": "Przenieś {type, select, directory {folder} other {plik}}"
|
||||
},
|
||||
"files.navbar.back-to-home": {
|
||||
"defaultMessage": "Powrót do strony głównej"
|
||||
},
|
||||
@@ -1067,9 +998,6 @@
|
||||
"files.rename-modal.new-name-label": {
|
||||
"defaultMessage": "Nowa nazwa"
|
||||
},
|
||||
"files.row.item-count": {
|
||||
"defaultMessage": "{count, plural, one {# przedmiot} few {# przedmioty} other {# przedmiotów}}"
|
||||
},
|
||||
"files.table-header.created": {
|
||||
"defaultMessage": "Utworzono"
|
||||
},
|
||||
@@ -1118,12 +1046,6 @@
|
||||
"files.upload-dropdown.unexpected-error": {
|
||||
"defaultMessage": "Wystąpił nieoczekiwany błąd."
|
||||
},
|
||||
"files.upload-dropdown.uploads-left": {
|
||||
"defaultMessage": " - {count, plural, one {pozostał} few {pozostały} other {pozostało}} {count}"
|
||||
},
|
||||
"files.upload.drag-and-drop.drop-to-upload": {
|
||||
"defaultMessage": "Przeciągnij i upuść {type, select, undefined {pliki} other {pliki {type}}, aby je przesłać"
|
||||
},
|
||||
"files.validation.name-invalid-directory": {
|
||||
"defaultMessage": "Nazwa powinna zawierać tylko znaki alfanumeryczne, myślniki, znaki podkreślenia lub spacje."
|
||||
},
|
||||
@@ -1271,9 +1193,6 @@
|
||||
"form.placeholder.state": {
|
||||
"defaultMessage": "Wprowadź województwo"
|
||||
},
|
||||
"format.bytes.0": {
|
||||
"defaultMessage": "{count, plural, one {# bajt} few {# bajty} other {# bajtów}}"
|
||||
},
|
||||
"format.bytes.1": {
|
||||
"defaultMessage": "{count, number} KiB"
|
||||
},
|
||||
@@ -1496,18 +1415,12 @@
|
||||
"installation-settings.incompatible-content.loader-change-title": {
|
||||
"defaultMessage": "Zmiana loadera jest destruktywna"
|
||||
},
|
||||
"installation-settings.linked-instance.title": {
|
||||
"defaultMessage": "Połączone {projectType, select, server {projekty serwera} other {paczki zasobów}}"
|
||||
},
|
||||
"installation-settings.loader-version": {
|
||||
"defaultMessage": "Wersja {loader}"
|
||||
},
|
||||
"installation-settings.platform-lock-tooltip": {
|
||||
"defaultMessage": "Musisz zrestartować swój serwer, aby zmienić wersje silnika."
|
||||
},
|
||||
"installation-settings.reinstall-modpack.description": {
|
||||
"defaultMessage": "Re-instalacja paczki modów resetuje zasoby {type, select, server {serwera} other {instalacji}}, do {type, select, server {jego} other {jej}} oryginalnego stanu, usuwając jakiekolwiek mody, lub zasoby które dodałeś."
|
||||
},
|
||||
"installation-settings.reinstall-modpack.title": {
|
||||
"defaultMessage": "Przeinstaluj paczkę modów"
|
||||
},
|
||||
@@ -1538,9 +1451,6 @@
|
||||
"installation-settings.unlink": {
|
||||
"defaultMessage": "Rozłącz"
|
||||
},
|
||||
"installation-settings.unlink.description": {
|
||||
"defaultMessage": "Rozłączanie trwale rozłącza {type, select, server {ten serwer} other {tą instancję}} od projektu {projectType, select, server {tego serwera} other {tej paczki modów}}, co pozwala na zmianę loadera lub wersji gry kosztem braku aktualizacji."
|
||||
},
|
||||
"installation-settings.verifying": {
|
||||
"defaultMessage": "Weryfikowanie..."
|
||||
},
|
||||
@@ -1556,12 +1466,6 @@
|
||||
"instance.confirm-reinstall.reinstall-button": {
|
||||
"defaultMessage": "Przeinstaluj paczkę modów"
|
||||
},
|
||||
"instance.confirm-repair.body": {
|
||||
"defaultMessage": "Naprawianie, ponownie instaluje silnik, oraz zależności Minecrafta, bez usuwania twojego świata. To może naprawić problemy, jeśli {type, select, server {twój serwer się poprawnie nie uruchamia} other {twoja gra się poprawnie nie uruchamia}}."
|
||||
},
|
||||
"instance.confirm-repair.header": {
|
||||
"defaultMessage": "Napraw {type, select, server {serwer} other {instalację}}"
|
||||
},
|
||||
"instance.confirm-repair.repair-button": {
|
||||
"defaultMessage": "Napraw"
|
||||
},
|
||||
@@ -1580,9 +1484,6 @@
|
||||
"instance.worlds.game_mode.unknown": {
|
||||
"defaultMessage": "Nieznany tryb gry"
|
||||
},
|
||||
"instances.content-install.compatible-count": {
|
||||
"defaultMessage": "{count} {count, plural, one {kompatybilna} few {kompatybilne} many {kompatybilnych} other {kompatybilne}} {count, plural, one {instalacja} few {instalacje} many {instalacji} other {instalacje}}"
|
||||
},
|
||||
"instances.content-install.existing-tab": {
|
||||
"defaultMessage": "Istniejąca instancja"
|
||||
},
|
||||
@@ -2393,78 +2294,30 @@
|
||||
"project-type.all": {
|
||||
"defaultMessage": "Wszystko"
|
||||
},
|
||||
"project-type.datapack.capital": {
|
||||
"defaultMessage": "{count, plural, one {Paczka danych} few {Paczki danych} other {Paczek danych}}"
|
||||
},
|
||||
"project-type.datapack.category": {
|
||||
"defaultMessage": "Paczki danych"
|
||||
},
|
||||
"project-type.datapack.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {paczka danych} few {paczki danych} other {paczek danych}}"
|
||||
},
|
||||
"project-type.mod.capital": {
|
||||
"defaultMessage": "{count, plural, one {Mod} few {Mody} other {Modów}}"
|
||||
},
|
||||
"project-type.mod.category": {
|
||||
"defaultMessage": "Modyfikacje"
|
||||
},
|
||||
"project-type.mod.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {mod} few {mody} other {modów}}"
|
||||
},
|
||||
"project-type.modpack.capital": {
|
||||
"defaultMessage": "{count, plural, one {Paczka modów} few {Paczki modów} other {Paczek modów}}"
|
||||
},
|
||||
"project-type.modpack.category": {
|
||||
"defaultMessage": "Paczki modów"
|
||||
},
|
||||
"project-type.modpack.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {paczka modów} few {paczki modów} other {paczek modów}}"
|
||||
},
|
||||
"project-type.plugin.capital": {
|
||||
"defaultMessage": "{count, plural, one {Plugin} few {Pluginy} other {Pluginów}}"
|
||||
},
|
||||
"project-type.plugin.category": {
|
||||
"defaultMessage": "Pluginy"
|
||||
},
|
||||
"project-type.plugin.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {plugin} few {pluginy} other {pluginów}}"
|
||||
},
|
||||
"project-type.project.capital": {
|
||||
"defaultMessage": "{count, plural, one {Projekt} few {Projekty} other {Projektów}}"
|
||||
},
|
||||
"project-type.project.category": {
|
||||
"defaultMessage": "Projekty"
|
||||
},
|
||||
"project-type.project.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {projekt} few {projekty} other {projektów}}"
|
||||
},
|
||||
"project-type.resourcepack.capital": {
|
||||
"defaultMessage": "{count, plural, one {Paczka zasobów} few {Paczki zasobów} other {Paczek zasobów}}"
|
||||
},
|
||||
"project-type.resourcepack.category": {
|
||||
"defaultMessage": "Paczki zasobów"
|
||||
},
|
||||
"project-type.resourcepack.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {paczka zasobów} few {paczki zasobów} other {paczek zasobów}}"
|
||||
},
|
||||
"project-type.server.capital": {
|
||||
"defaultMessage": "{count, plural, one {Serwer} few {Serwery} other {Serwerów}}"
|
||||
},
|
||||
"project-type.server.category": {
|
||||
"defaultMessage": "Serwery"
|
||||
},
|
||||
"project-type.server.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {serwer} few {serwery} other {serwerów}}"
|
||||
},
|
||||
"project-type.shader.capital": {
|
||||
"defaultMessage": "{count, plural, one {Shader} few {Shadery} other {Shaderów}}"
|
||||
},
|
||||
"project-type.shader.category": {
|
||||
"defaultMessage": "Shadery"
|
||||
},
|
||||
"project-type.shader.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {shader} few {shadery} other {shaderów}}"
|
||||
},
|
||||
"project.about.compatibility.environments": {
|
||||
"defaultMessage": "Wspierane środowiska"
|
||||
},
|
||||
@@ -2588,9 +2441,6 @@
|
||||
"project.about.tags.title": {
|
||||
"defaultMessage": "Etykiety"
|
||||
},
|
||||
"project.download-count-tooltip": {
|
||||
"defaultMessage": "{count, number} {count, plural, one {pobranie} few {pobrania} other {pobrań}}"
|
||||
},
|
||||
"project.environment.client-and-server.description": {
|
||||
"defaultMessage": "Wymagany i na kliencie, i na serwerze."
|
||||
},
|
||||
@@ -3278,9 +3128,6 @@
|
||||
"servers.backups.bulk-bar.deleting": {
|
||||
"defaultMessage": "Usuwanie {total, plural, one {# kopii zapasowej} other {# kopii zapasowych}}..."
|
||||
},
|
||||
"servers.backups.bulk-bar.selected-count": {
|
||||
"defaultMessage": "Wybrano {count, plural, one {# kopię zapasową} few {# kopie zapasowe} other {# kopii zapasowych}}"
|
||||
},
|
||||
"servers.backups.delete-modal.admonition-body": {
|
||||
"defaultMessage": "Po usunięciu nie będzie można odzyskać {count, plural, one {tej kopii zapasowej} other {tych kopii zapasowych}}. Usuwanie jest trwałe."
|
||||
},
|
||||
@@ -3290,9 +3137,6 @@
|
||||
"servers.backups.delete-modal.backups-label": {
|
||||
"defaultMessage": "{count, plural, one {Kopia zapasowa} other {Kopie zapasowe ({count})}}"
|
||||
},
|
||||
"servers.backups.delete-modal.confirm": {
|
||||
"defaultMessage": "Usuń {count, plural, one {kopię zapasową} few {# kopie zapasowe} other {# kopii zapasowych}}"
|
||||
},
|
||||
"servers.backups.delete-modal.header": {
|
||||
"defaultMessage": "Usuń {count, plural, one {kopię zapasową} other {kopie zapasowe}}"
|
||||
},
|
||||
@@ -3467,9 +3311,6 @@
|
||||
"servers.listing.notice.moderated": {
|
||||
"defaultMessage": "Twój serwer został zawieszony poprzez działania moderatorskie. "
|
||||
},
|
||||
"servers.listing.notice.pending-change": {
|
||||
"defaultMessage": "Twój serwer zostanie {verb} do planu {planSize} dnia <date>{formattedDate}</date>. "
|
||||
},
|
||||
"servers.listing.notice.provisioning": {
|
||||
"defaultMessage": "Prosimy o cierpliwość, podczas gdy ustawiamy Twój serwer. Może to potrwać nawet 10 minut."
|
||||
},
|
||||
@@ -3590,9 +3431,6 @@
|
||||
"servers.manage.settings-hint.title": {
|
||||
"defaultMessage": "Ustawienia twojego serwera zostały przeniesione"
|
||||
},
|
||||
"servers.medal-listing.countdown.remaining": {
|
||||
"defaultMessage": "<days-count>{days}</days-count> {days, plural, one {dzień} other {dni}}, <hours-count>{hours}</hours-count> {hours, plural, one {godzina} few {godziny} other {godzin}}, <minutes-count>{minutes}</minutes-count> {minutes, plural, one {minuta} few {minuty} other {minut}}, <seconds-count>{seconds}</seconds-count> {seconds, plural, one {sekunda} few {sekundy} other {sekund}} do końca..."
|
||||
},
|
||||
"servers.medal-listing.new-server-label": {
|
||||
"defaultMessage": "Nowy serwer"
|
||||
},
|
||||
@@ -3851,15 +3689,9 @@
|
||||
"settings.language.categories.search-result": {
|
||||
"defaultMessage": "Wyniki wyszukiwania"
|
||||
},
|
||||
"settings.language.description": {
|
||||
"defaultMessage": "Wybierz preferowany język, w którym ma być wyświetlana strona. Tłumaczenia są wykonywane przez chętnych <crowdin-link>na stronie Crowdin</crowdin-link>."
|
||||
},
|
||||
"settings.language.languages.search-field.placeholder": {
|
||||
"defaultMessage": "Szukaj język..."
|
||||
},
|
||||
"settings.language.languages.search-results-announcement": {
|
||||
"defaultMessage": "{matches, plural, =0 {Żaden język nie pasuje} one {# język pasuje} few {# języki pasują} other {# języków pasuje}} do Twojego wyszukiwania."
|
||||
},
|
||||
"settings.language.languages.search.no-results": {
|
||||
"defaultMessage": "Nie znaleziono żadnego języka pasującego do Twojego wyszukiwania."
|
||||
},
|
||||
@@ -4325,11 +4157,7 @@
|
||||
"ui.confirm-leave-modal.title": {
|
||||
"defaultMessage": "Opuścić stronę?"
|
||||
},
|
||||
"ui.stacked-admonitions.alert-count": {
|
||||
"defaultMessage": "{count, plural, one {# alert} few {# alerty} other {# alertów}}"
|
||||
},
|
||||
"ui.stacked-admonitions.dismiss-all": {
|
||||
"defaultMessage": "Odrzuć wszystkie"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user