Add missing recipe gui translations

This commit is contained in:
Marcel Konrad
2018-06-28 01:17:15 +02:00
parent eb91ad9753
commit 9e3e2476ee
4 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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=经验等级