Skip to content

Commit

Permalink
Update en_US.lang
Browse files Browse the repository at this point in the history
  • Loading branch information
bernarddesfosse authored Jul 1, 2024
1 parent 4883b2b commit 7aa19b8
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions client/languages/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1989,10 +1989,30 @@ module.memory_usage.setting.megabytes_only.description=Displays the RAM usage in
## Minimap Module
module.minimap.name=Minimap
module.minimap.description=Displays a minimap on the screen.
module.minimap.setting.radius.name=Radius (In Blocks)
module.minimap.setting.radius.description=How large the viewing area is.
module.minimap.setting.legacy_renderer.name=Use Legacy Renderer
module.minimap.setting.legacy_renderer.description=Helps fixing the artefacts and could even help framerate who knows.
module.minimap.setting.radius.name=Radius
module.minimap.setting.radius.description=The radius of the minimap display in blocks. Larger values show more area but may impact performance.
module.minimap.setting.offscreen_radius.name=Offscreen Radius
module.minimap.setting.offscreen_radius.description=The radius for loading offscreen regions on the minimap edge.\nThis helps ensure that you dont see an unloaded region when moving.
module.minimap.setting.opacity.name=Opacity
module.minimap.setting.opacity.description=The overall opacity of the minimap. Higher values make the map more visible.
module.minimap.setting.water_opacity.name=Water Opacity
module.minimap.setting.water_opacity.description=The opacity of water on the minimap. Lower values make water more transparent.
module.minimap.setting.compute_custom_block_color.name=Custom Block Colors
module.minimap.setting.compute_custom_block_color.description=Compute custom colors for blocks based on their textures. May affect performance or be less stable on some versions.
module.minimap.setting.compute_all_custom_blocks.name=All Custom Blocks
module.minimap.setting.compute_all_custom_blocks.description=Compute colors for all custom blocks.\nIf the map color given for most of the custom blocks are bad you can use this.
module.minimap.setting.lighting.name=Lighting
module.minimap.setting.lighting.description=Enable lighting effects on the minimap. Improves visual quality but will affect performance.
module.minimap.setting.performance_settings.name=Performance Settings
module.minimap.setting.performance_settings.description=Category for performance-related settings.
module.minimap.setting.max_upload_per_frame.name=Max Upload Per Frame
module.minimap.setting.max_upload_per_frame.description=Maximum number of textures to upload per frame. Higher values may cause stutters.
module.minimap.setting.max_reprocess_chunks_per_tick.name=Max Reprocess Chunks
module.minimap.setting.max_reprocess_chunks_per_tick.description=Maximum number of chunks to reprocess per tick. Higher values update faster but may impact performance and cause more stutters.
module.minimap.setting.legacy_renderer.name=Legacy Renderer
module.minimap.setting.legacy_renderer.description=Use the legacy rendering method. This can help with the visual artifact.
module.minimap.setting.light_reprocess_interval.name=Light Reprocess Interval
module.minimap.setting.light_reprocess_interval.description=Interval for reprocessing lighting during sunset/sunrise. Lower values update lighting more frequently but may affect performance.


## Movable Actionbar Module
Expand Down

0 comments on commit 7aa19b8

Please sign in to comment.