Skip to content

Commit 7e01ff3

Browse files
committed
modmenu支持
1 parent 7bdae41 commit 7e01ff3

File tree

4 files changed

+59
-56
lines changed
  • projects
    • 1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang
    • 1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang
    • 1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang

4 files changed

+59
-56
lines changed

projects/1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"xray.tooltips.edit1": "点击以启用/禁用",
5252
"xray.tooltips.edit2": "按住Shift键并单击进行编辑。",
5353
"xray.message.help.gui": "要编辑方块,只需按住Shift键并单击要编辑的方块即可。\n如果要启用/禁用某个方块,请单击某个方块,它将打开和关闭。",
54-
"xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)"
54+
"xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)",
55+
"modmenu.descriptionTranslation.advanced-xray-fabric": "适用于Fabric的高级透视模组,可满足你的区块查找需求!"
5556
}

projects/1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"xray.tooltips.edit1": "点击以启用/禁用",
5252
"xray.tooltips.edit2": "按住Shift键并单击进行编辑。",
5353
"xray.message.help.gui": "要编辑方块,只需按住Shift键并单击要编辑的方块即可。\n如果要启用/禁用某个方块,请单击某个方块,它将打开和关闭。",
54-
"xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)"
54+
"xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)",
55+
"modmenu.descriptionTranslation.advanced-xray-fabric": "适用于Fabric的高级透视模组,可满足你的区块查找需求!"
5556
}
Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
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)"
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)"
5555
}

projects/1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"xray.tooltips.edit1": "点击以启用/禁用",
5252
"xray.tooltips.edit2": "按住Shift键并单击进行编辑。",
5353
"xray.message.help.gui": "要编辑方块,只需按住Shift键并单击要编辑的方块即可。\n如果要启用/禁用某个方块,请单击某个方块,它将打开和关闭。",
54-
"xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)"
54+
"xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)",
55+
"modmenu.descriptionTranslation.advanced-xray-fabric": "适用于Fabric的高级透视模组,可满足你的区块查找需求!"
5556
}

0 commit comments

Comments
 (0)