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..029adfece8a6 --- /dev/null +++ b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/en_us.json @@ -0,0 +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!" +} \ 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..4cda71b4f7c3 --- /dev/null +++ b/projects/1.16/assets/pretty-pipes-fluids/ppfluids/lang/zh_cn.json @@ -0,0 +1,17 @@ +{ + "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 4659b91de747..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 @@ -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,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": "允许查看和请求管道网络中的所有物品\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": "合成终端", + "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": "允许", + "info.prettypipes.blacklist": "不允许", + "info.prettypipes.shift": "按住Shift查看信息", + "info.prettypipes.populate": "添加", + "info.prettypipes.populate.description": "将相邻容器中的物品添加至过滤名单", + "info.prettypipes.max_stack_size": "最大物品数量", + "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": "正在发送%s个%s", + "info.prettypipes.sending_ingredients": "正在发生%s份合成材料", + "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": "取消等待当前的合成输出\n不会将输入从方块中移除", + "info.prettypipes.no_pipe_connected": "终端需要与管道网络相连接", + "info.prettypipes.too_many_pipes_connected": "终端只能同时与一根管道相连接" } \ No newline at end of file