stardew-valley-mods/GenericModConfigMenu/i18n/pl.json
2025-07-03 20:02:00 +08:00

35 lines
1.3 KiB
JSON

{
/*********
** Generic config UI
*********/
// button text at the bottom of the in-game options menu
"button.mod-options": "Opcje Modów",
// mod list UI
"list.editable-heading": "Skonfiguruj Mody",
"list.not-editable-heading": "Edytowalne z ekranu tytułowego:",
"list.keybinds": "Keybinds", // TODO
// mod config pages
"config.buttons.cancel": "Anuluj",
"config.buttons.reset-to-default": "Domyślne",
"config.buttons.save": "Zapisz",
"config.buttons.save-and-close": "Zapisz i Wyjdź",
// keybind overlay
"config.rebind-key.title": "Przypisz: {{optionName}}",
"config.rebind-key.simple-instructions": "Naciśnij klawisz, aby przypisać.",
"config.rebind-key.combo-instructions": "Naciśnij kombinację, aby przypisać.",
"config.rebind-key.no-key": "(Brak)",
"config.rebind-key.keybind-list": "Keybinds:", // TODO
/*********
** Config options for Generic Mod Config Menu itself
*********/
"options.open-menu-key.name": "Otwórz menu",
"options.open-menu-key.desc": "Skrót klawiszowy, który otwiera menu konfiguracyjne modów.",
"options.scroll-speed.name": "Szybkość przewijania",
"options.scroll-speed.desc": "Liczba wierszy pola do przesunięcia podczas przewijania menu konfiguracyjnego."
}