diff --git a/projects/1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json b/projects/1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json new file mode 100644 index 000000000000..b3ecb63de3de --- /dev/null +++ b/projects/1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json @@ -0,0 +1,55 @@ +{ + "category.xray": "Advanced XRay", + "keybinding.enable_xray": "Enable XRay", + "keybinding.open_gui": "Open Gui", + "message.xray_active": "XRay activated", + "message.xray_deactivate": "XRay deactivated", + "spacer": "-------------------------------------------------------", + "comment_forge": "Forge mod old lang stuff, please never translate", + "xray.single.cancel": "Cancel", + "xray.single.add": "Add", + "xray.single.delete": "Delete", + "xray.single.save": "Save", + "xray.single.tools": "Tools", + "xray.single.close": "Close", + "xray.single.search": "Search", + "xray.single.help": "Help", + "xray.overlay": "XRay Active", + "xray.color.red": "Red: ", + "xray.color.green": "Green: ", + "xray.color.blue": "Blue: ", + "xray.input.gui": "GUI Name", + "xray.input.add": "Add Block", + "xray.input.add_hand": "Add Block in hand", + "xray.input.add_look": "Add Looking at", + "xray.input.distance": "Distance: %s", + "xray.input.show-lava": "Show Lava: %s", + "xray.input.toggle_oredict": "Use Dictionary", + "xray.title.config": "Configure Block", + "xray.title.edit": "Edit Block", + "xray.title.edit_meta": "Edit Meta", + "xray.message.missing_input": "You need to have all the inputs filled in", + "xray.message.already_exists": "This block has already been added to the block list", + "xray.message.added_block": "Successfully added %s.", + "xray.message.updated_block": "Entry Updated", + "xray.message.remove_block": "%s has been removed", + "xray.message.block_exists": "%s already exists. Please enter a different name.", + "xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.", + "xray.message.removed": "Successfully removed %s.", + "xray.message.config_missing": "Config file not found. Creating now.", + "xray.message.invalid_hand": "%s needs to be a block", + "xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen", + "xray.message.nothing_infront": "You're not looking at anything are you?", + "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", + "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", + "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.", + "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'.", + "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", + "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", + "xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.", + "xray.tooltips.distance": "Warning: Lag if you go over 128.", + "xray.tooltips.edit1": "Click to enable / disable", + "xray.tooltips.edit2": "Hold shift and click to edit.", + "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.", + "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)" +} diff --git a/projects/1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json b/projects/1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json new file mode 100644 index 000000000000..8e6f074594b7 --- /dev/null +++ b/projects/1.16-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json @@ -0,0 +1,56 @@ +{ + "category.xray": "Advanced XRay", + "keybinding.enable_xray": "启用XRay", + "keybinding.open_gui": "打开GUI", + "message.xray_active": "XRay已激活", + "message.xray_deactivate": "XRay已关闭", + "spacer": "-------------------------------------------------------", + "comment_forge": "Forge mod old lang stuff, please never translate", + "xray.single.cancel": "取消", + "xray.single.add": "添加", + "xray.single.delete": "删除", + "xray.single.save": "保存", + "xray.single.tools": "工具", + "xray.single.close": "关闭", + "xray.single.search": "搜索", + "xray.single.help": "帮助", + "xray.overlay": "XRay激活", + "xray.color.red": "红:", + "xray.color.green": "绿:", + "xray.color.blue": "蓝:", + "xray.input.gui": "GUI中的名字", + "xray.input.add": "添加方块", + "xray.input.add_hand": "添加手持的方块", + "xray.input.add_look": "添加目视的方块", + "xray.input.distance": "检测范围:%s", + "xray.input.show-lava": "显示熔岩:%s", + "xray.input.toggle_oredict": "匹配矿物词典", + "xray.title.config": "配置方块", + "xray.title.edit": "编辑方块", + "xray.title.edit_meta": "编辑元数据", + "xray.message.missing_input": "你必须填写所有输入项", + "xray.message.already_exists": "此方块已添加到方块列表", + "xray.message.added_block": "已成功添加%s。", + "xray.message.updated_block": "方块列表已更新", + "xray.message.remove_block": "已删除%s", + "xray.message.block_exists": "%s已存在,请输入其他名称。", + "xray.message.unknown": "你尝试编辑的方块似乎不存在。", + "xray.message.removed": "已成功删除%s。", + "xray.message.config_missing": "未找到配置文件,正在创建中。", + "xray.message.invalid_hand": "%s不属于方块", + "xray.message.thats_odd": "出错了?很抱歉,如果这种情况持续发生,请反馈此问题", + "xray.message.nothing_infront": "你目视的地方没有方块,对吧?", + "xray.message.not_a_number": "{%s}不是数字,请使用数字来指定元数据", + "xray.message.meta_not_supported": "{%s}不是{%s}有效的元数据", + "xray.message.state_warning": "警告,这将限制你只能使用默认方块。\n使用“添加手持的方块”或“添加目视的方块”来获得明确需要的方块。\n在某些情况下(比如箱子),你可能有必要做,\n如果是这样的话,那么这是正确的选择。", + "xray.tooltips.add_block": "选择要添加到XRay的方块\n如果你需要特定的方块,则要使用方块默认值\n然后使用“添加目视的方块”。", + "xray.tooltips.add_block_in_hand": "自动选择你手中的方块\n并添加到列表中。", + "xray.tooltips.add_block_looking_at": "自动选择你正在注视的方块添加到列表中\n的。", + "xray.tooltips.show_lava": "将熔岩像普通方块显示为红色。\n小心!它很烫。", + "xray.tooltips.distance": "这是玩家周围的区块数量。", + "xray.tooltips.edit1": "点击以启用/禁用", + "xray.tooltips.edit2": "按住Shift键并单击进行编辑。", + "xray.message.help.gui": "要编辑方块,只需按住Shift键并单击要编辑的方块即可。\n如果要启用/禁用某个方块,请单击某个方块,它将打开和关闭。", + "xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)", + "modmenu.descriptionTranslation.advanced-xray-fabric": "适用于Fabric的高级透视模组,可满足你的区块查找需求!" +} diff --git a/projects/1.16/assets/advanced-xray/xray/lang/en_us.json b/projects/1.16/assets/advanced-xray/xray/lang/en_us.json index 031b6db5baf4..46081b7ff0b6 100644 --- a/projects/1.16/assets/advanced-xray/xray/lang/en_us.json +++ b/projects/1.16/assets/advanced-xray/xray/lang/en_us.json @@ -1,5 +1,6 @@ { "xray.debug.init": "XRay Initialised", + "xray.single.cancel": "Cancel", "xray.single.add": "Add", "xray.single.delete": "Delete", @@ -8,10 +9,13 @@ "xray.single.close": "Close", "xray.single.search": "Search", "xray.single.help": "Help", + "xray.overlay": "XRay Active", + "xray.color.red": "Red: ", "xray.color.green": "Green: ", "xray.color.blue": "Blue: ", + "xray.input.gui": "GUI Name", "xray.input.add": "Add Block", "xray.input.add_hand": "Add Block in hand", @@ -19,9 +23,11 @@ "xray.input.distance": "Distance: %s", "xray.input.show-lava": "Show Lava: %s", "xray.input.toggle_oredict": "Use Dictionary", + "xray.title.config": "Configure Block", "xray.title.edit": "Edit Block", "xray.title.edit_meta": "Edit Meta", + "xray.message.missing_input": "You need to have all the inputs filled in", "xray.message.already_exists": "This block has already been added to the block list", "xray.message.added_block": "Successfully added %s.", @@ -37,6 +43,7 @@ "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", "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.", + "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'.", "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", @@ -44,10 +51,13 @@ "xray.tooltips.distance": "Warning: Lag if you go over 128.", "xray.tooltips.edit1": "Click to enable / disable", "xray.tooltips.edit2": "Hold shift and click to edit.", + "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.", "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)", + "xray.config.toggle": "Toggle XRay", "xray.config.open": "Open XRay Menu", + "xray.toggle.activated": "XRay activated", "xray.toggle.deactivated": "XRay deactivated" } \ No newline at end of file diff --git a/projects/1.16/assets/advanced-xray/xray/lang/zh_cn.json b/projects/1.16/assets/advanced-xray/xray/lang/zh_cn.json index e6a72a017128..90b396420b1a 100644 --- a/projects/1.16/assets/advanced-xray/xray/lang/zh_cn.json +++ b/projects/1.16/assets/advanced-xray/xray/lang/zh_cn.json @@ -16,26 +16,26 @@ "xray.input.add": "添加方块", "xray.input.add_hand": "添加手持方块", "xray.input.add_look": "添加目视方块", - "xray.input.distance": "距离:%s", + "xray.input.distance": "检测距离:%s", "xray.input.show-lava": "显示熔岩:%s", "xray.input.toggle_oredict": "匹配矿物词典", "xray.title.config": "配置方块", "xray.title.edit": "编辑方块", - "xray.title.edit_meta": "编辑Meta", + "xray.title.edit_meta": "编辑元数据", "xray.message.missing_input": "你需要填写所有输入", "xray.message.already_exists": "列表中已存在该方块", - "xray.message.added_block": "已成功添加 %s。", + "xray.message.added_block": "已成功添加%s。", "xray.message.updated_block": "方块列表已更新", - "xray.message.remove_block": "已移除 %s。", - "xray.message.block_exists": "%s 已存在。请键入不同的名称。", + "xray.message.remove_block": "已移除%s。", + "xray.message.block_exists": "%s已存在。请键入不同的名称。", "xray.message.unknown": "你尝试编辑的方块似乎并不存在。", - "xray.message.removed": "已成功移除 %s。", + "xray.message.removed": "已成功移除%s。", "xray.message.config_missing": "找不到配置文件。正在另行新建。", - "xray.message.invalid_hand": "%s 不属于方块。", + "xray.message.invalid_hand": "%s不属于方块。", "xray.message.thats_odd": "出错了?很抱歉。如果类似情况持续发生,请反馈此问题。", "xray.message.nothing_infront": "你并没有目视任何东西,对吧?", - "xray.message.not_a_number": "{%s} 不是数字。请使用数字来指定 Meta。", - "xray.message.meta_not_supported": "{%s} 不是 {%s} 的有效 Meta。", + "xray.message.not_a_number": "{%s}不是数字。请使用数字来指定元数据。", + "xray.message.meta_not_supported": "{%s}不是{%s}的有效元数据。", "xray.message.state_warning": "注意,这会将你限制在默认方块列表之内。\n使用“添加手持方块”或“添加目视方块”来获取你明确需要的方块。\n但在某些情况下该选项确实必要。", "xray.tooltips.add_block": "\n你可以使用“添加方块”来添加一个对应基础状态的“默认”方块,\n或使用“添加目视方块”来添加确切状态下的方块。", "xray.tooltips.add_block_in_hand": "自动选择你手中的方块并将其加入列表。", @@ -45,7 +45,7 @@ "xray.tooltips.edit1": "点击以开启或关闭", "xray.tooltips.edit2": "按住Shift点击以编辑。", "xray.message.help.gui": "按住Shift点击以编辑你想要编辑的方块。\n如果你想要开启/关闭一个方块请点击它。", - "xray.message.help.warning": "注意!由于扫描方块总数过于庞大(约 256^3)\n超过 64 格的检测范围将导致帧率大幅下降。", + "xray.message.help.warning": "注意!由于扫描方块总数过于庞大(约256^3)\n超过64格的检测范围将导致帧率大幅下降。", "xray.config.toggle": "开关XRay", "xray.config.open": "开启XRay", "xray.toggle.activated": "XRay已开启", diff --git a/projects/1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json b/projects/1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json new file mode 100644 index 000000000000..0124dae5c5aa --- /dev/null +++ b/projects/1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json @@ -0,0 +1,55 @@ +{ + "category.xray": "Advanced XRay", + "keybinding.enable_xray": "Enable XRay", + "keybinding.open_gui": "Open Gui", + "message.xray_active": "XRay activated", + "message.xray_deactivate": "XRay deactivated", + "spacer": "-------------------------------------------------------", + "comment_forge": "Forge mod old lang stuff, please never translate", + "xray.single.cancel": "Cancel", + "xray.single.add": "Add", + "xray.single.delete": "Delete", + "xray.single.save": "Save", + "xray.single.tools": "Tools", + "xray.single.close": "Close", + "xray.single.search": "Search", + "xray.single.help": "Help", + "xray.overlay": "XRay Active", + "xray.color.red": "Red: ", + "xray.color.green": "Green: ", + "xray.color.blue": "Blue: ", + "xray.input.gui": "GUI Name", + "xray.input.add": "Add Block", + "xray.input.add_hand": "Add Block in hand", + "xray.input.add_look": "Add Looking at", + "xray.input.distance": "Distance: %s", + "xray.input.show-lava": "Show Lava: %s", + "xray.input.toggle_oredict": "Use Dictionary", + "xray.title.config": "Configure Block", + "xray.title.edit": "Edit Block", + "xray.title.edit_meta": "Edit Meta", + "xray.message.missing_input": "You need to have all the inputs filled in", + "xray.message.already_exists": "This block has already been added to the block list", + "xray.message.added_block": "Successfully added %s.", + "xray.message.updated_block": "Entry Updated", + "xray.message.remove_block": "%s has been removed", + "xray.message.block_exists": "%s already exists. Please enter a different name.", + "xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.", + "xray.message.removed": "Successfully removed %s.", + "xray.message.config_missing": "Config file not found. Creating now.", + "xray.message.invalid_hand": "%s needs to be a block", + "xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen", + "xray.message.nothing_infront": "You're not looking at anything are you?", + "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", + "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", + "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.", + "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'.", + "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", + "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", + "xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.", + "xray.tooltips.distance": "This is the amount of chunks around the player.", + "xray.tooltips.edit1": "Click to enable / disable", + "xray.tooltips.edit2": "Hold shift and click to edit.", + "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.", + "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)" +} diff --git a/projects/1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json b/projects/1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json new file mode 100644 index 000000000000..8e6f074594b7 --- /dev/null +++ b/projects/1.18-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json @@ -0,0 +1,56 @@ +{ + "category.xray": "Advanced XRay", + "keybinding.enable_xray": "启用XRay", + "keybinding.open_gui": "打开GUI", + "message.xray_active": "XRay已激活", + "message.xray_deactivate": "XRay已关闭", + "spacer": "-------------------------------------------------------", + "comment_forge": "Forge mod old lang stuff, please never translate", + "xray.single.cancel": "取消", + "xray.single.add": "添加", + "xray.single.delete": "删除", + "xray.single.save": "保存", + "xray.single.tools": "工具", + "xray.single.close": "关闭", + "xray.single.search": "搜索", + "xray.single.help": "帮助", + "xray.overlay": "XRay激活", + "xray.color.red": "红:", + "xray.color.green": "绿:", + "xray.color.blue": "蓝:", + "xray.input.gui": "GUI中的名字", + "xray.input.add": "添加方块", + "xray.input.add_hand": "添加手持的方块", + "xray.input.add_look": "添加目视的方块", + "xray.input.distance": "检测范围:%s", + "xray.input.show-lava": "显示熔岩:%s", + "xray.input.toggle_oredict": "匹配矿物词典", + "xray.title.config": "配置方块", + "xray.title.edit": "编辑方块", + "xray.title.edit_meta": "编辑元数据", + "xray.message.missing_input": "你必须填写所有输入项", + "xray.message.already_exists": "此方块已添加到方块列表", + "xray.message.added_block": "已成功添加%s。", + "xray.message.updated_block": "方块列表已更新", + "xray.message.remove_block": "已删除%s", + "xray.message.block_exists": "%s已存在,请输入其他名称。", + "xray.message.unknown": "你尝试编辑的方块似乎不存在。", + "xray.message.removed": "已成功删除%s。", + "xray.message.config_missing": "未找到配置文件,正在创建中。", + "xray.message.invalid_hand": "%s不属于方块", + "xray.message.thats_odd": "出错了?很抱歉,如果这种情况持续发生,请反馈此问题", + "xray.message.nothing_infront": "你目视的地方没有方块,对吧?", + "xray.message.not_a_number": "{%s}不是数字,请使用数字来指定元数据", + "xray.message.meta_not_supported": "{%s}不是{%s}有效的元数据", + "xray.message.state_warning": "警告,这将限制你只能使用默认方块。\n使用“添加手持的方块”或“添加目视的方块”来获得明确需要的方块。\n在某些情况下(比如箱子),你可能有必要做,\n如果是这样的话,那么这是正确的选择。", + "xray.tooltips.add_block": "选择要添加到XRay的方块\n如果你需要特定的方块,则要使用方块默认值\n然后使用“添加目视的方块”。", + "xray.tooltips.add_block_in_hand": "自动选择你手中的方块\n并添加到列表中。", + "xray.tooltips.add_block_looking_at": "自动选择你正在注视的方块添加到列表中\n的。", + "xray.tooltips.show_lava": "将熔岩像普通方块显示为红色。\n小心!它很烫。", + "xray.tooltips.distance": "这是玩家周围的区块数量。", + "xray.tooltips.edit1": "点击以启用/禁用", + "xray.tooltips.edit2": "按住Shift键并单击进行编辑。", + "xray.message.help.gui": "要编辑方块,只需按住Shift键并单击要编辑的方块即可。\n如果要启用/禁用某个方块,请单击某个方块,它将打开和关闭。", + "xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)", + "modmenu.descriptionTranslation.advanced-xray-fabric": "适用于Fabric的高级透视模组,可满足你的区块查找需求!" +} diff --git a/projects/1.18/assets/advanced-xray/xray/lang/en_us.json b/projects/1.18/assets/advanced-xray/xray/lang/en_us.json index e5f318f0cdd0..a5428656ff11 100644 --- a/projects/1.18/assets/advanced-xray/xray/lang/en_us.json +++ b/projects/1.18/assets/advanced-xray/xray/lang/en_us.json @@ -1,5 +1,6 @@ { "xray.debug.init": "XRay Initialised", + "xray.single.cancel": "Cancel", "xray.single.add": "Add", "xray.single.delete": "Delete", @@ -8,10 +9,13 @@ "xray.single.close": "Close", "xray.single.search": "Search", "xray.single.help": "Help", + "xray.overlay": "XRay Active", + "xray.color.red": "Red: ", "xray.color.green": "Green: ", "xray.color.blue": "Blue: ", + "xray.input.gui": "GUI Name", "xray.input.add": "Add Block", "xray.input.add_hand": "Add Block in hand", @@ -19,9 +23,11 @@ "xray.input.distance": "Distance: %s", "xray.input.show-lava": "Show Lava: %s", "xray.input.toggle_oredict": "Use Dictionary", + "xray.title.config": "Configure Block", "xray.title.edit": "Edit Block", "xray.title.edit_meta": "Edit Meta", + "xray.message.missing_input": "You need to have all the inputs filled in", "xray.message.already_exists": "This block has already been added to the block list", "xray.message.added_block": "Successfully added %s.", @@ -37,6 +43,7 @@ "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", "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.", + "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'.", "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", @@ -44,10 +51,13 @@ "xray.tooltips.distance": "Warning: Larger radius will lag for a second whilst updating.", "xray.tooltips.edit1": "Click to enable / disable", "xray.tooltips.edit2": "Hold shift and click to edit.", + "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.", "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)", + "xray.config.toggle": "Toggle XRay", "xray.config.open": "Open XRay Menu", + "xray.toggle.activated": "XRay activated", "xray.toggle.deactivated": "XRay deactivated" } \ No newline at end of file diff --git a/projects/1.18/assets/advanced-xray/xray/lang/zh_cn.json b/projects/1.18/assets/advanced-xray/xray/lang/zh_cn.json index e27dd91e60f4..0b6f6aae76a5 100644 --- a/projects/1.18/assets/advanced-xray/xray/lang/zh_cn.json +++ b/projects/1.18/assets/advanced-xray/xray/lang/zh_cn.json @@ -1,52 +1,53 @@ { - "xray.debug.init": "XRay初始化完成", - "xray.single.cancel": "取消", - "xray.single.add": "添加", - "xray.single.delete": "删除", - "xray.single.save": "保存", - "xray.single.tools": "工具", - "xray.single.close": "关闭", - "xray.single.search": "搜索", - "xray.single.help": "帮助", - "xray.overlay": "XRay已开启", - "xray.color.red": "红色:", - "xray.color.green": "绿色:", - "xray.color.blue": "蓝色:", - "xray.input.gui": "GUI名称", - "xray.input.add": "添加方块", - "xray.input.add_hand": "添加手持方块", - "xray.input.add_look": "添加目视方块", - "xray.input.distance": "距离:%s", - "xray.input.show-lava": "显示熔岩:%s", - "xray.input.toggle_oredict": "匹配矿物词典", - "xray.title.config": "配置方块", - "xray.title.edit": "编辑方块", - "xray.title.edit_meta": "编辑Meta", - "xray.message.missing_input": "你需要填写所有输入", - "xray.message.already_exists": "列表中已存在该方块", - "xray.message.added_block": "已成功添加 %s。", - "xray.message.updated_block": "方块列表已更新", - "xray.message.remove_block": "已移除 %s。", - "xray.message.block_exists": "%s 已存在。请键入不同的名称。", - "xray.message.unknown": "你尝试编辑的方块似乎并不存在。", - "xray.message.removed": "已成功移除 %s。", - "xray.message.config_missing": "找不到配置文件。正在另行新建。", - "xray.message.invalid_hand": "%s 不属于方块。", - "xray.message.thats_odd": "出错了?很抱歉。如果类似情况持续发生,请反馈此问题。", - "xray.message.nothing_infront": "你并没有目视任何东西,对吧?", - "xray.message.not_a_number": "{%s} 不是数字。请使用数字来指定 Meta。", - "xray.message.meta_not_supported": "{%s} 不是 {%s} 的有效 Meta。", - "xray.message.state_warning": "注意,这会将你限制在默认方块列表之内。\n使用“添加手持方块”或“添加目视方块”来获取你明确需要的方块。\n但在某些情况下该选项确实必要。", - "xray.tooltips.add_block": "\n你可以使用“添加方块”来添加一个对应基础状态的“默认”方块,\n或使用“添加目视方块”来添加确切状态下的方块。", - "xray.tooltips.add_block_in_hand": "自动选择你手中的方块并将其加入列表。", - "xray.tooltips.add_block_looking_at": "自动选择你目视的方块并将其加入列表。", - "xray.tooltips.show_lava": "将熔岩像普通方块一样显示成红色。\n小心!它很烫!", - "xray.tooltips.edit1": "点击以开启或关闭", - "xray.tooltips.edit2": "按住Shift点击以编辑。", - "xray.message.help.gui": "按住Shift点击以编辑你想要编辑的方块。\n如果你想要开启/关闭一个方块请点击它。", - "xray.message.help.warning": "注意!由于扫描方块总数过于庞大(约 256^3)\n超过 64 格的检测范围将导致帧率大幅下降。", - "xray.config.toggle": "开关XRay", - "xray.config.open": "开启XRay", - "xray.toggle.activated": "XRay已开启", - "xray.toggle.deactivated": "XRay已关闭" -} \ No newline at end of file + "xray.debug.init": "XRay初始化完成", + "xray.single.cancel": "取消", + "xray.single.add": "添加", + "xray.single.delete": "删除", + "xray.single.save": "保存", + "xray.single.tools": "工具", + "xray.single.close": "关闭", + "xray.single.search": "搜索", + "xray.single.help": "帮助", + "xray.overlay": "XRay已开启", + "xray.color.red": "红色:", + "xray.color.green": "绿色:", + "xray.color.blue": "蓝色:", + "xray.input.gui": "GUI名称", + "xray.input.add": "添加方块", + "xray.input.add_hand": "添加手持方块", + "xray.input.add_look": "添加目视方块", + "xray.input.distance": "检测范围:%s", + "xray.input.show-lava": "显示熔岩:%s", + "xray.input.toggle_oredict": "匹配矿物词典", + "xray.title.config": "配置方块", + "xray.title.edit": "编辑方块", + "xray.title.edit_meta": "编辑元数据", + "xray.message.missing_input": "你需要填写所有输入", + "xray.message.already_exists": "列表中已存在该方块", + "xray.message.added_block": "已成功添加%s。", + "xray.message.updated_block": "方块列表已更新", + "xray.message.remove_block": "已移除%s。", + "xray.message.block_exists": "%s已存在。请键入不同的名称。", + "xray.message.unknown": "你尝试编辑的方块似乎并不存在。", + "xray.message.removed": "已成功移除%s。", + "xray.message.config_missing": "找不到配置文件。正在另行新建。", + "xray.message.invalid_hand": "%s不属于方块。", + "xray.message.thats_odd": "出错了?很抱歉。如果类似情况持续发生,请反馈此问题。", + "xray.message.nothing_infront": "你并没有目视任何东西,对吧?", + "xray.message.not_a_number": "{%s}不是数字。请使用数字来指定元数据。", + "xray.message.meta_not_supported": "{%s}不是{%s}的有效元数据。", + "xray.message.state_warning": "注意,这会将你限制在默认方块列表之内。\n使用“添加手持方块”或“添加目视方块”来获取你明确需要的方块。\n但在某些情况下该选项确实必要。", + "xray.tooltips.add_block": "\n你可以使用“添加方块”来添加一个对应基础状态的“默认”方块,\n或使用“添加目视方块”来添加确切状态下的方块。", + "xray.tooltips.add_block_in_hand": "自动选择你手中的方块并将其加入列表。", + "xray.tooltips.add_block_looking_at": "自动选择你目视的方块并将其加入列表。", + "xray.tooltips.show_lava": "将熔岩像普通方块一样显示成红色。\n小心!它很烫!", + "xray.tooltips.distance": "注意!大于128个方块会导致卡顿。", + "xray.tooltips.edit1": "点击以开启或关闭", + "xray.tooltips.edit2": "按住Shift点击以编辑。", + "xray.message.help.gui": "按住Shift点击以编辑你想要编辑的方块。\n如果你想要开启/关闭一个方块请点击它。", + "xray.message.help.warning": "注意!由于扫描方块总数过于庞大(约256^3)\n超过64格的检测范围将导致帧率大幅下降。", + "xray.config.toggle": "开关XRay", + "xray.config.open": "开启XRay", + "xray.toggle.activated": "XRay已开启", + "xray.toggle.deactivated": "XRay已关闭" +} diff --git a/projects/1.19/assets/advanced-xray/xray/lang/en_us.json b/projects/1.19/assets/advanced-xray/xray/lang/en_us.json new file mode 100644 index 000000000000..a5428656ff11 --- /dev/null +++ b/projects/1.19/assets/advanced-xray/xray/lang/en_us.json @@ -0,0 +1,63 @@ +{ + "xray.debug.init": "XRay Initialised", + + "xray.single.cancel": "Cancel", + "xray.single.add": "Add", + "xray.single.delete": "Delete", + "xray.single.save": "Save", + "xray.single.tools": "Tools", + "xray.single.close": "Close", + "xray.single.search": "Search", + "xray.single.help": "Help", + + "xray.overlay": "XRay Active", + + "xray.color.red": "Red: ", + "xray.color.green": "Green: ", + "xray.color.blue": "Blue: ", + + "xray.input.gui": "GUI Name", + "xray.input.add": "Add Block", + "xray.input.add_hand": "Add Block in hand", + "xray.input.add_look": "Add Looking at", + "xray.input.distance": "Distance: %s", + "xray.input.show-lava": "Show Lava: %s", + "xray.input.toggle_oredict": "Use Dictionary", + + "xray.title.config": "Configure Block", + "xray.title.edit": "Edit Block", + "xray.title.edit_meta": "Edit Meta", + + "xray.message.missing_input": "You need to have all the inputs filled in", + "xray.message.already_exists": "This block has already been added to the block list", + "xray.message.added_block": "Successfully added %s.", + "xray.message.updated_block": "Entry Updated", + "xray.message.remove_block": "%s has been removed", + "xray.message.block_exists": "%s already exists. Please enter a different name.", + "xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.", + "xray.message.removed": "Successfully removed %s.", + "xray.message.config_missing": "Config file not found. Creating now.", + "xray.message.invalid_hand": "%s needs to be a block", + "xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen", + "xray.message.nothing_infront": "You're not looking at anything are you?", + "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", + "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", + "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.", + + "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'.", + "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", + "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", + "xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.", + "xray.tooltips.distance": "Warning: Larger radius will lag for a second whilst updating.", + "xray.tooltips.edit1": "Click to enable / disable", + "xray.tooltips.edit2": "Hold shift and click to edit.", + + "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.", + "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)", + + "xray.config.toggle": "Toggle XRay", + "xray.config.open": "Open XRay Menu", + + "xray.toggle.activated": "XRay activated", + "xray.toggle.deactivated": "XRay deactivated" +} \ No newline at end of file diff --git a/projects/1.19/assets/advanced-xray/xray/lang/zh_cn.json b/projects/1.19/assets/advanced-xray/xray/lang/zh_cn.json new file mode 100644 index 000000000000..3733f7c56d36 --- /dev/null +++ b/projects/1.19/assets/advanced-xray/xray/lang/zh_cn.json @@ -0,0 +1,53 @@ +{ + "xray.debug.init": "XRay初始化完成", + "xray.single.cancel": "取消", + "xray.single.add": "添加", + "xray.single.delete": "删除", + "xray.single.save": "保存", + "xray.single.tools": "工具", + "xray.single.close": "关闭", + "xray.single.search": "搜索", + "xray.single.help": "帮助", + "xray.overlay": "XRay已开启", + "xray.color.red": "红色:", + "xray.color.green": "绿色:", + "xray.color.blue": "蓝色:", + "xray.input.gui": "GUI名称", + "xray.input.add": "添加方块", + "xray.input.add_hand": "添加手持方块", + "xray.input.add_look": "添加目视方块", + "xray.input.distance": "检测范围:%s", + "xray.input.show-lava": "显示熔岩:%s", + "xray.input.toggle_oredict": "匹配矿物词典", + "xray.title.config": "配置方块", + "xray.title.edit": "编辑方块", + "xray.title.edit_meta": "编辑元数据", + "xray.message.missing_input": "你需要填写所有输入", + "xray.message.already_exists": "列表中已存在该方块", + "xray.message.added_block": "已成功添加%s。", + "xray.message.updated_block": "方块列表已更新", + "xray.message.remove_block": "已移除%s。", + "xray.message.block_exists": "%s已存在。请键入不同的名称。", + "xray.message.unknown": "你尝试编辑的方块似乎并不存在。", + "xray.message.removed": "已成功移除%s。", + "xray.message.config_missing": "找不到配置文件。正在另行新建。", + "xray.message.invalid_hand": "%s不属于方块。", + "xray.message.thats_odd": "出错了?很抱歉。如果类似情况持续发生,请反馈此问题。", + "xray.message.nothing_infront": "你并没有目视任何东西,对吧?", + "xray.message.not_a_number": "{%s}不是数字。请使用数字来指定元数据。", + "xray.message.meta_not_supported": "{%s}不是{%s}的有效元数据。", + "xray.message.state_warning": "注意,这会将你限制在默认方块列表之内。\n使用“添加手持方块”或“添加目视方块”来获取你明确需要的方块。\n但在某些情况下该选项确实必要。", + "xray.tooltips.add_block": "\n你可以使用“添加方块”来添加一个对应基础状态的“默认”方块,\n或使用“添加目视方块”来添加确切状态下的方块。", + "xray.tooltips.add_block_in_hand": "自动选择你手中的方块并将其加入列表。", + "xray.tooltips.add_block_looking_at": "自动选择你目视的方块并将其加入列表。", + "xray.tooltips.show_lava": "将熔岩像普通方块一样显示成红色。\n小心!它很烫!", + "xray.tooltips.distance": "注意!大于128个方块会导致卡顿。", + "xray.tooltips.edit1": "点击以开启或关闭", + "xray.tooltips.edit2": "按住Shift点击以编辑。", + "xray.message.help.gui": "按住Shift点击以编辑你想要编辑的方块。\n如果你想要开启/关闭一个方块请点击它。", + "xray.message.help.warning": "注意!由于扫描方块总数过于庞大(约256^3)\n超过64格的检测范围将导致帧率大幅下降。", + "xray.config.toggle": "开关XRay", + "xray.config.open": "开启XRay", + "xray.toggle.activated": "XRay已开启", + "xray.toggle.deactivated": "XRay已关闭" +} diff --git a/projects/1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json b/projects/1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json new file mode 100644 index 000000000000..a14f142356fd --- /dev/null +++ b/projects/1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/en_us.json @@ -0,0 +1,55 @@ +{ + "category.xray": "Advanced XRay", + "keybinding.enable_xray": "Enable XRay", + "keybinding.open_gui": "Open Gui", + "message.xray_active": "XRay activated", + "message.xray_deactivate": "XRay deactivated", + "spacer": "-------------------------------------------------------", + "comment_forge": "Forge mod old lang stuff, please never translate", + "xray.single.cancel": "Cancel", + "xray.single.add": "Add", + "xray.single.delete": "Delete", + "xray.single.save": "Save", + "xray.single.tools": "Tools", + "xray.single.close": "Close", + "xray.single.search": "Search", + "xray.single.help": "Help", + "xray.overlay": "XRay Active", + "xray.color.red": "Red: ", + "xray.color.green": "Green: ", + "xray.color.blue": "Blue: ", + "xray.input.gui": "GUI Name", + "xray.input.add": "Add Block", + "xray.input.add_hand": "Add Block in hand", + "xray.input.add_look": "Add Looking at", + "xray.input.distance": "Distance: %s", + "xray.input.show-lava": "Show Lava: %s", + "xray.input.toggle_oredict": "Use Dictionary", + "xray.title.config": "Configure Block", + "xray.title.edit": "Edit Block", + "xray.title.edit_meta": "Edit Meta", + "xray.message.missing_input": "You need to have all the inputs filled in", + "xray.message.already_exists": "This block has already been added to the block list", + "xray.message.added_block": "Successfully added %s.", + "xray.message.updated_block": "Entry Updated", + "xray.message.remove_block": "%s has been removed", + "xray.message.block_exists": "%s already exists. Please enter a different name.", + "xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.", + "xray.message.removed": "Successfully removed %s.", + "xray.message.config_missing": "Config file not found. Creating now.", + "xray.message.invalid_hand": "%s needs to be a block", + "xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen", + "xray.message.nothing_infront": "You're not looking at anything are you?", + "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", + "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", + "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.", + "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'.", + "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", + "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", + "xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.", + "xray.tooltips.distance": "This is the amount of chunks around the player.", + "xray.tooltips.edit1": "Click to enable / disable", + "xray.tooltips.edit2": "Hold shift and click to edit.", + "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.", + "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)" +} diff --git a/projects/1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json b/projects/1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json new file mode 100644 index 000000000000..8e6f074594b7 --- /dev/null +++ b/projects/1.20-fabric/assets/advanced-xray-fabric-edition/advanced-xray-fabric/lang/zh_cn.json @@ -0,0 +1,56 @@ +{ + "category.xray": "Advanced XRay", + "keybinding.enable_xray": "启用XRay", + "keybinding.open_gui": "打开GUI", + "message.xray_active": "XRay已激活", + "message.xray_deactivate": "XRay已关闭", + "spacer": "-------------------------------------------------------", + "comment_forge": "Forge mod old lang stuff, please never translate", + "xray.single.cancel": "取消", + "xray.single.add": "添加", + "xray.single.delete": "删除", + "xray.single.save": "保存", + "xray.single.tools": "工具", + "xray.single.close": "关闭", + "xray.single.search": "搜索", + "xray.single.help": "帮助", + "xray.overlay": "XRay激活", + "xray.color.red": "红:", + "xray.color.green": "绿:", + "xray.color.blue": "蓝:", + "xray.input.gui": "GUI中的名字", + "xray.input.add": "添加方块", + "xray.input.add_hand": "添加手持的方块", + "xray.input.add_look": "添加目视的方块", + "xray.input.distance": "检测范围:%s", + "xray.input.show-lava": "显示熔岩:%s", + "xray.input.toggle_oredict": "匹配矿物词典", + "xray.title.config": "配置方块", + "xray.title.edit": "编辑方块", + "xray.title.edit_meta": "编辑元数据", + "xray.message.missing_input": "你必须填写所有输入项", + "xray.message.already_exists": "此方块已添加到方块列表", + "xray.message.added_block": "已成功添加%s。", + "xray.message.updated_block": "方块列表已更新", + "xray.message.remove_block": "已删除%s", + "xray.message.block_exists": "%s已存在,请输入其他名称。", + "xray.message.unknown": "你尝试编辑的方块似乎不存在。", + "xray.message.removed": "已成功删除%s。", + "xray.message.config_missing": "未找到配置文件,正在创建中。", + "xray.message.invalid_hand": "%s不属于方块", + "xray.message.thats_odd": "出错了?很抱歉,如果这种情况持续发生,请反馈此问题", + "xray.message.nothing_infront": "你目视的地方没有方块,对吧?", + "xray.message.not_a_number": "{%s}不是数字,请使用数字来指定元数据", + "xray.message.meta_not_supported": "{%s}不是{%s}有效的元数据", + "xray.message.state_warning": "警告,这将限制你只能使用默认方块。\n使用“添加手持的方块”或“添加目视的方块”来获得明确需要的方块。\n在某些情况下(比如箱子),你可能有必要做,\n如果是这样的话,那么这是正确的选择。", + "xray.tooltips.add_block": "选择要添加到XRay的方块\n如果你需要特定的方块,则要使用方块默认值\n然后使用“添加目视的方块”。", + "xray.tooltips.add_block_in_hand": "自动选择你手中的方块\n并添加到列表中。", + "xray.tooltips.add_block_looking_at": "自动选择你正在注视的方块添加到列表中\n的。", + "xray.tooltips.show_lava": "将熔岩像普通方块显示为红色。\n小心!它很烫。", + "xray.tooltips.distance": "这是玩家周围的区块数量。", + "xray.tooltips.edit1": "点击以启用/禁用", + "xray.tooltips.edit2": "按住Shift键并单击进行编辑。", + "xray.message.help.gui": "要编辑方块,只需按住Shift键并单击要编辑的方块即可。\n如果要启用/禁用某个方块,请单击某个方块,它将打开和关闭。", + "xray.message.help.warning": "警告,使用超过64的检测范围都会导致FPS下降,\n因为我们必须扫描大量的方块。(大约256^3个)", + "modmenu.descriptionTranslation.advanced-xray-fabric": "适用于Fabric的高级透视模组,可满足你的区块查找需求!" +} diff --git a/projects/1.20/assets/advanced-xray/xray/lang/en_us.json b/projects/1.20/assets/advanced-xray/xray/lang/en_us.json new file mode 100644 index 000000000000..33e24afde999 --- /dev/null +++ b/projects/1.20/assets/advanced-xray/xray/lang/en_us.json @@ -0,0 +1,66 @@ +{ + "xray.debug.init": "XRay Initialised", + + "xray.single.cancel": "Cancel", + "xray.single.add": "Add", + "xray.single.delete": "Delete", + "xray.single.save": "Save", + "xray.single.tools": "Tools", + "xray.single.close": "Close", + "xray.single.search": "Search", + "xray.single.help": "Help", + + "xray.overlay": "XRay Active", + + "xray.color.red": "Red: ", + "xray.color.green": "Green: ", + "xray.color.blue": "Blue: ", + + "xray.input.gui": "GUI Name", + "xray.input.add": "Add Block", + "xray.input.add_hand": "Add Block in hand", + "xray.input.add_look": "Add Looking at", + "xray.input.distance": "Distance: %s", + "xray.input.show-lava": "Show Lava: %s", + "xray.input.toggle_oredict": "Use Dictionary", + + "xray.title.config": "Configure Block", + "xray.title.edit": "Edit Block", + "xray.title.edit_meta": "Edit Meta", + + "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.", + "xray.chat.first-time-line-2": "These can be changed in settings -> options -> controls -> keybindings. §cThis message will only show once.", + + "xray.message.missing_input": "You need to have all the inputs filled in", + "xray.message.already_exists": "This block has already been added to the block list", + "xray.message.added_block": "Successfully added %s.", + "xray.message.updated_block": "Entry Updated", + "xray.message.remove_block": "%s has been removed", + "xray.message.block_exists": "%s already exists. Please enter a different name.", + "xray.message.unknown": "Looks like the block you've tried to edit doesn't exist.", + "xray.message.removed": "Successfully removed %s.", + "xray.message.config_missing": "Config file not found. Creating now.", + "xray.message.invalid_hand": "%s needs to be a block", + "xray.message.thats_odd": "Something went wrong? Sorry about that. Make an issue if this continues to happen", + "xray.message.nothing_infront": "You're not looking at anything are you?", + "xray.message.not_a_number": "{%s} is not a number. Please use a number for your meta", + "xray.message.meta_not_supported": "{%s} isn't a valid meta data for {%s}", + "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.", + + "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'.", + "xray.tooltips.add_block_in_hand": "Automatically selects the block you've\ngot in your hand to add to the list.", + "xray.tooltips.add_block_looking_at": "Automatically selects the block you're\nlooking at to add to the list.", + "xray.tooltips.show_lava": "Displays lava in RED like a normal block.\nWatch out! It's hot.", + "xray.tooltips.distance": "Warning: Larger radius will lag for a second whilst updating.", + "xray.tooltips.edit1": "Click to enable / disable", + "xray.tooltips.edit2": "Hold shift and click to edit.", + + "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.", + "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)", + + "xray.config.toggle": "Toggle XRay", + "xray.config.open": "Open XRay Menu", + + "xray.toggle.activated": "XRay activated", + "xray.toggle.deactivated": "XRay deactivated" +} diff --git a/projects/1.20/assets/advanced-xray/xray/lang/zh_cn.json b/projects/1.20/assets/advanced-xray/xray/lang/zh_cn.json new file mode 100644 index 000000000000..23cdf77c6524 --- /dev/null +++ b/projects/1.20/assets/advanced-xray/xray/lang/zh_cn.json @@ -0,0 +1,55 @@ +{ + "xray.debug.init": "XRay初始化完成", + "xray.single.cancel": "取消", + "xray.single.add": "添加", + "xray.single.delete": "删除", + "xray.single.save": "保存", + "xray.single.tools": "工具", + "xray.single.close": "关闭", + "xray.single.search": "搜索", + "xray.single.help": "帮助", + "xray.overlay": "XRay已开启", + "xray.color.red": "红色:", + "xray.color.green": "绿色:", + "xray.color.blue": "蓝色:", + "xray.input.gui": "GUI名称", + "xray.input.add": "添加方块", + "xray.input.add_hand": "添加手持方块", + "xray.input.add_look": "添加目视方块", + "xray.input.distance": "检测范围:%s", + "xray.input.show-lava": "显示熔岩:%s", + "xray.input.toggle_oredict": "匹配矿物词典", + "xray.title.config": "配置方块", + "xray.title.edit": "编辑方块", + "xray.title.edit_meta": "编辑元数据", + "xray.chat.first-time": "§6感谢你使用Advanced XRay,§r你可以按§a[%s§a]§r打开菜单或按§a[%s§a]§r打开XRay。", + "xray.chat.first-time-line-2": "这些可以在设置->选项->控制->按键绑定中更改。§c此消息只会显示一次。", + "xray.message.missing_input": "你需要填写所有输入", + "xray.message.already_exists": "列表中已存在该方块", + "xray.message.added_block": "已成功添加%s。", + "xray.message.updated_block": "方块列表已更新", + "xray.message.remove_block": "已移除%s。", + "xray.message.block_exists": "%s已存在。请键入不同的名称。", + "xray.message.unknown": "你尝试编辑的方块似乎并不存在。", + "xray.message.removed": "已成功移除%s。", + "xray.message.config_missing": "找不到配置文件。正在另行新建。", + "xray.message.invalid_hand": "%s不属于方块。", + "xray.message.thats_odd": "出错了?很抱歉。如果类似情况持续发生,请反馈此问题。", + "xray.message.nothing_infront": "你并没有目视任何东西,对吧?", + "xray.message.not_a_number": "{%s}不是数字。请使用数字来指定元数据。", + "xray.message.meta_not_supported": "{%s}不是{%s}的有效元数据。", + "xray.message.state_warning": "注意,这会将你限制在默认方块列表之内。\n使用“添加手持方块”或“添加目视方块”来获取你明确需要的方块。\n但在某些情况下该选项确实必要。", + "xray.tooltips.add_block": "\n你可以使用“添加方块”来添加一个对应基础状态的“默认”方块,\n或使用“添加目视方块”来添加确切状态下的方块。", + "xray.tooltips.add_block_in_hand": "自动选择你手中的方块并将其加入列表。", + "xray.tooltips.add_block_looking_at": "自动选择你目视的方块并将其加入列表。", + "xray.tooltips.show_lava": "将熔岩像普通方块一样显示成红色。\n小心!它很烫!", + "xray.tooltips.distance": "注意!大于128个方块会导致卡顿。", + "xray.tooltips.edit1": "点击以开启或关闭", + "xray.tooltips.edit2": "按住Shift点击以编辑。", + "xray.message.help.gui": "按住Shift点击以编辑你想要编辑的方块。\n如果你想要开启/关闭一个方块请点击它。", + "xray.message.help.warning": "注意!由于扫描方块总数过于庞大(约256^3)\n超过64格的检测范围将导致帧率大幅下降。", + "xray.config.toggle": "开关XRay", + "xray.config.open": "开启XRay", + "xray.toggle.activated": "XRay已开启", + "xray.toggle.deactivated": "XRay已关闭" +}