initial
This commit is contained in:
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=General
|
||||
ingameinfoxml.config.category.general.tooltip=General options.
|
||||
ingameinfoxml.config.category.alignment=Alignment
|
||||
ingameinfoxml.config.category.alignment.tooltip=Alignment offset options.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Filename
|
||||
ingameinfoxml.config.filename.tooltip=The configuration that should be loaded on startup.
|
||||
ingameinfoxml.config.replaceDebug=Replace Debug Overlay
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Replace the debug overlay (F3) with the InGameInfoXML overlay.
|
||||
ingameinfoxml.config.showInChat=Show in Chat
|
||||
ingameinfoxml.config.showInChat.tooltip=Display the overlay in chat.
|
||||
ingameinfoxml.config.showOnPlayerList=Show on Player List
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Display the overlay on the player list.
|
||||
ingameinfoxml.config.scale=Scale
|
||||
ingameinfoxml.config.scale.tooltip=The overlay will be scaled by this amount.
|
||||
ingameinfoxml.config.fileInterval=File Tag Interval
|
||||
ingameinfoxml.config.fileInterval.tooltip=The interval between file reads for the 'file' tag (in seconds).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Top Left
|
||||
ingameinfoxml.config.topleft.tooltip=Offsets for the top left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topcenter=Top Center
|
||||
ingameinfoxml.config.topcenter.tooltip=Offsets for the top center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topright=Top Right
|
||||
ingameinfoxml.config.topright.tooltip=Offsets for the top right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleleft=Middle Left
|
||||
ingameinfoxml.config.middleleft.tooltip=Offsets for the middle left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middlecenter=Middle Center
|
||||
ingameinfoxml.config.middlecenter.tooltip=Offsets for the middle center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleright=Middle Right
|
||||
ingameinfoxml.config.middleright.tooltip=Offsets for the middle right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomleft=Bottom Left
|
||||
ingameinfoxml.config.bottomleft.tooltip=Offsets for the bottom left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomcenter=Bottom Center
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Offsets for the bottom center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomright=Bottom Right
|
||||
ingameinfoxml.config.bottomright.tooltip=Offsets for the bottom right side of the screen (X<space>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Tag List
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Formatting
|
||||
ingameinfoxml.tag.category.misc.name=Miscellaneous
|
||||
ingameinfoxml.tag.category.mouseover.name=Mouse Over
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Nearby Players
|
||||
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
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Black color (§0EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Dark blue color (§1EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Dark green color (§2EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Dark aqua color (§3EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkred.desc=Dark red color (§4EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Dark purple color (§5EXAMPLE§r).
|
||||
ingameinfoxml.tag.gold.desc=Gold color (§6EXAMPLE§r).
|
||||
ingameinfoxml.tag.gray.desc=Gray color (§7EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Dark grey color (§8EXAMPLE§r).
|
||||
ingameinfoxml.tag.blue.desc=Blue color (§9EXAMPLE§r).
|
||||
ingameinfoxml.tag.green.desc=Green color (§aEXAMPLE§r).
|
||||
ingameinfoxml.tag.aqua.desc=Aqua color (§bEXAMPLE§r).
|
||||
ingameinfoxml.tag.red.desc=Red color (§cEXAMPLE§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Light purple color (§dEXAMPLE§r).
|
||||
ingameinfoxml.tag.yellow.desc=Yellow color (§eEXAMPLE§r).
|
||||
ingameinfoxml.tag.white.desc=White color (§fEXAMPLE§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Obfuscated text (§kEXAMPLE§r).
|
||||
ingameinfoxml.tag.bold.desc=Bold text (§lEXAMPLE§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Strike through text (§mEXAMPLE§r).
|
||||
ingameinfoxml.tag.underline.desc=Underlined text (§nEXAMPLE§r).
|
||||
ingameinfoxml.tag.italic.desc=Italic text (§oEXAMPLE§r).
|
||||
ingameinfoxml.tag.reset.desc=Reset formatting.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Amount of maximum memory.
|
||||
ingameinfoxml.tag.memtotal.desc=Amount of total memory.
|
||||
ingameinfoxml.tag.memfree.desc=Amount of free memory.
|
||||
ingameinfoxml.tag.memused.desc=Amount of memory in use.
|
||||
ingameinfoxml.tag.fps.desc=Current FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Current resource pack.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=Amount of rendered entities.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Amount of loaded entities.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Amount of loaded chunks.
|
||||
ingameinfoxml.tag.server.desc=Server domain or IP and the port if it's not 25565, localhost if it's a local game.
|
||||
ingameinfoxml.tag.servername.desc=Server domain, localhost if it's a local game.
|
||||
ingameinfoxml.tag.serverip.desc=Server IP, 127.0.0.1 if it's a local game.
|
||||
ingameinfoxml.tag.serverport.desc=Server port, -1 if it's a local game.
|
||||
ingameinfoxml.tag.ping.desc=Current ping, -1 if no data.
|
||||
ingameinfoxml.tag.pingicon.desc=Current ping icon, empty string if no data.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unique name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Entity id or block id under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Block metadata under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Weak redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Strong redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Input redstone power of the block, -1 if there is nothing.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Distance to x-th nearby player.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Name of the x-th nearby player.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Equipped item's name.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Equipped item's unique name.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Equipped item's damage.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Equipped item's max damage.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Equipped item's damage left.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Quantity of the equipped item in the inventory.
|
||||
ingameinfoxml.tag.equippedicon.desc=Equipped item's icon.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Equipped item's large icon.
|
||||
ingameinfoxml.tag.helmetname.desc=Helmet's name.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Helmet's unique name.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Helmet's damage.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Helmet's max damage.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Helmet's damage left.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Quantity of the helmet in the inventory.
|
||||
ingameinfoxml.tag.helmeticon.desc=Helmet's icon.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Helmet's large icon.
|
||||
ingameinfoxml.tag.chestplatename.desc=Chestplate's name.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Chestplate's unique name.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Chestplate's damage.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Chestplate's max damage.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Chestplate's damage left.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Quantity of the chestplate in the inventory.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Chestplate's icon.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Chestplate's large icon.
|
||||
ingameinfoxml.tag.leggingsname.desc=Leggings' name.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Leggings' unique name.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Leggings' damage.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Leggings' max damage.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Leggings' damage left.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Quantity of the leggings in the inventory.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Leggings' icon.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Leggings' large icon.
|
||||
ingameinfoxml.tag.bootsname.desc=Boots' name.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Boots' unique name.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Boots' damage.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Boots' max damage.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Boots' damage left.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Quantity of the boots in the inventory.
|
||||
ingameinfoxml.tag.bootsicon.desc=Boots' icon.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Boots' large icon.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Light level at your current position.
|
||||
ingameinfoxml.tag.lightfeet.desc=Light level at your current position (feet level).
|
||||
ingameinfoxml.tag.lightnosun.desc=Light level at your current position without sunlight.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Light level at your current position without sunlight (feel level).
|
||||
ingameinfoxml.tag.lightsun.desc=Sunlight level at your current position.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Sunlight level at your current position (feel level).
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Player's gamemode name.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Player's gamemode id.
|
||||
ingameinfoxml.tag.health.desc=Player's current health points.
|
||||
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
|
||||
ingameinfoxml.tag.armor.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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [Dateiname]
|
||||
commands.ingameinfoxml.reload=Lade neu...
|
||||
commands.ingameinfoxml.load=%s wird geladen...
|
||||
commands.ingameinfoxml.save=%s wird gespeichert...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML Overlay ist nun aktiviert.
|
||||
commands.ingameinfoxml.disable=InGame Info XML Overlay ist nun deaktiviert.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=General
|
||||
ingameinfoxml.config.category.general.tooltip=General options.
|
||||
ingameinfoxml.config.category.alignment=Alignment
|
||||
ingameinfoxml.config.category.alignment.tooltip=Alignment offset options.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Filename
|
||||
ingameinfoxml.config.filename.tooltip=The configuration that should be loaded on startup.
|
||||
ingameinfoxml.config.replaceDebug=Replace Debug Overlay
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Replace the debug overlay (F3) with the InGameInfoXML overlay.
|
||||
ingameinfoxml.config.showInChat=Show in Chat
|
||||
ingameinfoxml.config.showInChat.tooltip=Display the overlay in chat.
|
||||
ingameinfoxml.config.showOnPlayerList=Show on Player List
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Display the overlay on the player list.
|
||||
ingameinfoxml.config.scale=Scale
|
||||
ingameinfoxml.config.scale.tooltip=The overlay will be scaled by this amount.
|
||||
ingameinfoxml.config.fileInterval=File Tag Interval
|
||||
ingameinfoxml.config.fileInterval.tooltip=The interval between file reads for the 'file' tag (in seconds).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Top Left
|
||||
ingameinfoxml.config.topleft.tooltip=Offsets for the top left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topcenter=Top Center
|
||||
ingameinfoxml.config.topcenter.tooltip=Offsets for the top center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topright=Top Right
|
||||
ingameinfoxml.config.topright.tooltip=Offsets for the top right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleleft=Middle Left
|
||||
ingameinfoxml.config.middleleft.tooltip=Offsets for the middle left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middlecenter=Middle Center
|
||||
ingameinfoxml.config.middlecenter.tooltip=Offsets for the middle center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleright=Middle Right
|
||||
ingameinfoxml.config.middleright.tooltip=Offsets for the middle right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomleft=Bottom Left
|
||||
ingameinfoxml.config.bottomleft.tooltip=Offsets for the bottom left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomcenter=Bottom Center
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Offsets for the bottom center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomright=Bottom Right
|
||||
ingameinfoxml.config.bottomright.tooltip=Offsets for the bottom right side of the screen (X<space>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Tag List
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Formatting
|
||||
ingameinfoxml.tag.category.misc.name=Miscellaneous
|
||||
ingameinfoxml.tag.category.mouseover.name=Mouse Over
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Nearby Players
|
||||
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=Tiempo
|
||||
ingameinfoxml.tag.category.world.name=World
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Black color (§0EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Dark blue color (§1EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Dark green color (§2EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Dark aqua color (§3EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkred.desc=Dark red color (§4EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Dark purple color (§5EXAMPLE§r).
|
||||
ingameinfoxml.tag.gold.desc=Gold color (§6EXAMPLE§r).
|
||||
ingameinfoxml.tag.gray.desc=Gray color (§7EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Dark grey color (§8EXAMPLE§r).
|
||||
ingameinfoxml.tag.blue.desc=Blue color (§9EXAMPLE§r).
|
||||
ingameinfoxml.tag.green.desc=Green color (§aEXAMPLE§r).
|
||||
ingameinfoxml.tag.aqua.desc=Aqua color (§bEXAMPLE§r).
|
||||
ingameinfoxml.tag.red.desc=Red color (§cEXAMPLE§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Light purple color (§dEXAMPLE§r).
|
||||
ingameinfoxml.tag.yellow.desc=Yellow color (§eEXAMPLE§r).
|
||||
ingameinfoxml.tag.white.desc=White color (§fEXAMPLE§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Obfuscated text (§kEXAMPLE§r).
|
||||
ingameinfoxml.tag.bold.desc=Bold text (§lEXAMPLE§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Strike through text (§mEXAMPLE§r).
|
||||
ingameinfoxml.tag.underline.desc=Underlined text (§nEXAMPLE§r).
|
||||
ingameinfoxml.tag.italic.desc=Italic text (§oEXAMPLE§r).
|
||||
ingameinfoxml.tag.reset.desc=Reset formatting.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Amount of maximum memory.
|
||||
ingameinfoxml.tag.memtotal.desc=Amount of total memory.
|
||||
ingameinfoxml.tag.memfree.desc=Amount of free memory.
|
||||
ingameinfoxml.tag.memused.desc=Amount of memory in use.
|
||||
ingameinfoxml.tag.fps.desc=Current FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Current resource pack.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=Amount of rendered entities.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Amount of loaded entities.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Amount of loaded chunks.
|
||||
ingameinfoxml.tag.server.desc=Server domain or IP and the port if it's not 25565, localhost if it's a local game.
|
||||
ingameinfoxml.tag.servername.desc=Server domain, localhost if it's a local game.
|
||||
ingameinfoxml.tag.serverip.desc=Server IP, 127.0.0.1 if it's a local game.
|
||||
ingameinfoxml.tag.serverport.desc=Server port, -1 if it's a local game.
|
||||
ingameinfoxml.tag.ping.desc=Current ping, -1 if no data.
|
||||
ingameinfoxml.tag.pingicon.desc=Current ping icon, empty string if no data.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unique name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Entity id or block id under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Block metadata under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Weak redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Strong redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Input redstone power of the block, -1 if there is nothing.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Distance to x-th nearby player.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Name of the x-th nearby player.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Equipped item's name.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Equipped item's unique name.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Equipped item's damage.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Equipped item's max damage.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Equipped item's damage left.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Quantity of the equipped item in the inventory.
|
||||
ingameinfoxml.tag.equippedicon.desc=Equipped item's icon.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Equipped item's large icon.
|
||||
ingameinfoxml.tag.helmetname.desc=Helmet's name.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Helmet's unique name.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Helmet's damage.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Helmet's max damage.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Helmet's damage left.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Quantity of the helmet in the inventory.
|
||||
ingameinfoxml.tag.helmeticon.desc=Helmet's icon.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Helmet's large icon.
|
||||
ingameinfoxml.tag.chestplatename.desc=Chestplate's name.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Chestplate's unique name.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Chestplate's damage.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Chestplate's max damage.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Chestplate's damage left.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Quantity of the chestplate in the inventory.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Chestplate's icon.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Chestplate's large icon.
|
||||
ingameinfoxml.tag.leggingsname.desc=Leggings' name.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Leggings' unique name.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Leggings' damage.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Leggings' max damage.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Leggings' damage left.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Quantity of the leggings in the inventory.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Leggings' icon.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Leggings' large icon.
|
||||
ingameinfoxml.tag.bootsname.desc=Boots' name.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Boots' unique name.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Boots' damage.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Boots' max damage.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Boots' damage left.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Quantity of the boots in the inventory.
|
||||
ingameinfoxml.tag.bootsicon.desc=Boots' icon.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Boots' large icon.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Light level at your current position.
|
||||
ingameinfoxml.tag.lightfeet.desc=Light level at your current position (feet level).
|
||||
ingameinfoxml.tag.lightnosun.desc=Light level at your current position without sunlight.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Light level at your current position without sunlight (feel level).
|
||||
ingameinfoxml.tag.lightsun.desc=Sunlight level at your current position.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Sunlight level at your current position (feel level).
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Player's gamemode name.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Player's gamemode id.
|
||||
ingameinfoxml.tag.health.desc=Player's current health points.
|
||||
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
|
||||
ingameinfoxml.tag.armor.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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [filename]
|
||||
commands.ingameinfoxml.reload=Reloading...
|
||||
commands.ingameinfoxml.load=Loading %s...
|
||||
commands.ingameinfoxml.save=Saving %s...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML overlay is now enabled.
|
||||
commands.ingameinfoxml.disable=InGame Info XML overlay is now disabled.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=General
|
||||
ingameinfoxml.config.category.general.tooltip=General options.
|
||||
ingameinfoxml.config.category.alignment=Alignment
|
||||
ingameinfoxml.config.category.alignment.tooltip=Alignment offset options.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Filename
|
||||
ingameinfoxml.config.filename.tooltip=The configuration that should be loaded on startup.
|
||||
ingameinfoxml.config.replaceDebug=Replace Debug Overlay
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Replace the debug overlay (F3) with the InGameInfoXML overlay.
|
||||
ingameinfoxml.config.showInChat=Show in Chat
|
||||
ingameinfoxml.config.showInChat.tooltip=Display the overlay in chat.
|
||||
ingameinfoxml.config.showOnPlayerList=Show on Player List
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Display the overlay on the player list.
|
||||
ingameinfoxml.config.scale=Scale
|
||||
ingameinfoxml.config.scale.tooltip=The overlay will be scaled by this amount.
|
||||
ingameinfoxml.config.fileInterval=File Tag Interval
|
||||
ingameinfoxml.config.fileInterval.tooltip=The interval between file reads for the 'file' tag (in seconds).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Top Left
|
||||
ingameinfoxml.config.topleft.tooltip=Offsets for the top left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topcenter=Top Center
|
||||
ingameinfoxml.config.topcenter.tooltip=Offsets for the top center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topright=Top Right
|
||||
ingameinfoxml.config.topright.tooltip=Offsets for the top right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleleft=Middle Left
|
||||
ingameinfoxml.config.middleleft.tooltip=Offsets for the middle left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middlecenter=Middle Center
|
||||
ingameinfoxml.config.middlecenter.tooltip=Offsets for the middle center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleright=Middle Right
|
||||
ingameinfoxml.config.middleright.tooltip=Offsets for the middle right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomleft=Bottom Left
|
||||
ingameinfoxml.config.bottomleft.tooltip=Offsets for the bottom left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomcenter=Bottom Center
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Offsets for the bottom center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomright=Bottom Right
|
||||
ingameinfoxml.config.bottomright.tooltip=Offsets for the bottom right side of the screen (X<space>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Tag List
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Formatting
|
||||
ingameinfoxml.tag.category.misc.name=Miscellaneous
|
||||
ingameinfoxml.tag.category.mouseover.name=Mouse Over
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Nearby Players
|
||||
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
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Black color (§0EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Dark blue color (§1EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Dark green color (§2EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Dark aqua color (§3EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkred.desc=Dark red color (§4EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Dark purple color (§5EXAMPLE§r).
|
||||
ingameinfoxml.tag.gold.desc=Gold color (§6EXAMPLE§r).
|
||||
ingameinfoxml.tag.gray.desc=Gray color (§7EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Dark grey color (§8EXAMPLE§r).
|
||||
ingameinfoxml.tag.blue.desc=Blue color (§9EXAMPLE§r).
|
||||
ingameinfoxml.tag.green.desc=Green color (§aEXAMPLE§r).
|
||||
ingameinfoxml.tag.aqua.desc=Aqua color (§bEXAMPLE§r).
|
||||
ingameinfoxml.tag.red.desc=Red color (§cEXAMPLE§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Light purple color (§dEXAMPLE§r).
|
||||
ingameinfoxml.tag.yellow.desc=Yellow color (§eEXAMPLE§r).
|
||||
ingameinfoxml.tag.white.desc=White color (§fEXAMPLE§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Obfuscated text (§kEXAMPLE§r).
|
||||
ingameinfoxml.tag.bold.desc=Bold text (§lEXAMPLE§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Strike through text (§mEXAMPLE§r).
|
||||
ingameinfoxml.tag.underline.desc=Underlined text (§nEXAMPLE§r).
|
||||
ingameinfoxml.tag.italic.desc=Italic text (§oEXAMPLE§r).
|
||||
ingameinfoxml.tag.reset.desc=Reset formatting.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Amount of maximum memory.
|
||||
ingameinfoxml.tag.memtotal.desc=Amount of total memory.
|
||||
ingameinfoxml.tag.memfree.desc=Amount of free memory.
|
||||
ingameinfoxml.tag.memused.desc=Amount of memory in use.
|
||||
ingameinfoxml.tag.fps.desc=Current FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Current resource pack.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=Amount of rendered entities.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Amount of loaded entities.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Amount of loaded chunks.
|
||||
ingameinfoxml.tag.server.desc=Server domain or IP and the port if it's not 25565, localhost if it's a local game.
|
||||
ingameinfoxml.tag.servername.desc=Server domain, localhost if it's a local game.
|
||||
ingameinfoxml.tag.serverip.desc=Server IP, 127.0.0.1 if it's a local game.
|
||||
ingameinfoxml.tag.serverport.desc=Server port, -1 if it's a local game.
|
||||
ingameinfoxml.tag.ping.desc=Current ping, -1 if no data.
|
||||
ingameinfoxml.tag.pingicon.desc=Current ping icon, empty string if no data.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unique name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Entity id or block id under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Block metadata under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Weak redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Strong redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Input redstone power of the block, -1 if there is nothing.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Distance to x-th nearby player.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Name of the x-th nearby player.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Equipped item's name.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Equipped item's unique name.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Equipped item's damage.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Equipped item's max damage.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Equipped item's damage left.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Quantity of the equipped item in the inventory.
|
||||
ingameinfoxml.tag.equippedicon.desc=Equipped item's icon.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Equipped item's large icon.
|
||||
ingameinfoxml.tag.helmetname.desc=Helmet's name.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Helmet's unique name.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Helmet's damage.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Helmet's max damage.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Helmet's damage left.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Quantity of the helmet in the inventory.
|
||||
ingameinfoxml.tag.helmeticon.desc=Helmet's icon.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Helmet's large icon.
|
||||
ingameinfoxml.tag.chestplatename.desc=Chestplate's name.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Chestplate's unique name.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Chestplate's damage.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Chestplate's max damage.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Chestplate's damage left.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Quantity of the chestplate in the inventory.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Chestplate's icon.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Chestplate's large icon.
|
||||
ingameinfoxml.tag.leggingsname.desc=Leggings' name.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Leggings' unique name.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Leggings' damage.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Leggings' max damage.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Leggings' damage left.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Quantity of the leggings in the inventory.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Leggings' icon.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Leggings' large icon.
|
||||
ingameinfoxml.tag.bootsname.desc=Boots' name.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Boots' unique name.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Boots' damage.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Boots' max damage.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Boots' damage left.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Quantity of the boots in the inventory.
|
||||
ingameinfoxml.tag.bootsicon.desc=Boots' icon.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Boots' large icon.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Light level at your current position.
|
||||
ingameinfoxml.tag.lightfeet.desc=Light level at your current position (feet level).
|
||||
ingameinfoxml.tag.lightnosun.desc=Light level at your current position without sunlight.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Light level at your current position without sunlight (feel level).
|
||||
ingameinfoxml.tag.lightsun.desc=Sunlight level at your current position.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Sunlight level at your current position (feel level).
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Player's gamemode name.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Player's gamemode id.
|
||||
ingameinfoxml.tag.health.desc=Player's current health points.
|
||||
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
|
||||
ingameinfoxml.tag.armor.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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [filename]
|
||||
commands.ingameinfoxml.reload=Reloading...
|
||||
commands.ingameinfoxml.load=Loading %s...
|
||||
commands.ingameinfoxml.save=Saving %s...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML overlay is now enabled.
|
||||
commands.ingameinfoxml.disable=InGame Info XML overlay is now disabled.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=General
|
||||
ingameinfoxml.config.category.general.tooltip=General options.
|
||||
ingameinfoxml.config.category.alignment=Alignment
|
||||
ingameinfoxml.config.category.alignment.tooltip=Alignment offset options.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Filename
|
||||
ingameinfoxml.config.filename.tooltip=The configuration that should be loaded on startup.
|
||||
ingameinfoxml.config.replaceDebug=Replace Debug Overlay
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Replace the debug overlay (F3) with the InGameInfoXML overlay.
|
||||
ingameinfoxml.config.showInChat=Show in Chat
|
||||
ingameinfoxml.config.showInChat.tooltip=Display the overlay in chat.
|
||||
ingameinfoxml.config.showOnPlayerList=Show on Player List
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Display the overlay on the player list.
|
||||
ingameinfoxml.config.scale=Scale
|
||||
ingameinfoxml.config.scale.tooltip=The overlay will be scaled by this amount.
|
||||
ingameinfoxml.config.fileInterval=File Tag Interval
|
||||
ingameinfoxml.config.fileInterval.tooltip=The interval between file reads for the 'file' tag (in seconds).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Top Left
|
||||
ingameinfoxml.config.topleft.tooltip=Offsets for the top left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topcenter=Top Center
|
||||
ingameinfoxml.config.topcenter.tooltip=Offsets for the top center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topright=Top Right
|
||||
ingameinfoxml.config.topright.tooltip=Offsets for the top right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleleft=Middle Left
|
||||
ingameinfoxml.config.middleleft.tooltip=Offsets for the middle left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middlecenter=Middle Center
|
||||
ingameinfoxml.config.middlecenter.tooltip=Offsets for the middle center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleright=Middle Right
|
||||
ingameinfoxml.config.middleright.tooltip=Offsets for the middle right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomleft=Bottom Left
|
||||
ingameinfoxml.config.bottomleft.tooltip=Offsets for the bottom left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomcenter=Bottom Center
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Offsets for the bottom center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomright=Bottom Right
|
||||
ingameinfoxml.config.bottomright.tooltip=Offsets for the bottom right side of the screen (X<space>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Tag List
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Formatting
|
||||
ingameinfoxml.tag.category.misc.name=Miscellaneous
|
||||
ingameinfoxml.tag.category.mouseover.name=Mouse Over
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Nearby Players
|
||||
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
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Black color (§0EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Dark blue color (§1EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Dark green color (§2EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Dark aqua color (§3EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkred.desc=Dark red color (§4EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Dark purple color (§5EXAMPLE§r).
|
||||
ingameinfoxml.tag.gold.desc=Gold color (§6EXAMPLE§r).
|
||||
ingameinfoxml.tag.gray.desc=Gray color (§7EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Dark grey color (§8EXAMPLE§r).
|
||||
ingameinfoxml.tag.blue.desc=Blue color (§9EXAMPLE§r).
|
||||
ingameinfoxml.tag.green.desc=Green color (§aEXAMPLE§r).
|
||||
ingameinfoxml.tag.aqua.desc=Aqua color (§bEXAMPLE§r).
|
||||
ingameinfoxml.tag.red.desc=Red color (§cEXAMPLE§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Light purple color (§dEXAMPLE§r).
|
||||
ingameinfoxml.tag.yellow.desc=Yellow color (§eEXAMPLE§r).
|
||||
ingameinfoxml.tag.white.desc=White color (§fEXAMPLE§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Obfuscated text (§kEXAMPLE§r).
|
||||
ingameinfoxml.tag.bold.desc=Bold text (§lEXAMPLE§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Strike through text (§mEXAMPLE§r).
|
||||
ingameinfoxml.tag.underline.desc=Underlined text (§nEXAMPLE§r).
|
||||
ingameinfoxml.tag.italic.desc=Italic text (§oEXAMPLE§r).
|
||||
ingameinfoxml.tag.reset.desc=Reset formatting.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Amount of maximum memory.
|
||||
ingameinfoxml.tag.memtotal.desc=Amount of total memory.
|
||||
ingameinfoxml.tag.memfree.desc=Amount of free memory.
|
||||
ingameinfoxml.tag.memused.desc=Amount of memory in use.
|
||||
ingameinfoxml.tag.fps.desc=Current FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Current resource pack.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=Amount of rendered entities.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Amount of loaded entities.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Amount of loaded chunks.
|
||||
ingameinfoxml.tag.server.desc=Server domain or IP and the port if it's not 25565, localhost if it's a local game.
|
||||
ingameinfoxml.tag.servername.desc=Server domain, localhost if it's a local game.
|
||||
ingameinfoxml.tag.serverip.desc=Server IP, 127.0.0.1 if it's a local game.
|
||||
ingameinfoxml.tag.serverport.desc=Server port, -1 if it's a local game.
|
||||
ingameinfoxml.tag.ping.desc=Current ping, -1 if no data.
|
||||
ingameinfoxml.tag.pingicon.desc=Current ping icon, empty string if no data.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unique name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Entity id or block id under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Block metadata under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Weak redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Strong redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Input redstone power of the block, -1 if there is nothing.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Distance to x-th nearby player.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Name of the x-th nearby player.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Equipped item's name.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Equipped item's unique name.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Equipped item's damage.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Equipped item's max damage.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Equipped item's damage left.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Quantity of the equipped item in the inventory.
|
||||
ingameinfoxml.tag.equippedicon.desc=Equipped item's icon.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Equipped item's large icon.
|
||||
ingameinfoxml.tag.helmetname.desc=Helmet's name.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Helmet's unique name.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Helmet's damage.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Helmet's max damage.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Helmet's damage left.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Quantity of the helmet in the inventory.
|
||||
ingameinfoxml.tag.helmeticon.desc=Helmet's icon.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Helmet's large icon.
|
||||
ingameinfoxml.tag.chestplatename.desc=Chestplate's name.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Chestplate's unique name.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Chestplate's damage.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Chestplate's max damage.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Chestplate's damage left.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Quantity of the chestplate in the inventory.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Chestplate's icon.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Chestplate's large icon.
|
||||
ingameinfoxml.tag.leggingsname.desc=Leggings' name.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Leggings' unique name.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Leggings' damage.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Leggings' max damage.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Leggings' damage left.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Quantity of the leggings in the inventory.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Leggings' icon.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Leggings' large icon.
|
||||
ingameinfoxml.tag.bootsname.desc=Boots' name.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Boots' unique name.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Boots' damage.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Boots' max damage.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Boots' damage left.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Quantity of the boots in the inventory.
|
||||
ingameinfoxml.tag.bootsicon.desc=Boots' icon.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Boots' large icon.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Light level at your current position.
|
||||
ingameinfoxml.tag.lightfeet.desc=Light level at your current position (feet level).
|
||||
ingameinfoxml.tag.lightnosun.desc=Light level at your current position without sunlight.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Light level at your current position without sunlight (feel level).
|
||||
ingameinfoxml.tag.lightsun.desc=Sunlight level at your current position.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Sunlight level at your current position (feel level).
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Player's gamemode name.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Player's gamemode id.
|
||||
ingameinfoxml.tag.health.desc=Player's current health points.
|
||||
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
|
||||
ingameinfoxml.tag.armor.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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [filename]
|
||||
commands.ingameinfoxml.reload=Reloading...
|
||||
commands.ingameinfoxml.load=Loading %s...
|
||||
commands.ingameinfoxml.save=Saving %s...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML overlay is now enabled.
|
||||
commands.ingameinfoxml.disable=InGame Info XML overlay is now disabled.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=일반
|
||||
ingameinfoxml.config.category.general.tooltip=일반 설정
|
||||
ingameinfoxml.config.category.alignment=Alignment
|
||||
ingameinfoxml.config.category.alignment.tooltip=Alignment offset options.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=파일 이름
|
||||
ingameinfoxml.config.filename.tooltip=The configuration that should be loaded on startup.
|
||||
ingameinfoxml.config.replaceDebug=Replace Debug Overlay
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Replace the debug overlay (F3) with the InGameInfoXML overlay.
|
||||
ingameinfoxml.config.showInChat=채팅 보기
|
||||
ingameinfoxml.config.showInChat.tooltip=Display the overlay in chat.
|
||||
ingameinfoxml.config.showOnPlayerList=Show on Player List
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Display the overlay on the player list.
|
||||
ingameinfoxml.config.scale=Scale
|
||||
ingameinfoxml.config.scale.tooltip=The overlay will be scaled by this amount.
|
||||
ingameinfoxml.config.fileInterval=File Tag Interval
|
||||
ingameinfoxml.config.fileInterval.tooltip=The interval between file reads for the 'file' tag (in seconds).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Top Left
|
||||
ingameinfoxml.config.topleft.tooltip=Offsets for the top left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topcenter=Top Center
|
||||
ingameinfoxml.config.topcenter.tooltip=Offsets for the top center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topright=Top Right
|
||||
ingameinfoxml.config.topright.tooltip=Offsets for the top right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleleft=Middle Left
|
||||
ingameinfoxml.config.middleleft.tooltip=Offsets for the middle left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middlecenter=Middle Center
|
||||
ingameinfoxml.config.middlecenter.tooltip=Offsets for the middle center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleright=Middle Right
|
||||
ingameinfoxml.config.middleright.tooltip=Offsets for the middle right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomleft=Bottom Left
|
||||
ingameinfoxml.config.bottomleft.tooltip=Offsets for the bottom left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomcenter=Bottom Center
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Offsets for the bottom center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomright=Bottom Right
|
||||
ingameinfoxml.config.bottomright.tooltip=Offsets for the bottom right side of the screen (X<space>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Tag List
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Formatting
|
||||
ingameinfoxml.tag.category.misc.name=Miscellaneous
|
||||
ingameinfoxml.tag.category.mouseover.name=Mouse Over
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Nearby Players
|
||||
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=월드
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=그레그테크
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=검은색 (§0예시§r).
|
||||
ingameinfoxml.tag.darkblue.desc=진한 파랑색 (§1예시§r)
|
||||
ingameinfoxml.tag.darkgreen.desc=진한 초록색 (§2예시§r)
|
||||
ingameinfoxml.tag.darkaqua.desc=Dark aqua color (§3EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkred.desc=진한 빨간색 (§4예시§r)
|
||||
ingameinfoxml.tag.darkpurple.desc=진한 보라색 (§5예시§r)
|
||||
ingameinfoxml.tag.gold.desc=금색 (§6예시§r)
|
||||
ingameinfoxml.tag.gray.desc=회색 (§7예시§r)
|
||||
ingameinfoxml.tag.darkgrey.desc=진한 회색 (§8예시§r)
|
||||
ingameinfoxml.tag.blue.desc=파란색 (§9예시§r)
|
||||
ingameinfoxml.tag.green.desc=초록색 (§a예시§r)
|
||||
ingameinfoxml.tag.aqua.desc=하늘색 (§b예시§r)
|
||||
ingameinfoxml.tag.red.desc=빨간색 (§c예시§r)
|
||||
ingameinfoxml.tag.lightpurple.desc=밝은 보라색 (§d예시§r)
|
||||
ingameinfoxml.tag.yellow.desc=Yellow color (§eEXAMPLE§r).
|
||||
ingameinfoxml.tag.white.desc=White color (§fEXAMPLE§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Obfuscated text (§kEXAMPLE§r).
|
||||
ingameinfoxml.tag.bold.desc=Bold text (§lEXAMPLE§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Strike through text (§mEXAMPLE§r).
|
||||
ingameinfoxml.tag.underline.desc=Underlined text (§nEXAMPLE§r).
|
||||
ingameinfoxml.tag.italic.desc=Italic text (§oEXAMPLE§r).
|
||||
ingameinfoxml.tag.reset.desc=Reset formatting.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Amount of maximum memory.
|
||||
ingameinfoxml.tag.memtotal.desc=Amount of total memory.
|
||||
ingameinfoxml.tag.memfree.desc=Amount of free memory.
|
||||
ingameinfoxml.tag.memused.desc=사용 중인 메모리
|
||||
ingameinfoxml.tag.fps.desc=현재 FPS
|
||||
ingameinfoxml.tag.resourcepack.desc=현재 리소스팩
|
||||
ingameinfoxml.tag.entitiesrendered.desc=렌더링된 엔티티의 수
|
||||
ingameinfoxml.tag.entitiestotal.desc=로드된 엔티티의 수
|
||||
ingameinfoxml.tag.loadedchunks.desc=로드된 청크의 수
|
||||
ingameinfoxml.tag.server.desc=Server domain or IP and the port if it's not 25565, localhost if it's a local game.
|
||||
ingameinfoxml.tag.servername.desc=Server domain, localhost if it's a local game.
|
||||
ingameinfoxml.tag.serverip.desc=Server IP, 127.0.0.1 if it's a local game.
|
||||
ingameinfoxml.tag.serverport.desc=Server port, -1 if it's a local game.
|
||||
ingameinfoxml.tag.ping.desc=Current ping, -1 if no data.
|
||||
ingameinfoxml.tag.pingicon.desc=Current ping icon, empty string if no data.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unique name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Entity id or block id under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Block metadata under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Weak redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Strong redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Input redstone power of the block, -1 if there is nothing.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Distance to x-th nearby player.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Name of the x-th nearby player.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Equipped item's name.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Equipped item's unique name.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Equipped item's damage.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Equipped item's max damage.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Equipped item's damage left.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Quantity of the equipped item in the inventory.
|
||||
ingameinfoxml.tag.equippedicon.desc=Equipped item's icon.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Equipped item's large icon.
|
||||
ingameinfoxml.tag.helmetname.desc=Helmet's name.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Helmet's unique name.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Helmet's damage.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Helmet's max damage.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Helmet's damage left.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Quantity of the helmet in the inventory.
|
||||
ingameinfoxml.tag.helmeticon.desc=Helmet's icon.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Helmet's large icon.
|
||||
ingameinfoxml.tag.chestplatename.desc=Chestplate's name.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Chestplate's unique name.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Chestplate's damage.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Chestplate's max damage.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Chestplate's damage left.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Quantity of the chestplate in the inventory.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Chestplate's icon.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Chestplate's large icon.
|
||||
ingameinfoxml.tag.leggingsname.desc=Leggings' name.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Leggings' unique name.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Leggings' damage.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Leggings' max damage.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Leggings' damage left.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Quantity of the leggings in the inventory.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Leggings' icon.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Leggings' large icon.
|
||||
ingameinfoxml.tag.bootsname.desc=Boots' name.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Boots' unique name.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Boots' damage.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Boots' max damage.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Boots' damage left.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Quantity of the boots in the inventory.
|
||||
ingameinfoxml.tag.bootsicon.desc=Boots' icon.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Boots' large icon.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Light level at your current position.
|
||||
ingameinfoxml.tag.lightfeet.desc=Light level at your current position (feet level).
|
||||
ingameinfoxml.tag.lightnosun.desc=Light level at your current position without sunlight.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Light level at your current position without sunlight (feel level).
|
||||
ingameinfoxml.tag.lightsun.desc=Sunlight level at your current position.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Sunlight level at your current position (feel level).
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Player's gamemode name.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Player's gamemode id.
|
||||
ingameinfoxml.tag.health.desc=Player's current health points.
|
||||
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
|
||||
ingameinfoxml.tag.armor.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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [filename]
|
||||
commands.ingameinfoxml.reload=Reloading...
|
||||
commands.ingameinfoxml.load=Loading %s...
|
||||
commands.ingameinfoxml.save=Saving %s...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML overlay is now enabled.
|
||||
commands.ingameinfoxml.disable=InGame Info XML overlay is now disabled.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=Ogólne
|
||||
ingameinfoxml.config.category.general.tooltip=Ogólne opcje
|
||||
ingameinfoxml.config.category.alignment=Wyrównanie
|
||||
ingameinfoxml.config.category.alignment.tooltip=Opcje przesunięcia wyrównania
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Nazwa pliku
|
||||
ingameinfoxml.config.filename.tooltip=Plik konfiguracyjny który powinien zostać załadowany przy starcie.
|
||||
ingameinfoxml.config.replaceDebug=Zastąp nakładkę debugową
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Zastąp nakładkę debugową (F3) z nakładką InGameInfoXML.
|
||||
ingameinfoxml.config.showInChat=Pokazuj z czatem
|
||||
ingameinfoxml.config.showInChat.tooltip=Wyświetlaj nakładkę przy otwartym czacie.
|
||||
ingameinfoxml.config.showOnPlayerList=Pokazuj z listą graczy
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Wyświetlaj nakładkę przy otwartej liście graczy.
|
||||
ingameinfoxml.config.scale=Skala
|
||||
ingameinfoxml.config.scale.tooltip=Nakładka zostanie przeskalowana o tą wartość.
|
||||
ingameinfoxml.config.fileInterval=Interwał Znacznika File
|
||||
ingameinfoxml.config.fileInterval.tooltip=Interwał pomiędzy odczytami pliku dla znacznika 'file' (w sekundach)
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Górne Lewo
|
||||
ingameinfoxml.config.topleft.tooltip=Przesunięcie górnej lewej części ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.topcenter=Górny Środek
|
||||
ingameinfoxml.config.topcenter.tooltip=Przesunięcie górnej środkowej strony ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.topright=Górne Prawo
|
||||
ingameinfoxml.config.topright.tooltip=Przesunięcie górnej prawej części ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.middleleft=Środkowe Lewo
|
||||
ingameinfoxml.config.middleleft.tooltip=Przesunięcie środkowej lewej części ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.middlecenter=Środek
|
||||
ingameinfoxml.config.middlecenter.tooltip=Przesunięcie środkowej części ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.middleright=Środkowe Prawo
|
||||
ingameinfoxml.config.middleright.tooltip=Przesunięcie środkowej prawej części ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.bottomleft=Dolne Lewo
|
||||
ingameinfoxml.config.bottomleft.tooltip=Przesunięcie dolnej lewej części ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.bottomcenter=Dolny Środek
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Przesunięcie dolnej środkowej części ekranu (X<spacja>Y)
|
||||
ingameinfoxml.config.bottomright=Dolne Prawo
|
||||
ingameinfoxml.config.bottomright.tooltip=Przesunięcie dolnej prawej części ekranu (X<spacja>Y)
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Lista Znaczników
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Formatowanie
|
||||
ingameinfoxml.tag.category.misc.name=Różne
|
||||
ingameinfoxml.tag.category.mouseover.name=Najechanie Myszką
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Pobliscy Gracze
|
||||
ingameinfoxml.tag.category.playerequipment.name=Gracz - Uzbrojenie
|
||||
ingameinfoxml.tag.category.playergeneral.name=Gracz - Ogólne
|
||||
ingameinfoxml.tag.category.playerposition.name=Gracz - Pozycja
|
||||
ingameinfoxml.tag.category.playerpotion.name=Gracz - Efekty Mikstur
|
||||
ingameinfoxml.tag.category.riding.name=Jazda
|
||||
ingameinfoxml.tag.category.time.name=Czas
|
||||
ingameinfoxml.tag.category.world.name=Świat
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Czarny kolor (§0PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Ciemnoniebieski kolor (§1PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Ciemnozielony kolor (§2PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Ciemnoturkusowy kolor (§3PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.darkred.desc=Ciemnoczerwony kolor (§4PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Ciemnofioletowy kolor (§5PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.gold.desc=Złoty kolor (§6PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.gray.desc=Szary kolor (§7PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Ciemnoszary kolor (§8PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.blue.desc=Niebieski kolor (§9PRZYKŁAD§r).
|
||||
ingameinfoxml.tag.green.desc=Zielony kolor (§aPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.aqua.desc=Turkusowy kolor (§bPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.red.desc=Czerwony kolor (§cPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Jasnofioletowy kolor (§dPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.yellow.desc=Żółty kolor (§ePRZYKŁAD§r).
|
||||
ingameinfoxml.tag.white.desc=Biały kolor (§fPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Nieczytelny tekst (§kPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.bold.desc=Pogrubiony tekst (§lPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Przekreślony tekst (§mPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.underline.desc=Podkreślony tekst (§nPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.italic.desc=Kursywa (§oPRZYKŁAD§r).
|
||||
ingameinfoxml.tag.reset.desc=Resetuje formatowanie
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Ilość maksymalnej pamięci.
|
||||
ingameinfoxml.tag.memtotal.desc=Ilość całej pamięci.
|
||||
ingameinfoxml.tag.memfree.desc=Ilość wolnej pamięci.
|
||||
ingameinfoxml.tag.memused.desc=Ilość zużytej pamięci.
|
||||
ingameinfoxml.tag.fps.desc=Aktualne FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Aktualna paczka zasobów
|
||||
ingameinfoxml.tag.entitiesrendered.desc=Liczba renderowanych bytów.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Liczba załadowanych bytów.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Liczba załadowanych chunków
|
||||
ingameinfoxml.tag.server.desc=Domena lub adres IP serwera, i port jeśli jest inny niż 25565. localhost jeśli to gra lokalna.
|
||||
ingameinfoxml.tag.servername.desc=Domena serwera, localhost jeśli to gra lokalna.
|
||||
ingameinfoxml.tag.serverip.desc=Adres IP serwera, 127.0.0.1 jeśli to gra lokalna.
|
||||
ingameinfoxml.tag.serverport.desc=Port serwera, -1 jeśli to gra lokalna.
|
||||
ingameinfoxml.tag.ping.desc=Aktualny ping, -1 jeśli brak danych.
|
||||
ingameinfoxml.tag.pingicon.desc=Aktualna ikona pingu, pusty tekst jeśli brak danych.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Nazwa bytu lub bloku znajdującego się pod kursorem, pusty tekst jeśli nic tam nie ma.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unikalna nazwa bytu lub bloku znajdującego się pod kursorem, pusty tekst jeśli nic tam nie ma.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Id bytu lub bloku znajdującego się pod kursorem, zero jeśli nic tam nie ma.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Metadane bloku znajdującego się pod kursorem, zero jeśli nic tam nie ma.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Słaba moc redstone'owa bloku znajdującego się pod kursorem, -1 jeśli nic tam nie ma.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Silna moc redstone'owa bloku znajdującego się pod kursorem, -1 jeśli nic tam nie ma.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Wejściowa moc redstone'owa bloku znajdującego się pod kursorem, -1 jeśli nic tam nie ma.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Odległość do x-tego pobliskiego gracza.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Imię x-tego pobliskiego gracza.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Nazwa trzymanego przedmiotu.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Unikalna nazwa trzymanego przedmiotu.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Uszkodzenie trzymanego przedmiotu.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Maksymalna wytrzymałość trzymanego przedmiotu.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Pozostała wytrzymałość trzymanego przedmiotu.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Ilość trzymanego przedmiotu w ekwipunku.
|
||||
ingameinfoxml.tag.equippedicon.desc=Ikona trzymanego przedmiotu.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Duża ikona trzymanego przedmiotu.
|
||||
ingameinfoxml.tag.helmetname.desc=Nazwa Hełmu
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Unikalna nazwa Hełmu
|
||||
ingameinfoxml.tag.helmetdamage.desc=Uszkodzenie Hełmu
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Maksymalna wytrzymałość Hełmu
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Pozostała wytrzymałość Hełmu
|
||||
ingameinfoxml.tag.helmetquantity.desc=Ilość hełmów w ekwipunku
|
||||
ingameinfoxml.tag.helmeticon.desc=Ikona Hełmu.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Duża ikona Hełmu.
|
||||
ingameinfoxml.tag.chestplatename.desc=Nazwa Napierśnika.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Unikalna nazwa Napierśnika.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Uszkodzenie Napierśnika
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Maksymalna wytrzymałość Napierśnika
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Pozostała wytrzymałość Napierśnika
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Ilość napierśników w ekwipunku.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Ikona Napierśnika.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Duża ikona Napierśnika.
|
||||
ingameinfoxml.tag.leggingsname.desc=Nazwa Nogawic.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Unikalna nazwa Nogawic.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Uszkodzenie Nogawic
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Maksymalna wytrzymałość Nogawic
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Pozostała wytrzymałość Nogawic
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Ilość Nogawic w ekwipunku
|
||||
ingameinfoxml.tag.leggingsicon.desc=Ikona Nogawic.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Duża ikona Nogawic
|
||||
ingameinfoxml.tag.bootsname.desc=Nazwa Butów.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Unikalna nazwa Butów.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Uszkodzenie Butów
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Maksymalna wytrzymałość Butów
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Pozostała wytrzymałość Butów
|
||||
ingameinfoxml.tag.bootsquantity.desc=Ilość Butów w ekwipunku.
|
||||
ingameinfoxml.tag.bootsicon.desc=Ikona Butów.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Duża ikona Butów.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Poziom światła na twojej aktualnej pozycji.
|
||||
ingameinfoxml.tag.lightfeet.desc=Poziom światła na twojej aktualnej pozycji. (na wysokości stóp)
|
||||
ingameinfoxml.tag.lightnosun.desc=Poziom światła na twojej aktualnej pozycji bez światła słonecznego.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Poziom światła na twojej aktualnej pozycji bez światła słonecznego. (na wysokości stóp)
|
||||
ingameinfoxml.tag.lightsun.desc=Poziom światła słonecznego na twojej aktualnej pozycji.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Poziom światła słonecznego na twojej aktualnej pozycji. (na poziomie stóp)
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Nazwa trybu gry Gracza.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Id trybu gry Gracza.
|
||||
ingameinfoxml.tag.health.desc=Aktualne punkty zdrowia Gracza.
|
||||
ingameinfoxml.tag.maxhealth.desc=Maksymalne punkty zdrowia Gracza.
|
||||
ingameinfoxml.tag.armor.desc=Punkty zbroi Gracza.
|
||||
ingameinfoxml.tag.foodlevel.desc=Punkty najedzenia Gracza.
|
||||
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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [filename]
|
||||
commands.ingameinfoxml.reload=Reloading...
|
||||
commands.ingameinfoxml.load=Loading %s...
|
||||
commands.ingameinfoxml.save=Saving %s...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML overlay is now enabled.
|
||||
commands.ingameinfoxml.disable=InGame Info XML overlay is now disabled.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=General
|
||||
ingameinfoxml.config.category.general.tooltip=General options.
|
||||
ingameinfoxml.config.category.alignment=Alignment
|
||||
ingameinfoxml.config.category.alignment.tooltip=Alignment offset options.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Filename
|
||||
ingameinfoxml.config.filename.tooltip=The configuration that should be loaded on startup.
|
||||
ingameinfoxml.config.replaceDebug=Replace Debug Overlay
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Replace the debug overlay (F3) with the InGameInfoXML overlay.
|
||||
ingameinfoxml.config.showInChat=Show in Chat
|
||||
ingameinfoxml.config.showInChat.tooltip=Display the overlay in chat.
|
||||
ingameinfoxml.config.showOnPlayerList=Show on Player List
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Display the overlay on the player list.
|
||||
ingameinfoxml.config.scale=Scale
|
||||
ingameinfoxml.config.scale.tooltip=The overlay will be scaled by this amount.
|
||||
ingameinfoxml.config.fileInterval=File Tag Interval
|
||||
ingameinfoxml.config.fileInterval.tooltip=The interval between file reads for the 'file' tag (in seconds).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Top Left
|
||||
ingameinfoxml.config.topleft.tooltip=Offsets for the top left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topcenter=Top Center
|
||||
ingameinfoxml.config.topcenter.tooltip=Offsets for the top center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.topright=Top Right
|
||||
ingameinfoxml.config.topright.tooltip=Offsets for the top right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleleft=Middle Left
|
||||
ingameinfoxml.config.middleleft.tooltip=Offsets for the middle left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middlecenter=Middle Center
|
||||
ingameinfoxml.config.middlecenter.tooltip=Offsets for the middle center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.middleright=Middle Right
|
||||
ingameinfoxml.config.middleright.tooltip=Offsets for the middle right side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomleft=Bottom Left
|
||||
ingameinfoxml.config.bottomleft.tooltip=Offsets for the bottom left side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomcenter=Bottom Center
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Offsets for the bottom center side of the screen (X<space>Y).
|
||||
ingameinfoxml.config.bottomright=Bottom Right
|
||||
ingameinfoxml.config.bottomright.tooltip=Offsets for the bottom right side of the screen (X<space>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Tag List
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Formatting
|
||||
ingameinfoxml.tag.category.misc.name=Miscellaneous
|
||||
ingameinfoxml.tag.category.mouseover.name=Mouse Over
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Nearby Players
|
||||
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
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Black color (§0EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Dark blue color (§1EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Dark green color (§2EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Dark aqua color (§3EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkred.desc=Dark red color (§4EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Dark purple color (§5EXAMPLE§r).
|
||||
ingameinfoxml.tag.gold.desc=Gold color (§6EXAMPLE§r).
|
||||
ingameinfoxml.tag.gray.desc=Gray color (§7EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Dark grey color (§8EXAMPLE§r).
|
||||
ingameinfoxml.tag.blue.desc=Blue color (§9EXAMPLE§r).
|
||||
ingameinfoxml.tag.green.desc=Green color (§aEXAMPLE§r).
|
||||
ingameinfoxml.tag.aqua.desc=Aqua color (§bEXAMPLE§r).
|
||||
ingameinfoxml.tag.red.desc=Red color (§cEXAMPLE§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Light purple color (§dEXAMPLE§r).
|
||||
ingameinfoxml.tag.yellow.desc=Yellow color (§eEXAMPLE§r).
|
||||
ingameinfoxml.tag.white.desc=White color (§fEXAMPLE§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Obfuscated text (§kEXAMPLE§r).
|
||||
ingameinfoxml.tag.bold.desc=Bold text (§lEXAMPLE§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Strike through text (§mEXAMPLE§r).
|
||||
ingameinfoxml.tag.underline.desc=Underlined text (§nEXAMPLE§r).
|
||||
ingameinfoxml.tag.italic.desc=Italic text (§oEXAMPLE§r).
|
||||
ingameinfoxml.tag.reset.desc=Reset formatting.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Amount of maximum memory.
|
||||
ingameinfoxml.tag.memtotal.desc=Amount of total memory.
|
||||
ingameinfoxml.tag.memfree.desc=Amount of free memory.
|
||||
ingameinfoxml.tag.memused.desc=Amount of memory in use.
|
||||
ingameinfoxml.tag.fps.desc=Current FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Current resource pack.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=Amount of rendered entities.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Amount of loaded entities.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Amount of loaded chunks.
|
||||
ingameinfoxml.tag.server.desc=Server domain or IP and the port if it's not 25565, localhost if it's a local game.
|
||||
ingameinfoxml.tag.servername.desc=Server domain, localhost if it's a local game.
|
||||
ingameinfoxml.tag.serverip.desc=Server IP, 127.0.0.1 if it's a local game.
|
||||
ingameinfoxml.tag.serverport.desc=Server port, -1 if it's a local game.
|
||||
ingameinfoxml.tag.ping.desc=Current ping, -1 if no data.
|
||||
ingameinfoxml.tag.pingicon.desc=Current ping icon, empty string if no data.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unique name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Entity id or block id under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Block metadata under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Weak redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Strong redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Input redstone power of the block, -1 if there is nothing.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Distance to x-th nearby player.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Name of the x-th nearby player.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Equipped item's name.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Equipped item's unique name.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Equipped item's damage.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Equipped item's max damage.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Equipped item's damage left.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Quantity of the equipped item in the inventory.
|
||||
ingameinfoxml.tag.equippedicon.desc=Equipped item's icon.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Equipped item's large icon.
|
||||
ingameinfoxml.tag.helmetname.desc=Helmet's name.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Helmet's unique name.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Helmet's damage.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Helmet's max damage.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Helmet's damage left.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Quantity of the helmet in the inventory.
|
||||
ingameinfoxml.tag.helmeticon.desc=Helmet's icon.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Helmet's large icon.
|
||||
ingameinfoxml.tag.chestplatename.desc=Chestplate's name.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Chestplate's unique name.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Chestplate's damage.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Chestplate's max damage.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Chestplate's damage left.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Quantity of the chestplate in the inventory.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Chestplate's icon.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Chestplate's large icon.
|
||||
ingameinfoxml.tag.leggingsname.desc=Leggings' name.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Leggings' unique name.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Leggings' damage.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Leggings' max damage.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Leggings' damage left.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Quantity of the leggings in the inventory.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Leggings' icon.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Leggings' large icon.
|
||||
ingameinfoxml.tag.bootsname.desc=Boots' name.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Boots' unique name.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Boots' damage.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Boots' max damage.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Boots' damage left.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Quantity of the boots in the inventory.
|
||||
ingameinfoxml.tag.bootsicon.desc=Boots' icon.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Boots' large icon.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Light level at your current position.
|
||||
ingameinfoxml.tag.lightfeet.desc=Light level at your current position (feet level).
|
||||
ingameinfoxml.tag.lightnosun.desc=Light level at your current position without sunlight.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Light level at your current position without sunlight (feel level).
|
||||
ingameinfoxml.tag.lightsun.desc=Sunlight level at your current position.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Sunlight level at your current position (feel level).
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Player's gamemode name.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Player's gamemode id.
|
||||
ingameinfoxml.tag.health.desc=Player's current health points.
|
||||
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
|
||||
ingameinfoxml.tag.armor.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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [filename]
|
||||
commands.ingameinfoxml.reload=Reloading...
|
||||
commands.ingameinfoxml.load=Loading %s...
|
||||
commands.ingameinfoxml.save=Saving %s...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML overlay is now enabled.
|
||||
commands.ingameinfoxml.disable=InGame Info XML overlay is now disabled.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=Общие
|
||||
ingameinfoxml.config.category.general.tooltip=Основные настройки.
|
||||
ingameinfoxml.config.category.alignment=Выравнивание
|
||||
ingameinfoxml.config.category.alignment.tooltip=Параметры смещения выравнивания.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Имя файла
|
||||
ingameinfoxml.config.filename.tooltip=Конфигурация, которая должна быть загружена при запуске.
|
||||
ingameinfoxml.config.replaceDebug=Заменить оверлей отладки
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Заменить оверлей отладки (F3) на оверлей InGameInfoXML.
|
||||
ingameinfoxml.config.showInChat=Показывать в чате
|
||||
ingameinfoxml.config.showInChat.tooltip=Показывать оверлей в чате.
|
||||
ingameinfoxml.config.showOnPlayerList=Показать со списком игроков
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Показывать оверлей со списком игроков.
|
||||
ingameinfoxml.config.scale=Масштаб
|
||||
ingameinfoxml.config.scale.tooltip=Оверлей будет масштабироваться на это значение.
|
||||
ingameinfoxml.config.fileInterval=Интервал чтения файлов тегов
|
||||
ingameinfoxml.config.fileInterval.tooltip=Интервал между прочтением файлов для 'file' тега (в секундах).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Сверху слева
|
||||
ingameinfoxml.config.topleft.tooltip=Смещения для левой верхней части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.topcenter=Сверху по центру
|
||||
ingameinfoxml.config.topcenter.tooltip=Смещения для верхней центральной части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.topright=Сверху справа
|
||||
ingameinfoxml.config.topright.tooltip=Смещения для верхней правой части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.middleleft=Посередине слева
|
||||
ingameinfoxml.config.middleleft.tooltip=Смещения для средней левой части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.middlecenter=Посередине по центру
|
||||
ingameinfoxml.config.middlecenter.tooltip=Смещения для средней центральной части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.middleright=Посередине справа
|
||||
ingameinfoxml.config.middleright.tooltip=Смещения для средней правой части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.bottomleft=Внизу слева
|
||||
ingameinfoxml.config.bottomleft.tooltip=Смещения для нижней левой части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.bottomcenter=Внизу по центру
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Смещения для нижней центральной части экрана (X<пространство>Y).
|
||||
ingameinfoxml.config.bottomright=Внизу справа
|
||||
ingameinfoxml.config.bottomright.tooltip=Смещения для нижней правой части экрана (X<пространство>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Список тегов
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Форматирование
|
||||
ingameinfoxml.tag.category.misc.name=Разное
|
||||
ingameinfoxml.tag.category.mouseover.name=Наведение мышки
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Игроки рядом
|
||||
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=Верховая езда
|
||||
ingameinfoxml.tag.category.time.name=Время
|
||||
ingameinfoxml.tag.category.world.name=Мир
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Черный цвет (§0ПРИМЕР§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Темно-синий цвет (§1ПРИМЕР§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Темно-зеленый цвет (§2ПРИМЕР§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Темно-бирюзовый цвет (§3ПРИМЕР§r).
|
||||
ingameinfoxml.tag.darkred.desc=Темно-красный цвет (§4ПРИМЕР§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Темно-фиолетовный цвет (§5ПРИМЕР§r).
|
||||
ingameinfoxml.tag.gold.desc=Золотой цвет (§6ПРИМЕР§r).
|
||||
ingameinfoxml.tag.gray.desc=Серый цвет (§7ПРИМЕР§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Темно-серый цвет (§8ПРИМЕР§r).
|
||||
ingameinfoxml.tag.blue.desc=Синий цвет (§9ПРИМЕР§r).
|
||||
ingameinfoxml.tag.green.desc=Зеленый цвет (§aПРИМЕР§r).
|
||||
ingameinfoxml.tag.aqua.desc=Бирюзовый цвет (§bПРИМЕР§r).
|
||||
ingameinfoxml.tag.red.desc=Красный цвет (§cПРИМЕР§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Светло-фиолетовый цвет (§dПРИМЕР§r).
|
||||
ingameinfoxml.tag.yellow.desc=Жёлтый цвет (§eПРИМЕР§r).
|
||||
ingameinfoxml.tag.white.desc=Белый цвет (§fПРИМЕР§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Запутанный текст (§kПРИМЕР§r).
|
||||
ingameinfoxml.tag.bold.desc=Жирный текст (§lПРИМЕР§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Зачеркнутый текст (§mПРИМЕР§r).
|
||||
ingameinfoxml.tag.underline.desc=Подчеркнутый текст (§nПРИМЕР§r).
|
||||
ingameinfoxml.tag.italic.desc=Курсивный цвет (§oПРИМЕР§r).
|
||||
ingameinfoxml.tag.reset.desc=Сбросить форматирование.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Количество максимального объема памяти.
|
||||
ingameinfoxml.tag.memtotal.desc=Количество общего объема памяти.
|
||||
ingameinfoxml.tag.memfree.desc=Объем свободной памяти.
|
||||
ingameinfoxml.tag.memused.desc=Объем памяти в использовании.
|
||||
ingameinfoxml.tag.fps.desc=Текущий FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Текущий пакет ресурсов.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=Количество прорисованных сущностей.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Количество загруженных сущностей.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Количество загруженных чанков.
|
||||
ingameinfoxml.tag.server.desc=Домен сервера или IP и порт, если он не 25565, localhost, если локальная игра.
|
||||
ingameinfoxml.tag.servername.desc=Домен сервера, localhost, если локальная игра.
|
||||
ingameinfoxml.tag.serverip.desc=IP сервера, 127.0.0.1, если локальная игра.
|
||||
ingameinfoxml.tag.serverport.desc=Порт сервера, -1, если локальная игра.
|
||||
ingameinfoxml.tag.ping.desc=Текущая задержка, -1 если нет данных.
|
||||
ingameinfoxml.tag.pingicon.desc=Текущая иконка пинга, пустая строка, если нет данных.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=Название сущности или блока под курсором, пустая строка, если нет информации.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Уникальное название сущности или блока под курсором, пустая строка, если нет информации.
|
||||
ingameinfoxml.tag.mouseoverid.desc=ID сущности или блока под курсором, 0, если ничего нет.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Метаданные блока под курсором, 0, если ничего нет.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Сила слабого сигнал красного камня на блоке, -1, если ничего нет.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Сила сильного сигнала красного камня на блоке, -1, если ничего нет.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Сила выхода красного камня из блока, -1, если ничего нет.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Дистанция до игрока.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Имя игрока.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Имя экипированного предмета.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Уникальное имя экипированного предмета.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Урон экипированного предмета.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Максимальный урон экипированного предмета.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Осталось урона экипированному предмета.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Количество экипированного предмета в инвентаре.
|
||||
ingameinfoxml.tag.equippedicon.desc=Изображение экипированного предмета.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Большое изображение экипированного предмета.
|
||||
ingameinfoxml.tag.helmetname.desc=Название шлема.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Уникальное название шлема.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Повреждение шлема.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Максимальное повреждение шлема.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Осталось урона шлему.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Количество шлемов в инвентаре.
|
||||
ingameinfoxml.tag.helmeticon.desc=Изображение шлема.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Большое изображение шлема.
|
||||
ingameinfoxml.tag.chestplatename.desc=Название кирасы.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Уникальное название кирасы.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Повреждение кирасы.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Максимальное повреждение кирасы.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Осталось урона кирасе.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Количество кирас в инвентаре.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Изображение кирасы.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Большое изображение кирасы.
|
||||
ingameinfoxml.tag.leggingsname.desc=Название понож.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Уникальное название понож.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Повреждение понож.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Максимальное повреждение понож.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Осталось урона поножам.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Количество понож в инвентаре.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Изображение понож.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Большое изображение понож.
|
||||
ingameinfoxml.tag.bootsname.desc=Название ботинок.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Уникальное название ботинок.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Повреждение ботинок.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Максимальная повреждение ботинок.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Осталось урона ботинкам.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Количество ботинок в инвентаре.
|
||||
ingameinfoxml.tag.bootsicon.desc=Изображение ботинок.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Большое изображение ботинок.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Уровень освещения в вашем положении.
|
||||
ingameinfoxml.tag.lightfeet.desc=Уровень освещенности в вашем текущем положении (на уровне ног).
|
||||
ingameinfoxml.tag.lightnosun.desc=Уровень освещения в вашем положении без солнечного света.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Уровень освещенности в вашем текущем положении без солнечного света (уровень ощущения).
|
||||
ingameinfoxml.tag.lightsun.desc=Уровень солнечного света в вашем положении.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Уровень солнечного света в вашем текущем положении (уровень ощущения).
|
||||
ingameinfoxml.tag.score.desc=Счет игрока.
|
||||
ingameinfoxml.tag.gamemode.desc=Название игрового режима игрока.
|
||||
ingameinfoxml.tag.gamemodeid.desc=ID игрового режима игрока.
|
||||
ingameinfoxml.tag.health.desc=Текущее количество очков здоровья игрока.
|
||||
ingameinfoxml.tag.maxhealth.desc=Максимальное количество очков здоровья игрока.
|
||||
ingameinfoxml.tag.armor.desc=Очки брони игрока.
|
||||
ingameinfoxml.tag.foodlevel.desc=Количество очков сытости игрока.
|
||||
ingameinfoxml.tag.maxfoodlevel.desc=Максимальное количество очков сытости игрока.
|
||||
ingameinfoxml.tag.saturation.desc=Насыщенность еды игрока.
|
||||
ingameinfoxml.tag.exhaustion.desc=Истощение еды игрока.
|
||||
ingameinfoxml.tag.airticks.desc=Количество воздуха игрока в тиках.
|
||||
ingameinfoxml.tag.maxairticks.desc=Максимальное количество воздуха игрока в тиках.
|
||||
ingameinfoxml.tag.playerlevel.desc=Уровень игрока.
|
||||
ingameinfoxml.tag.xpthislevel.desc=Текущее количество опыта игрока.
|
||||
ingameinfoxml.tag.xpuntilnext.desc=Количество опыта до поднятия уровня игрока.
|
||||
ingameinfoxml.tag.xpcap.desc=Требуется опыта до следующего поднятие уровня игрока.
|
||||
ingameinfoxml.tag.username.desc=Имя игрока.
|
||||
ingameinfoxml.tag.inwater.desc=§eИстина§r если игрок под водой, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.wet.desc=§eИстина§r если игрок мокрый, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.alive.desc=§eИстина§r если игрок жив, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.burning.desc=§eИстина§r если игрок горит, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.riding.desc=§eИстина§r если игрок верхом, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.sneaking.desc=§eИстина§r если игрок крадется, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.sprinting.desc=§eИстина§r если игрок бежит, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.invisible.desc=§eИстина§r если игрок невидим, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.eating.desc=§eИстина§r если игрок есть, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r, если игрок неуязвим, §efalse§r в противном случае.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=X координата чанка игрока.
|
||||
ingameinfoxml.tag.chunkz.desc=Y координата чанка игрока.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=X координата смещения в чанке игрока (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Z координата смещения в чанке игрока (0-15).
|
||||
ingameinfoxml.tag.x.desc=X координата игрока.
|
||||
ingameinfoxml.tag.y.desc=Y координата игрока.
|
||||
ingameinfoxml.tag.yfeet.desc=Координата Y игрока (уровень ощущения).
|
||||
ingameinfoxml.tag.z.desc=Z координата игрока.
|
||||
ingameinfoxml.tag.xi.desc=X координата игрока, округленная до ближайшего целого числа.
|
||||
ingameinfoxml.tag.yi.desc=Y координата игрока, округленная до ближайшего целого числа.
|
||||
ingameinfoxml.tag.yfeeti.desc=Координата Y игрока округляется до ближайшего целого числа (уровень ощущений).
|
||||
ingameinfoxml.tag.zi.desc=Z координата игрока, округленная до ближайшего целого числа.
|
||||
ingameinfoxml.tag.speed.desc=Скорость игрока.
|
||||
ingameinfoxml.tag.speedx.desc=Скорость игрока вдоль оси х.
|
||||
ingameinfoxml.tag.speedy.desc=Скорость игрока вдоль оси y.
|
||||
ingameinfoxml.tag.speedz.desc=Скорость игрока вдоль оси z.
|
||||
ingameinfoxml.tag.speedxz.desc=Скорость игрока по горизонтали.
|
||||
ingameinfoxml.tag.direction.desc=Направление игрока в градусах от -180 до 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Грубое направление игрока, на которое он смотрит (Юг, запад, север, восток).
|
||||
ingameinfoxml.tag.finedirection.desc=Уточненное направление игрока, на которое он смотрит (Юг, югозапад, запад, северозапад, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Сокращенное грубое направление игрока, на которое он смотрит (Ю, З, С, В).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Сокращенное уточненное направление игрока, на которое он смотрит (Ю, ЮЗ, З, СЗ, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=Небольшой текстовый HUD направлений.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Название эффекта зелья.
|
||||
ingameinfoxml.tag.potionduration.desc=Продолжительность эффекта зелья в секундах.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Продолжительность эффекта в тиках.
|
||||
ingameinfoxml.tag.potionicon.desc=Значок эффекта зелья.
|
||||
ingameinfoxml.tag.potionlargeicon.desc=Большой значок эффекта зелья.
|
||||
|
||||
# gui - tag list - riding
|
||||
ingameinfoxml.tag.ridinghorse.desc=§eИстина§r если игрок верхом на лошади, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.horsehealth.desc=Здоровье лошади.
|
||||
ingameinfoxml.tag.horsemaxhealth.desc=Максимальное здоровье лошади.
|
||||
ingameinfoxml.tag.horsespeed.desc=Скорость лошади.
|
||||
ingameinfoxml.tag.horsejumpstrength.desc=Сила прыжка лошади.
|
||||
|
||||
# gui - tag list - time
|
||||
ingameinfoxml.tag.day.desc=Minecraft день, начинается от 0.
|
||||
ingameinfoxml.tag.mctimeh.desc=Minecraft час.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft минута.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft время (24 часовой формат).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft время (12 часовой формат).
|
||||
ingameinfoxml.tag.rltime24.desc=Реальное время (24 часовой формат).
|
||||
ingameinfoxml.tag.rltime12.desc=Реальное время (12 часовой формат).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=Имя мира.
|
||||
ingameinfoxml.tag.worldsize.desc=Размер мира.
|
||||
ingameinfoxml.tag.worldsizemb.desc=Размер мира в MiB.
|
||||
ingameinfoxml.tag.seed.desc=Сид мира.
|
||||
ingameinfoxml.tag.difficulty.desc=Игровая сложность мира.
|
||||
ingameinfoxml.tag.difficultyid.desc=ID игровой сложности мира.
|
||||
ingameinfoxml.tag.dimension.desc=Название измерения.
|
||||
ingameinfoxml.tag.dimensionid.desc=ID измерения.
|
||||
ingameinfoxml.tag.biome.desc=Имя биома.
|
||||
ingameinfoxml.tag.biomeid.desc=ID биома.
|
||||
ingameinfoxml.tag.daytime.desc=§eИстина§r если дневное время, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.raining.desc=§eИстина§r если идет дождь, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.thundering.desc=§eИстина§r если идет гроза, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.snowing.desc=§eИстина§r если идет снег, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.nextrain.desc=Время до следующего дождя.
|
||||
ingameinfoxml.tag.slimes.desc=§eИстина§r если текущий чанк является слизневым, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.hardcore.desc=§eИстина§r если мир находится в hardcore режиме, §eложно§r в противном случае.
|
||||
ingameinfoxml.tag.temperature.desc=Температура биома.
|
||||
ingameinfoxml.tag.localtemperature.desc=Температура биома в вашем положении.
|
||||
ingameinfoxml.tag.humidity.desc=Влажность биома.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Текущая §4Эссенция§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Максимум §4Эссенци§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Энергия джетпака.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Максимальная энергия джетпака.
|
||||
ingameinfoxml.tag.sjpercent.desc=Остаток энергии джетпака в процентах.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r, если джетпак включен, §efalse§r в противном случае.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r, если джетпак находится в режиме зависания, §efalse§r в противном случае.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Количество осадков в вашем текущем положении.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Температура в текущем положении.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Среднегодовая температура на вашем текущем месте.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Температура с внешними источниками тепла в вашем текущем положении.
|
||||
ingameinfoxml.tag.tfcseason.desc=Сезон.
|
||||
ingameinfoxml.tag.tfcdate.desc=Дата.
|
||||
ingameinfoxml.tag.tfcday.desc=День.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Месяц.
|
||||
ingameinfoxml.tag.tfcyear.desc=Год.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s информация.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Текущий ранг для %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Текущий прогресс в %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Постоянный варп игрока.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Обычная (липкая) искажение игрока.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Временный варп игрока.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Общий уровень искажения игрока.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r при использовании равносмещенной генерации руды, §efalse§r для старой осесимметричной генерации руды.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Переключить оверлей
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [имя файла]
|
||||
commands.ingameinfoxml.reload=Перегрузка...
|
||||
commands.ingameinfoxml.load=Загрузка %s...
|
||||
commands.ingameinfoxml.save=Сохранение %s...
|
||||
commands.ingameinfoxml.success=Готово!
|
||||
commands.ingameinfoxml.failure=Что-то пошло не так!
|
||||
commands.ingameinfoxml.enable=Оверлей InGame Info XML включен.
|
||||
commands.ingameinfoxml.disable=Оверлей InGame Info XML отключен.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=Genel
|
||||
ingameinfoxml.config.category.general.tooltip=Genel seçenekler.
|
||||
ingameinfoxml.config.category.alignment=Hizalama
|
||||
ingameinfoxml.config.category.alignment.tooltip=Hizalama dengeleme seçenekleri
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=Dosya adı
|
||||
ingameinfoxml.config.filename.tooltip=Başlangıçta yüklenecek konfigürasyon.
|
||||
ingameinfoxml.config.replaceDebug=Hata Ayıklama Üst Katmanını Değiştir
|
||||
ingameinfoxml.config.replaceDebug.tooltip=Hata ayıklama üst katmanını (F3) InGameInfoXML üst katmanı ile değiştir.
|
||||
ingameinfoxml.config.showInChat=Sohbette Göster
|
||||
ingameinfoxml.config.showInChat.tooltip=Üst katmanı sohbette göster.
|
||||
ingameinfoxml.config.showOnPlayerList=Oyuncu Listesinde Göster
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=Üst katmanı oyuncu listesinde göster.
|
||||
ingameinfoxml.config.scale=Ölçek
|
||||
ingameinfoxml.config.scale.tooltip=Üst katman bu değere göre ölçeklenecek.
|
||||
ingameinfoxml.config.fileInterval=Dosya Etiketi Aralığı
|
||||
ingameinfoxml.config.fileInterval.tooltip='Dosya' etiketi için dosya okumaları arasındaki (saniye biçiminden) süre.
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=Sol Üst
|
||||
ingameinfoxml.config.topleft.tooltip=Ekranın sol üst (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.topcenter=Orta Üst
|
||||
ingameinfoxml.config.topcenter.tooltip=Ekranın orta üst (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.topright=Sağ Üst
|
||||
ingameinfoxml.config.topright.tooltip=Ekranın sağ üst (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.middleleft=Sol Orta
|
||||
ingameinfoxml.config.middleleft.tooltip=Ekranın sol orta (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.middlecenter=Orta Merkez
|
||||
ingameinfoxml.config.middlecenter.tooltip=Ekranın orta merkez (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.middleright=Sağ Orta
|
||||
ingameinfoxml.config.middleright.tooltip=Ekranın sağ orta (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.bottomleft=Sol Alt
|
||||
ingameinfoxml.config.bottomleft.tooltip=Ekranın sol alt (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.bottomcenter=Orta Alt
|
||||
ingameinfoxml.config.bottomcenter.tooltip=Ekranın orta alt (X<space>Y) kısmına göre dengeler.
|
||||
ingameinfoxml.config.bottomright=Sağ Alt
|
||||
ingameinfoxml.config.bottomright.tooltip=Ekranın sağ alt (X<space>Y) kısmına göre dengeler.
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=Etiket Listesi
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=Biçimlendirme
|
||||
ingameinfoxml.tag.category.misc.name=Diğer
|
||||
ingameinfoxml.tag.category.mouseover.name=Fare Üzerine Getirildiğinde
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=Yakındaki Oyuncular
|
||||
ingameinfoxml.tag.category.playerequipment.name=Oyuncu - Ekipman
|
||||
ingameinfoxml.tag.category.playergeneral.name=Oyuncu - Genel
|
||||
ingameinfoxml.tag.category.playerposition.name=Oyuncu - Konum
|
||||
ingameinfoxml.tag.category.playerpotion.name=Oyuncu - İksir Etkileri
|
||||
ingameinfoxml.tag.category.riding.name=Binicilik
|
||||
ingameinfoxml.tag.category.time.name=Zaman
|
||||
ingameinfoxml.tag.category.world.name=Dünya
|
||||
ingameinfoxml.tag.category.bloodmagic.name=Blood Magic
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=Simply Jetpacks
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=TerraFirmaCraft
|
||||
ingameinfoxml.tag.category.thaumcraft.name=Thaumcraft
|
||||
ingameinfoxml.tag.category.gregtech.name=Gregtech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=Siyah renk (§0EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkblue.desc=Koyu mavi renk (§1EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=Koyu yeşil renk (§2EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=Koyu su mavisi renk (§3EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkred.desc=Koyu kırmızı renk (§4EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=Koyu mor renk (§5EXAMPLE§r).
|
||||
ingameinfoxml.tag.gold.desc=Altın renk (§6EXAMPLE§r).
|
||||
ingameinfoxml.tag.gray.desc=Gri renk (§7EXAMPLE§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=Koyu gri renk (§8EXAMPLE§r).
|
||||
ingameinfoxml.tag.blue.desc=Mavi renk (§9EXAMPLE§r).
|
||||
ingameinfoxml.tag.green.desc=Yeşil renk (§aEXAMPLE§r).
|
||||
ingameinfoxml.tag.aqua.desc=Su mavisi renk (§bEXAMPLE§r).
|
||||
ingameinfoxml.tag.red.desc=Kırmızı renk (§cEXAMPLE§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=Açık mor renk (§dEXAMPLE§r).
|
||||
ingameinfoxml.tag.yellow.desc=Sarı renk (§eEXAMPLE§r).
|
||||
ingameinfoxml.tag.white.desc=Beyaz Renk (§fEXAMPLE§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=Gizlenmiş metin (§kEXAMPLE§r).
|
||||
ingameinfoxml.tag.bold.desc=Kalın metin (§lEXAMPLE§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=Üstü çizili metin (§mEXAMPLE§r).
|
||||
ingameinfoxml.tag.underline.desc=Altı çizili metin (§nEXAMPLE§r).
|
||||
ingameinfoxml.tag.italic.desc=Eğik metin (§oEXAMPLE§r).
|
||||
ingameinfoxml.tag.reset.desc=Biçimlendirmeyi sıfırla.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=Maksimum bellek miktarı.
|
||||
ingameinfoxml.tag.memtotal.desc=Toplam bellek miktarı.
|
||||
ingameinfoxml.tag.memfree.desc=Serbest bellek miktarı.
|
||||
ingameinfoxml.tag.memused.desc=Kullanılan bellek miktarı.
|
||||
ingameinfoxml.tag.fps.desc=Mevcut FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=Mevcut kaynak paketi.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=İşlenen varlık miktarı.
|
||||
ingameinfoxml.tag.entitiestotal.desc=Yüklü varlık miktarı.
|
||||
ingameinfoxml.tag.loadedchunks.desc=Yüklü yığın miktarı.
|
||||
ingameinfoxml.tag.server.desc=Sunucu alan adı ya da IP adresi ve eğer 25565'ten farklıysa port numarası, eğer yerel bir oyunsa localhost.
|
||||
ingameinfoxml.tag.servername.desc=Sunucu alan adı, yerel bir oyun ise localhost.
|
||||
ingameinfoxml.tag.serverip.desc=Sunucu IP adresi, eğer yerel bir oyunsa 127.0.0.1.
|
||||
ingameinfoxml.tag.serverport.desc=Sunucu port numarası, eğer yerel bir oyunsa -1.
|
||||
ingameinfoxml.tag.ping.desc=Mevcut ping, eğer veri yoksa -1.
|
||||
ingameinfoxml.tag.pingicon.desc=Mevcut ping ikonu, eğer veri yoksa boş metin.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=İmlecin altındaki varlık ya da bloğun adı, eğer bir şey yoksa boş metin.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=Unique name of the entity or block under the cursor, an empty string if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverid.desc=Entity id or block id under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=Block metadata under the cursor, zero if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=Weak redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=Strong redstone power of the block, -1 if there is nothing.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=Input redstone power of the block, -1 if there is nothing.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=Distance to x-th nearby player.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=Name of the x-th nearby player.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=Equipped item's name.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=Equipped item's unique name.
|
||||
ingameinfoxml.tag.equippeddamage.desc=Equipped item's damage.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=Equipped item's max damage.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=Equipped item's damage left.
|
||||
ingameinfoxml.tag.equippedquantity.desc=Quantity of the equipped item in the inventory.
|
||||
ingameinfoxml.tag.equippedicon.desc=Equipped item's icon.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=Equipped item's large icon.
|
||||
ingameinfoxml.tag.helmetname.desc=Helmet's name.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=Helmet's unique name.
|
||||
ingameinfoxml.tag.helmetdamage.desc=Helmet's damage.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=Helmet's max damage.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=Helmet's damage left.
|
||||
ingameinfoxml.tag.helmetquantity.desc=Quantity of the helmet in the inventory.
|
||||
ingameinfoxml.tag.helmeticon.desc=Helmet's icon.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=Helmet's large icon.
|
||||
ingameinfoxml.tag.chestplatename.desc=Chestplate's name.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=Chestplate's unique name.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=Chestplate's damage.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=Chestplate's max damage.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=Chestplate's damage left.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=Quantity of the chestplate in the inventory.
|
||||
ingameinfoxml.tag.chestplateicon.desc=Chestplate's icon.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=Chestplate's large icon.
|
||||
ingameinfoxml.tag.leggingsname.desc=Leggings' name.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=Leggings' unique name.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=Leggings' damage.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=Leggings' max damage.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=Leggings' damage left.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=Quantity of the leggings in the inventory.
|
||||
ingameinfoxml.tag.leggingsicon.desc=Leggings' icon.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=Leggings' large icon.
|
||||
ingameinfoxml.tag.bootsname.desc=Boots' name.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=Boots' unique name.
|
||||
ingameinfoxml.tag.bootsdamage.desc=Boots' damage.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=Boots' max damage.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=Boots' damage left.
|
||||
ingameinfoxml.tag.bootsquantity.desc=Quantity of the boots in the inventory.
|
||||
ingameinfoxml.tag.bootsicon.desc=Boots' icon.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=Boots' large icon.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=Light level at your current position.
|
||||
ingameinfoxml.tag.lightfeet.desc=Light level at your current position (feet level).
|
||||
ingameinfoxml.tag.lightnosun.desc=Light level at your current position without sunlight.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=Light level at your current position without sunlight (feel level).
|
||||
ingameinfoxml.tag.lightsun.desc=Sunlight level at your current position.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=Sunlight level at your current position (feel level).
|
||||
ingameinfoxml.tag.score.desc=Player's score.
|
||||
ingameinfoxml.tag.gamemode.desc=Player's gamemode name.
|
||||
ingameinfoxml.tag.gamemodeid.desc=Player's gamemode id.
|
||||
ingameinfoxml.tag.health.desc=Player's current health points.
|
||||
ingameinfoxml.tag.maxhealth.desc=Player's maximum health points.
|
||||
ingameinfoxml.tag.armor.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.
|
||||
ingameinfoxml.tag.xpcap.desc=Player's total required experience for the current level.
|
||||
ingameinfoxml.tag.username.desc=Player's username.
|
||||
ingameinfoxml.tag.inwater.desc=§etrue§r if the player is underwater, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.wet.desc=§etrue§r if the player is wet, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.alive.desc=§etrue§r if the player is alive, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.burning.desc=§etrue§r if the player is on fire, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.riding.desc=§etrue§r if the player is riding, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sneaking.desc=§etrue§r if the player is sneaking, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sprinting.desc=§etrue§r if the player is sprinting, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invisible.desc=§etrue§r if the player is invisible, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.eating.desc=§etrue§r if the player is eating, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.invulnerable.desc=§etrue§r if the player is invulnerable, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=Player's X chunk coordinate.
|
||||
ingameinfoxml.tag.chunkz.desc=Player's Z chunk coordinate.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=Player's X chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=Player's Z chunk offset coordinate (0-15).
|
||||
ingameinfoxml.tag.x.desc=Player's X coordinate.
|
||||
ingameinfoxml.tag.y.desc=Player's Y coordinate.
|
||||
ingameinfoxml.tag.yfeet.desc=Player's Y coordinate (feel level).
|
||||
ingameinfoxml.tag.z.desc=Player's Z coordinate.
|
||||
ingameinfoxml.tag.xi.desc=Player's X coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yi.desc=Player's Y coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.yfeeti.desc=Player's Y coordinate rounded to the closest whole number (feel level).
|
||||
ingameinfoxml.tag.zi.desc=Player's Z coordinate rounded to the closest whole number.
|
||||
ingameinfoxml.tag.speed.desc=Player's speed.
|
||||
ingameinfoxml.tag.speedx.desc=Player's speed along the x axis.
|
||||
ingameinfoxml.tag.speedy.desc=Player's speed along the y axis.
|
||||
ingameinfoxml.tag.speedz.desc=Player's speed along the z axis.
|
||||
ingameinfoxml.tag.speedxz.desc=Player's speed horizontally.
|
||||
ingameinfoxml.tag.direction.desc=Player's direction in degrees from -180 to 180.
|
||||
ingameinfoxml.tag.roughdirection.desc=Rough direction the player is currently facing (South, West, North, East).
|
||||
ingameinfoxml.tag.finedirection.desc=Fine direction the player is currently facing (South, South West, West, North West, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=Abbreviated rough direction the player is currently facing (S, W, N, E).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=Abbreviated fine direction the player is currently facing (S, SW, W, NW, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=A small textual direction HUD.
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=Name of the x-th potion effect.
|
||||
ingameinfoxml.tag.potionduration.desc=Duration of the x-th potion effect in seconds.
|
||||
ingameinfoxml.tag.potiondurationticks.desc=Duration of the x-th potion effect in ticks.
|
||||
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.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft minute.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft time (24 hour format).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft time (12 hour format).
|
||||
ingameinfoxml.tag.rltime24.desc=Real time (24 hour format).
|
||||
ingameinfoxml.tag.rltime12.desc=Real time (12 hour format).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=World name.
|
||||
ingameinfoxml.tag.worldsize.desc=World size.
|
||||
ingameinfoxml.tag.worldsizemb.desc=World size in MiB.
|
||||
ingameinfoxml.tag.seed.desc=World seed.
|
||||
ingameinfoxml.tag.difficulty.desc=World difficulty name.
|
||||
ingameinfoxml.tag.difficultyid.desc=World difficulty id.
|
||||
ingameinfoxml.tag.dimension.desc=Dimension name.
|
||||
ingameinfoxml.tag.dimensionid.desc=Dimension id.
|
||||
ingameinfoxml.tag.biome.desc=Biome name.
|
||||
ingameinfoxml.tag.biomeid.desc=Biome id.
|
||||
ingameinfoxml.tag.daytime.desc=§etrue§r if it's daytime, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.raining.desc=§etrue§r if it's raining, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.thundering.desc=§etrue§r if it's thundering, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.snowing.desc=§etrue§r if it's snowing, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.nextrain.desc=Time until the next rain.
|
||||
ingameinfoxml.tag.slimes.desc=§etrue§r if the current chunk is a slime chunk, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.hardcore.desc=§etrue§r if the world is in hardcore mode, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.temperature.desc=Biome temperature.
|
||||
ingameinfoxml.tag.localtemperature.desc=Biome temperature at your current position.
|
||||
ingameinfoxml.tag.humidity.desc=Biome humidity.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=Current §4Essence§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=Maximum §4Essence§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=Jetpack energy.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=Jetpack maximum energy.
|
||||
ingameinfoxml.tag.sjpercent.desc=Jetpack energy left in percents.
|
||||
ingameinfoxml.tag.sjenabled.desc=§etrue§r if the jetpack is enabled, §efalse§r otherwise.
|
||||
ingameinfoxml.tag.sjhover.desc=§etrue§r if the jetpack is in hover mode, §efalse§r otherwise.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=Rainfall at your current position.
|
||||
ingameinfoxml.tag.tfctemperature.desc=Temperature at your current position.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=Average yearly temperature at your current position.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=Temperature with external heat sources at your current position.
|
||||
ingameinfoxml.tag.tfcseason.desc=Season.
|
||||
ingameinfoxml.tag.tfcdate.desc=Date.
|
||||
ingameinfoxml.tag.tfcday.desc=Day.
|
||||
ingameinfoxml.tag.tfcmonth.desc=Month.
|
||||
ingameinfoxml.tag.tfcyear.desc=Year.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s information.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=Current rank for %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=Current progress in %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=Player's permanent warp.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=Player's normal (sticky) warp.
|
||||
ingameinfoxml.tag.tcwarptemp.desc=Player's temporary warp.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=Player's total warp.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r if using equispaced ore generation, §efalse§r for the old axis symmetric one.
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=Toggle Overlay
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [filename]
|
||||
commands.ingameinfoxml.reload=Reloading...
|
||||
commands.ingameinfoxml.load=Loading %s...
|
||||
commands.ingameinfoxml.save=Saving %s...
|
||||
commands.ingameinfoxml.success=Done!
|
||||
commands.ingameinfoxml.failure=Something went wrong!
|
||||
commands.ingameinfoxml.enable=InGame Info XML overlay is now enabled.
|
||||
commands.ingameinfoxml.disable=InGame Info XML overlay is now disabled.
|
||||
@@ -0,0 +1,310 @@
|
||||
# gui - config - categories
|
||||
ingameinfoxml.config.category.general=常规
|
||||
ingameinfoxml.config.category.general.tooltip=常规设置.
|
||||
ingameinfoxml.config.category.alignment=对齐
|
||||
ingameinfoxml.config.category.alignment.tooltip=对齐偏移量设置.
|
||||
|
||||
# gui - config - general
|
||||
ingameinfoxml.config.filename=文件名
|
||||
ingameinfoxml.config.filename.tooltip=游戏启动时应加载的配置文件.
|
||||
ingameinfoxml.config.replaceDebug=替换调试信息
|
||||
ingameinfoxml.config.replaceDebug.tooltip=用InGameInfoXML替换掉调试信息(F3).
|
||||
ingameinfoxml.config.showInChat=聊天窗口中显示
|
||||
ingameinfoxml.config.showInChat.tooltip=在聊天窗口中显示信息.
|
||||
ingameinfoxml.config.showOnPlayerList=玩家列表中显示
|
||||
ingameinfoxml.config.showOnPlayerList.tooltip=在玩家列表中显示信息.
|
||||
ingameinfoxml.config.scale=大小比例
|
||||
ingameinfoxml.config.scale.tooltip=信息显示界面大小由该数值比例确定.
|
||||
ingameinfoxml.config.fileInterval=文件读取间隔
|
||||
ingameinfoxml.config.fileInterval.tooltip='file'标记的文件读取间隔(秒).
|
||||
|
||||
# gui - config - alignment
|
||||
ingameinfoxml.config.topleft=左上角
|
||||
ingameinfoxml.config.topleft.tooltip=相对于屏幕左上角的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.topcenter=正上方
|
||||
ingameinfoxml.config.topcenter.tooltip=相对于屏幕正上方的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.topright=右上角
|
||||
ingameinfoxml.config.topright.tooltip=相对于屏幕右上角的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.middleleft=正左方
|
||||
ingameinfoxml.config.middleleft.tooltip=相对于屏幕正左方的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.middlecenter=正中心
|
||||
ingameinfoxml.config.middlecenter.tooltip=相对于屏幕正中心的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.middleright=正右方
|
||||
ingameinfoxml.config.middleright.tooltip=相对于屏幕正右方的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.bottomleft=左下角
|
||||
ingameinfoxml.config.bottomleft.tooltip=相对于屏幕左下角的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.bottomcenter=正下方
|
||||
ingameinfoxml.config.bottomcenter.tooltip=相对于屏幕正下方的偏移量(X<空格>Y).
|
||||
ingameinfoxml.config.bottomright=右下角
|
||||
ingameinfoxml.config.bottomright.tooltip=相对于屏幕右下角的偏移量(X<空格>Y).
|
||||
|
||||
# gui - tag list
|
||||
gui.ingameinfoxml.taglist=标签列表
|
||||
|
||||
# gui - tag list - categories
|
||||
ingameinfoxml.tag.category.formatting.name=文字样式
|
||||
ingameinfoxml.tag.category.misc.name=杂项
|
||||
ingameinfoxml.tag.category.mouseover.name=光标悬停
|
||||
ingameinfoxml.tag.category.nearbyplayer.name=附近玩家
|
||||
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=骑乘
|
||||
ingameinfoxml.tag.category.time.name=世界时间
|
||||
ingameinfoxml.tag.category.world.name=世界名称
|
||||
ingameinfoxml.tag.category.bloodmagic.name=血魔法
|
||||
ingameinfoxml.tag.category.simplyjetpacks.name=简易喷气背包
|
||||
ingameinfoxml.tag.category.terrafirmacraft.name=群峦传说
|
||||
ingameinfoxml.tag.category.thaumcraft.name=神秘时代
|
||||
ingameinfoxml.tag.category.gregtech.name=GregTech
|
||||
|
||||
# gui - tag list - formatting tags
|
||||
ingameinfoxml.tag.black.desc=黑色(§0例子§r).
|
||||
ingameinfoxml.tag.darkblue.desc=深蓝色(§1例子§r).
|
||||
ingameinfoxml.tag.darkgreen.desc=墨绿色(§2例子§r).
|
||||
ingameinfoxml.tag.darkaqua.desc=暗青色(§3例子§r).
|
||||
ingameinfoxml.tag.darkred.desc=暗红色(§4例子§r).
|
||||
ingameinfoxml.tag.darkpurple.desc=暗紫色(§5例子§r).
|
||||
ingameinfoxml.tag.gold.desc=金色(§6例子§r).
|
||||
ingameinfoxml.tag.gray.desc=灰色(§7例子§r).
|
||||
ingameinfoxml.tag.darkgrey.desc=深灰色(§8例子§r).
|
||||
ingameinfoxml.tag.blue.desc=蓝色(§9例子§r).
|
||||
ingameinfoxml.tag.green.desc=绿色(§a例子§r).
|
||||
ingameinfoxml.tag.aqua.desc=青色(§b例子§r).
|
||||
ingameinfoxml.tag.red.desc=红色(§c例子§r).
|
||||
ingameinfoxml.tag.lightpurple.desc=淡紫色(§d例子§r).
|
||||
ingameinfoxml.tag.yellow.desc=黄色(§e例子§r).
|
||||
ingameinfoxml.tag.white.desc=白色(§f例子§r).
|
||||
ingameinfoxml.tag.obfuscated.desc=随机效果(§k例子§r).
|
||||
ingameinfoxml.tag.bold.desc=粗体(§l例子§r).
|
||||
ingameinfoxml.tag.strikethrough.desc=中划线(§m例子§r).
|
||||
ingameinfoxml.tag.underline.desc=下划线(§n例子§r).
|
||||
ingameinfoxml.tag.italic.desc=斜体(§o例子§r).
|
||||
ingameinfoxml.tag.reset.desc=重置文字样式.
|
||||
|
||||
# gui - tag list - misc
|
||||
ingameinfoxml.tag.memmax.desc=最大内存大小.
|
||||
ingameinfoxml.tag.memtotal.desc=总内存大小.
|
||||
ingameinfoxml.tag.memfree.desc=空闲内存大小.
|
||||
ingameinfoxml.tag.memused.desc=已用内存大小.
|
||||
ingameinfoxml.tag.fps.desc=当前FPS.
|
||||
ingameinfoxml.tag.resourcepack.desc=当前资源包.
|
||||
ingameinfoxml.tag.entitiesrendered.desc=已渲染实体数.
|
||||
ingameinfoxml.tag.entitiestotal.desc=已加载实体数.
|
||||
ingameinfoxml.tag.loadedchunks.desc=已加载区块数.
|
||||
ingameinfoxml.tag.server.desc=服务器域名 或者 IP与其端口号(在端口号不是25565时显示), 如果是本地游戏则显示为本地主机名.
|
||||
ingameinfoxml.tag.servername.desc=服务器域名, 如果是本地游戏则显示为本地主机名.
|
||||
ingameinfoxml.tag.serverip.desc=服务器IP, 如果是本地游戏则显示为127.0.0.1.
|
||||
ingameinfoxml.tag.serverport.desc=服务器端口号, 如果是本地游戏则显示为-1
|
||||
ingameinfoxml.tag.ping.desc=当前ping值, 如果没有数据则显示为-1.
|
||||
ingameinfoxml.tag.pingicon.desc=对应当前ping值的图标, 如果没有数据则不显示任何东西.
|
||||
|
||||
# gui - tag list - mouse over
|
||||
ingameinfoxml.tag.mouseovername.desc=光标下实体或方块的名称, 如果光标下什么都没有则不显示任何东西.
|
||||
ingameinfoxml.tag.mouseoveruniquename.desc=光标下实体或方块的 唯一标记名称, 如果光标下什么都没有则不显示任何东西.
|
||||
ingameinfoxml.tag.mouseoverid.desc=光标下实体或方块的ID, 如果光标下什么都没有则显示为0.
|
||||
ingameinfoxml.tag.mouseovermetadata.desc=光标下方块的metadata(元数据), 如果光标下什么都没有则显示为0.
|
||||
ingameinfoxml.tag.mouseoverpowerweak.desc=该方块红石信号的最小强度, 如果什么都没有则显示为-1.
|
||||
ingameinfoxml.tag.mouseoverpowerstrong.desc=该方块红石信号的最大强度, 如果什么都没有则显示为-1.
|
||||
ingameinfoxml.tag.mouseoverpowerinput.desc=该方块红石信号的输入强度, 如果什么都没有则显示为-1.
|
||||
|
||||
# gui - tag list - nearby player
|
||||
ingameinfoxml.tag.nearbyplayerdistance.desc=与附近第x个玩家间的距离.
|
||||
ingameinfoxml.tag.nearbyplayername.desc=附近第x个玩家的名称.
|
||||
|
||||
# gui - tag list - player equipment
|
||||
ingameinfoxml.tag.equippedname.desc=持有物品的名称.
|
||||
ingameinfoxml.tag.equippeduniquename.desc=持有物品的 唯一标记名称.
|
||||
ingameinfoxml.tag.equippeddamage.desc=持有物品的耐久.
|
||||
ingameinfoxml.tag.equippedmaxdamage.desc=持有物品的最大耐久.
|
||||
ingameinfoxml.tag.equippeddamageleft.desc=持有物品的剩余耐久.
|
||||
ingameinfoxml.tag.equippedquantity.desc=持有物品在物品栏中的数量.
|
||||
ingameinfoxml.tag.equippedicon.desc=持有物品的图标.
|
||||
ingameinfoxml.tag.equippedlargeicon.desc=持有物品的大图标.
|
||||
ingameinfoxml.tag.helmetname.desc=头盔的名称.
|
||||
ingameinfoxml.tag.helmetuniquename.desc=头盔的 唯一标记名称.
|
||||
ingameinfoxml.tag.helmetdamage.desc=头盔的耐久.
|
||||
ingameinfoxml.tag.helmetmaxdamage.desc=头盔的最大耐久.
|
||||
ingameinfoxml.tag.helmetdamageleft.desc=头盔的剩余耐久.
|
||||
ingameinfoxml.tag.helmetquantity.desc=该头盔在物品栏中的数量.
|
||||
ingameinfoxml.tag.helmeticon.desc=头盔的图标.
|
||||
ingameinfoxml.tag.helmetlargeicon.desc=头盔的大图标.
|
||||
ingameinfoxml.tag.chestplatename.desc=胸甲的名称.
|
||||
ingameinfoxml.tag.chestplateuniquename.desc=胸甲的 唯一标记名称.
|
||||
ingameinfoxml.tag.chestplatedamage.desc=胸甲的耐久.
|
||||
ingameinfoxml.tag.chestplatemaxdamage.desc=胸甲的最大耐久.
|
||||
ingameinfoxml.tag.chestplatedamageleft.desc=胸甲的剩余耐久.
|
||||
ingameinfoxml.tag.chestplatequantity.desc=该胸甲在物品栏中的数量.
|
||||
ingameinfoxml.tag.chestplateicon.desc=胸甲的图标.
|
||||
ingameinfoxml.tag.chestplatelargeicon.desc=胸甲的大图标.
|
||||
ingameinfoxml.tag.leggingsname.desc=护腿的名称.
|
||||
ingameinfoxml.tag.leggingsuniquename.desc=护腿的 唯一标记名称.
|
||||
ingameinfoxml.tag.leggingsdamage.desc=护腿的耐久.
|
||||
ingameinfoxml.tag.leggingsmaxdamage.desc=护腿的最大耐久.
|
||||
ingameinfoxml.tag.leggingsdamageleft.desc=护腿的剩余耐久.
|
||||
ingameinfoxml.tag.leggingsquantity.desc=该护腿在物品栏中的数量.
|
||||
ingameinfoxml.tag.leggingsicon.desc=护腿的图标.
|
||||
ingameinfoxml.tag.leggingslargeicon.desc=护腿的大图标.
|
||||
ingameinfoxml.tag.bootsname.desc=靴子的名称.
|
||||
ingameinfoxml.tag.bootsuniquename.desc=靴子的 唯一标记名称.
|
||||
ingameinfoxml.tag.bootsdamage.desc=靴子的耐久.
|
||||
ingameinfoxml.tag.bootsmaxdamage.desc=靴子的最大耐久.
|
||||
ingameinfoxml.tag.bootsdamageleft.desc=靴子的剩余耐久.
|
||||
ingameinfoxml.tag.bootsquantity.desc=该靴子在物品栏中的数量.
|
||||
ingameinfoxml.tag.bootsicon.desc=靴子的图标.
|
||||
ingameinfoxml.tag.bootslargeicon.desc=靴子的大图标.
|
||||
|
||||
# gui - tag list - player general
|
||||
ingameinfoxml.tag.light.desc=你当前位置的光照等级.
|
||||
ingameinfoxml.tag.lightfeet.desc=你当前位置(脚下)的光照等级.
|
||||
ingameinfoxml.tag.lightnosun.desc=在没有阳光时你当前位置的光照等级.
|
||||
ingameinfoxml.tag.lightnosunfeet.desc=在没有阳光时你当前位置(脚下)的光照等级.
|
||||
ingameinfoxml.tag.lightsun.desc=你当前位置的阳光等级.
|
||||
ingameinfoxml.tag.lightsunfeet.desc=你当前位置(脚下)的阳光等级.
|
||||
ingameinfoxml.tag.score.desc=玩家得分.
|
||||
ingameinfoxml.tag.gamemode.desc=玩家游戏模式名称.
|
||||
ingameinfoxml.tag.gamemodeid.desc=玩家游戏模式id.
|
||||
ingameinfoxml.tag.health.desc=玩家当前生命值.
|
||||
ingameinfoxml.tag.maxhealth.desc=玩家最大生命值.
|
||||
ingameinfoxml.tag.armor.desc=玩家护甲值.
|
||||
ingameinfoxml.tag.foodlevel.desc=玩家饥饿值.
|
||||
ingameinfoxml.tag.maxfoodlevel.desc=玩家最大饥饿值.
|
||||
ingameinfoxml.tag.saturation.desc=玩家饱腹状态.
|
||||
ingameinfoxml.tag.exhaustion.desc=玩家空腹状态.
|
||||
ingameinfoxml.tag.airticks.desc=玩家氧气槽数量.
|
||||
ingameinfoxml.tag.maxairticks.desc=玩家最大氧气槽数量.
|
||||
ingameinfoxml.tag.playerlevel.desc=玩家等级.
|
||||
ingameinfoxml.tag.xpthislevel.desc=玩家当前经验值.
|
||||
ingameinfoxml.tag.xpuntilnext.desc=玩家升级所需经验值.
|
||||
ingameinfoxml.tag.xpcap.desc=玩家到达当前等级总共所需经验值.
|
||||
ingameinfoxml.tag.username.desc=玩家名称.
|
||||
ingameinfoxml.tag.inwater.desc=如果玩家位于水下就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.wet.desc=如果玩家被水打湿就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.alive.desc=如果玩家存活就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.burning.desc=如果玩家着火就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.riding.desc=如果玩家正在骑乘就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.sneaking.desc=如果玩家正在潜行就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.sprinting.desc=如果玩家正在疾跑就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.invisible.desc=如果玩家处于隐身状态就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.eating.desc=如果玩家正在进食就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.invulnerable.desc=如果玩家处于无敌状态就返回§e真§r, 否则就返回§e假§r.
|
||||
|
||||
# gui - tag list - player position
|
||||
ingameinfoxml.tag.chunkx.desc=玩家X轴区块坐标.
|
||||
ingameinfoxml.tag.chunkz.desc=玩家Z轴区块坐标.
|
||||
ingameinfoxml.tag.chunkoffsetx.desc=玩家X轴区块坐标偏移量(0-15).
|
||||
ingameinfoxml.tag.chunkoffsetz.desc=玩家Z轴区块坐标偏移量(0-15).
|
||||
ingameinfoxml.tag.x.desc=玩家X轴坐标.
|
||||
ingameinfoxml.tag.y.desc=玩家Y轴坐标.
|
||||
ingameinfoxml.tag.yfeet.desc=玩家Y轴坐标(脚下).
|
||||
ingameinfoxml.tag.z.desc=玩家Z轴坐标.
|
||||
ingameinfoxml.tag.xi.desc=玩家X轴坐标取整.
|
||||
ingameinfoxml.tag.yi.desc=玩家Y轴坐标取整.
|
||||
ingameinfoxml.tag.yfeeti.desc=玩家X轴坐标取整(脚下).
|
||||
ingameinfoxml.tag.zi.desc=玩家Z轴坐标取整.
|
||||
ingameinfoxml.tag.speed.desc=玩家移动速度.
|
||||
ingameinfoxml.tag.speedx.desc=玩家移动速度x轴分量.
|
||||
ingameinfoxml.tag.speedy.desc=玩家移动速度y轴分量.
|
||||
ingameinfoxml.tag.speedz.desc=玩家移动速度z轴分量.
|
||||
ingameinfoxml.tag.speedxz.desc=玩家移动速度水平分量.
|
||||
ingameinfoxml.tag.direction.desc=以角度为单位(-180~180)的玩家朝向.
|
||||
ingameinfoxml.tag.roughdirection.desc=玩家当前大致朝向(南,西,北,东).
|
||||
ingameinfoxml.tag.finedirection.desc=玩家当前精确朝向(南,西南,西,西北, ...).
|
||||
ingameinfoxml.tag.abrroughdirection.desc=玩家当前当前大致朝向简写(南,西,北,东).
|
||||
ingameinfoxml.tag.abrfinedirection.desc=玩家当前精确朝向简写(南,西南,西,西北, ...).
|
||||
ingameinfoxml.tag.directionhud.desc=一个小型的材质化的方向HUD(显示器).
|
||||
|
||||
# gui - tag list - player potion
|
||||
ingameinfoxml.tag.potioneffect.desc=第x个药水效果名称.
|
||||
ingameinfoxml.tag.potionduration.desc=第x个药水效果的持续时间(单位为秒).
|
||||
ingameinfoxml.tag.potiondurationticks.desc=药水效果的持续时间(单位为游戏刻).
|
||||
ingameinfoxml.tag.potionicon.desc=第x个药水效果的图标.
|
||||
ingameinfoxml.tag.potionlargeicon.desc=第x个药水效果的大图标.
|
||||
|
||||
# gui - tag list - riding
|
||||
ingameinfoxml.tag.ridinghorse.desc=如果玩家正在骑马就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.horsehealth.desc=马匹生命值.
|
||||
ingameinfoxml.tag.horsemaxhealth.desc=马匹最大生命值.
|
||||
ingameinfoxml.tag.horsespeed.desc=马匹速度.
|
||||
ingameinfoxml.tag.horsejumpstrength.desc=马匹跳跃强度.
|
||||
|
||||
# gui - tag list - time
|
||||
ingameinfoxml.tag.day.desc=Minecraft天数,从0开始.
|
||||
ingameinfoxml.tag.mctimeh.desc=Minecraft小时.
|
||||
ingameinfoxml.tag.mctimem.desc=Minecraft分钟.
|
||||
ingameinfoxml.tag.mctime24.desc=Minecraft时间(24小时制).
|
||||
ingameinfoxml.tag.mctime12.desc=Minecraft时间(12小时制).
|
||||
ingameinfoxml.tag.rltime24.desc=真实时间(24小时制).
|
||||
ingameinfoxml.tag.rltime12.desc=真实时间(12小时制).
|
||||
|
||||
# gui - tag list - world
|
||||
ingameinfoxml.tag.worldname.desc=游戏世界名称.
|
||||
ingameinfoxml.tag.worldsize.desc=游戏世界大小.
|
||||
ingameinfoxml.tag.worldsizemb.desc=用MiB表示的游戏世界大小.
|
||||
ingameinfoxml.tag.seed.desc=游戏世界种子.
|
||||
ingameinfoxml.tag.difficulty.desc=游戏世界难度名称.
|
||||
ingameinfoxml.tag.difficultyid.desc=游戏世界难度id.
|
||||
ingameinfoxml.tag.dimension.desc=维度名称.
|
||||
ingameinfoxml.tag.dimensionid.desc=维度id.
|
||||
ingameinfoxml.tag.biome.desc=生物群系名称.
|
||||
ingameinfoxml.tag.biomeid.desc=生物群系id.
|
||||
ingameinfoxml.tag.daytime.desc=如果是白天就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.raining.desc=如果在下雨就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.thundering.desc=如果是雷暴天气就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.snowing.desc=如果在下雪就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.nextrain.desc=下一场雨倒计时.
|
||||
ingameinfoxml.tag.slimes.desc=如果当前区块为史莱姆区块就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.hardcore.desc=如果该游戏世界为极限模式就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.temperature.desc=生物群系温度.
|
||||
ingameinfoxml.tag.localtemperature.desc=你当前位置的生物群系温度.
|
||||
ingameinfoxml.tag.humidity.desc=生物群系湿度.
|
||||
|
||||
# gui - tag list - integration - blood magic
|
||||
ingameinfoxml.tag.bmlp.desc=当前§4LP§r.
|
||||
ingameinfoxml.tag.bmmaxlp.desc=最大§4LP§r.
|
||||
|
||||
# gui - tag list - integration - simply jetpacks
|
||||
ingameinfoxml.tag.sjenergy.desc=喷气背包能量值.
|
||||
ingameinfoxml.tag.sjmaxenergy.desc=喷气背包最大能量值.
|
||||
ingameinfoxml.tag.sjpercent.desc=喷气背包剩余能量值(以百分比为单位).
|
||||
ingameinfoxml.tag.sjenabled.desc=若果该喷气背包可用就返回§e真§r, 否则就返回§e假§r.
|
||||
ingameinfoxml.tag.sjhover.desc=如果该喷气背包处于悬停模式就返回§e真§r, 否则就返回§e假§r.
|
||||
|
||||
# gui - tag list - integration - terrafirmacraft
|
||||
ingameinfoxml.tag.tfcrainfall.desc=你当前位置的降水量.
|
||||
ingameinfoxml.tag.tfctemperature.desc=你当前位置的温度.
|
||||
ingameinfoxml.tag.tfcaveragetemperature.desc=你当前位置的年平均温度.
|
||||
ingameinfoxml.tag.tfctemperatureheatsources.desc=你当前位置的外部热源温度.
|
||||
ingameinfoxml.tag.tfcseason.desc=季节.
|
||||
ingameinfoxml.tag.tfcdate.desc=日期.
|
||||
ingameinfoxml.tag.tfcday.desc=日.
|
||||
ingameinfoxml.tag.tfcmonth.desc=月.
|
||||
ingameinfoxml.tag.tfcyear.desc=年.
|
||||
ingameinfoxml.tag.fmtskill.desc=%s 信息.
|
||||
ingameinfoxml.tag.fmtskillrank.desc=当前排名 %s.
|
||||
ingameinfoxml.tag.fmtskillprogress.desc=当前进度 %s.
|
||||
|
||||
# gui - tag list - integration - thaumcraft
|
||||
ingameinfoxml.tag.tcwarpperm.desc=玩家的永久扭曲.
|
||||
ingameinfoxml.tag.tcwarpsticky.desc=玩家的一般扭曲(附着性).
|
||||
ingameinfoxml.tag.tcwarptemp.desc=玩家的暂时性扭曲.
|
||||
ingameinfoxml.tag.tcwarptotal.desc=玩家的总扭曲.
|
||||
|
||||
# gui - tag list - integration - gregtech
|
||||
ingameinfoxml.tag.gtnewore.desc=§etrue§r 以启用矿脉等距生成, §efalse§r 使用旧版生成逻辑(坐标轴对称).
|
||||
|
||||
|
||||
# keys
|
||||
ingameinfoxml.key.category=InGame Info XML
|
||||
ingameinfoxml.key.toggle=切换覆盖
|
||||
|
||||
# commands
|
||||
commands.ingameinfoxml.usage=/igi <reload|load|save|enable|disable|taglist|config> [文件名]
|
||||
commands.ingameinfoxml.reload=正在重新加载...
|
||||
commands.ingameinfoxml.load=正在加载%s...
|
||||
commands.ingameinfoxml.save=正在保存%s...
|
||||
commands.ingameinfoxml.success=完成!
|
||||
commands.ingameinfoxml.failure=出现了错误!
|
||||
commands.ingameinfoxml.enable=InGame Info XML界面现在已启用.
|
||||
commands.ingameinfoxml.disable=InGame Info XML界面现在已禁用.
|
||||
Reference in New Issue
Block a user