Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pl_pl.json #288

Open
wants to merge 2 commits into
base: v8
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions common/src/main/resources/assets/cloth-config2/lang/pl_pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"text.cloth-config.save_and_done": "Zapisz i wyjdź",
"text.cloth-config.apply": "Zastosuj zmiany",
"text.cloth-config.quit_config": "Niezapisane zmiany",
"text.cloth-config.quit_config_sure": "Czy na pewno chcesz zakończyć edycję? Zmiany nie zostaną zapisane!",
"text.cloth-config.cancel_discard": "Odrzuć zmiany",
"text.cloth-config.quit_discard": "Wyjdź i odrzuć zmiany",
"text.cloth-config.config": "Konfiguracja",
"text.cloth-config.multi_error": "Wiele problemów!",
"text.cloth-config.not_editable": "Nie można edytować!",
"text.cloth-config.error.not_valid_number_int": "Nieprawidłowa liczba! (Integer/Całkowita)",
"text.cloth-config.error.not_valid_number_long": "Nieprawidłowa liczba! (Long/Długa)",
"text.cloth-config.error.not_valid_number_float": "Nieprawidłowa liczba! (Float/Zmiennoprzecinkowa)",
"text.cloth-config.error.not_valid_number_double": "Nieprawidłowa liczba! (Double/Podwójna)",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Długa should also just be całkowita,
Podwójna should also just be zmiennoprzecinkowa (though it should also be a better translation, but couldn't come up with one atm)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be best to leave it as it was before and not try to translate it at all. What do you think?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better off leaving it as that unfortunately.

"text.cloth-config.error.too_large": "Zbyt duża! (Maksimum: %d)",
"text.cloth-config.error.too_small": "Zbyt mała! (Minimum: %d)",
"text.cloth-config.error.color.no_alpha_allowed": "Brak dozwolonego kanału alfa!",
"text.cloth-config.error.color.invalid_alpha": "Nieprawidłowa wartość! (Alfa)",
"text.cloth-config.error.color.invalid_red": "Nieprawidłowa wartość! (Czerwony)",
"text.cloth-config.error.color.invalid_green": "Nieprawidłowa wartość! (Zielony)",
"text.cloth-config.error.color.invalid_blue": "Nieprawidłowa wartość! (Niebieski)",
"text.cloth-config.error.color.invalid_color": "Nieprawidłowy kolor!",
"text.cloth-config.error.color.no_hash": "Nieprawidłowy kolor! (Brak #)",
"text.cloth-config.list.add": "Dodaj nowy",
"text.cloth-config.list.remove": "Usuń zaznaczone",
"text.cloth-config.error_cannot_save": "Błąd!",
"text.cloth-config.reset_value": "Resetuj",
"text.cloth.reset_value": "Resetuj",
"text.cloth-config.restart_required": "Wymagany restart",
"text.cloth-config.restart_required_sub": "Jedno ze zmodyfikowanych ustawień wymaga ponownego uruchomienia Minecrafta. Czy chcesz kontynuować?",
"text.cloth-config.exit_minecraft": "Wyjdź z Minecrafta",
"text.cloth-config.ignore_restart": "Ignoruj restart",
"text.cloth-config.boolean.value.true": "§aTak",
"text.cloth-config.boolean.value.false": "§cNie",
"text.cloth-config.dropdown.value.unknown": "§cBrak sugestii",
"text.cloth-config.disabled_tooltip": "Wyłączone (wymagania nie zostały spełnione)",
"modifier.cloth-config.alt": "Alt + %s",
"modifier.cloth-config.ctrl": "Ctrl + %s",
"modifier.cloth-config.shift": "Shift + %s",
"title.cloth-config.config": "Konfiguracja Cloth Mod Config",
"category.cloth-config.scrolling": "Przewijanie",
"category.cloth-config.testing": "Konfiguracja demonstracyjna",
"option.cloth-config.scrollDuration": "Czas przewijania",
"option.cloth-config.scrollStep": "Stopień przewijania",
"option.cloth-config.bounceBackMultiplier": "Mnożnik odbicia",
"option.cloth-config.setDefaultSmoothScroll": "Ustaw domyślne płynne przewijanie",
"option.cloth-config.disableSmoothScroll": "Wyłącz płynne przewijanie",
"text.cloth-config.testing.1": "Jesteś deweloperem, który chce zacząć używać %1$s? Zajrzyj zatem do naszej %2$s. Możesz również %3$s.",
"text.cloth-config.testing.2": "Dokumentacji",
"text.cloth-config.testing.3": "kliknąć tutaj, aby bez konkretnego powodu otworzyć plik konfiguracyjny Minecrafta"
}