Skip to content

Commit ce5efc2

Browse files
committed
提交其他版本的 en_us.json
1 parent db2954e commit ce5efc2

6 files changed

Lines changed: 259 additions & 0 deletions

File tree

  • projects
    • 1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang
    • 1.16/assets/advanced-xray/xray/lang
    • 1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang
    • 1.18/assets/advanced-xray/xray/lang
    • 1.19/assets/advanced-xray/xray
    • 1.20/assets/advanced-xray/xray/lang
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"category.xray": "Advanced XRay",
3+
"keybinding.enable_xray": "Enable XRay",
4+
"keybinding.open_gui": "Open Gui",
5+
"message.xray_active": "XRay activated",
6+
"message.xray_deactivate": "XRay deactivated",
7+
"spacer": "-------------------------------------------------------",
8+
"comment_forge": "Forge mod old lang stuff, please never translate",
9+
"xray.single.cancel": "Cancel",
10+
"xray.single.add": "Add",
11+
"xray.single.delete": "Delete",
12+
"xray.single.save": "Save",
13+
"xray.single.tools": "Tools",
14+
"xray.single.close": "Close",
15+
"xray.single.search": "Search",
16+
"xray.single.help": "Help",
17+
"xray.overlay": "XRay Active",
18+
"xray.color.red": "Red: ",
19+
"xray.color.green": "Green: ",
20+
"xray.color.blue": "Blue: ",
21+
"xray.input.gui": "GUI Name",
22+
"xray.input.add": "Add Block",
23+
"xray.input.add_hand": "Add Block in hand",
24+
"xray.input.add_look": "Add Looking at",
25+
"xray.input.distance": "Distance: %s",
26+
"xray.input.show-lava": "Show Lava: %s",
27+
"xray.input.toggle_oredict": "Use Dictionary",
28+
"xray.title.config": "Configure Block",
29+
"xray.title.edit": "Edit Block",
30+
"xray.title.edit_meta": "Edit Meta",
31+
"xray.message.missing_input": "You need to have all the inputs filled in",
32+
"xray.message.already_exists": "This block has already been added to the block list",
33+
"xray.message.added_block": "Successfully added %s.",
34+
"xray.message.updated_block": "Entry Updated",
35+
"xray.message.remove_block": "%s has been removed",
36+
"xray.message.block_exists": "%s already exists. Please enter a different name.",
37+
"xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.",
38+
"xray.message.removed": "Successfully removed %s.",
39+
"xray.message.config_missing": "Config file not found. Creating now.",
40+
"xray.message.invalid_hand": "%s needs to be a block",
41+
"xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen",
42+
"xray.message.nothing_infront": "You're not looking at anything are you?",
43+
"xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta",
44+
"xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}",
45+
"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.",
46+
"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'.",
47+
"xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.",
48+
"xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.",
49+
"xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.",
50+
"xray.tooltips.distance": "Warning: Lag if you go over 128.",
51+
"xray.tooltips.edit1": "Click to enable / disable",
52+
"xray.tooltips.edit2": "Hold shift and click to edit.",
53+
"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.",
54+
"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)"
55+
}

projects/1.16/assets/advanced-xray/xray/lang/en_us.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"xray.debug.init": "XRay Initialised",
3+
34
"xray.single.cancel": "Cancel",
45
"xray.single.add": "Add",
56
"xray.single.delete": "Delete",
@@ -8,20 +9,25 @@
89
"xray.single.close": "Close",
910
"xray.single.search": "Search",
1011
"xray.single.help": "Help",
12+
1113
"xray.overlay": "XRay Active",
14+
1215
"xray.color.red": "Red: ",
1316
"xray.color.green": "Green: ",
1417
"xray.color.blue": "Blue: ",
18+
1519
"xray.input.gui": "GUI Name",
1620
"xray.input.add": "Add Block",
1721
"xray.input.add_hand": "Add Block in hand",
1822
"xray.input.add_look": "Add Looking at",
1923
"xray.input.distance": "Distance: %s",
2024
"xray.input.show-lava": "Show Lava: %s",
2125
"xray.input.toggle_oredict": "Use Dictionary",
26+
2227
"xray.title.config": "Configure Block",
2328
"xray.title.edit": "Edit Block",
2429
"xray.title.edit_meta": "Edit Meta",
30+
2531
"xray.message.missing_input": "You need to have all the inputs filled in",
2632
"xray.message.already_exists": "This block has already been added to the block list",
2733
"xray.message.added_block": "Successfully added %s.",
@@ -37,17 +43,21 @@
3743
"xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta",
3844
"xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}",
3945
"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.",
46+
4047
"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'.",
4148
"xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.",
4249
"xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.",
4350
"xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.",
4451
"xray.tooltips.distance": "Warning: Lag if you go over 128.",
4552
"xray.tooltips.edit1": "Click to enable / disable",
4653
"xray.tooltips.edit2": "Hold shift and click to edit.",
54+
4755
"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.",
4856
"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)",
57+
4958
"xray.config.toggle": "Toggle XRay",
5059
"xray.config.open": "Open XRay Menu",
60+
5161
"xray.toggle.activated": "XRay activated",
5262
"xray.toggle.deactivated": "XRay deactivated"
5363
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"category.xray": "Advanced XRay",
3+
"keybinding.enable_xray": "Enable XRay",
4+
"keybinding.open_gui": "Open Gui",
5+
"message.xray_active": "XRay activated",
6+
"message.xray_deactivate": "XRay deactivated",
7+
"spacer": "-------------------------------------------------------",
8+
"comment_forge": "Forge mod old lang stuff, please never translate",
9+
"xray.single.cancel": "Cancel",
10+
"xray.single.add": "Add",
11+
"xray.single.delete": "Delete",
12+
"xray.single.save": "Save",
13+
"xray.single.tools": "Tools",
14+
"xray.single.close": "Close",
15+
"xray.single.search": "Search",
16+
"xray.single.help": "Help",
17+
"xray.overlay": "XRay Active",
18+
"xray.color.red": "Red: ",
19+
"xray.color.green": "Green: ",
20+
"xray.color.blue": "Blue: ",
21+
"xray.input.gui": "GUI Name",
22+
"xray.input.add": "Add Block",
23+
"xray.input.add_hand": "Add Block in hand",
24+
"xray.input.add_look": "Add Looking at",
25+
"xray.input.distance": "Distance: %s",
26+
"xray.input.show-lava": "Show Lava: %s",
27+
"xray.input.toggle_oredict": "Use Dictionary",
28+
"xray.title.config": "Configure Block",
29+
"xray.title.edit": "Edit Block",
30+
"xray.title.edit_meta": "Edit Meta",
31+
"xray.message.missing_input": "You need to have all the inputs filled in",
32+
"xray.message.already_exists": "This block has already been added to the block list",
33+
"xray.message.added_block": "Successfully added %s.",
34+
"xray.message.updated_block": "Entry Updated",
35+
"xray.message.remove_block": "%s has been removed",
36+
"xray.message.block_exists": "%s already exists. Please enter a different name.",
37+
"xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.",
38+
"xray.message.removed": "Successfully removed %s.",
39+
"xray.message.config_missing": "Config file not found. Creating now.",
40+
"xray.message.invalid_hand": "%s needs to be a block",
41+
"xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen",
42+
"xray.message.nothing_infront": "You're not looking at anything are you?",
43+
"xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta",
44+
"xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}",
45+
"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.",
46+
"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'.",
47+
"xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.",
48+
"xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.",
49+
"xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.",
50+
"xray.tooltips.distance": "This is the amount of chunks around the player.",
51+
"xray.tooltips.edit1": "Click to enable / disable",
52+
"xray.tooltips.edit2": "Hold shift and click to edit.",
53+
"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.",
54+
"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)"
55+
}

projects/1.18/assets/advanced-xray/xray/lang/en_us.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"xray.debug.init": "XRay Initialised",
3+
34
"xray.single.cancel": "Cancel",
45
"xray.single.add": "Add",
56
"xray.single.delete": "Delete",
@@ -8,20 +9,25 @@
89
"xray.single.close": "Close",
910
"xray.single.search": "Search",
1011
"xray.single.help": "Help",
12+
1113
"xray.overlay": "XRay Active",
14+
1215
"xray.color.red": "Red: ",
1316
"xray.color.green": "Green: ",
1417
"xray.color.blue": "Blue: ",
18+
1519
"xray.input.gui": "GUI Name",
1620
"xray.input.add": "Add Block",
1721
"xray.input.add_hand": "Add Block in hand",
1822
"xray.input.add_look": "Add Looking at",
1923
"xray.input.distance": "Distance: %s",
2024
"xray.input.show-lava": "Show Lava: %s",
2125
"xray.input.toggle_oredict": "Use Dictionary",
26+
2227
"xray.title.config": "Configure Block",
2328
"xray.title.edit": "Edit Block",
2429
"xray.title.edit_meta": "Edit Meta",
30+
2531
"xray.message.missing_input": "You need to have all the inputs filled in",
2632
"xray.message.already_exists": "This block has already been added to the block list",
2733
"xray.message.added_block": "Successfully added %s.",
@@ -37,17 +43,21 @@
3743
"xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta",
3844
"xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}",
3945
"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.",
46+
4047
"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'.",
4148
"xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.",
4249
"xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.",
4350
"xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.",
4451
"xray.tooltips.distance": "Warning: Larger radius will lag for a second whilst updating.",
4552
"xray.tooltips.edit1": "Click to enable / disable",
4653
"xray.tooltips.edit2": "Hold shift and click to edit.",
54+
4755
"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.",
4856
"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)",
57+
4958
"xray.config.toggle": "Toggle XRay",
5059
"xray.config.open": "Open XRay Menu",
60+
5161
"xray.toggle.activated": "XRay activated",
5262
"xray.toggle.deactivated": "XRay deactivated"
5363
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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.message.missing_input": "You need to have all the inputs filled in",
32+
"xray.message.already_exists": "This block has already been added to the block list",
33+
"xray.message.added_block": "Successfully added %s.",
34+
"xray.message.updated_block": "Entry Updated",
35+
"xray.message.remove_block": "%s has been removed",
36+
"xray.message.block_exists": "%s already exists. Please enter a different name.",
37+
"xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.",
38+
"xray.message.removed": "Successfully removed %s.",
39+
"xray.message.config_missing": "Config file not found. Creating now.",
40+
"xray.message.invalid_hand": "%s needs to be a block",
41+
"xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen",
42+
"xray.message.nothing_infront": "You're not looking at anything are you?",
43+
"xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta",
44+
"xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}",
45+
"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.",
46+
47+
"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'.",
48+
"xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.",
49+
"xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.",
50+
"xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.",
51+
"xray.tooltips.distance": "Warning: Larger radius will lag for a second whilst updating.",
52+
"xray.tooltips.edit1": "Click to enable / disable",
53+
"xray.tooltips.edit2": "Hold shift and click to edit.",
54+
55+
"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.",
56+
"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)",
57+
58+
"xray.config.toggle": "Toggle XRay",
59+
"xray.config.open": "Open XRay Menu",
60+
61+
"xray.toggle.activated": "XRay activated",
62+
"xray.toggle.deactivated": "XRay deactivated"
63+
}
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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

Comments
 (0)