Files
Aphelion/src/main/resources/assets/aphelion/lang/en_us.json

57 lines
2.9 KiB
JSON

{
"item.aphelion.test_item": "Test Item",
"block.aphelion.test_block": "Test Block",
"block.aphelion.electric_arc_furnace": "Electric Arc Furnace",
"block.aphelion.vacuum_arc_furnace_controller": "Vacuum Arc Furnace Controller",
"block.aphelion.arc_furnace_casing": "Arc Furnace Casing",
"block.aphelion.vaf_dummy_block": "Vacuum Arc Furnace",
"item.aphelion.ingot_steel": "Steel Ingot",
"block.aphelion.block_steel": "Steel Block",
"block.aphelion.oil": "Oil",
"item.aphelion.ingot_aluminum": "Aluminum Ingot",
"item.aphelion.ingot_tungsten": "Tungsten Ingot",
"item.aphelion.ingot_titanium": "Titanium Ingot",
"item.aphelion.ingot_uranium": "Uranium Ingot",
"item.aphelion.ingot_cobalt": "Cobalt Ingot",
"item.aphelion.ingot_neodymium": "Neodymium Ingot",
"item.aphelion.ingot_iridium": "Iridium Ingot",
"item.aphelion.oil_bucket": "Oil Bucket",
"item.aphelion.music_disc_bit_shift": "Music Disc",
"item.aphelion.music_disc_bit_shift.desc": "XevianLight - Bit Shift",
"creativetab.aphelion.aphelion_items": "Aphelion Items",
"creativetab.aphelion.aphelion_blocks": "Aphelion Blocks",
"tag.item.c.ingots.steel": "Steel Ingots",
"tag.item.c.ingots.aluminum": "Aluminum Ingots",
"entity.aphelion.rocket": "Rocket",
"fluid_type.aphelion.oil": "Oil",
"command.aphelion.station.orbit.set": "Set station (%s, %s)'s orbit to %s",
"command.aphelion.station.orbit.get": "Station (%s, %s)'s orbit is assigned to %s",
"command.aphelion.station.orbit.get.unassigned": "Station (%s, %s)'s orbit is not assigned",
"command.aphelion.station.orbit.cleared": "Cleared station (%s, %s)'s orbit",
"command.aphelion.station.orbit.clear_all": "Cleared all station orbits",
"command.aphelion.station.orbit.overwrite_all": "Set all existing station orbits with %s (unassigned stations were not affected)",
"command.aphelion.station.orbit.debug.posToKey": "Key of station (%s, %s) is %s",
"command.aphelion.station.orbit.debug.keyToPos": "Key %s belongs to station %s",
"command.aphelion.station.teleport.success": "Teleported %s to station %s, id: %s",
"command.aphelion.station.teleport.failure": "Failed to teleport, entity is null",
"command.aphelion.station.teleport.failure.invalid_level": "Failed to teleport, target level is null",
"command.aphelion.station.orbit.debug.getPartition": "Partition of %s, %s is %s",
"command.aphelion.rocket.entity_invalid": "Entity is not a valid rocket",
"command.aphelion.rocket.spawn.success": "Summoned new rocket",
"command.aphelion.rocket.set_dim.success": "Set target dimension of rocket to %s",
"command.aphelion.rocket.get_dim.success": "Target dimension of rocket is %s",
"command.aphelion.rocket.set_pos.success": "Set target position of rocket to %s",
"command.aphelion.rocket.get_pos.success": "Target position of rocket is %s",
"command.aphelion.rocket.get_pos.success.null": "Target position of rocket is not set"
}