Skip to content

Commit

Permalink
Added localization stuff.
Browse files Browse the repository at this point in the history
Lunatrius committed Oct 26, 2014
1 parent a59ca11 commit a76161d
Showing 6 changed files with 66 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/assets/ingameinfo/lang/de_DE.lang
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@
# ingameinfoxml.tag.category.playergeneral.name=Player - General
# ingameinfoxml.tag.category.playerposition.name=Player - Position
# ingameinfoxml.tag.category.playerpotion.name=Player - Potion Effects
# ingameinfoxml.tag.category.riding.name=Riding
# ingameinfoxml.tag.category.time.name=Time
# ingameinfoxml.tag.category.world.name=World

@@ -159,8 +160,11 @@
# ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
# ingameinfoxml.tag.armorpoints.desc=Player's armor points.
# ingameinfoxml.tag.foodlevel.desc=Player's food points.
# ingameinfoxml.tag.maxfoodlevel.desc=Player's maximum food points.
# ingameinfoxml.tag.saturation.desc=Player's food saturation.
# ingameinfoxml.tag.exhaustion.desc=Player's food exhaustion.
# ingameinfoxml.tag.airticks.desc=Player's air ticks.
# ingameinfoxml.tag.maxairticks.desc=Player's maximum air ticks.
# ingameinfoxml.tag.playerlevel.desc=Player's level.
# ingameinfoxml.tag.xpthislevel.desc=Player's current experience.
# ingameinfoxml.tag.xpuntilnext.desc=Player's experience until level up.
@@ -209,6 +213,13 @@
# ingameinfoxml.tag.potionicon.desc=Icon of the x-th potion effect.
# ingameinfoxml.tag.potionlargeicon.desc=Large icon of the x-th potion effect.

# gui - tag list - riding
# ingameinfoxml.tag.ridinghorse.desc=§etrue§r if the player is riding a horse, §efalse§r otherwise.
# ingameinfoxml.tag.horsehealth.desc=Horse's health.
# ingameinfoxml.tag.horsemaxhealth.desc=Horse's maximum health.
# ingameinfoxml.tag.horsespeed.desc=Horse's speed.
# ingameinfoxml.tag.horsejumpstrength.desc=Horse's jump strength.

# gui - tag list - time
# ingameinfoxml.tag.day.desc=Minecraft day, starting from 0.
# ingameinfoxml.tag.mctimeh.desc=Minecraft hour.
11 changes: 11 additions & 0 deletions src/main/resources/assets/ingameinfo/lang/en_US.lang
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ ingameinfoxml.tag.category.playerequipment.name=Player - Equipment
ingameinfoxml.tag.category.playergeneral.name=Player - General
ingameinfoxml.tag.category.playerposition.name=Player - Position
ingameinfoxml.tag.category.playerpotion.name=Player - Potion Effects
ingameinfoxml.tag.category.riding.name=Riding
ingameinfoxml.tag.category.time.name=Time
ingameinfoxml.tag.category.world.name=World

@@ -159,8 +160,11 @@ ingameinfoxml.tag.health.desc=Player's current health points.
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
ingameinfoxml.tag.armorpoints.desc=Player's armor points.
ingameinfoxml.tag.foodlevel.desc=Player's food points.
ingameinfoxml.tag.maxfoodlevel.desc=Player's maximum food points.
ingameinfoxml.tag.saturation.desc=Player's food saturation.
ingameinfoxml.tag.exhaustion.desc=Player's food exhaustion.
ingameinfoxml.tag.airticks.desc=Player's air ticks.
ingameinfoxml.tag.maxairticks.desc=Player's maximum air ticks.
ingameinfoxml.tag.playerlevel.desc=Player's level.
ingameinfoxml.tag.xpthislevel.desc=Player's current experience.
ingameinfoxml.tag.xpuntilnext.desc=Player's experience until level up.
@@ -209,6 +213,13 @@ ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in
ingameinfoxml.tag.potionicon.desc=Icon of the x-th potion effect.
ingameinfoxml.tag.potionlargeicon.desc=Large icon of the x-th potion effect.

# gui - tag list - riding
ingameinfoxml.tag.ridinghorse.desc=§etrue§r if the player is riding a horse, §efalse§r otherwise.
ingameinfoxml.tag.horsehealth.desc=Horse's health.
ingameinfoxml.tag.horsemaxhealth.desc=Horse's maximum health.
ingameinfoxml.tag.horsespeed.desc=Horse's speed.
ingameinfoxml.tag.horsejumpstrength.desc=Horse's jump strength.

# gui - tag list - time
ingameinfoxml.tag.day.desc=Minecraft day, starting from 0.
ingameinfoxml.tag.mctimeh.desc=Minecraft hour.
11 changes: 11 additions & 0 deletions src/main/resources/assets/ingameinfo/lang/fr_FR.lang
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ ingameinfoxml.config.bottomright=En bas à droite
# ingameinfoxml.tag.category.playergeneral.name=Player - General
# ingameinfoxml.tag.category.playerposition.name=Player - Position
# ingameinfoxml.tag.category.playerpotion.name=Player - Potion Effects
# ingameinfoxml.tag.category.riding.name=Riding
# ingameinfoxml.tag.category.time.name=Time
# ingameinfoxml.tag.category.world.name=World

@@ -159,8 +160,11 @@ ingameinfoxml.config.bottomright=En bas à droite
# ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
# ingameinfoxml.tag.armorpoints.desc=Player's armor points.
# ingameinfoxml.tag.foodlevel.desc=Player's food points.
# ingameinfoxml.tag.maxfoodlevel.desc=Player's maximum food points.
# ingameinfoxml.tag.saturation.desc=Player's food saturation.
# ingameinfoxml.tag.exhaustion.desc=Player's food exhaustion.
# ingameinfoxml.tag.airticks.desc=Player's air ticks.
# ingameinfoxml.tag.maxairticks.desc=Player's maximum air ticks.
# ingameinfoxml.tag.playerlevel.desc=Player's level.
# ingameinfoxml.tag.xpthislevel.desc=Player's current experience.
# ingameinfoxml.tag.xpuntilnext.desc=Player's experience until level up.
@@ -209,6 +213,13 @@ ingameinfoxml.config.bottomright=En bas à droite
# ingameinfoxml.tag.potionicon.desc=Icon of the x-th potion effect.
# ingameinfoxml.tag.potionlargeicon.desc=Large icon of the x-th potion effect.

# gui - tag list - riding
# ingameinfoxml.tag.ridinghorse.desc=§etrue§r if the player is riding a horse, §efalse§r otherwise.
# ingameinfoxml.tag.horsehealth.desc=Horse's health.
# ingameinfoxml.tag.horsemaxhealth.desc=Horse's maximum health.
# ingameinfoxml.tag.horsespeed.desc=Horse's speed.
# ingameinfoxml.tag.horsejumpstrength.desc=Horse's jump strength.

# gui - tag list - time
# ingameinfoxml.tag.day.desc=Minecraft day, starting from 0.
# ingameinfoxml.tag.mctimeh.desc=Minecraft hour.
11 changes: 11 additions & 0 deletions src/main/resources/assets/ingameinfo/lang/no_NO.lang
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ ingameinfoxml.tag.category.playerequipment.name=Spiller - utstyr
ingameinfoxml.tag.category.playergeneral.name=Spiller - generelt
ingameinfoxml.tag.category.playerposition.name=Spiller - posisjon
ingameinfoxml.tag.category.playerpotion.name=Spiller - trylledrikkeffekter
# ingameinfoxml.tag.category.riding.name=Riding
ingameinfoxml.tag.category.time.name=Tid
ingameinfoxml.tag.category.world.name=Verden

@@ -159,8 +160,11 @@ ingameinfoxml.tag.health.desc=Spillerens nåværende antall liv.
ingameinfoxml.tag.maxhealth.desc=Spillerens maksimale antall liv.
ingameinfoxml.tag.armorpoints.desc=Spillerens rustningspoeng.
ingameinfoxml.tag.foodlevel.desc=Spillerens matnivå.
# ingameinfoxml.tag.maxfoodlevel.desc=Player's maximum food points.
ingameinfoxml.tag.saturation.desc=Spillerens metthet.
# ingameinfoxml.tag.exhaustion.desc=Player's food exhaustion.
ingameinfoxml.tag.airticks.desc=Spillerens gjenværende luftmengde.
# ingameinfoxml.tag.maxairticks.desc=Player's maximum air ticks.
ingameinfoxml.tag.playerlevel.desc=Spillerens nivå.
ingameinfoxml.tag.xpthislevel.desc=Spillerens nåværende erfaringsnivå.
ingameinfoxml.tag.xpuntilnext.desc=Spillerens gjenværende erfaring før nytt nivå.
@@ -209,6 +213,13 @@ ingameinfoxml.tag.potiondurationticks.desc=Varigheten på den x-te trylledrikkef
ingameinfoxml.tag.potionicon.desc=Ikonet til den x-te trylledrikkeffekten.
ingameinfoxml.tag.potionlargeicon.desc=Det store ikonet til den x-te trylledrikkeffekten.

# gui - tag list - riding
# ingameinfoxml.tag.ridinghorse.desc=§etrue§r if the player is riding a horse, §efalse§r otherwise.
# ingameinfoxml.tag.horsehealth.desc=Horse's health.
# ingameinfoxml.tag.horsemaxhealth.desc=Horse's maximum health.
# ingameinfoxml.tag.horsespeed.desc=Horse's speed.
# ingameinfoxml.tag.horsejumpstrength.desc=Horse's jump strength.

# gui - tag list - time
ingameinfoxml.tag.day.desc=Minecraft-dag, starter fra 0.
ingameinfoxml.tag.mctimeh.desc=Minecraft-time.
11 changes: 11 additions & 0 deletions src/main/resources/assets/ingameinfo/lang/ru_RU.lang
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@
# ingameinfoxml.tag.category.playergeneral.name=Player - General
# ingameinfoxml.tag.category.playerposition.name=Player - Position
# ingameinfoxml.tag.category.playerpotion.name=Player - Potion Effects
# ingameinfoxml.tag.category.riding.name=Riding
# ingameinfoxml.tag.category.time.name=Time
# ingameinfoxml.tag.category.world.name=World

@@ -159,8 +160,11 @@
# ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
# ingameinfoxml.tag.armorpoints.desc=Player's armor points.
# ingameinfoxml.tag.foodlevel.desc=Player's food points.
# ingameinfoxml.tag.maxfoodlevel.desc=Player's maximum food points.
# ingameinfoxml.tag.saturation.desc=Player's food saturation.
# ingameinfoxml.tag.exhaustion.desc=Player's food exhaustion.
# ingameinfoxml.tag.airticks.desc=Player's air ticks.
# ingameinfoxml.tag.maxairticks.desc=Player's maximum air ticks.
# ingameinfoxml.tag.playerlevel.desc=Player's level.
# ingameinfoxml.tag.xpthislevel.desc=Player's current experience.
# ingameinfoxml.tag.xpuntilnext.desc=Player's experience until level up.
@@ -209,6 +213,13 @@
# ingameinfoxml.tag.potionicon.desc=Icon of the x-th potion effect.
# ingameinfoxml.tag.potionlargeicon.desc=Large icon of the x-th potion effect.

# gui - tag list - riding
# ingameinfoxml.tag.ridinghorse.desc=§etrue§r if the player is riding a horse, §efalse§r otherwise.
# ingameinfoxml.tag.horsehealth.desc=Horse's health.
# ingameinfoxml.tag.horsemaxhealth.desc=Horse's maximum health.
# ingameinfoxml.tag.horsespeed.desc=Horse's speed.
# ingameinfoxml.tag.horsejumpstrength.desc=Horse's jump strength.

# gui - tag list - time
# ingameinfoxml.tag.day.desc=Minecraft day, starting from 0.
# ingameinfoxml.tag.mctimeh.desc=Minecraft hour.
11 changes: 11 additions & 0 deletions src/main/resources/assets/ingameinfo/lang/zh_CN.lang
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ ingameinfoxml.tag.category.playerequipment.name=玩家-装备
ingameinfoxml.tag.category.playergeneral.name=玩家-一般
ingameinfoxml.tag.category.playerposition.name=玩家-药水
ingameinfoxml.tag.category.playerpotion.name=玩家-药水效果
# ingameinfoxml.tag.category.riding.name=Riding
ingameinfoxml.tag.category.time.name=时间
ingameinfoxml.tag.category.world.name=世界

@@ -159,8 +160,11 @@ ingameinfoxml.tag.health.desc=玩家当前健康值.
ingameinfoxml.tag.maxhealth.desc=玩家最大健康值.
ingameinfoxml.tag.armorpoints.desc=玩家护甲值.
ingameinfoxml.tag.foodlevel.desc=玩家食物点.
# ingameinfoxml.tag.maxfoodlevel.desc=Player's maximum food points.
ingameinfoxml.tag.saturation.desc=玩家饱腹度.
# ingameinfoxml.tag.exhaustion.desc=Player's food exhaustion.
ingameinfoxml.tag.airticks.desc=玩家空气刻.
# ingameinfoxml.tag.maxairticks.desc=Player's maximum air ticks.
ingameinfoxml.tag.playerlevel.desc=玩家等级.
ingameinfoxml.tag.xpthislevel.desc=玩家当前经验.
ingameinfoxml.tag.xpuntilnext.desc=玩家下次升级所需经验.
@@ -209,6 +213,13 @@ ingameinfoxml.tag.potiondurationticks.desc=药水效果的持续时间(ticks).
ingameinfoxml.tag.potionicon.desc=药水效果的图标.
ingameinfoxml.tag.potionlargeicon.desc=药水效果的大图标.

# gui - tag list - riding
# ingameinfoxml.tag.ridinghorse.desc=§etrue§r if the player is riding a horse, §efalse§r otherwise.
# ingameinfoxml.tag.horsehealth.desc=Horse's health.
# ingameinfoxml.tag.horsemaxhealth.desc=Horse's maximum health.
# ingameinfoxml.tag.horsespeed.desc=Horse's speed.
# ingameinfoxml.tag.horsejumpstrength.desc=Horse's jump strength.

# gui - tag list - time
ingameinfoxml.tag.day.desc=Minecraft天数,从0开始.
ingameinfoxml.tag.mctimeh.desc=Minecraft小时.

0 comments on commit a76161d

Please sign in to comment.