Skip to content

Commit

Permalink
analyzed & generated & updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bernarddesfosse authored and github-actions[bot] committed Jul 1, 2024
1 parent 7aa19b8 commit 93f4190
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 52 deletions.
Binary file modified client/compressed_languages/en_GB.lang
Binary file not shown.
Binary file modified client/compressed_languages/en_US.lang
Binary file not shown.
32 changes: 16 additions & 16 deletions client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,6 @@
"version": 20,
"md5": "e51b86f87db86cdc0fc1f4be7fb413f1"
},
{
"visual_name": "English (United States)",
"code": "en_US",
"url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Flanguages%2Fen_US.lang",
"compressed_url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Fcompressed_languages%2Fen_US.lang",
"version": 101,
"md5": "5b163367ac8982653789b8ce0c46780d"
},
{
"visual_name": "English (United Kingdom)",
"code": "en_GB",
"url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Flanguages%2Fen_GB.lang",
"compressed_url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Fcompressed_languages%2Fen_GB.lang",
"version": 101,
"md5": "29f0d6030286cd35f7b17e5d4b7f98e1"
},
{
"visual_name": "\u4E2D\u6587 (\u7B80\u4F53)",
"code": "zh_CN",
Expand All @@ -103,6 +87,22 @@
"compressed_url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Fcompressed_languages%2Fzh_TW.lang",
"version": 24,
"md5": "95427fb4e6dd2adf1f89e45d557ce7c8"
},
{
"visual_name": "English (United States)",
"code": "en_US",
"url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Flanguages%2Fen_US.lang",
"compressed_url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Fcompressed_languages%2Fen_US.lang",
"version": 102,
"md5": "aa4bf0a70a7125f8dd8f6d6fbe02318a"
},
{
"visual_name": "English (United Kingdom)",
"code": "en_GB",
"url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Flanguages%2Fen_GB.lang",
"compressed_url": "http://download.onixclient.com:2082/?path=translations%2Fclient%2Fcompressed_languages%2Fen_GB.lang",
"version": 102,
"md5": "d8202cdcc7e126beb654680cbf3479a7"
}
]
}
28 changes: 24 additions & 4 deletions client/languages/en_GB.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1998,10 +1998,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 Colours
module.minimap.setting.compute_custom_block_color.description=Compute custom colours 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 colours for all custom blocks.\nIf the map colour 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
28 changes: 24 additions & 4 deletions client/missing/de_DE.lang
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,30 @@ module.low_fire.setting.desired_height.description=The desired fire height offse
module.low_fire.setting.desired_height.name=Fire Height Offset
module.lua_command.description=The module for the lua command, it is used to allow the creation of a render function.\n- Can be used like any normal mods\n- You can edit the CMD.lua file to add pre-made functions to it.
module.lua_command.name=Lua Command
module.minimap.setting.legacy_renderer.description=Helps fixing the artefacts and could even help framerate who knows.
module.minimap.setting.legacy_renderer.name=Use Legacy Renderer
module.minimap.setting.radius.description=How large the viewing area is.
module.minimap.setting.radius.name=Radius (In 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.compute_all_custom_blocks.name=All Custom Blocks
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_custom_block_color.name=Custom Block Colors
module.minimap.setting.legacy_renderer.description=Use the legacy rendering method. This can help with the visual artifact.
module.minimap.setting.legacy_renderer.name=Legacy Renderer
module.minimap.setting.light_reprocess_interval.description=Interval for reprocessing lighting during sunset/sunrise. Lower values update lighting more frequently but may affect performance.
module.minimap.setting.light_reprocess_interval.name=Light Reprocess Interval
module.minimap.setting.lighting.description=Enable lighting effects on the minimap. Improves visual quality but will affect performance.
module.minimap.setting.lighting.name=Lighting
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.max_reprocess_chunks_per_tick.name=Max Reprocess Chunks
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_upload_per_frame.name=Max Upload Per Frame
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.offscreen_radius.name=Offscreen Radius
module.minimap.setting.opacity.description=The overall opacity of the minimap. Higher values make the map more visible.
module.minimap.setting.opacity.name=Opacity
module.minimap.setting.performance_settings.description=Category for performance-related settings.
module.minimap.setting.performance_settings.name=Performance Settings
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.radius.name=Radius
module.minimap.setting.water_opacity.description=The opacity of water on the minimap. Lower values make water more transparent.
module.minimap.setting.water_opacity.name=Water Opacity
module.module.setting.premium_only.description=These features are for premium users only.
module.module.setting.premium_only.name=These features are for premium users only.
module.movable_chat.setting.animation_interpolator.ease_inout=Ease In Out
Expand Down
28 changes: 24 additions & 4 deletions client/missing/es_ES.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1353,10 +1353,30 @@ module.minimal_view_bobbing.description=Disables the screen shake when view bobb
module.minimal_view_bobbing.name=Minimal View Bobbing
module.minimap.description=Displays a minimap on the screen.
module.minimap.name=Minimap
module.minimap.setting.legacy_renderer.description=Helps fixing the artefacts and could even help framerate who knows.
module.minimap.setting.legacy_renderer.name=Use Legacy Renderer
module.minimap.setting.radius.description=How large the viewing area is.
module.minimap.setting.radius.name=Radius (In 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.compute_all_custom_blocks.name=All Custom Blocks
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_custom_block_color.name=Custom Block Colors
module.minimap.setting.legacy_renderer.description=Use the legacy rendering method. This can help with the visual artifact.
module.minimap.setting.legacy_renderer.name=Legacy Renderer
module.minimap.setting.light_reprocess_interval.description=Interval for reprocessing lighting during sunset/sunrise. Lower values update lighting more frequently but may affect performance.
module.minimap.setting.light_reprocess_interval.name=Light Reprocess Interval
module.minimap.setting.lighting.description=Enable lighting effects on the minimap. Improves visual quality but will affect performance.
module.minimap.setting.lighting.name=Lighting
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.max_reprocess_chunks_per_tick.name=Max Reprocess Chunks
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_upload_per_frame.name=Max Upload Per Frame
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.offscreen_radius.name=Offscreen Radius
module.minimap.setting.opacity.description=The overall opacity of the minimap. Higher values make the map more visible.
module.minimap.setting.opacity.name=Opacity
module.minimap.setting.performance_settings.description=Category for performance-related settings.
module.minimap.setting.performance_settings.name=Performance Settings
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.radius.name=Radius
module.minimap.setting.water_opacity.description=The opacity of water on the minimap. Lower values make water more transparent.
module.minimap.setting.water_opacity.name=Water Opacity
module.modern_keybind_handling.description=Modifies keybind handling when exiting screens to act like Java 1.12+.
module.modern_keybind_handling.name=Modern Keybind Handling
module.modern_keybind_handling.setting.do_among_onix_ui.description=Applies modifications to the keybinds used within the Onix UI elements.
Expand Down
28 changes: 24 additions & 4 deletions client/missing/es_MX.lang
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,30 @@ module.low_fire.setting.desired_height.description=The desired fire height offse
module.low_fire.setting.desired_height.name=Fire Height Offset
module.lua_command.description=The module for the lua command, it is used to allow the creation of a render function.\n- Can be used like any normal mods\n- You can edit the CMD.lua file to add pre-made functions to it.
module.lua_command.name=Lua Command
module.minimap.setting.legacy_renderer.description=Helps fixing the artefacts and could even help framerate who knows.
module.minimap.setting.legacy_renderer.name=Use Legacy Renderer
module.minimap.setting.radius.description=How large the viewing area is.
module.minimap.setting.radius.name=Radius (In 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.compute_all_custom_blocks.name=All Custom Blocks
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_custom_block_color.name=Custom Block Colors
module.minimap.setting.legacy_renderer.description=Use the legacy rendering method. This can help with the visual artifact.
module.minimap.setting.legacy_renderer.name=Legacy Renderer
module.minimap.setting.light_reprocess_interval.description=Interval for reprocessing lighting during sunset/sunrise. Lower values update lighting more frequently but may affect performance.
module.minimap.setting.light_reprocess_interval.name=Light Reprocess Interval
module.minimap.setting.lighting.description=Enable lighting effects on the minimap. Improves visual quality but will affect performance.
module.minimap.setting.lighting.name=Lighting
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.max_reprocess_chunks_per_tick.name=Max Reprocess Chunks
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_upload_per_frame.name=Max Upload Per Frame
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.offscreen_radius.name=Offscreen Radius
module.minimap.setting.opacity.description=The overall opacity of the minimap. Higher values make the map more visible.
module.minimap.setting.opacity.name=Opacity
module.minimap.setting.performance_settings.description=Category for performance-related settings.
module.minimap.setting.performance_settings.name=Performance Settings
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.radius.name=Radius
module.minimap.setting.water_opacity.description=The opacity of water on the minimap. Lower values make water more transparent.
module.minimap.setting.water_opacity.name=Water Opacity
module.module.setting.premium_only.description=These features are for premium users only.
module.module.setting.premium_only.name=These features are for premium users only.
module.movable_chat.setting.animation_interpolator.ease_inout=Ease In Out
Expand Down
28 changes: 24 additions & 4 deletions client/missing/fr_FR.lang
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,30 @@ module.low_fire.description=Allows you to lower or raise the first person fire o
module.low_fire.name=Low Fire
module.low_fire.setting.desired_height.description=The desired fire height offset, on vanilla, it's -0.2.
module.low_fire.setting.desired_height.name=Fire Height Offset
module.minimap.setting.legacy_renderer.description=Helps fixing the artefacts and could even help framerate who knows.
module.minimap.setting.legacy_renderer.name=Use Legacy Renderer
module.minimap.setting.radius.description=How large the viewing area is.
module.minimap.setting.radius.name=Radius (In 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.compute_all_custom_blocks.name=All Custom Blocks
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_custom_block_color.name=Custom Block Colors
module.minimap.setting.legacy_renderer.description=Use the legacy rendering method. This can help with the visual artifact.
module.minimap.setting.legacy_renderer.name=Legacy Renderer
module.minimap.setting.light_reprocess_interval.description=Interval for reprocessing lighting during sunset/sunrise. Lower values update lighting more frequently but may affect performance.
module.minimap.setting.light_reprocess_interval.name=Light Reprocess Interval
module.minimap.setting.lighting.description=Enable lighting effects on the minimap. Improves visual quality but will affect performance.
module.minimap.setting.lighting.name=Lighting
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.max_reprocess_chunks_per_tick.name=Max Reprocess Chunks
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_upload_per_frame.name=Max Upload Per Frame
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.offscreen_radius.name=Offscreen Radius
module.minimap.setting.opacity.description=The overall opacity of the minimap. Higher values make the map more visible.
module.minimap.setting.opacity.name=Opacity
module.minimap.setting.performance_settings.description=Category for performance-related settings.
module.minimap.setting.performance_settings.name=Performance Settings
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.radius.name=Radius
module.minimap.setting.water_opacity.description=The opacity of water on the minimap. Lower values make water more transparent.
module.minimap.setting.water_opacity.name=Water Opacity
module.nickname.description=Allows you to hide your own and other people's usernames.
module.nickname.name=Nickname
module.nickname.setting.custom_name.description=The desired custom nametag.
Expand Down
Loading

0 comments on commit 93f4190

Please sign in to comment.