Skip to content

Commit 5d380d4

Browse files
authored
Fixed wrong localization key for empty hand (#1327)
* Fixed wrong translation
1 parent c522be4 commit 5d380d4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/assets/gregtech/lang/en_us.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2966,4 +2966,4 @@ gregtech.command.util.hand.material_meta_item=Ore Prefix: %s; Material: %s
29662966
gregtech.command.util.hand.tool_stats=Tool Stats Class: %s
29672967
gregtech.command.util.hand.meta_item=Meta Item Name: %s
29682968
gregtech.command.util.hand.not_a_player=This command is only usable by a player.
2969-
gregtech.command.util.hand.not_item=You must hold something in mainhand before executing this command.
2969+
gregtech.command.util.hand.no_item=You must hold something in mainhand before executing this command.

src/main/resources/assets/gregtech/lang/ru_ru.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2898,7 +2898,7 @@ gregtech.command.util.hand.material_meta_item=Префикс руды: %s; Ма
28982898
gregtech.command.util.hand.tool_stats=Класс инструмента: %s
28992899
gregtech.command.util.hand.meta_item=Название мета-предмета: %s
29002900
gregtech.command.util.hand.not_a_player=Эта команда может использоваться только игроком.
2901-
gregtech.command.util.hand.not_item=Перед выполнением этой команды, вы должны держать что-то в главном руке.
2901+
gregtech.command.util.hand.no_item=Перед выполнением этой команды, вы должны держать что-то в главном руке.
29022902

29032903
# Fixes
29042904
fluid.tile.water=Вода

src/main/resources/assets/gregtech/lang/zh_cn.lang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ item.rubber.ingot=橡胶条
14191419
item.rubber.dustTiny=小撮橡胶浆
14201420
item.rubber.dustSmall=小堆橡胶浆
14211421
item.rubber.dust=橡胶浆
1422-
item.rubber.nugget=橡胶可怜
1422+
item.rubber.nugget=橡胶颗粒
14231423
item.rubber.plate=橡胶片
14241424
item.raw_rubber.dustTiny=小撮生橡胶浆
14251425
item.raw_rubber.dustSmall=小堆生橡胶浆
@@ -2877,4 +2877,4 @@ gregtech.command.util.hand.material_meta_item=矿物前缀: %s; 材质: %s
28772877
gregtech.command.util.hand.tool_stats=工具状态类: %s
28782878
gregtech.command.util.hand.meta_item=元物品名字: %s
28792879
gregtech.command.util.hand.not_a_player=这条指令只能由玩家使用。
2880-
gregtech.command.util.hand.not_item=必须在主手持握物品时执行这条指令。
2880+
gregtech.command.util.hand.no_item=必须在主手持握物品时执行这条指令。

0 commit comments

Comments
 (0)