|
| 1 | +{ |
| 2 | + "xray.debug.init": "XRay Initialised", |
| 3 | + |
| 4 | + "xray.single.cancel": "Cancel", |
| 5 | + "xray.single.add": "Add", |
| 6 | + "xray.single.delete": "Delete", |
| 7 | + "xray.single.save": "Save", |
| 8 | + "xray.single.tools": "Tools", |
| 9 | + "xray.single.close": "Close", |
| 10 | + "xray.single.search": "Search", |
| 11 | + "xray.single.help": "Help", |
| 12 | + |
| 13 | + "xray.overlay": "XRay Active", |
| 14 | + |
| 15 | + "xray.color.red": "Red: ", |
| 16 | + "xray.color.green": "Green: ", |
| 17 | + "xray.color.blue": "Blue: ", |
| 18 | + |
| 19 | + "xray.input.gui": "GUI Name", |
| 20 | + "xray.input.add": "Add Block", |
| 21 | + "xray.input.add_hand": "Add Block in hand", |
| 22 | + "xray.input.add_look": "Add Looking at", |
| 23 | + "xray.input.distance": "Distance: %s", |
| 24 | + "xray.input.show-lava": "Show Lava: %s", |
| 25 | + "xray.input.toggle_oredict": "Use Dictionary", |
| 26 | + |
| 27 | + "xray.title.config": "Configure Block", |
| 28 | + "xray.title.edit": "Edit Block", |
| 29 | + "xray.title.edit_meta": "Edit Meta", |
| 30 | + |
| 31 | + "xray.chat.first-time": "§6Thank you for using Advanced XRay, §rYou can open the menu by pressing §a[%s§a] §rand turn XRay on with §a[%s§a]§r.", |
| 32 | + "xray.chat.first-time-line-2": "These can be changed in settings -> options -> controls -> keybindings. §cThis message will only show once.", |
| 33 | + |
| 34 | + "xray.message.missing_input": "You need to have all the inputs filled in", |
| 35 | + "xray.message.already_exists": "This block has already been added to the block list", |
| 36 | + "xray.message.added_block": "Successfully added %s.", |
| 37 | + "xray.message.updated_block": "Entry Updated", |
| 38 | + "xray.message.remove_block": "%s has been removed", |
| 39 | + "xray.message.block_exists": "%s already exists. Please enter a different name.", |
| 40 | + "xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.", |
| 41 | + "xray.message.removed": "Successfully removed %s.", |
| 42 | + "xray.message.config_missing": "Config file not found. Creating now.", |
| 43 | + "xray.message.invalid_hand": "%s needs to be a block", |
| 44 | + "xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen", |
| 45 | + "xray.message.nothing_infront": "You're not looking at anything are you?", |
| 46 | + "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", |
| 47 | + "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", |
| 48 | + "xray.message.state_warning": "Warning, this will limit you to default\nblocks. Use looking at or in hand to get\nthe absolute block you require.\nIn some cases (chests) this may be what you need to do\nif that's the case then this is the right option.", |
| 49 | + |
| 50 | + "xray.tooltips.add_block": "Select a block to add to the XRay'd blocks\nThis uses block defaults, if you require a specific block\nthen use 'Add Looking At'.", |
| 51 | + "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", |
| 52 | + "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", |
| 53 | + "xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.", |
| 54 | + "xray.tooltips.distance": "Warning: Larger radius will lag for a second whilst updating.", |
| 55 | + "xray.tooltips.edit1": "Click to enable / disable", |
| 56 | + "xray.tooltips.edit2": "Hold shift and click to edit.", |
| 57 | + |
| 58 | + "xray.message.help.gui": "To edit a block simply shift click on the block you wish to edit.\nIf you want to enable / disable a block then click on a block\n and it'll toggle on and off.", |
| 59 | + "xray.message.help.warning": "As a warning, using any distance over 64 will cause FPS drops due\nto the vast amount of blocks that we have to scan. (It's like 256^3)", |
| 60 | + |
| 61 | + "xray.config.toggle": "Toggle XRay", |
| 62 | + "xray.config.open": "Open XRay Menu", |
| 63 | + |
| 64 | + "xray.toggle.activated": "XRay activated", |
| 65 | + "xray.toggle.deactivated": "XRay deactivated" |
| 66 | +} |
0 commit comments