Add missing recipe gui translations
This commit is contained in:
@@ -135,13 +135,13 @@ public class ContentRecipes extends Content
|
|||||||
@Override
|
@Override
|
||||||
public String getTitle()
|
public String getTitle()
|
||||||
{
|
{
|
||||||
return "Recipes";
|
return I18n.format("gui.worldhandler.title.world.recipes");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getTabTitle()
|
public String getTabTitle()
|
||||||
{
|
{
|
||||||
return "Recipes";
|
return I18n.format("gui.worldhandler.tab.world.recipes");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ gui.worldhandler.tab.entities.summon=Beschwören
|
|||||||
|
|
||||||
gui.worldhandler.tab.world.world=Welt
|
gui.worldhandler.tab.world.world=Welt
|
||||||
gui.worldhandler.tab.world.gamerules=Spielregeln
|
gui.worldhandler.tab.world.gamerules=Spielregeln
|
||||||
|
gui.worldhandler.tab.world.recipes=Rezepte
|
||||||
|
|
||||||
gui.worldhandler.tab.blocks.edit_blocks=Blöcke Ändern
|
gui.worldhandler.tab.blocks.edit_blocks=Blöcke Ändern
|
||||||
gui.worldhandler.tab.blocks.sign_editor=Schilder Ändern
|
gui.worldhandler.tab.blocks.sign_editor=Schilder Ändern
|
||||||
@@ -125,6 +126,7 @@ gui.worldhandler.title.scoreboard=Anzeigetafel
|
|||||||
|
|
||||||
gui.worldhandler.title.world.world=Welt
|
gui.worldhandler.title.world.world=Welt
|
||||||
gui.worldhandler.title.world.gamerules=Gamerules
|
gui.worldhandler.title.world.gamerules=Gamerules
|
||||||
|
gui.worldhandler.title.world.recipes=Rezepte
|
||||||
|
|
||||||
gui.worldhandler.title.player.player=Spieler
|
gui.worldhandler.title.player.player=Spieler
|
||||||
gui.worldhandler.title.player.experience=Erfahrung
|
gui.worldhandler.title.player.experience=Erfahrung
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ gui.worldhandler.tab.entities.summon=Summon
|
|||||||
|
|
||||||
gui.worldhandler.tab.world.world=World
|
gui.worldhandler.tab.world.world=World
|
||||||
gui.worldhandler.tab.world.gamerules=Gamerules
|
gui.worldhandler.tab.world.gamerules=Gamerules
|
||||||
|
gui.worldhandler.tab.world.recipes=Recipes
|
||||||
|
|
||||||
gui.worldhandler.tab.blocks.edit_blocks=Edit Blocks
|
gui.worldhandler.tab.blocks.edit_blocks=Edit Blocks
|
||||||
gui.worldhandler.tab.blocks.sign_editor=Sign Editor
|
gui.worldhandler.tab.blocks.sign_editor=Sign Editor
|
||||||
@@ -125,6 +126,7 @@ gui.worldhandler.title.scoreboard=Scoreboard
|
|||||||
|
|
||||||
gui.worldhandler.title.world.world=World
|
gui.worldhandler.title.world.world=World
|
||||||
gui.worldhandler.title.world.gamerules=Gamerules
|
gui.worldhandler.title.world.gamerules=Gamerules
|
||||||
|
gui.worldhandler.title.world.recipes=Recipes
|
||||||
|
|
||||||
gui.worldhandler.title.player.player=Player
|
gui.worldhandler.title.player.player=Player
|
||||||
gui.worldhandler.title.player.experience=Experience
|
gui.worldhandler.title.player.experience=Experience
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ gui.worldhandler.tab.entities.summon=召唤
|
|||||||
|
|
||||||
gui.worldhandler.tab.world.world=世界
|
gui.worldhandler.tab.world.world=世界
|
||||||
gui.worldhandler.tab.world.gamerules=游戏规则
|
gui.worldhandler.tab.world.gamerules=游戏规则
|
||||||
|
gui.worldhandler.tab.world.recipes=Recipes
|
||||||
|
|
||||||
gui.worldhandler.tab.blocks.edit_blocks=编辑方块
|
gui.worldhandler.tab.blocks.edit_blocks=编辑方块
|
||||||
gui.worldhandler.tab.blocks.sign_editor=告示牌编辑器
|
gui.worldhandler.tab.blocks.sign_editor=告示牌编辑器
|
||||||
@@ -125,6 +126,7 @@ gui.worldhandler.title.scoreboard=记分板
|
|||||||
|
|
||||||
gui.worldhandler.title.world.world=世界
|
gui.worldhandler.title.world.world=世界
|
||||||
gui.worldhandler.title.world.gamerules=游戏规则
|
gui.worldhandler.title.world.gamerules=游戏规则
|
||||||
|
gui.worldhandler.title.world.recipes=Recipes
|
||||||
|
|
||||||
gui.worldhandler.title.player.player=玩家
|
gui.worldhandler.title.player.player=玩家
|
||||||
gui.worldhandler.title.player.experience=经验等级
|
gui.worldhandler.title.player.experience=经验等级
|
||||||
|
|||||||
Reference in New Issue
Block a user