mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Merge 6882cc374f into a01e4be75d
This commit is contained in:
commit
4db8e4ca85
2 changed files with 66 additions and 4 deletions
|
|
@ -1245,78 +1245,139 @@ category.optional = Optional Enhancements
|
|||
setting.alwaysmusic.name = Always Play Music
|
||||
setting.alwaysmusic.description = When enabled, music will always play on loop in-game.\nWhen disabled, it only plays at random intervals.
|
||||
setting.skipcoreanimation.name = Skip Core Launch/Land Animation
|
||||
setting.skipcoreanimation.description = When enabled, the animation for core launching and landing will be skipped.
|
||||
setting.landscape.name = Lock Landscape
|
||||
setting.landscape.description = When enabled, the screen orientation is locked to landscape mode.
|
||||
setting.shadows.name = Shadows
|
||||
setting.shadows.description = Enables or disables rendering of shadows from structures and units.
|
||||
setting.blockreplace.name = Automatic Block Suggestions
|
||||
setting.blockreplace.description = When enabled, placing a block on another of the same type\nwill suggest an automatic upgrade if available.
|
||||
setting.linear.name = Linear Filtering
|
||||
setting.linear.description = When enabled, textures are smoothed. When disabled, textures have a pixelated look.
|
||||
setting.hints.name = Hints
|
||||
setting.hints.description = Enables or disables in-game hints and tutorials.
|
||||
setting.logichints.name = Logic Hints
|
||||
setting.logichints.description = Enables or disables hints related to logic programming.
|
||||
setting.backgroundpause.name = Pause In Background
|
||||
setting.backgroundpause.description = When enabled, the game will pause when it is not in focus.
|
||||
setting.buildautopause.name = Auto-Pause Building
|
||||
setting.buildautopause.description = When enabled, building is automatically paused when the player is not actively building.
|
||||
setting.doubletapmine.name = Double-Tap to Mine
|
||||
setting.doubletapmine.description = When enabled, double-tapping on a resource tile will make your unit start mining it.
|
||||
setting.commandmodehold.name = Hold For Command Mode
|
||||
setting.commandmodehold.description = When enabled, you must hold the command mode key to\nenter command mode. When disabled, it's a toggle.
|
||||
setting.distinctcontrolgroups.name = Limit One Control Group Per Unit
|
||||
setting.distinctcontrolgroups.description = When enabled, a unit can only belong to one control group at a time.
|
||||
setting.modcrashdisable.name = Disable Mods On Startup Crash
|
||||
setting.modcrashdisable.description = When enabled, if the game crashes on startup, all mods\nwill be automatically disabled to prevent a crash loop.
|
||||
setting.animatedwater.name = Animated Surfaces
|
||||
setting.animatedwater.description = Enables or disables animations for liquid surfaces like water and slag.
|
||||
setting.animatedshields.name = Animated Shields
|
||||
setting.animatedshields.description = Enables or disables the animated visual effect for shields.
|
||||
setting.playerindicators.name = Player Indicators
|
||||
setting.playerindicators.description = Shows indicators above other players in multiplayer.
|
||||
setting.indicators.name = Enemy Indicators
|
||||
setting.indicators.description = Shows indicators above enemy units, displaying health and other information.
|
||||
setting.autotarget.name = Auto-Target
|
||||
setting.autotarget.description = When enabled, your unit will automatically target and fire at nearby enemies.
|
||||
setting.keyboard.name = Mouse+Keyboard Controls (Experimental)
|
||||
setting.keyboard.description = Enables experimental controls for mouse and keyboard on mobile devices.
|
||||
setting.touchscreen.name = Touchscreen Controls
|
||||
setting.touchscreen.description = Enables or disables touchscreen controls.
|
||||
setting.fpscap.name = Max FPS
|
||||
setting.fpscap.description = Sets the maximum frames per second the game will run at.\nHigher values may increase power consumption.
|
||||
setting.fpscap.none = None
|
||||
setting.fpscap.none = None
|
||||
setting.fpscap.text = {0} FPS
|
||||
setting.uiscale.name = UI Scaling
|
||||
setting.uiscale.description = Restart required to apply changes.
|
||||
setting.uiscale.description = Modify the size of the UI elements (zooming).\nRestart required to apply changes.
|
||||
setting.swapdiagonal.name = Always Diagonal Placement
|
||||
setting.swapdiagonal.description = When enabled, holding the placement key will switch to diagonal placement mode.
|
||||
setting.screenshake.name = Screen Shake
|
||||
setting.screenshake.description = Adjusts the intensity of the screen shake effect from explosions and other events.
|
||||
setting.bloomintensity.name = Bloom Intensity
|
||||
setting.bloomintensity.description = Adjusts the intensity of the bloom (glow) effect.
|
||||
setting.bloomblur.name = Bloom Blur
|
||||
setting.bloomblur.description = Adjusts the blurriness of the bloom effect.
|
||||
setting.effects.name = Display Effects
|
||||
setting.effects.description = Enables or disables various visual effects like smoke and particles.
|
||||
setting.destroyedblocks.name = Display Destroyed Blocks
|
||||
setting.destroyedblocks.description = When enabled, destroyed blocks leave behind rubble.
|
||||
setting.blockstatus.name = Display Block Status
|
||||
setting.blockstatus.description = Shows status icons above blocks (e.g., low power, no ammo).
|
||||
setting.conveyorpathfinding.name = Conveyor Placement Pathfinding
|
||||
setting.conveyorpathfinding.description = When enabled, placing conveyors will automatically try to find a path to the destination.
|
||||
setting.sensitivity.name = Controller Sensitivity
|
||||
setting.sensitivity.description = Adjusts the sensitivity of game controllers.
|
||||
setting.saveinterval.name = Save Interval
|
||||
setting.saveinterval.description = Sets the time interval for automatic game saves.
|
||||
setting.seconds = {0} seconds
|
||||
setting.milliseconds = {0} milliseconds
|
||||
setting.fullscreen.name = Fullscreen
|
||||
setting.fullscreen.description = Toggles between fullscreen and windowed mode.
|
||||
setting.borderlesswindow.name = Borderless Window
|
||||
setting.borderlesswindow.name.windows = Borderless Fullscreen
|
||||
setting.borderlesswindow.description = Restart may be required to apply changes.
|
||||
setting.borderlesswindow.description = If enabled, the game will take up the entire screen without borders,\nbut will not be in true fullscreen mode.\nRestart may be required to apply changes.
|
||||
setting.fps.name = Show FPS & Ping
|
||||
setting.fps.description = Displays the current frames per second and network ping in the corner of the screen.
|
||||
setting.console.name = Enable Console
|
||||
setting.console.description = Enables the in-game console for commands.
|
||||
setting.smoothcamera.name = Smooth Camera
|
||||
setting.smoothcamera.description = When enabled, the camera will move more smoothly instead of\ninstantly snapping to new positions.
|
||||
setting.detach-camera.name = Free Camera
|
||||
setting.detach-camera.description = If enabled, the camera moves independently of the player unit.\nThis setting can be assigned a hotkey.
|
||||
setting.vsync.name = VSync
|
||||
setting.vsync.description = Synchronizes the game's frame rate with the monitor's\nrefresh rate to prevent screen tearing.
|
||||
setting.pixelate.name = Pixelate
|
||||
setting.pixelate.description = When enabled, the game is rendered at a lower resolution and\nscaled up, creating a pixelated effect.
|
||||
setting.minimap.name = Show Minimap
|
||||
setting.minimap.description = Toggles the visibility of the minimap in the corner of the screen.
|
||||
setting.coreitems.name = Display Core Items
|
||||
setting.coreitems.description = Toggles the display of items stored in the core on the side of the screen.
|
||||
setting.position.name = Show Player Position
|
||||
setting.position.description = Displays the player's coordinates on the screen.
|
||||
setting.mouseposition.name = Show Mouse Position
|
||||
setting.mouseposition.description = Displays the mouse cursor's coordinates on the screen.
|
||||
setting.musicvol.name = Music Volume
|
||||
setting.musicvol.description = Adjusts the volume of the in-game music.
|
||||
setting.atmosphere.name = Show Planet Atmosphere
|
||||
setting.atmosphere.description = Toggles the rendering of the planet's atmosphere in the background.
|
||||
setting.drawlight.name = Draw Darkness/Lighting
|
||||
setting.drawlight.description = Enables or disables dynamic lighting and darkness effects.
|
||||
setting.ambientvol.name = Ambient Volume
|
||||
setting.ambientvol.description = Adjusts the volume of ambient sounds.
|
||||
setting.mutemusic.name = Mute Music
|
||||
setting.mutemusic.description = Mutes all in-game music.
|
||||
setting.sfxvol.name = SFX Volume
|
||||
setting.sfxvol.description = Adjusts the volume of sound effects.
|
||||
setting.mutesound.name = Mute Sound
|
||||
setting.mutesound.description = Mutes all in-game sounds.
|
||||
setting.crashreport.name = Send Anonymous Crash Reports
|
||||
setting.crashreport.description = When enabled, anonymous crash reports will be sent to the developers to help improve the game.
|
||||
setting.communityservers.name = Fetch Community Server List
|
||||
setting.communityservers.description = When enabled, the game will fetch and display a list of community-run multiplayer servers.
|
||||
setting.savecreate.name = Auto-Create Saves
|
||||
setting.savecreate.description = When enabled, the game will automatically create a new save file when starting a new game.
|
||||
setting.steampublichost.name = Public Game Visibility
|
||||
setting.steampublichost.description = Controls who can see and join your game when hosting on Steam.
|
||||
setting.playerlimit.name = Player Limit
|
||||
setting.playerlimit.description = Sets the maximum number of players that can join your server.
|
||||
setting.chatopacity.name = Chat Opacity
|
||||
setting.chatopacity.description = Adjusts the transparency of the chat window.
|
||||
setting.lasersopacity.name = Power Laser Opacity
|
||||
setting.lasersopacity.description = Adjusts the opacity of power node lasers.
|
||||
setting.unitlaseropacity.name = Unit Mining Beam Opacity
|
||||
setting.unitlaseropacity.description = Adjusts the opacity of unit mining beams.
|
||||
setting.bridgeopacity.name = Bridge Opacity
|
||||
setting.bridgeopacity.description = Adjusts the opacity of bridge conveyors.
|
||||
setting.playerchat.name = Display Player Bubble Chat
|
||||
setting.playerchat.description = When enabled, chat messages from players will appear in bubbles above their heads.
|
||||
setting.showweather.name = Show Weather Graphics
|
||||
setting.showweather.description = Toggles the display of weather effects like rain and snow.
|
||||
setting.hidedisplays.name = Hide Logic Displays
|
||||
setting.hidedisplays.description = Hides the content of logic displays, which may improve performance.
|
||||
setting.macnotch.name = Adapt interface to display notch
|
||||
setting.macnotch.description = Restart required to apply changes
|
||||
setting.macnotch.description = On macOS devices with a display notch, this setting adjusts the UI to avoid it.\nRequires restart to take effect.
|
||||
steam.friendsonly = Friends Only
|
||||
steam.friendsonly.tooltip = Whether only Steam friends will be able to join your game.\nUnchecking this box will make your game public - anyone can join.
|
||||
setting.maxmagnificationmultiplierpercent.name = Min Camera Distance
|
||||
|
|
|
|||
|
|
@ -187,3 +187,4 @@ Iniquit
|
|||
DSFdsfWxp
|
||||
Someone's Shadow
|
||||
buj
|
||||
dozham
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue