diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-11 23:59:43 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-11 23:59:43 +0800 |
| commit | a476145cf7f311008f8854ae70201d7f75920cf3 (patch) | |
| tree | 45cf5bffb74943b5d12b7f114187f158c70e8049 | |
| parent | a190ce5cf4dfbb5aa7ed60578f15af4d351ac7a4 (diff) | |
| download | RoughlyEnoughItems-a476145cf7f311008f8854ae70201d7f75920cf3.tar.gz RoughlyEnoughItems-a476145cf7f311008f8854ae70201d7f75920cf3.tar.bz2 RoughlyEnoughItems-a476145cf7f311008f8854ae70201d7f75920cf3.zip | |
New translations en_us.json (pl_pl)
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json index 18f4cb4ec..36054a811 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json @@ -94,11 +94,15 @@ "text.rei.recipe_id": "\n%sId receptury: %s", "text.rei.recipe_screen_type.selection": "Wybór typu ekranu receptur", "text.rei.recipe_screen_type.selection.sub": "Zawsze możesz zmienić tę opcję w Panelu Konfiguracyjnym.", + "text.rei.jei_compat": "Warstwa kompatybilności z JEI", + "text.rei.jei_compat.false": "Warstwa kompatybilności z JEI: Wyłączone", + "text.rei.jei_compat.true": "Warstwa kompatybilności z JEI: Włączone", "text.rei.view_recipes_for": "Pokaż receptury dla %s", "text.rei.subsets": "Podzespoły", "text.rei.tiny_potato": "Mały ziemniak", "text.rei.add_favorite_widget": "Dodaj...", "favorite.section.gamemode": "Tryb gry", + "favorite.section.weather": "Pogoda", "tooltip.rei.fluid_amount": "§7%d Jednostek", "msg.rei.copied_recipe_id": "Skopiowano Id receptury", "msg.rei.recipe_id_details": "Id receptury: %s", @@ -106,7 +110,7 @@ "msg.rei.exported_recipe.desc": "Sprawdź folder 'rei_export'.", "subsets.rei.roughlyenoughitems.all_entries": "Wszystkie Wpisy", "subsets.rei.roughlyenoughitems.item_groups": "Zakładki w Trybie Kreatywnym", - "_comment": "Etykiety elementów konfiguracji", + "_comment": "Podpowiedzi do elementów konfiguracji", "config.roughlyenoughitems.title": "Panel Konfiguracyjny Roughly Enough Items", "config.roughlyenoughitems.basics": "Podstawowe", "config.roughlyenoughitems.appearance": "Wygląd", @@ -165,8 +169,12 @@ "config.roughlyenoughitems.accessibility.displayPanelLocation": "Pozycja Panelu Wejściowego:", "config.roughlyenoughitems.accessibility.displayPanelLocation.left": "Po lewej", "config.roughlyenoughitems.accessibility.displayPanelLocation.right": "Po prawej", + "config.roughlyenoughitems.search.tooltipSearch": "Wyszukiwanie w podpowiedziach (#):", + "config.roughlyenoughitems.search.tagSearch": "Wyszukiwanie w tagach ($):", "config.roughlyenoughitems.search.modSearch": "Wyszukiwanie w modzie (@):", "config.roughlyenoughitems.search_mode.always": "Zawsze włączone", + "config.roughlyenoughitems.search_mode.prefix": "Podczas używania prefiksu", + "config.roughlyenoughitems.search_mode.never": "Zawsze wyłączone", "config.roughlyenoughitems.layout.debugRenderTimeRequired": "Tryb Debugowania Panelu Wejściowego:", "config.roughlyenoughitems.search.debugSearchTimeRequired": "Tryb wyszukiwania debugowania:", "config.roughlyenoughitems.accessibility.resizeDynamically": "Zmieniaj Rozmiar Dynamicznie:", @@ -208,6 +216,12 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Ponumerowane strony", "config.roughlyenoughitems.horizontalEntriesBoundaries": "Pozioma granica okna:", "config.roughlyenoughitems.verticalEntriesBoundaries": "Pionowa granica okna", + "config.roughlyenoughitems.syntaxHighlightingMode": "Tryb podświetlania składni:", + "config.roughlyenoughitems.syntaxHighlightingMode.config": "%s", + "config.roughlyenoughitems.syntaxHighlightingMode.plain": "Zwykły", + "config.roughlyenoughitems.syntaxHighlightingMode.plain_underscored": "Zwykły (podkreślenie)", + "config.roughlyenoughitems.syntaxHighlightingMode.colorful": "Kolorowy", + "config.roughlyenoughitems.syntaxHighlightingMode.colorful_underscored": "Kolorowy (podkreślenie)", "config.roughlyenoughitems.filteringScreen": "Niestandardowe filtrowanie", "config.roughlyenoughitems.filteringRulesScreen": "Dostosowane reguły filtrowania", "config.roughlyenoughitems.filteringRulesScreen.new": "Utwórz regułę filtrowania", |
