Skip to content

Commit d6d21a2

Browse files
committed
update lang files
1 parent fd444f9 commit d6d21a2

File tree

8 files changed

+85
-5
lines changed

8 files changed

+85
-5
lines changed

src/main/resources/assets/minihud/lang/en_us.json

+10
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,14 @@
154154
"minihud.config.generic.comment.serverNbtRequestRate": "Limit request rate for server entity data syncer",
155155
"minihud.config.generic.comment.setDistanceReferencePoint": "A hotkey to store the player's current position\nas the reference point for the distance info line type",
156156
"minihud.config.generic.comment.shapeEditor": "Opens the Shape Editor GUI for the selected shape",
157+
"minihud.config.generic.comment.shapeRenderOutlines": "If enabled, then all Shapes will be rendered with outlines",
158+
"minihud.config.generic.comment.shapeRenderThrough": "If enabled, then all Shapes will be rendered through blocks",
157159
"minihud.config.generic.comment.shulkerBoxPreview": "Enables rendering a preview of the Shulker Box contents,\nwhen you hold shift while hovering over a Shulker Box item",
158160
"minihud.config.generic.comment.shulkerDisplayBgColor": "Enables tinting/coloring the Shulker Box display\nbackground texture with the dye color of the box",
159161
"minihud.config.generic.comment.shulkerDisplayEnderChest": "Enables Ender Chest display similar to the Shulker Box Display.",
160162
"minihud.config.generic.comment.shulkerDisplayRequireShift": "Whether or not holding shift is required for the Shulker Box preview",
161163
"minihud.config.generic.comment.slimeChunkOverlayRadius": "The radius of chunks to render the slime chunk overlay in.\nValid range: -1 ... 40, where -1 = render distance",
164+
"minihud.config.generic.comment.slimeChunkRenderThrough": "If enabled, then the Slime Chunk Bounding Boxes\nwill be rendered through blocks",
162165
"minihud.config.generic.comment.slimeChunkTopToPlayer": "If enabled, then the slime chunk overlay's top position\nis set to the player's y-position when the overlay is turned on.\nIf disabled, then the top is set to y = 40 when the overlay is turned on.",
163166
"minihud.config.generic.comment.sortLinesByLength": "Sort the lines by their text's length",
164167
"minihud.config.generic.comment.sortLinesReversed": "Reverse the line sorting order",
@@ -257,11 +260,14 @@
257260
"minihud.config.generic.name.serverNbtRequestRate": "serverNbtRequestRate",
258261
"minihud.config.generic.name.setDistanceReferencePoint": "setDistanceReferencePoint",
259262
"minihud.config.generic.name.shapeEditor": "shapeEditor",
263+
"minihud.config.generic.name.shapeRenderOutlines": "shapeRenderOutlines",
264+
"minihud.config.generic.name.shapeRenderThrough": "shapeRenderThrough",
260265
"minihud.config.generic.name.shulkerBoxPreview": "shulkerBoxPreview",
261266
"minihud.config.generic.name.shulkerDisplayBgColor": "shulkerDisplayBgColor",
262267
"minihud.config.generic.name.shulkerDisplayEnderChest": "shulkerDisplayEnderChest",
263268
"minihud.config.generic.name.shulkerDisplayRequireShift": "shulkerDisplayRequireShift",
264269
"minihud.config.generic.name.slimeChunkOverlayRadius": "slimeChunkOverlayRadius",
270+
"minihud.config.generic.name.slimeChunkRenderThrough": "slimeChunkRenderThrough",
265271
"minihud.config.generic.name.slimeChunkTopToPlayer": "slimeChunkTopToPlayer",
266272
"minihud.config.generic.name.sortLinesByLength": "sortLinesByLength",
267273
"minihud.config.generic.name.sortLinesReversed": "sortLinesReversed",
@@ -818,10 +824,13 @@
818824
"minihud.info_line.entity_reg_name": "Entity reg name: %s",
819825
"minihud.info_line.entity_variant.axolotl": "Axolotl Color: §b%s§r",
820826
"minihud.info_line.entity_variant.cat": "Cat Variant: §b%s§r (%s collar)",
827+
"minihud.info_line.entity_variant.chicken": "Chicken Variant: §b%s§r",
828+
"minihud.info_line.entity_variant.cow": "Cow Variant: §b%s§r",
821829
"minihud.info_line.entity_variant.fox": "Fox Variant: §b%s§r",
822830
"minihud.info_line.entity_variant.frog": "Frog Variant: §b%s§r",
823831
"minihud.info_line.entity_variant.horse": "Horse Variant: §b%s§r / §d%s§r",
824832
"minihud.info_line.entity_variant.llama": "Llama Variant: §b%s§r, Strength: §d§l%d§r",
833+
"minihud.info_line.entity_variant.mooshroom": "Mooshroom Variant: §b%s§r",
825834
"minihud.info_line.entity_variant.painting.author_only": "Painting Variant: by §e§l%s§r",
826835
"minihud.info_line.entity_variant.painting.both": "Painting Variant: §b§l%s§r by §e§l%s§r",
827836
"minihud.info_line.entity_variant.painting.title_only": "Painting Variant: §b§l%s§r",
@@ -832,6 +841,7 @@
832841
"minihud.info_line.entity_variant.sheep": "Sheep Color: §b%s§r",
833842
"minihud.info_line.entity_variant.tropical_fish": "Tropical Fish Variant: §b%s§r",
834843
"minihud.info_line.entity_variant.wolf": "Wolf Variant: §b%s§r (%s collar)",
844+
"minihud.info_line.entity_variant.wolf.sound_type": "Wolf Variant: §b%s§r / §d%s§r (%s collar)",
835845
"minihud.info_line.facing": "Facing: %s (%s)",
836846
"minihud.info_line.facing.east": "Positive X",
837847
"minihud.info_line.facing.east.name": "EAST",

src/main/resources/assets/minihud/lang/es_es.json

+10
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,14 @@
154154
"minihud.config.generic.comment.serverNbtRequestRate": "Limit request rate for server entity data syncer",
155155
"minihud.config.generic.comment.setDistanceReferencePoint": "A hotkey to store the player's current position\nas the reference point for the distance info line type",
156156
"minihud.config.generic.comment.shapeEditor": "Opens the Shape Editor GUI for the selected shape",
157+
"minihud.config.generic.comment.shapeRenderOutlines": "If enabled, then all Shapes will be rendered with outlines",
158+
"minihud.config.generic.comment.shapeRenderThrough": "If enabled, then all Shapes will be rendered through blocks",
157159
"minihud.config.generic.comment.shulkerBoxPreview": "Enables rendering a preview of the Shulker Box contents,\nwhen you hold shift while hovering over a Shulker Box item",
158160
"minihud.config.generic.comment.shulkerDisplayBgColor": "Enables tinting/coloring the Shulker Box display\nbackground texture with the dye color of the box",
159161
"minihud.config.generic.comment.shulkerDisplayEnderChest": "Enables Ender Chest display similar to the Shulker Box Display.",
160162
"minihud.config.generic.comment.shulkerDisplayRequireShift": "Whether or not holding shift is required for the Shulker Box preview",
161163
"minihud.config.generic.comment.slimeChunkOverlayRadius": "The radius of chunks to render the slime chunk overlay in.\nValid range: -1 ... 40, where -1 = render distance",
164+
"minihud.config.generic.comment.slimeChunkRenderThrough": "If enabled, then the Slime Chunk Bounding Boxes\nwill be rendered through blocks",
162165
"minihud.config.generic.comment.slimeChunkTopToPlayer": "If enabled, then the slime chunk overlay's top position\nis set to the player's y-position when the overlay is turned on.\nIf disabled, then the top is set to y = 40 when the overlay is turned on.",
163166
"minihud.config.generic.comment.sortLinesByLength": "Sort the lines by their text's length",
164167
"minihud.config.generic.comment.sortLinesReversed": "Reverse the line sorting order",
@@ -257,11 +260,14 @@
257260
"minihud.config.generic.name.serverNbtRequestRate": "serverNbtRequestRate",
258261
"minihud.config.generic.name.setDistanceReferencePoint": "setDistanceReferencePoint",
259262
"minihud.config.generic.name.shapeEditor": "shapeEditor",
263+
"minihud.config.generic.name.shapeRenderOutlines": "shapeRenderOutlines",
264+
"minihud.config.generic.name.shapeRenderThrough": "shapeRenderThrough",
260265
"minihud.config.generic.name.shulkerBoxPreview": "shulkerBoxPreview",
261266
"minihud.config.generic.name.shulkerDisplayBgColor": "shulkerDisplayBgColor",
262267
"minihud.config.generic.name.shulkerDisplayEnderChest": "shulkerDisplayEnderChest",
263268
"minihud.config.generic.name.shulkerDisplayRequireShift": "shulkerDisplayRequireShift",
264269
"minihud.config.generic.name.slimeChunkOverlayRadius": "slimeChunkOverlayRadius",
270+
"minihud.config.generic.name.slimeChunkRenderThrough": "slimeChunkRenderThrough",
265271
"minihud.config.generic.name.slimeChunkTopToPlayer": "slimeChunkTopToPlayer",
266272
"minihud.config.generic.name.sortLinesByLength": "sortLinesByLength",
267273
"minihud.config.generic.name.sortLinesReversed": "sortLinesReversed",
@@ -818,10 +824,13 @@
818824
"minihud.info_line.entity_reg_name": "Entity reg name: %s",
819825
"minihud.info_line.entity_variant.axolotl": "Axolotl Color: §b%s§r",
820826
"minihud.info_line.entity_variant.cat": "Cat Variant: §b%s§r (%s collar)",
827+
"minihud.info_line.entity_variant.chicken": "Chicken Variant: §b%s§r",
828+
"minihud.info_line.entity_variant.cow": "Cow Variant: §b%s§r",
821829
"minihud.info_line.entity_variant.fox": "Fox Variant: §b%s§r",
822830
"minihud.info_line.entity_variant.frog": "Frog Variant: §b%s§r",
823831
"minihud.info_line.entity_variant.horse": "Horse Variant: §b%s§r / §d%s§r",
824832
"minihud.info_line.entity_variant.llama": "Llama Variant: §b%s§r, Strength: §d§l%d§r",
833+
"minihud.info_line.entity_variant.mooshroom": "Mooshroom Variant: §b%s§r",
825834
"minihud.info_line.entity_variant.painting.author_only": "Painting Variant: by §e§l%s§r",
826835
"minihud.info_line.entity_variant.painting.both": "Painting Variant: §b§l%s§r by §e§l%s§r",
827836
"minihud.info_line.entity_variant.painting.title_only": "Painting Variant: §b§l%s§r",
@@ -832,6 +841,7 @@
832841
"minihud.info_line.entity_variant.sheep": "Sheep Color: §b%s§r",
833842
"minihud.info_line.entity_variant.tropical_fish": "Tropical Fish Variant: §b%s§r",
834843
"minihud.info_line.entity_variant.wolf": "Wolf Variant: §b%s§r (%s collar)",
844+
"minihud.info_line.entity_variant.wolf.sound_type": "Wolf Variant: §b%s§r / §d%s§r (%s collar)",
835845
"minihud.info_line.facing": "Facing: %s (%s)",
836846
"minihud.info_line.facing.east": "Positive X",
837847
"minihud.info_line.facing.east.name": "EAST",

src/main/resources/assets/minihud/lang/ja_jp.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,14 @@
154154
"minihud.config.generic.comment.serverNbtRequestRate": "Limit request rate for server entity data syncer",
155155
"minihud.config.generic.comment.setDistanceReferencePoint": "A hotkey to store the player's current position\nas the reference point for the distance info line type",
156156
"minihud.config.generic.comment.shapeEditor": "Opens the Shape Editor GUI for the selected shape",
157+
"minihud.config.generic.comment.shapeRenderOutlines": "If enabled, then all Shapes will be rendered with outlines",
158+
"minihud.config.generic.comment.shapeRenderThrough": "If enabled, then all Shapes will be rendered through blocks",
157159
"minihud.config.generic.comment.shulkerBoxPreview": "Enables rendering a preview of the Shulker Box contents,\nwhen you hold shift while hovering over a Shulker Box item",
158160
"minihud.config.generic.comment.shulkerDisplayBgColor": "Enables tinting/coloring the Shulker Box display\nbackground texture with the dye color of the box",
159161
"minihud.config.generic.comment.shulkerDisplayEnderChest": "Enables Ender Chest display similar to the Shulker Box Display.",
160162
"minihud.config.generic.comment.shulkerDisplayRequireShift": "Whether or not holding shift is required for the Shulker Box preview",
161163
"minihud.config.generic.comment.slimeChunkOverlayRadius": "The radius of chunks to render the slime chunk overlay in.\nValid range: -1 ... 40, where -1 = render distance",
164+
"minihud.config.generic.comment.slimeChunkRenderThrough": "If enabled, then the Slime Chunk Bounding Boxes\nwill be rendered through blocks",
162165
"minihud.config.generic.comment.slimeChunkTopToPlayer": "If enabled, then the slime chunk overlay's top position\nis set to the player's y-position when the overlay is turned on.\nIf disabled, then the top is set to y = 40 when the overlay is turned on.",
163166
"minihud.config.generic.comment.sortLinesByLength": "Sort the lines by their text's length",
164167
"minihud.config.generic.comment.sortLinesReversed": "Reverse the line sorting order",
@@ -257,11 +260,14 @@
257260
"minihud.config.generic.name.serverNbtRequestRate": "serverNbtRequestRate",
258261
"minihud.config.generic.name.setDistanceReferencePoint": "setDistanceReferencePoint",
259262
"minihud.config.generic.name.shapeEditor": "shapeEditor",
263+
"minihud.config.generic.name.shapeRenderOutlines": "shapeRenderOutlines",
264+
"minihud.config.generic.name.shapeRenderThrough": "shapeRenderThrough",
260265
"minihud.config.generic.name.shulkerBoxPreview": "shulkerBoxPreview",
261266
"minihud.config.generic.name.shulkerDisplayBgColor": "shulkerDisplayBgColor",
262267
"minihud.config.generic.name.shulkerDisplayEnderChest": "shulkerDisplayEnderChest",
263268
"minihud.config.generic.name.shulkerDisplayRequireShift": "shulkerDisplayRequireShift",
264269
"minihud.config.generic.name.slimeChunkOverlayRadius": "slimeChunkOverlayRadius",
270+
"minihud.config.generic.name.slimeChunkRenderThrough": "slimeChunkRenderThrough",
265271
"minihud.config.generic.name.slimeChunkTopToPlayer": "slimeChunkTopToPlayer",
266272
"minihud.config.generic.name.sortLinesByLength": "sortLinesByLength",
267273
"minihud.config.generic.name.sortLinesReversed": "sortLinesReversed",
@@ -818,10 +824,13 @@
818824
"minihud.info_line.entity_reg_name": "Entity reg name: %s",
819825
"minihud.info_line.entity_variant.axolotl": "Axolotl Color: §b%s§r",
820826
"minihud.info_line.entity_variant.cat": "Cat Variant: §b%s§r (%s collar)",
827+
"minihud.info_line.entity_variant.chicken": "Chicken Variant: §b%s§r",
828+
"minihud.info_line.entity_variant.cow": "Cow Variant: §b%s§r",
821829
"minihud.info_line.entity_variant.fox": "Fox Variant: §b%s§r",
822830
"minihud.info_line.entity_variant.frog": "Frog Variant: §b%s§r",
823831
"minihud.info_line.entity_variant.horse": "Horse Variant: §b%s§r / §d%s§r",
824832
"minihud.info_line.entity_variant.llama": "Llama Variant: §b%s§r, Strength: §d§l%d§r",
833+
"minihud.info_line.entity_variant.mooshroom": "Mooshroom Variant: §b%s§r",
825834
"minihud.info_line.entity_variant.painting.author_only": "Painting Variant: by §e§l%s§r",
826835
"minihud.info_line.entity_variant.painting.both": "Painting Variant: §b§l%s§r by §e§l%s§r",
827836
"minihud.info_line.entity_variant.painting.title_only": "Painting Variant: §b§l%s§r",
@@ -832,6 +841,7 @@
832841
"minihud.info_line.entity_variant.sheep": "Sheep Color: §b%s§r",
833842
"minihud.info_line.entity_variant.tropical_fish": "Tropical Fish Variant: §b%s§r",
834843
"minihud.info_line.entity_variant.wolf": "Wolf Variant: §b%s§r (%s collar)",
844+
"minihud.info_line.entity_variant.wolf.sound_type": "Wolf Variant: §b%s§r / §d%s§r (%s collar)",
835845
"minihud.info_line.facing": "Facing: %s (%s)",
836846
"minihud.info_line.facing.east": "Positive X",
837847
"minihud.info_line.facing.east.name": "EAST",
@@ -995,4 +1005,4 @@
9951005
"minihud.message.toggled_using_player_spawn": "Toggled %s %s, Simulation distance %s",
9961006
"minihud.message.toggled_using_position": "Toggled %s %s, using the position %s",
9971007
"minihud.message.toggled_using_world_spawn": "Toggled %s %s, World spawn %s"
998-
}
1008+
}

src/main/resources/assets/minihud/lang/ko_kr.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,14 @@
154154
"minihud.config.generic.comment.serverNbtRequestRate": "서버 엔티티 데이터 동기화에 대한 요청 속도 제한값입니다.",
155155
"minihud.config.generic.comment.setDistanceReferencePoint": "플레이어의 현재 위치를 거리 정보 라인의\n기준점으로 설정하는 단축키입니다.",
156156
"minihud.config.generic.comment.shapeEditor": "선택한 형상에 대한 모양 편집기 GUI를 엽니다.",
157+
"minihud.config.generic.comment.shapeRenderOutlines": "If enabled, then all Shapes will be rendered with outlines",
158+
"minihud.config.generic.comment.shapeRenderThrough": "If enabled, then all Shapes will be rendered through blocks",
157159
"minihud.config.generic.comment.shulkerBoxPreview": "셜커 상자 아이템 위에 마우스를 올려놓은 상태에서 Shift 키를\n누르면 셜커 상자 미리보기를 렌더링할 수 있습니다.",
158160
"minihud.config.generic.comment.shulkerDisplayBgColor": "셜커 상자 표시 배경 색상을 상자의 염색 색상으로 설정합니다.",
159161
"minihud.config.generic.comment.shulkerDisplayEnderChest": "엔더 상자의 표시를 셜커 상자 표시와 같게 설정합니다.",
160162
"minihud.config.generic.comment.shulkerDisplayRequireShift": "셜커 상자 미리보기에 Shift 키를 눌러야 하는지 여부입니다.",
161163
"minihud.config.generic.comment.slimeChunkOverlayRadius": "슬라임 청크 오버레이를 렌더링할 청크의 반경입니다.\n유효 범위: -1 ... 40, 여기서 -1 = 렌더링 거리입니다.",
164+
"minihud.config.generic.comment.slimeChunkRenderThrough": "If enabled, then the Slime Chunk Bounding Boxes\nwill be rendered through blocks",
162165
"minihud.config.generic.comment.slimeChunkTopToPlayer": "활성화된 경우, 슬라임 청크 오버레이가 켜지면 그\n상단 위치가 플레이어의 y 위치로 설정됩니다.\n비활성화된 경우, 상단 위치는 y = 40으로 설정됩니다.",
163166
"minihud.config.generic.comment.sortLinesByLength": "텍스트 길이에 따라 정보 라인을 정렬합니다.",
164167
"minihud.config.generic.comment.sortLinesReversed": "정보 라인 정렬 순서를 반대로 합니다.",
@@ -257,11 +260,14 @@
257260
"minihud.config.generic.name.serverNbtRequestRate": "서버 NBT 요청률",
258261
"minihud.config.generic.name.setDistanceReferencePoint": "거리 기준 지점 설정",
259262
"minihud.config.generic.name.shapeEditor": "형상 편집기",
263+
"minihud.config.generic.name.shapeRenderOutlines": "shapeRenderOutlines",
264+
"minihud.config.generic.name.shapeRenderThrough": "shapeRenderThrough",
260265
"minihud.config.generic.name.shulkerBoxPreview": "셜커 상자 미리보기",
261266
"minihud.config.generic.name.shulkerDisplayBgColor": "셜커 표시 배경 색상",
262267
"minihud.config.generic.name.shulkerDisplayEnderChest": "셜커 표시 엔더 상자",
263268
"minihud.config.generic.name.shulkerDisplayRequireShift": "셜커 표시 Shift 여부",
264269
"minihud.config.generic.name.slimeChunkOverlayRadius": "슬라임 청크 오버레이 반경",
270+
"minihud.config.generic.name.slimeChunkRenderThrough": "slimeChunkRenderThrough",
265271
"minihud.config.generic.name.slimeChunkTopToPlayer": "슬라임 청크 상단을 플레이어에게",
266272
"minihud.config.generic.name.sortLinesByLength": "길이별 라인 정렬",
267273
"minihud.config.generic.name.sortLinesReversed": "역순 라인 정렬",
@@ -818,10 +824,13 @@
818824
"minihud.info_line.entity_reg_name": "엔티티 레지스트리명: %s",
819825
"minihud.info_line.entity_variant.axolotl": "아홀로틀 색상: §b%s§r",
820826
"minihud.info_line.entity_variant.cat": "고양이 유형: §b%s§r (%s 색)",
827+
"minihud.info_line.entity_variant.chicken": "Chicken Variant: §b%s§r",
828+
"minihud.info_line.entity_variant.cow": "Cow Variant: §b%s§r",
821829
"minihud.info_line.entity_variant.fox": "여우 유형: §b%s§r",
822830
"minihud.info_line.entity_variant.frog": "개구리 유형: §b%s§r",
823831
"minihud.info_line.entity_variant.horse": "말 유형: §b%s§r / §d%s§r",
824832
"minihud.info_line.entity_variant.llama": "라마 유형: §b%s§r, 힘: §e§l%s§r",
833+
"minihud.info_line.entity_variant.mooshroom": "Mooshroom Variant: §b%s§r",
825834
"minihud.info_line.entity_variant.painting.author_only": "그림 유형: by §e§l%s§r",
826835
"minihud.info_line.entity_variant.painting.both": "그림 유형: §b§l%s§r by §e§l%s§r",
827836
"minihud.info_line.entity_variant.painting.title_only": "그림 유형: §b§l%s§r",
@@ -832,6 +841,7 @@
832841
"minihud.info_line.entity_variant.sheep": "양 색상: §b%s§r",
833842
"minihud.info_line.entity_variant.tropical_fish": "열대어 유형: §b%s§r",
834843
"minihud.info_line.entity_variant.wolf": "늑대 유형: §b%s§r (%s 색)",
844+
"minihud.info_line.entity_variant.wolf.sound_type": "Wolf Variant: §b%s§r / §d%s§r (%s collar)",
835845
"minihud.info_line.facing": "주시 방향: %s (%s)",
836846
"minihud.info_line.facing.east": "+ X",
837847
"minihud.info_line.facing.east.name": "동쪽",
@@ -995,4 +1005,4 @@
9951005
"minihud.message.toggled_using_player_spawn": "토글 %s %s, 시뮬레이션 거리 %s",
9961006
"minihud.message.toggled_using_position": "토글 %s %s, 위치 %s",
9971007
"minihud.message.toggled_using_world_spawn": "토글 %s %s, 월드 스폰 %s"
998-
}
1008+
}

0 commit comments

Comments
 (0)