Skip to content

Commit

Permalink
Sync pl_PL from ParaTranz
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2024
1 parent 753b5ea commit f780ac4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ GT5U.GTPP_MULTI_WASH_PLANT.mode.1=Simple Washer
GT5U.GTPP_MULTI_WASH_PLANT.mode.2=Chemical Bath
GT5U.GTPP_MULTI_INDUSTRIAL_PLATE_PRESS.mode.0=Bending
GT5U.GTPP_MULTI_INDUSTRIAL_PLATE_PRESS.mode.1=Forming Press
GT5U.INDUSTRIAL_ELECTROMAGNETIC_SEPARATOR.mode.0=Electromagnetic Separator
GT5U.INDUSTRIAL_ELECTROMAGNETIC_SEPARATOR.mode.1=Electromagnetic Polarizer
GT5U.INDUSTRIAL_ELECTROMAGNETIC_SEPARATOR.mode.0=Separator
GT5U.INDUSTRIAL_ELECTROMAGNETIC_SEPARATOR.mode.1=Polarizer
GT5U.GTPP_MULTI_INDUSTRIAL_MULTI_MACHINE.mode.0=Metal
GT5U.GTPP_MULTI_INDUSTRIAL_MULTI_MACHINE.mode.1=Fluid
GT5U.GTPP_MULTI_INDUSTRIAL_MULTI_MACHINE.mode.2=Misc
Expand All @@ -344,6 +344,7 @@ GT5U.GTPP_MULTI_PRECISE_ASSEMBLER.mode.0=Precise
GT5U.GTPP_MULTI_PRECISE_ASSEMBLER.mode.1=Normal
GT5U.GTPP_MULTI_PACKAGER.mode.0=Packager
GT5U.GTPP_MULTI_PACKAGER.mode.1=Unpackager
GT5U.MULTI_MACHINE_CHANGE=Now running in %s mode
GT5U.machines.oreprocessor1=§eRunning Mode:
GT5U.machines.oreprocessor2=§cTime: %s s
GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s
Expand Down Expand Up @@ -521,6 +522,7 @@ GT5U.gui.text.internal_error=§4Recipe was found, but had internal error
GT5U.gui.text.drill_ores_left_chunk=Ores left in current chunk: §a%s
GT5U.gui.text.drill_ores_left_layer=Ores left at y-level %s: §a%s
GT5U.gui.text.drill_chunks_left=Drilling chunk: §a%s / %s
GT5U.gui.text.drill_current_vein=Current Vein: §a%s
GT5U.gui.text.drill_offline_reason=Drill Offline: %s
GT5U.gui.text.drill_offline_generic=Drill Offline
GT5U.gui.text.stocking_bus_fail_extraction=§4Failed to extract expected amount of items from stocking bus. This can be caused by attaching multiple storage buses to the same inventory.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
modularui2.test=Test Text\n2. Line
modularui2.tooltip.shift=§bHold Shift
modularui2.increment.tooltip=§7Click to increase the number by §6%d§7\nHold shift[§6%d§7], ctrl[§6%d§7] or shift+ctrl[§6%d§7]
modularui2.decrement.tooltip=§7Click to decrease the number by §6%d§7\nHold shift[§6%d§7], ctrl[§6%d§7] or shift+ctrl[§6%d§7]
modularui2.amount=§9Amount: %,d
modularui2.fluid.empty=Empty
modularui2.fluid.amount=§9Amount: %s/%s %s
modularui2.fluid.phantom.amount=§9Amount: %s %s
modularui2.fluid.phantom.control=§7Scroll wheel up increases amount, down decreases.\n§7Shift[§6x10§7],Ctrl[§ex100§7],Alt[§ax1000§7]\n§7Right click increases amount, left click decreases.\n§7Shift + left click to clear.
modularui2.item.phantom.control=§7Scroll wheel up increases amount, down decreases.\n§7Shift[§6x4§7],Ctrl[§ex16§7],Alt[§ax64§7]\n§7Right click increases amount, left click decreases.\n§7Shift + left click to clear.

modularui2.fluid.click_to_fill=§bLeft §7Click with a Fluid Container to §bfill §7the tank (Shift-click for a full stack).
modularui2.fluid.click_combined=§cRight §7or §bLeft §7Click with a Fluid Container to §cempty §7or §bfill §7the tank (Shift-click for a full stack).
modularui2.fluid.click_to_empty=§cRight §7Click with a Fluid Container to §cempty §7the tank (Shift-click for a full stack).

modularui2.config.rendering=Rendering
modularui2.config.debug=Debug

modularui2.config.animations.defaultScrollSpeed=Default scroll speed
modularui2.config.animations.defaultScrollSpeed.tooltip=Amount of pixels scrolled.
modularui2.config.animations.smoothProgressBar=Smooth progressbar
modularui2.config.animations.smoothProgressBar.tooltip=If progress bar should step in texture pixels or screen pixels. (Screen pixels are way smaller and therefore smoother)
modularui2.config.animations.panelOpenCloseAnimationTime=Duration of open/close animations
modularui2.config.animations.panelOpenCloseAnimationTime.tooltip=Time in 1/60 sec to open and close panels.
modularui2.config.animations.tooltipPos=Default tooltip position
modularui2.config.animations.tooltipPos.tooltip=Default tooltip position around the widget or its panel. Select: ABOVE, BELOW, LEFT, RIGHT, VERTICAL, HORIZONTAL, NEXT_TO_MOUSE
modularui2.config.animations.useDarkThemeByDefault=Dark theme
modularui2.config.animations.useDarkThemeByDefault.tooltip=If true and not specified otherwise, screens will try to use the 'vanilla_dark' theme.
modularui2.config.debug.guiDebugMode=GUI debug mode
modularui2.config.debug.guiDebugMode.tooltip=If true, widget outlines and widget information will be drawn.
modularui2.config.debug.enableTestGuis=Enable test GUIs
modularui2.config.debug.enableTestGuis.tooltip=Enables a test block, test item with a test gui and opening a gui by right clicking a diamond.

0 comments on commit f780ac4

Please sign in to comment.