From 82248dc5a9a51c6fbc3a3bb68f823944a965c264 Mon Sep 17 00:00:00 2001 From: Cactusstudent <97865546+Cactusstudent@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:37:16 +0800 Subject: [PATCH 1/6] initial commit --- .../ceramicbucket/lang/en_us.json | 37 ++++++++++++ .../ceramicbucket/lang/zh_cn.json | 37 ++++++++++++ .../ceramicshears/lang/en_us.json | 12 ++++ .../ceramicshears/lang/zh_cn.json | 12 ++++ .../cloud-glass/cloudglass/lang/en_us.json | 19 +++++++ .../cloud-glass/cloudglass/lang/zh_cn.json | 19 +++++++ .../createsifter/lang/en_us.json | 56 +++++++++++++++++++ .../createsifter/lang/zh_cn.json | 56 +++++++++++++++++++ .../ghasts_update/lang/en_us.json | 33 +++++++++++ .../ghasts_update/lang/zh_cn.json | 33 +++++++++++ .../llamapalooza/llamapalooza/en_us.json | 8 +++ .../llamapalooza/llamapalooza/lang/zh_cn.json | 8 +++ .../rain-shield/rainshield/lang/en_us.json | 4 ++ .../rain-shield/rainshield/lang/zh_cn.json | 4 ++ 14 files changed, 338 insertions(+) create mode 100644 projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/en_us.json create mode 100644 projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json create mode 100644 projects/1.21/assets/ceramic-shears/ceramicshears/lang/en_us.json create mode 100644 projects/1.21/assets/ceramic-shears/ceramicshears/lang/zh_cn.json create mode 100644 projects/1.21/assets/cloud-glass/cloudglass/lang/en_us.json create mode 100644 projects/1.21/assets/cloud-glass/cloudglass/lang/zh_cn.json create mode 100644 projects/1.21/assets/create-sifting/createsifter/lang/en_us.json create mode 100644 projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json create mode 100644 projects/1.21/assets/ghasts-update/ghasts_update/lang/en_us.json create mode 100644 projects/1.21/assets/ghasts-update/ghasts_update/lang/zh_cn.json create mode 100644 projects/1.21/assets/llamapalooza/llamapalooza/en_us.json create mode 100644 projects/1.21/assets/llamapalooza/llamapalooza/lang/zh_cn.json create mode 100644 projects/1.21/assets/rain-shield/rainshield/lang/en_us.json create mode 100644 projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json diff --git a/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/en_us.json b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/en_us.json new file mode 100644 index 000000000000..114272c3cbd1 --- /dev/null +++ b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/en_us.json @@ -0,0 +1,37 @@ +{ + "tag.fluid.woodenbucket.ceramic_cracking": "Fluids that crack the Ceramic Bucket", + + "item.ceramicbucket.ceramic_bucket": "Ceramic Bucket", + "item.ceramicbucket.ceramic_bucket.entity": "Ceramic Bucket of %s", + "item.ceramicbucket.ceramic_bucket.filled": "Ceramic %s Bucket", + "item.ceramicbucket.unfired_clay_bucket": "Unfired Clay Bucket", + + "text.autoconfig.ceramicbucket.title": "Ceramic Bucket Settings", + + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE": "Break temperature", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[0]": "§6§lBreak temperature", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[1]": "Minimum temperature of fluid at which the", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[2]": "Ceramic Bucket breaks when emptied.", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[3]": "§7§oDeactivation by setting a number larger than the hottest fluid", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[4]": "§7§oMin: -10000; Max: 10000", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[5]": "§7§oDefault: 1000", + + "text.autoconfig.ceramicbucket.option.DURABILITY": "Durability", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[0]": "§6§lDurability", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[1]": "Defines the maximum durability of a Ceramic Bucket.", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[2]": "§7§o0: deactivates the durability", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[3]": "§7§oMin: 0; Max: 10000", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[4]": "§7§oDefault: 0", + + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED": "Fish obtaining enabled", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[0]": "§6§lFish obtaining enabled", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[1]": "Whether or not obtaining fish with a", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[2]": "Ceramic Bucket should be enabled.", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[3]": "§7§oDefault: true", + + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED": "Milking enabled", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[0]": "§6§lMilking enabled", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[1]": "Whether or not milking entities with a", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[2]": "Ceramic Bucket should be enabled.", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[3]": "§7§oDefault: true" +} \ No newline at end of file diff --git a/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json new file mode 100644 index 000000000000..c3edab9af5c1 --- /dev/null +++ b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json @@ -0,0 +1,37 @@ +{ + "tag.fluid.woodenbucket.ceramic_cracking": "会破坏陶瓷桶的流体", + + "item.ceramicbucket.ceramic_bucket": "陶瓷桶", + "item.ceramicbucket.ceramic_bucket.entity": "%s陶瓷桶", + "item.ceramicbucket.ceramic_bucket.filled": "%s陶瓷桶", + "item.ceramicbucket.unfired_clay_bucket": "未烧制的黏土桶", + + "text.autoconfig.ceramicbucket.title": "陶瓷桶设置", + + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE": "陶瓷桶破坏温度", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[0]": "§6§l陶瓷桶破裂温度", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[1]": "倒空流体时导致陶瓷桶", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[2]": "破裂的最低流体温度", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[3]": "§7§o设置一个大于所有流体最高温的值以禁用此项", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[4]": "§7§o最小:-10000;最大:10000", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[5]": "§7§o默认:1000", + + "text.autoconfig.ceramicbucket.option.DURABILITY": "耐久度", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[0]": "§6§l耐久", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[1]": "设置陶瓷桶最大耐久度。", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[2]": "§7§o0:禁用耐久度", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[3]": "§7§o最小:0;最大:10000", + "text.autoconfig.ceramicbucket.option.DURABILITY.@Tooltip[4]": "§7§o默认:0", + + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED": "使用陶瓷桶抓鱼", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[0]": "§6§l使用陶瓷桶抓鱼", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[1]": "是否可用陶瓷桶", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[2]": "抓鱼。", + "text.autoconfig.ceramicbucket.option.FISH_OBTAINING_ENABLED.@Tooltip[3]": "§7§o默认:true", + + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED": "使用陶瓷桶挤奶", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[0]": "§6§l使用陶瓷桶挤奶", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[1]": "是否可用陶瓷桶", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[2]": "为生物挤奶。", + "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[3]": "§7§o默认:true" +} \ No newline at end of file diff --git a/projects/1.21/assets/ceramic-shears/ceramicshears/lang/en_us.json b/projects/1.21/assets/ceramic-shears/ceramicshears/lang/en_us.json new file mode 100644 index 000000000000..29e11e3268ee --- /dev/null +++ b/projects/1.21/assets/ceramic-shears/ceramicshears/lang/en_us.json @@ -0,0 +1,12 @@ +{ + "item.ceramicshears.ceramic_shears": "Ceramic Shears", + "item.ceramicshears.ceramic_shears_part": "Ceramic Shears Part", + "item.ceramicshears.clay_shears_part": "Clay Shears Part", + + "text.autoconfig.ceramicshears.option.DURABILITY": "Ceramic Shears Durability", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[0]": "§6§lCeramic Shears Durability", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[1]": "Defines the maximum durability of Ceramic Shears.", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[2]": "§7§o0: deactivates the durability", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[3]": "§7§oMin: 0; Max: 10000", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[4]": "§7§oDefault: 179" +} \ No newline at end of file diff --git a/projects/1.21/assets/ceramic-shears/ceramicshears/lang/zh_cn.json b/projects/1.21/assets/ceramic-shears/ceramicshears/lang/zh_cn.json new file mode 100644 index 000000000000..f5e504e3ec55 --- /dev/null +++ b/projects/1.21/assets/ceramic-shears/ceramicshears/lang/zh_cn.json @@ -0,0 +1,12 @@ +{ + "item.ceramicshears.ceramic_shears": "陶瓷剪刀", + "item.ceramicshears.ceramic_shears_part": "陶瓷剪刀部件", + "item.ceramicshears.clay_shears_part": "黏土剪刀部件", + + "text.autoconfig.ceramicshears.option.DURABILITY": "陶瓷剪刀耐久度", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[0]": "§6§l陶瓷剪刀耐久度", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[1]": "设置陶瓷剪刀最大耐久度", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[2]": "§7§o0:禁用耐久度", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[3]": "§7§o最小:0;最大:10000", + "text.autoconfig.ceramicshears.option.DURABILITY.@Tooltip[4]": "§7§o默认:179" +} \ No newline at end of file diff --git a/projects/1.21/assets/cloud-glass/cloudglass/lang/en_us.json b/projects/1.21/assets/cloud-glass/cloudglass/lang/en_us.json new file mode 100644 index 000000000000..e01e426b1ac4 --- /dev/null +++ b/projects/1.21/assets/cloud-glass/cloudglass/lang/en_us.json @@ -0,0 +1,19 @@ +{ + "block.cloudglass.black_cloud_glass": "Black Cloud Glass", + "block.cloudglass.blue_cloud_glass": "Blue Cloud Glass", + "block.cloudglass.brown_cloud_glass": "Brown Cloud Glass", + "block.cloudglass.cyan_cloud_glass": "Cyan Cloud Glass", + "block.cloudglass.gray_cloud_glass": "Gray Cloud Glass", + "block.cloudglass.green_cloud_glass": "Green Cloud Glass", + "block.cloudglass.light_blue_cloud_glass": "Light Blue Cloud Glass", + "block.cloudglass.light_gray_cloud_glass": "Light Gray Cloud Glass", + "block.cloudglass.lime_cloud_glass": "Lime Cloud Glass", + "block.cloudglass.magenta_cloud_glass": "Magenta Cloud Glass", + "block.cloudglass.orange_cloud_glass": "Orange Cloud Glass", + "block.cloudglass.pink_cloud_glass": "Pink Cloud Glass", + "block.cloudglass.purple_cloud_glass": "Purple Cloud Glass", + "block.cloudglass.red_cloud_glass": "Red Cloud Glass", + "block.cloudglass.white_cloud_glass": "White Cloud Glass", + "block.cloudglass.yellow_cloud_glass": "Yellow Cloud Glass", + "itemGroup.cloudglass.tab": "Cloud Glass" +} \ No newline at end of file diff --git a/projects/1.21/assets/cloud-glass/cloudglass/lang/zh_cn.json b/projects/1.21/assets/cloud-glass/cloudglass/lang/zh_cn.json new file mode 100644 index 000000000000..29ca44634f5c --- /dev/null +++ b/projects/1.21/assets/cloud-glass/cloudglass/lang/zh_cn.json @@ -0,0 +1,19 @@ +{ + "block.cloudglass.black_cloud_glass": "黑色云朵玻璃", + "block.cloudglass.blue_cloud_glass": "蓝色云朵玻璃", + "block.cloudglass.brown_cloud_glass": "棕色云朵玻璃", + "block.cloudglass.cyan_cloud_glass": "青色云朵玻璃", + "block.cloudglass.gray_cloud_glass": "灰色云朵玻璃", + "block.cloudglass.green_cloud_glass": "绿色云朵玻璃", + "block.cloudglass.light_blue_cloud_glass": "淡蓝色云朵玻璃", + "block.cloudglass.light_gray_cloud_glass": "淡灰色云朵玻璃", + "block.cloudglass.lime_cloud_glass": "黄绿色云朵玻璃", + "block.cloudglass.magenta_cloud_glass": "品红色云朵玻璃", + "block.cloudglass.orange_cloud_glass": "橙色云朵玻璃", + "block.cloudglass.pink_cloud_glass": "粉红色云朵玻璃", + "block.cloudglass.purple_cloud_glass": "紫色云朵玻璃", + "block.cloudglass.red_cloud_glass": "红色云朵玻璃", + "block.cloudglass.white_cloud_glass": "白色云朵玻璃", + "block.cloudglass.yellow_cloud_glass": "黄色云朵玻璃", + "itemGroup.cloudglass.tab": "云朵玻璃" +} \ No newline at end of file diff --git a/projects/1.21/assets/create-sifting/createsifter/lang/en_us.json b/projects/1.21/assets/create-sifting/createsifter/lang/en_us.json new file mode 100644 index 000000000000..810976c12bf4 --- /dev/null +++ b/projects/1.21/assets/create-sifting/createsifter/lang/en_us.json @@ -0,0 +1,56 @@ +{ + "block.createsifter.brass_sifter": "Brass Sifter", + "block.createsifter.crushed_basalt": "Crushed basalt", + "block.createsifter.crushed_end_stone": "Crushed end stone", + "block.createsifter.crushed_netherrack": "Crushed netherrack", + "block.createsifter.dust": "Dust block", + "block.createsifter.sifter": "Sifter", + "config.jade.plugin_createsifter.data": "Create Sifter", + "createsifter.itemGroup:main": "Create sifting", + "createsifter.ponder.sifter.header": "Block sifting", + "createsifter.ponder.sifter.text_1": "Sifter process items by sifting them", + "createsifter.ponder.sifter.text_2": "They can be powered from the side using cogwheels", + "createsifter.ponder.sifter.text_3": "Throw or Insert items at the top", + "createsifter.ponder.sifter.text_4": "After some time, the result can be obtained via Right-click", + "createsifter.ponder.sifter.text_5": "The outputs can also be extracted by automation", + "createsifter.recipe.sifting": "Sifting recipe", + "createsifter.recipe.sifting.minimumspeed": "%1$s RPM", + "createsifter.tooltip.mesh": "Mesh: %s", + "item.createsifter.advanced_brass_mesh": "Advanced Brass Mesh", + "item.createsifter.advanced_custom_mesh": "Advanced Custom Mesh", + "item.createsifter.advanced_sturdy_mesh": "Advanced Sturdy Mesh", + "item.createsifter.andesite_mesh": "Andesite Mesh", + "item.createsifter.andesite_pebble": "Andesite Pebble", + "item.createsifter.basalt_pebble": "Basalt Pebble", + "item.createsifter.blackstone_pebble": "Blackstone Pebble", + "item.createsifter.brass_mesh": "Brass Mesh", + "item.createsifter.calcite_pebble": "Calcite Pebble", + "item.createsifter.custom_mesh": "Custom Mesh", + "item.createsifter.deepslate_pebble": "Deepslate Pebble", + "item.createsifter.diorite_pebble": "Diorite Pebble", + "item.createsifter.granite_pebble": "Granite Pebble", + "item.createsifter.raw_aluminum_piece": "Raw Aluminum Piece", + "item.createsifter.raw_copper_piece": "Raw Copper Piece", + "item.createsifter.raw_gold_piece": "Raw Gold Piece", + "item.createsifter.raw_iron_piece": "Raw Iron Piece", + "item.createsifter.raw_lead_piece": "Raw Lead Piece", + "item.createsifter.raw_nickel_piece": "Raw Nickel Piece", + "item.createsifter.raw_osmium_piece": "Raw Osmium Piece", + "item.createsifter.raw_platinum_piece": "Raw Platinum Piece", + "item.createsifter.raw_quicksilver_piece": "Raw Quicksilver Piece", + "item.createsifter.raw_silver_piece": "Raw Silver Piece", + "item.createsifter.raw_tin_piece": "Raw Tin Piece", + "item.createsifter.raw_uranium_piece": "Raw Uranium Piece", + "item.createsifter.raw_zinc_piece": "Raw Zinc Piece", + "item.createsifter.stone_pebble": "Stone Pebble", + "item.createsifter.string_mesh": "String Mesh", + "item.createsifter.sturdy_mesh": "Sturdy Mesh", + "item.createsifter.tuff_pebble": "Tuff Pebble", + "item.createsifter.zinc_mesh": "Zinc Mesh", + "mechanicals.ui.recipe_requirement.advanced_sifter.tooltip.missing": "Requires brass sifter", + "mechanicals.ui.recipe_requirement.advanced_sifter.tooltip.title": "Brass sifter", + "mechanicals.ui.recipe_requirement.advanced_sifter.tooltip.value": "", + "mechanicals.ui.recipe_requirement.waterlogged.tooltip.missing": "Not Wartelogged", + "mechanicals.ui.recipe_requirement.waterlogged.tooltip.title": "Waterlogged", + "mechanicals.ui.recipe_requirement.waterlogged.tooltip.value": "" +} \ No newline at end of file diff --git a/projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json b/projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json new file mode 100644 index 000000000000..fb32b8d2aa6f --- /dev/null +++ b/projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json @@ -0,0 +1,56 @@ +{ + "block.createsifter.brass_sifter": "黄铜筛子", + "block.createsifter.crushed_basalt": "粉碎玄武岩", + "block.createsifter.crushed_end_stone": "粉碎末地石", + "block.createsifter.crushed_netherrack": "粉碎下界岩", + "block.createsifter.dust": "尘土块", + "block.createsifter.sifter": "筛子", + "config.jade.plugin_createsifter.data": "机械动力筛子", + "createsifter.itemGroup:main": "机械动力:筛子", + "createsifter.ponder.sifter.header": "方块过筛", + "createsifter.ponder.sifter.text_1": "筛子可以筛取物品", + "createsifter.ponder.sifter.text_2": "They can be powered from the side using cogwheels", + "createsifter.ponder.sifter.text_3": "顶部可以丢入或者放入物品", + "createsifter.ponder.sifter.text_4": "等待一段时间,右击筛子可以取出过筛后的产物", + "createsifter.ponder.sifter.text_5": "产物输出也是可以自动化的", + "createsifter.recipe.sifting": "过筛", + "createsifter.recipe.sifting.minimumspeed": "%1$s RPM", + "createsifter.tooltip.mesh": "筛网:%s", + "item.createsifter.advanced_brass_mesh": "高级黄铜筛网", + "item.createsifter.advanced_custom_mesh": "高级自定义筛网", + "item.createsifter.advanced_sturdy_mesh": "高级坚固筛网", + "item.createsifter.andesite_mesh": "安山筛网", + "item.createsifter.andesite_pebble": "安山岩石子", + "item.createsifter.basalt_pebble": "玄武岩石子", + "item.createsifter.blackstone_pebble": "黑石筛网", + "item.createsifter.brass_mesh": "黄铜筛网", + "item.createsifter.calcite_pebble": "方解石石子", + "item.createsifter.custom_mesh": "自定义筛网", + "item.createsifter.deepslate_pebble": "深板岩石子", + "item.createsifter.diorite_pebble": "闪长岩石子", + "item.createsifter.granite_pebble": "花岗岩石子", + "item.createsifter.raw_aluminum_piece": "粗铝碎块", + "item.createsifter.raw_copper_piece": "粗铜碎块", + "item.createsifter.raw_gold_piece": "粗金碎块", + "item.createsifter.raw_iron_piece": "粗铁碎块", + "item.createsifter.raw_lead_piece": "粗铅碎块", + "item.createsifter.raw_nickel_piece": "粗镍碎块", + "item.createsifter.raw_osmium_piece": "粗锇碎块", + "item.createsifter.raw_platinum_piece": "粗铂碎块", + "item.createsifter.raw_quicksilver_piece": "Raw Quicksilver Piece", + "item.createsifter.raw_silver_piece": "粗银碎块", + "item.createsifter.raw_tin_piece": "粗锡碎块", + "item.createsifter.raw_uranium_piece": "粗铀碎块", + "item.createsifter.raw_zinc_piece": "粗锌碎块", + "item.createsifter.stone_pebble": "石子", + "item.createsifter.string_mesh": "线筛网", + "item.createsifter.sturdy_mesh": "坚固筛网", + "item.createsifter.tuff_pebble": "凝灰岩石子", + "item.createsifter.zinc_mesh": "锌筛网", + "mechanicals.ui.recipe_requirement.advanced_sifter.tooltip.missing": "需要黄铜筛子", + "mechanicals.ui.recipe_requirement.advanced_sifter.tooltip.title": "黄铜筛子", + "mechanicals.ui.recipe_requirement.advanced_sifter.tooltip.value": "", + "mechanicals.ui.recipe_requirement.waterlogged.tooltip.missing": "未含水", + "mechanicals.ui.recipe_requirement.waterlogged.tooltip.title": "含水", + "mechanicals.ui.recipe_requirement.waterlogged.tooltip.value": "" +} \ No newline at end of file diff --git a/projects/1.21/assets/ghasts-update/ghasts_update/lang/en_us.json b/projects/1.21/assets/ghasts-update/ghasts_update/lang/en_us.json new file mode 100644 index 000000000000..3bcc706944ad --- /dev/null +++ b/projects/1.21/assets/ghasts-update/ghasts_update/lang/en_us.json @@ -0,0 +1,33 @@ +{ + "gamerule.undry": "Undry", + "block.testt.grumpy_dried_ghast": "Dried Ghast", + "item.ghasts_update.ghast_saddle": "Blue Ghast Saddle", + "gui.ghasts_update.happy_ghast_inventory.label_happy_ghast": "Happy Ghast", + "block.ghasts_update.happy_dried_ghast": "Dried Ghast", + "block.ghasts_update.neutral_dried_ghast": "Dried Ghast", + "block.testt.happy_dried_ghast": "Dried Ghast", + "item.ghasts_update.purple_ghast_saddle": "Purple Ghast Saddle", + "item_group.ghasts_update.ghast_update": "Ghast Update", + "item.testt.ghast_saddle": "Ghast Saddle", + "key.ghasts_update.up_ghast": "Up Ghast", + "block.ghasts_update.dried_ghast": "Dried Ghast", + "key.testt.down_ghast": "Down Ghast", + "entity.testt.ghastling": "Ghastling", + "item.testt.happy_ghast_spawn_egg": "Happy Ghast Spawn Egg", + "block.ghasts_update.grumpy_dried_ghast": "Dried Ghast", + "item.ghasts_update.happy_ghast_spawn_egg": "Happy Ghast Spawn Egg", + "entity.ghasts_update.dried_ghast_spawn": "Dried Ghast Spawn", + "item.ghasts_update.ghastling_spawn_egg": "Ghastling Spawn Egg", + "item.ghasts_update.dried_ghast_spawn_spawn_egg": "Dried Ghast Spawn Spawn Egg", + "entity.ghasts_update.ghastling": "Ghastling", + "key.testt.up_ghast": "Up Ghast", + "key.ghasts_update.down_ghast": "Down Ghast", + "itemGroup.tab_ghast_update": "Ghast Update", + "item.testt.ghastling_spawn_egg": "Ghastling Spawn Egg", + "key.ghasts_update.open_ghast_inventory": "Open Ghast Inventory", + "block.testt.dried_ghast": "Dried Ghast", + "entity.testt.happy_ghast": "Happy Ghast", + "block.testt.neutral_dried_ghast": "Dried Ghast", + "entity.ghasts_update.happy_ghast": "Happy Ghast", + "gamerule.undry.description": "Define the undrying speed of dried ghasts" +} \ No newline at end of file diff --git a/projects/1.21/assets/ghasts-update/ghasts_update/lang/zh_cn.json b/projects/1.21/assets/ghasts-update/ghasts_update/lang/zh_cn.json new file mode 100644 index 000000000000..721b2de792b6 --- /dev/null +++ b/projects/1.21/assets/ghasts-update/ghasts_update/lang/zh_cn.json @@ -0,0 +1,33 @@ +{ + "gamerule.undry": "吸水速率", + "block.testt.grumpy_dried_ghast": "失水恶魂", + "item.ghasts_update.ghast_saddle": "蓝色恶魂挽具", + "gui.ghasts_update.happy_ghast_inventory.label_happy_ghast": "快乐恶魂", + "block.ghasts_update.happy_dried_ghast": "失水恶魂", + "block.ghasts_update.neutral_dried_ghast": "失水恶魂", + "block.testt.happy_dried_ghast": "失水恶魂", + "item.ghasts_update.purple_ghast_saddle": "紫色恶魂挽具", + "item_group.ghasts_update.ghast_update": "快乐恶魂更新", + "item.testt.ghast_saddle": "恶魂挽具", + "key.ghasts_update.up_ghast": "快乐恶魂上升", + "block.ghasts_update.dried_ghast": "失水恶魂", + "key.testt.down_ghast": "快乐恶魂下降", + "entity.testt.ghastling": "小恶魂", + "item.testt.happy_ghast_spawn_egg": "快乐恶魂刷怪蛋", + "block.ghasts_update.grumpy_dried_ghast": "失水恶魂", + "item.ghasts_update.happy_ghast_spawn_egg": "快乐恶魂刷怪蛋", + "entity.ghasts_update.dried_ghast_spawn": "失水恶魂", + "item.ghasts_update.ghastling_spawn_egg": "小恶魂刷怪蛋", + "item.ghasts_update.dried_ghast_spawn_spawn_egg": "失水恶魂刷怪蛋", + "entity.ghasts_update.ghastling": "小恶魂", + "key.testt.up_ghast": "快乐恶魂上升", + "key.ghasts_update.down_ghast": "快乐恶魂下降", + "itemGroup.tab_ghast_update": "快乐恶魂更新", + "item.testt.ghastling_spawn_egg": "小恶魂刷怪蛋", + "key.ghasts_update.open_ghast_inventory": "打开恶魂物品栏", + "block.testt.dried_ghast": "失水恶魂", + "entity.testt.happy_ghast": "快乐恶魂", + "block.testt.neutral_dried_ghast": "失水恶魂", + "entity.ghasts_update.happy_ghast": "快乐恶魂", + "gamerule.undry.description": "决定了失水恶魂的吸水速率" +} \ No newline at end of file diff --git a/projects/1.21/assets/llamapalooza/llamapalooza/en_us.json b/projects/1.21/assets/llamapalooza/llamapalooza/en_us.json new file mode 100644 index 000000000000..30dd0fe5b466 --- /dev/null +++ b/projects/1.21/assets/llamapalooza/llamapalooza/en_us.json @@ -0,0 +1,8 @@ +{ + "config.jade.plugin_llamapalooza.cooldown": "Spit Cooldown: %s", + "config.jade.plugin_llamapalooza.stats": "Stats: %s/%s/%s", + "entity.llamapalooza.item_spit": "Item Spit", + "entity.llamapalooza.loot_llama": "Loot Llama", + "item.llamapalooza.loot_llama_spawn_egg": "Loot Llama Spawn Egg", + "itemGroup.llamapalooza": "LlamaPalooza" +} \ No newline at end of file diff --git a/projects/1.21/assets/llamapalooza/llamapalooza/lang/zh_cn.json b/projects/1.21/assets/llamapalooza/llamapalooza/lang/zh_cn.json new file mode 100644 index 000000000000..85931f3a1038 --- /dev/null +++ b/projects/1.21/assets/llamapalooza/llamapalooza/lang/zh_cn.json @@ -0,0 +1,8 @@ +{ + "config.jade.plugin_llamapalooza.cooldown":"吐唾沫冷却:%s", + "config.jade.plugin_llamapalooza.stats":"统计:%s/%s/%s", + "entity.llamapalooza.item_spit":"物品唾沫", + "entity.llamapalooza.loot_llama":"战利品羊驼", + "item.llamapalooza.loot_llama_spawn_egg":"战利品羊驼刷怪蛋", + "itemGroup.llamapalooza":"LlamaPalooza" +} \ No newline at end of file diff --git a/projects/1.21/assets/rain-shield/rainshield/lang/en_us.json b/projects/1.21/assets/rain-shield/rainshield/lang/en_us.json new file mode 100644 index 000000000000..84b0972ea0d8 --- /dev/null +++ b/projects/1.21/assets/rain-shield/rainshield/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "block.rainshield.rain_shield": "Rain Shield", + "rainshield.networking.sync_shields.failed": "Failed to sync rain shield data: %s" +} \ No newline at end of file diff --git a/projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json b/projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json new file mode 100644 index 000000000000..4def8537a3f0 --- /dev/null +++ b/projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json @@ -0,0 +1,4 @@ +{ + "block.rainshield.rain_shield": "雨盾", + "rainshield.networking.sync_shields.failed": "无法同步雨盾数据:%s" +} \ No newline at end of file From e9c81f8125c0135f8edfc3377922cfbe85be0f32 Mon Sep 17 00:00:00 2001 From: Cactusstudent <97865546+Cactusstudent@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:50:40 +0800 Subject: [PATCH 2/6] Fix wrong direct --- .../1.21/assets/llamapalooza/llamapalooza/{ => lang}/en_us.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename projects/1.21/assets/llamapalooza/llamapalooza/{ => lang}/en_us.json (100%) diff --git a/projects/1.21/assets/llamapalooza/llamapalooza/en_us.json b/projects/1.21/assets/llamapalooza/llamapalooza/lang/en_us.json similarity index 100% rename from projects/1.21/assets/llamapalooza/llamapalooza/en_us.json rename to projects/1.21/assets/llamapalooza/llamapalooza/lang/en_us.json From fe0d803ee6d62b27ad5d202df4dba0e4b6731f31 Mon Sep 17 00:00:00 2001 From: "cfpa-bot[bot]" <101878103+cfpa-bot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:55:40 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E5=88=AB=E7=9C=8B=E6=88=91=EF=BC=8C?= =?UTF-8?q?=E6=88=91=E5=8F=AA=E6=98=AF=E4=B8=AA=E5=8D=8F=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 3093FengMing <83573615+3093FengMing@users.noreply.github.com> From 4f3f290c1ca557f0767aeda53aa6b044d35ea3bf Mon Sep 17 00:00:00 2001 From: Cactusstudent <97865546+Cactusstudent@users.noreply.github.com> Date: Tue, 22 Jul 2025 22:01:38 +0800 Subject: [PATCH 4/6] Update WeatherGate Co-Authored-By: Wulian233 <1055917385@qq.com> --- .../assets/weathergate/weathergate/lang/en_us.json | 10 ++++++++++ .../assets/weathergate/weathergate/lang/zh_cn.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 projects/1.21/assets/weathergate/weathergate/lang/en_us.json create mode 100644 projects/1.21/assets/weathergate/weathergate/lang/zh_cn.json diff --git a/projects/1.21/assets/weathergate/weathergate/lang/en_us.json b/projects/1.21/assets/weathergate/weathergate/lang/en_us.json new file mode 100644 index 000000000000..dda3f58b587c --- /dev/null +++ b/projects/1.21/assets/weathergate/weathergate/lang/en_us.json @@ -0,0 +1,10 @@ +{ + "block.weathergate.snow_catcher": "Snow Catcher", + "block.weathergate.sun_in_a_box": "Sun In A Box", + "block.weathergate.terrain_controller": "Teriann Controller", + "block.weathergate.terrain_controller.no_data": "No Data Found! Replace Block and Try Again!", + "weathergate.sun_in_a_box.tooltip": "Make Sun Light value always noon (Client Only)", + "weathergate.type.foliage": "Foliage", + "weathergate.type.grass": "Grass", + "weathergate.type.water": "Water" +} \ No newline at end of file diff --git a/projects/1.21/assets/weathergate/weathergate/lang/zh_cn.json b/projects/1.21/assets/weathergate/weathergate/lang/zh_cn.json new file mode 100644 index 000000000000..ebd3a4377097 --- /dev/null +++ b/projects/1.21/assets/weathergate/weathergate/lang/zh_cn.json @@ -0,0 +1,10 @@ +{ + "block.weathergate.snow_catcher": "除雪器", + "block.weathergate.sun_in_a_box": "永昼魔盒", + "block.weathergate.terrain_controller": "地貌调控器", + "block.weathergate.terrain_controller.no_data": "未找到数据!请替换方块后重试!", + "weathergate.sun_in_a_box.tooltip": "使太阳始终处于正午状态(仅客户端)", + "weathergate.type.foliage": "树叶", + "weathergate.type.grass": "草", + "weathergate.type.water": "水" +} \ No newline at end of file From 07285751f1f318395ca79f204604943651d20f7e Mon Sep 17 00:00:00 2001 From: Cactus_student <97865546+Cactusstudent@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:54:46 +0800 Subject: [PATCH 5/6] Apply suggestions from code review Co-authored-by: ZetaY <34602681+ZHAY10086@users.noreply.github.com> --- .../1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json | 2 +- .../1.21/assets/create-sifting/createsifter/lang/zh_cn.json | 4 ++-- projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json index c3edab9af5c1..37402cdb8c31 100644 --- a/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json +++ b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json @@ -8,7 +8,7 @@ "text.autoconfig.ceramicbucket.title": "陶瓷桶设置", - "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE": "陶瓷桶破坏温度", + "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE": "陶瓷桶破裂温度", "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[0]": "§6§l陶瓷桶破裂温度", "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[1]": "倒空流体时导致陶瓷桶", "text.autoconfig.ceramicbucket.option.BREAK_TEMPERATURE.@Tooltip[2]": "破裂的最低流体温度", diff --git a/projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json b/projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json index fb32b8d2aa6f..098c3a863aef 100644 --- a/projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json +++ b/projects/1.21/assets/create-sifting/createsifter/lang/zh_cn.json @@ -9,7 +9,7 @@ "createsifter.itemGroup:main": "机械动力:筛子", "createsifter.ponder.sifter.header": "方块过筛", "createsifter.ponder.sifter.text_1": "筛子可以筛取物品", - "createsifter.ponder.sifter.text_2": "They can be powered from the side using cogwheels", + "createsifter.ponder.sifter.text_2": "可使用齿轮从侧面驱动筛子", "createsifter.ponder.sifter.text_3": "顶部可以丢入或者放入物品", "createsifter.ponder.sifter.text_4": "等待一段时间,右击筛子可以取出过筛后的产物", "createsifter.ponder.sifter.text_5": "产物输出也是可以自动化的", @@ -37,7 +37,7 @@ "item.createsifter.raw_nickel_piece": "粗镍碎块", "item.createsifter.raw_osmium_piece": "粗锇碎块", "item.createsifter.raw_platinum_piece": "粗铂碎块", - "item.createsifter.raw_quicksilver_piece": "Raw Quicksilver Piece", + "item.createsifter.raw_quicksilver_piece": "粗水银碎块", "item.createsifter.raw_silver_piece": "粗银碎块", "item.createsifter.raw_tin_piece": "粗锡碎块", "item.createsifter.raw_uranium_piece": "粗铀碎块", diff --git a/projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json b/projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json index 4def8537a3f0..6484ff8229f9 100644 --- a/projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json +++ b/projects/1.21/assets/rain-shield/rainshield/lang/zh_cn.json @@ -1,4 +1,4 @@ { - "block.rainshield.rain_shield": "雨盾", - "rainshield.networking.sync_shields.failed": "无法同步雨盾数据:%s" + "block.rainshield.rain_shield": "驱雨盾", + "rainshield.networking.sync_shields.failed": "无法同步驱雨盾数据:%s" } \ No newline at end of file From 83d0ea4b0f2d74280b9611c1ad4f39a74a1d0abc Mon Sep 17 00:00:00 2001 From: Cactus_student <97865546+Cactusstudent@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:01:56 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=94=B9=E6=94=B9=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s陶瓷桶 -> 陶瓷%s桶 --- .../assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json index 37402cdb8c31..e12e2e785954 100644 --- a/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json +++ b/projects/1.21/assets/ceramic-bucket/ceramicbucket/lang/zh_cn.json @@ -2,8 +2,8 @@ "tag.fluid.woodenbucket.ceramic_cracking": "会破坏陶瓷桶的流体", "item.ceramicbucket.ceramic_bucket": "陶瓷桶", - "item.ceramicbucket.ceramic_bucket.entity": "%s陶瓷桶", - "item.ceramicbucket.ceramic_bucket.filled": "%s陶瓷桶", + "item.ceramicbucket.ceramic_bucket.entity": "陶瓷%s桶", + "item.ceramicbucket.ceramic_bucket.filled": "陶瓷%s桶", "item.ceramicbucket.unfired_clay_bucket": "未烧制的黏土桶", "text.autoconfig.ceramicbucket.title": "陶瓷桶设置", @@ -34,4 +34,4 @@ "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[1]": "是否可用陶瓷桶", "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[2]": "为生物挤奶。", "text.autoconfig.ceramicbucket.option.MILKING_ENABLED.@Tooltip[3]": "§7§o默认:true" -} \ No newline at end of file +}