From 7a2f1b37d94eb2e89e6528f7add60c71186425dc Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Sat, 25 Jun 2022 00:12:23 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[R]=20Pretty=20Pipe's=20=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E3=80=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pretty-pipes/prettypipes/lang/zh_cn.json | 57 +++++++++++++++++-- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json b/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json index 4659b91de747..aa6880fbe79f 100644 --- a/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json +++ b/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json @@ -34,10 +34,59 @@ "item.prettypipes.filter_increase_modifier": "过滤增加强化", "item.prettypipes.random_sorting_modifier": "随机分拣强化", "item.prettypipes.round_robin_sorting_modifier": "循环分拣强化", - "info.prettypipes.extraction_module": "从相邻物品栏中提取物品\n过滤和抽取量会随等级而异\n更高级可以防止过量发送物品", - "info.prettypipes.filter_module": "限制从管道流入相邻物品栏\n过滤量因等级而异", - "info.prettypipes.speed_module": "提高物品离开相邻物品栏的速度\n速度因等级而异", + "info.prettypipes.extraction_module": "从相邻容器中提取物品\n过滤和抽取量会随等级而异\n更高级可以防止过量发送物品", + "info.prettypipes.filter_module": "限制从管道流入相邻容器\n过滤量因等级而异", + "info.prettypipes.speed_module": "提高物品离开相邻容器的速度\n速度因等级而异", + "info.prettypipes.low_priority_module": "降低相邻容器的接收优先级\n更低的优先级意味着无论距离,物品都会优先进入其他容器", + "info.prettypipes.high_priority_module": "增加相邻容器的接收优先级\n更高的优先级意味着无论距离,物品都会优先进入该容器", + "info.prettypipes.retrieval_module": "从网络中的其他容器中提取物品\n过滤和提取的速率随等级而变\n高等级的模块会防止超额发送物品", + "info.prettypipes.stack_size_module": "限制进入相邻容器的物品数量\n自动地防止超额发送物品", + "info.prettypipes.damage_filter_modifier": "使所有过滤槽位按物品耐久值过滤", + "info.prettypipes.nbt_filter_modifier": "使所有过滤槽位按物品数据(NBT)过滤", + "info.prettypipes.tag_filter_modifier": "使所有过滤槽位按标签过滤\n标签可以通过过滤槽位中的物品选择", + "info.prettypipes.mod_filter_modifier": "使所有过滤槽位按模组过滤", + "info.prettypipes.redstone_module": "允许红石信号禁用管道\n对抽取和检索模块均适用", + "info.prettypipes.item_terminal": "允许查看或请求管道网络中的所有物品\nAlso has slots for putting items into the network", + "info.prettypipes.crafting_terminal": "Allows requesting ingredients for crafting recipes\nSupports auto-filling from JEI if installed", + "info.prettypipes.pressurizer": "Drastically increases item speed in the entire pipe network\nRequires FE (or RF) for each item transferred", + "info.prettypipes.filter_increase_modifier": "Adds additional filter slots to the pipe\nSlots will be used by any module that filters items", + "info.prettypipes.crafting_module": "Allows automatically crafting items into other items using the connected block\nDoesn't automatically extract from the block\nInput and output slots vary by tier\nSupports auto-filling from JEI if installed", + "info.prettypipes.random_sorting_modifier": "Causes extracted items to choose destinations randomly\nPriority modules will be ignored", + "info.prettypipes.round_robin_sorting_modifier": "Causes extracted items to choose destinations in a round robin fashion\nOrdering is based on distance and priority", + "block.prettypipes.pipe": "管道", + "block.prettypipes.item_terminal": "物品终端", + "block.prettypipes.crafting_terminal": "合成终端", + "block.prettypipes.pressurizer": "管道加压器", "itemGroup.prettypipes": "更好的管道", + "container.prettypipes.pipe": "管道", "container.prettypipes.item_terminal": "物品终端", - "container.prettypipes.crafting_terminal": "合成终端" + "container.prettypipes.crafting_terminal": "合成终端", + "container.prettypipes.pressurizer": "管道加压器", + "info.prettypipes.whitelist": "Allowed", + "info.prettypipes.blacklist": "Disallowed", + "info.prettypipes.shift": "按住Shift查看信息", + "info.prettypipes.populate": "Populate", + "info.prettypipes.populate.description": "Filters items from adjacent inventories", + "info.prettypipes.max_stack_size": "最大物品数量", + "info.prettypipes.limit_to_max_on": "限制为一组", + "info.prettypipes.limit_to_max_off": "Don't limit to one stack", + "info.prettypipes.request": "请求", + "info.prettypipes.not_found": "无法找到%s", + "info.prettypipes.hold_alt": "按住Alt以强制请求", + "info.prettypipes.sending": "Sending %s %s", + "info.prettypipes.sending_ingredients": "Sending %s sets of ingredients", + "info.prettypipes.order": "按%s排序", + "info.prettypipes.order.amount": "数量", + "info.prettypipes.order.name": "名称", + "info.prettypipes.order.mod": "模组", + "info.prettypipes.ascending": "递增", + "info.prettypipes.descending": "递减", + "info.prettypipes.sync_jei.on": "开启JEI搜索同步", + "info.prettypipes.sync_jei.off": "关闭JEI搜索同步", + "info.prettypipes.energy": "%s / %s FE", + "info.prettypipes.crafting": "等待中", + "info.prettypipes.cancel_all": "取消", + "info.prettypipes.cancel_all.desc": "Stops waiting for current crafting outputs\nDoesn't remove inputs from blocks", + "info.prettypipes.no_pipe_connected": "The terminal needs to be connected to a pipe network", + "info.prettypipes.too_many_pipes_connected": "The terminal can only be connected to a single pipe at a time" } \ No newline at end of file From 2b10272be9512916e75f8130e0db139de732c6e6 Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Sat, 25 Jun 2022 23:42:28 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=99=84=E5=B1=9E?= =?UTF-8?q?=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ppfluids/lang/en_us.json | 20 +++++++++++++++++++ .../ppfluids/lang/zh_cn.json | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json create mode 100644 projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json diff --git a/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json new file mode 100644 index 000000000000..6508f1599559 --- /dev/null +++ b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json @@ -0,0 +1,20 @@ +{ + "block.ppfluids.fluid_pipe": "Fluid Pipe", + "item.ppfluids.fluid_item": "Fluid Container", + + "item.ppfluids.low_fluid_extraction_module": "Low Fluid Extraction Module", + "item.ppfluids.medium_fluid_extraction_module": "Medium Fluid Extraction Module", + "item.ppfluids.high_fluid_extraction_module": "High Fluid Extraction Module", + "item.ppfluids.low_fluid_filter_module": "Low Fluid Filter Module", + "item.ppfluids.medium_fluid_filter_module": "Medium Fluid Filter Module", + "item.ppfluids.high_fluid_filter_module": "High Fluid Filter Module", + "item.ppfluids.low_fluid_retrieval_module": "Low Fluid Retrieval Module", + "item.ppfluids.medium_fluid_retrieval_module": "Medium Fluid Retrieval Module", + "item.ppfluids.high_fluid_retrieval_module": "High Fluid Retrieval Module", + "info.prettypipes.fluid_extraction_module": "Pulls fluid from adjacent inventories\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", + + "info.prettypipes.fluid_filter_module": "Restricts flow from pipes into adjacent tanks\nFilter amount varies by tier", + "info.prettypipes.fluid_retrieval_module": "Pulls fluid from other tanks in the network\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", + + "info.ppfluids.fluid_item.usage": "Use me on a fluid tank to input my contents into it!" +} \ No newline at end of file diff --git a/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json new file mode 100644 index 000000000000..6508f1599559 --- /dev/null +++ b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json @@ -0,0 +1,20 @@ +{ + "block.ppfluids.fluid_pipe": "Fluid Pipe", + "item.ppfluids.fluid_item": "Fluid Container", + + "item.ppfluids.low_fluid_extraction_module": "Low Fluid Extraction Module", + "item.ppfluids.medium_fluid_extraction_module": "Medium Fluid Extraction Module", + "item.ppfluids.high_fluid_extraction_module": "High Fluid Extraction Module", + "item.ppfluids.low_fluid_filter_module": "Low Fluid Filter Module", + "item.ppfluids.medium_fluid_filter_module": "Medium Fluid Filter Module", + "item.ppfluids.high_fluid_filter_module": "High Fluid Filter Module", + "item.ppfluids.low_fluid_retrieval_module": "Low Fluid Retrieval Module", + "item.ppfluids.medium_fluid_retrieval_module": "Medium Fluid Retrieval Module", + "item.ppfluids.high_fluid_retrieval_module": "High Fluid Retrieval Module", + "info.prettypipes.fluid_extraction_module": "Pulls fluid from adjacent inventories\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", + + "info.prettypipes.fluid_filter_module": "Restricts flow from pipes into adjacent tanks\nFilter amount varies by tier", + "info.prettypipes.fluid_retrieval_module": "Pulls fluid from other tanks in the network\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", + + "info.ppfluids.fluid_item.usage": "Use me on a fluid tank to input my contents into it!" +} \ No newline at end of file From d736b1d08cfc8e0faf1a1123bdeb2647d5a58e90 Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Sun, 26 Jun 2022 14:50:10 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ppfluids/lang/en_us.json | 3 -- .../ppfluids/lang/zh_cn.json | 33 ++++++------- .../pretty-pipes/prettypipes/lang/zh_cn.json | 48 +++++++++---------- 3 files changed, 39 insertions(+), 45 deletions(-) diff --git a/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json index 6508f1599559..029adfece8a6 100644 --- a/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json +++ b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json @@ -1,7 +1,6 @@ { "block.ppfluids.fluid_pipe": "Fluid Pipe", "item.ppfluids.fluid_item": "Fluid Container", - "item.ppfluids.low_fluid_extraction_module": "Low Fluid Extraction Module", "item.ppfluids.medium_fluid_extraction_module": "Medium Fluid Extraction Module", "item.ppfluids.high_fluid_extraction_module": "High Fluid Extraction Module", @@ -12,9 +11,7 @@ "item.ppfluids.medium_fluid_retrieval_module": "Medium Fluid Retrieval Module", "item.ppfluids.high_fluid_retrieval_module": "High Fluid Retrieval Module", "info.prettypipes.fluid_extraction_module": "Pulls fluid from adjacent inventories\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", - "info.prettypipes.fluid_filter_module": "Restricts flow from pipes into adjacent tanks\nFilter amount varies by tier", "info.prettypipes.fluid_retrieval_module": "Pulls fluid from other tanks in the network\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", - "info.ppfluids.fluid_item.usage": "Use me on a fluid tank to input my contents into it!" } \ No newline at end of file diff --git a/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json index 6508f1599559..4cda71b4f7c3 100644 --- a/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json +++ b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json @@ -1,20 +1,17 @@ { - "block.ppfluids.fluid_pipe": "Fluid Pipe", - "item.ppfluids.fluid_item": "Fluid Container", - - "item.ppfluids.low_fluid_extraction_module": "Low Fluid Extraction Module", - "item.ppfluids.medium_fluid_extraction_module": "Medium Fluid Extraction Module", - "item.ppfluids.high_fluid_extraction_module": "High Fluid Extraction Module", - "item.ppfluids.low_fluid_filter_module": "Low Fluid Filter Module", - "item.ppfluids.medium_fluid_filter_module": "Medium Fluid Filter Module", - "item.ppfluids.high_fluid_filter_module": "High Fluid Filter Module", - "item.ppfluids.low_fluid_retrieval_module": "Low Fluid Retrieval Module", - "item.ppfluids.medium_fluid_retrieval_module": "Medium Fluid Retrieval Module", - "item.ppfluids.high_fluid_retrieval_module": "High Fluid Retrieval Module", - "info.prettypipes.fluid_extraction_module": "Pulls fluid from adjacent inventories\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", - - "info.prettypipes.fluid_filter_module": "Restricts flow from pipes into adjacent tanks\nFilter amount varies by tier", - "info.prettypipes.fluid_retrieval_module": "Pulls fluid from other tanks in the network\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending", - - "info.ppfluids.fluid_item.usage": "Use me on a fluid tank to input my contents into it!" + "block.ppfluids.fluid_pipe": "流体管道", + "item.ppfluids.fluid_item": "流体容器", + "item.ppfluids.low_fluid_extraction_module": "低级流体提取模块", + "item.ppfluids.medium_fluid_extraction_module": "中级流体提取模块", + "item.ppfluids.high_fluid_extraction_module": "高级流体提取模块", + "item.ppfluids.low_fluid_filter_module": "低级流体过滤模块", + "item.ppfluids.medium_fluid_filter_module": "中级流体过滤模块", + "item.ppfluids.high_fluid_filter_module": "高级流体过滤模块", + "item.ppfluids.low_fluid_retrieval_module": "低级流体检索模块", + "item.ppfluids.medium_fluid_retrieval_module": "中级流体检索模块", + "item.ppfluids.high_fluid_retrieval_module": "高级流体检索模块", + "info.prettypipes.fluid_extraction_module": "从相邻容器中提取流体\n过滤和提取的速度取决于等级\n高等级的模块可以防止过量发送物品", + "info.prettypipes.fluid_filter_module": "限制管道进入相邻储罐的流量\n过滤量因等级而异", + "info.prettypipes.fluid_retrieval_module": "从网络中的其他储罐中提取流体\n过滤和提取的速度取决于等级\n高等级的模块可以防止过量发送物品", + "info.ppfluids.fluid_item.usage": "用我右击流体储罐,来把我里面的流体输入进去!" } \ No newline at end of file diff --git a/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json b/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json index aa6880fbe79f..1faaffb3cd57 100644 --- a/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json +++ b/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json @@ -1,9 +1,9 @@ { "item.prettypipes.wrench": "管道扳手", - "info.prettypipes.wrench": "能够更改管道的连接\n将方块放在副手可作为覆盖板\n潜行移除覆盖板或管道", + "info.prettypipes.wrench": "能够更改管道的连接\n将方块放在副手可作为覆盖板\n潜行以移除覆盖板或管道", "item.prettypipes.blank_module": "空白模块", - "item.prettypipes.pipe_frame": "管道框架", - "info.prettypipes.pipe_frame": "连接到管道或管道相邻方块上\n显示管道网络中物品的数量", + "item.prettypipes.pipe_frame": "管道展示框", + "info.prettypipes.pipe_frame": "连接到管道或管道相邻方块上\n显示管道网络中某个物品的数量", "item.prettypipes.low_extraction_module": "低级抽取模块", "item.prettypipes.medium_extraction_module": "中级抽取模块", "item.prettypipes.high_extraction_module": "高级抽取模块", @@ -34,25 +34,25 @@ "item.prettypipes.filter_increase_modifier": "过滤增加强化", "item.prettypipes.random_sorting_modifier": "随机分拣强化", "item.prettypipes.round_robin_sorting_modifier": "循环分拣强化", - "info.prettypipes.extraction_module": "从相邻容器中提取物品\n过滤和抽取量会随等级而异\n更高级可以防止过量发送物品", + "info.prettypipes.extraction_module": "从相邻容器中提取物品\n过滤和提取速度因等级而异\n高等级的模块可以防止过量发送物品", "info.prettypipes.filter_module": "限制从管道流入相邻容器\n过滤量因等级而异", "info.prettypipes.speed_module": "提高物品离开相邻容器的速度\n速度因等级而异", "info.prettypipes.low_priority_module": "降低相邻容器的接收优先级\n更低的优先级意味着无论距离,物品都会优先进入其他容器", "info.prettypipes.high_priority_module": "增加相邻容器的接收优先级\n更高的优先级意味着无论距离,物品都会优先进入该容器", - "info.prettypipes.retrieval_module": "从网络中的其他容器中提取物品\n过滤和提取的速率随等级而变\n高等级的模块会防止超额发送物品", - "info.prettypipes.stack_size_module": "限制进入相邻容器的物品数量\n自动地防止超额发送物品", + "info.prettypipes.retrieval_module": "从网络中的其他容器中提取物品\n过滤和提取速度因等级而异\n高等级的模块可以防止过量发送物品", + "info.prettypipes.stack_size_module": "限制进入相邻容器的物品数量\n自动地防止过量发送物品", "info.prettypipes.damage_filter_modifier": "使所有过滤槽位按物品耐久值过滤", "info.prettypipes.nbt_filter_modifier": "使所有过滤槽位按物品数据(NBT)过滤", "info.prettypipes.tag_filter_modifier": "使所有过滤槽位按标签过滤\n标签可以通过过滤槽位中的物品选择", "info.prettypipes.mod_filter_modifier": "使所有过滤槽位按模组过滤", - "info.prettypipes.redstone_module": "允许红石信号禁用管道\n对抽取和检索模块均适用", - "info.prettypipes.item_terminal": "允许查看或请求管道网络中的所有物品\nAlso has slots for putting items into the network", - "info.prettypipes.crafting_terminal": "Allows requesting ingredients for crafting recipes\nSupports auto-filling from JEI if installed", - "info.prettypipes.pressurizer": "Drastically increases item speed in the entire pipe network\nRequires FE (or RF) for each item transferred", - "info.prettypipes.filter_increase_modifier": "Adds additional filter slots to the pipe\nSlots will be used by any module that filters items", - "info.prettypipes.crafting_module": "Allows automatically crafting items into other items using the connected block\nDoesn't automatically extract from the block\nInput and output slots vary by tier\nSupports auto-filling from JEI if installed", - "info.prettypipes.random_sorting_modifier": "Causes extracted items to choose destinations randomly\nPriority modules will be ignored", - "info.prettypipes.round_robin_sorting_modifier": "Causes extracted items to choose destinations in a round robin fashion\nOrdering is based on distance and priority", + "info.prettypipes.redstone_module": "允许使用红石信号禁用管道\n对抽取和检索模块均适用", + "info.prettypipes.item_terminal": "允许查看和请求管道网络中的所有物品\n也有将物品放入网络的槽位", + "info.prettypipes.crafting_terminal": "允许为合成配方请求材料\n若安装了JEI则支持从JEI中自动填充", + "info.prettypipes.pressurizer": "大幅提升整个管道网络的物品传输速度\n每个传输的物品都会消耗FE(或RF)", + "info.prettypipes.filter_increase_modifier": "为管道增加额外的过滤槽位\n这些槽位可被任何过滤物品的模块使用", + "info.prettypipes.crafting_module": "允许使用连接的方块来自动合成物品\n不会自动从该方块中提取物品\n输入和输出的槽位数因等级而异\n若安装了JEI则支持从JEI中自动填充", + "info.prettypipes.random_sorting_modifier": "使提取出的物品随机选择目的地\n无视优先级模块", + "info.prettypipes.round_robin_sorting_modifier": "使提取出的物品以循环的方式选择目的地\n顺序基于距离和优先级", "block.prettypipes.pipe": "管道", "block.prettypipes.item_terminal": "物品终端", "block.prettypipes.crafting_terminal": "合成终端", @@ -62,19 +62,19 @@ "container.prettypipes.item_terminal": "物品终端", "container.prettypipes.crafting_terminal": "合成终端", "container.prettypipes.pressurizer": "管道加压器", - "info.prettypipes.whitelist": "Allowed", - "info.prettypipes.blacklist": "Disallowed", + "info.prettypipes.whitelist": "允许", + "info.prettypipes.blacklist": "不允许", "info.prettypipes.shift": "按住Shift查看信息", "info.prettypipes.populate": "Populate", - "info.prettypipes.populate.description": "Filters items from adjacent inventories", + "info.prettypipes.populate.description": "从相邻的容器中过滤物品", "info.prettypipes.max_stack_size": "最大物品数量", - "info.prettypipes.limit_to_max_on": "限制为一组", - "info.prettypipes.limit_to_max_off": "Don't limit to one stack", + "info.prettypipes.limit_to_max_on": "最大限制为一组", + "info.prettypipes.limit_to_max_off": "无最大限制", "info.prettypipes.request": "请求", "info.prettypipes.not_found": "无法找到%s", "info.prettypipes.hold_alt": "按住Alt以强制请求", - "info.prettypipes.sending": "Sending %s %s", - "info.prettypipes.sending_ingredients": "Sending %s sets of ingredients", + "info.prettypipes.sending": "正在发送%s个%s", + "info.prettypipes.sending_ingredients": "正在发生%s份合成材料", "info.prettypipes.order": "按%s排序", "info.prettypipes.order.amount": "数量", "info.prettypipes.order.name": "名称", @@ -86,7 +86,7 @@ "info.prettypipes.energy": "%s / %s FE", "info.prettypipes.crafting": "等待中", "info.prettypipes.cancel_all": "取消", - "info.prettypipes.cancel_all.desc": "Stops waiting for current crafting outputs\nDoesn't remove inputs from blocks", - "info.prettypipes.no_pipe_connected": "The terminal needs to be connected to a pipe network", - "info.prettypipes.too_many_pipes_connected": "The terminal can only be connected to a single pipe at a time" + "info.prettypipes.cancel_all.desc": "取消等待当前的合成输出\n不会将输入从方块中移除", + "info.prettypipes.no_pipe_connected": "终端需要与管道网络相连接", + "info.prettypipes.too_many_pipes_connected": "终端只能同时与一根管道相连接" } \ No newline at end of file From fb107b3c531c6641ae940ea9a1d83fbbcb1c5c29 Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Wed, 29 Jun 2022 12:49:10 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E7=A1=AE=E5=AE=9Apopulate=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json b/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json index 1faaffb3cd57..83939cc47087 100644 --- a/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json +++ b/projects/1.16/assets/pretty-pipes/prettypipes/lang/zh_cn.json @@ -65,8 +65,8 @@ "info.prettypipes.whitelist": "允许", "info.prettypipes.blacklist": "不允许", "info.prettypipes.shift": "按住Shift查看信息", - "info.prettypipes.populate": "Populate", - "info.prettypipes.populate.description": "从相邻的容器中过滤物品", + "info.prettypipes.populate": "添加", + "info.prettypipes.populate.description": "将相邻容器中的物品添加至过滤名单", "info.prettypipes.max_stack_size": "最大物品数量", "info.prettypipes.limit_to_max_on": "最大限制为一组", "info.prettypipes.limit_to_max_off": "无最大限制",