diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-16 16:46:04 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-16 16:46:04 +0800 |
| commit | bf2289df2ad50947622644d8e2462a797e78b6d5 (patch) | |
| tree | 3431b183adc6c9b9c9d351586c772dd8174db9d9 /src | |
| parent | 4e24411029bb5e21cbc91696503bab600cc7cd51 (diff) | |
| parent | a476145cf7f311008f8854ae70201d7f75920cf3 (diff) | |
| download | RoughlyEnoughItems-bf2289df2ad50947622644d8e2462a797e78b6d5.tar.gz RoughlyEnoughItems-bf2289df2ad50947622644d8e2462a797e78b6d5.tar.bz2 RoughlyEnoughItems-bf2289df2ad50947622644d8e2462a797e78b6d5.zip | |
Merge remote-tracking branch 'shedaniel/l10n_6.x' into 6.x
Diffstat (limited to 'src')
| -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", |
