diff --git a/src/main/resources/assets/anvilcraft/lang/de_de.json b/src/main/resources/assets/anvilcraft/lang/de_de.json index 39a7c2d28..c74ac5ae0 100644 --- a/src/main/resources/assets/anvilcraft/lang/de_de.json +++ b/src/main/resources/assets/anvilcraft/lang/de_de.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "Consume: %s", "gui.anvilcraft.category.time_warp.need_activated": "Need Activated", "gui.anvilcraft.category.time_warp.produce_fluid": "Produce: %s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "Bernstein", "item.anvilcraft.amethyst_axe": "Amethystaxt", "item.anvilcraft.amethyst_hoe": "Amethysthacke", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "Brown Cement Bucket", "item.anvilcraft.capacitor": "Kondensator", "item.anvilcraft.capacitor_empty": "Leerer Kondensator", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "Schokolade", "item.anvilcraft.chocolate_black": "Dunkle Schokolade", "item.anvilcraft.chocolate_white": "Weiße Schokolade", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "Silberbarren", "item.anvilcraft.silver_nugget": "Silberklumpen", "item.anvilcraft.sponge_gemmule": "Schwammgemmula", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "Structure Tool", "item.anvilcraft.tin_ingot": "Zinnbarren", "item.anvilcraft.tin_nugget": "Zinnklumpen", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "Blockintervall für die Suche nach Amethystgeoden durch die Geode", "text.autoconfig.anvilcraft.option.geodeRadius": "Suchradius der Geode", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "Maximaler Radius für die Suche nach Amethystgeoden durch die Geode", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "Detektionsintervall der Heliostate", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "Die Anzahl der Ticks zwischen den Detektionen der Heliostate", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "Abkühlzeit der Induktionslichtreifung", diff --git a/src/main/resources/assets/anvilcraft/lang/es_es.json b/src/main/resources/assets/anvilcraft/lang/es_es.json index 02dc0c53d..f666075ff 100644 --- a/src/main/resources/assets/anvilcraft/lang/es_es.json +++ b/src/main/resources/assets/anvilcraft/lang/es_es.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "Consume: %s", "gui.anvilcraft.category.time_warp.need_activated": "Need Activated", "gui.anvilcraft.category.time_warp.produce_fluid": "Produce: %s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "de ámbar", "item.anvilcraft.amethyst_axe": "Hacha de amatista", "item.anvilcraft.amethyst_hoe": "Azada de amatista", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "Brown Cement Bucket", "item.anvilcraft.capacitor": "Condensador", "item.anvilcraft.capacitor_empty": "Condensador (vacío)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "Chocolate", "item.anvilcraft.chocolate_black": "Chocolate negro", "item.anvilcraft.chocolate_white": "Chocolate blanco", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "Lingote de Plata", "item.anvilcraft.silver_nugget": "Pedernal de Plata", "item.anvilcraft.sponge_gemmule": "Bola de brotes de esponja", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "Structure Tool", "item.anvilcraft.tin_ingot": "Lingote de estaño", "item.anvilcraft.tin_nugget": "Pepita de hojalata", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "El intervalo de búsqueda de la geoda", "text.autoconfig.anvilcraft.option.geodeRadius": "Radio máximo de búsqueda de la geoda", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "El radio de búsqueda máximo de la geoda", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "Intervalo de Detección de Helióstatos", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "El número de ticks entre las detecciones de helióstatos", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "Enfriamiento de Maduración del Bloque de Luz Inductiva", diff --git a/src/main/resources/assets/anvilcraft/lang/fr_fr.json b/src/main/resources/assets/anvilcraft/lang/fr_fr.json index 5cefa634d..9c0886428 100644 --- a/src/main/resources/assets/anvilcraft/lang/fr_fr.json +++ b/src/main/resources/assets/anvilcraft/lang/fr_fr.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "Consommation : %s", "gui.anvilcraft.category.time_warp.need_activated": "Besoin d'être activé", "gui.anvilcraft.category.time_warp.produce_fluid": "Produire : %s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "Ambre", "item.anvilcraft.amethyst_axe": "Hache en améthyste", "item.anvilcraft.amethyst_hoe": "Houe en améthyste", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "Brown Cement Bucket", "item.anvilcraft.capacitor": "Condensateur", "item.anvilcraft.capacitor_empty": "Condensateur (vide)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "Chocolat", "item.anvilcraft.chocolate_black": "Chocolat noire", "item.anvilcraft.chocolate_white": "Chocolat blanche", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "Argent Ingot", "item.anvilcraft.silver_nugget": "Argent Nugget", "item.anvilcraft.sponge_gemmule": "Boule de germes d'éponge", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "Outil de structure", "item.anvilcraft.tin_ingot": "Lingot d'étain", "item.anvilcraft.tin_nugget": "Pépite d'étain", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "L'intervalle de recherche de la géode", "text.autoconfig.anvilcraft.option.geodeRadius": "Rayon de recherche maximal de la géode", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "Rayon de recherche maximal de la géode", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "Intervalle de détection des héliostats", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "Le nombre de tiques entre les détections d'héliostat", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "Temps de recharge de maturation du bloc de lumière à induction", diff --git a/src/main/resources/assets/anvilcraft/lang/ja_jp.json b/src/main/resources/assets/anvilcraft/lang/ja_jp.json index 9877902b2..2b6fd5e5c 100644 --- a/src/main/resources/assets/anvilcraft/lang/ja_jp.json +++ b/src/main/resources/assets/anvilcraft/lang/ja_jp.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "Consume: %s", "gui.anvilcraft.category.time_warp.need_activated": "Need Activated", "gui.anvilcraft.category.time_warp.produce_fluid": "Produce: %s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "琥珀", "item.anvilcraft.amethyst_axe": "紫水晶の斧", "item.anvilcraft.amethyst_hoe": "紫水晶のクワ", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "Brown Cement Bucket", "item.anvilcraft.capacitor": "コンデンサ", "item.anvilcraft.capacitor_empty": "コンデンサ(空)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "チョコ", "item.anvilcraft.chocolate_black": "ダークチョコ", "item.anvilcraft.chocolate_white": "ホワイトチョコ", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "シルバーアイイング", "item.anvilcraft.silver_nugget": "シルバーナゲット", "item.anvilcraft.sponge_gemmule": "スポンジ芽球根", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "Structure Tool", "item.anvilcraft.tin_ingot": "錫インゴット", "item.anvilcraft.tin_nugget": "錫塊", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "ジオードを使用してアメジストジオードを検索する場合の検索ブロック間隔", "text.autoconfig.anvilcraft.option.geodeRadius": "ジオード検索半径", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "ジオードを使用して、アメジストジオードの最大半値直径を検索します", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "ヘリオスタット検出間隔", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "ヘリオスタット検出間のティック数", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "誘導光ブロックの熟成クールダウン", diff --git a/src/main/resources/assets/anvilcraft/lang/ko_kr.json b/src/main/resources/assets/anvilcraft/lang/ko_kr.json index 02b933344..e64b3c288 100644 --- a/src/main/resources/assets/anvilcraft/lang/ko_kr.json +++ b/src/main/resources/assets/anvilcraft/lang/ko_kr.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "Consume: %s", "gui.anvilcraft.category.time_warp.need_activated": "Need Activated", "gui.anvilcraft.category.time_warp.produce_fluid": "Produce: %s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "호박", "item.anvilcraft.amethyst_axe": "자수정 도끼", "item.anvilcraft.amethyst_hoe": "자수정 괭이", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "Brown Cement Bucket", "item.anvilcraft.capacitor": "커패시터", "item.anvilcraft.capacitor_empty": "커패시터(비어 있음)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "초콜릿", "item.anvilcraft.chocolate_black": "다크 초콜릿", "item.anvilcraft.chocolate_white": "화이트 초콜릿", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "은 잉곳", "item.anvilcraft.silver_nugget": "은 덩어리", "item.anvilcraft.sponge_gemmule": "갯솜 새싹 공", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "Structure Tool", "item.anvilcraft.tin_ingot": "주석 주괴", "item.anvilcraft.tin_nugget": "주석 너겟", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "정동석을 사용하여 자수정 정동석을 검색할 때의 검색 블록 간격", "text.autoconfig.anvilcraft.option.geodeRadius": "정동석 최대 검색 반경", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "정동석 최대 검색 반경", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "헬리오스탯 감지 간격", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "헬리오스탯 감지 사이의 틱 수", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "인덕션 라이트 블록 익힘 쿨다운", diff --git a/src/main/resources/assets/anvilcraft/lang/lzh.json b/src/main/resources/assets/anvilcraft/lang/lzh.json index 1bdbf5083..ce0bc0805 100644 --- a/src/main/resources/assets/anvilcraft/lang/lzh.json +++ b/src/main/resources/assets/anvilcraft/lang/lzh.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "耗:%s", "gui.anvilcraft.category.time_warp.need_activated": "須啟", "gui.anvilcraft.category.time_warp.produce_fluid": "產:%s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "琥珀石", "item.anvilcraft.amethyst_axe": "紫水玉斧", "item.anvilcraft.amethyst_hoe": "紫水玉鋤", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "褐水泥桶", "item.anvilcraft.capacitor": "電容", "item.anvilcraft.capacitor_empty": "電容(空)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "巧克力", "item.anvilcraft.chocolate_black": "黑巧克力", "item.anvilcraft.chocolate_white": "白巧克力", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "銀錠", "item.anvilcraft.silver_nugget": "銀粒", "item.anvilcraft.sponge_gemmule": "海綿之子", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "構器", "item.anvilcraft.tin_ingot": "錫錠", "item.anvilcraft.tin_nugget": "錫粒", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "晶洞索之塊隔", "text.autoconfig.anvilcraft.option.geodeRadius": "晶洞之限", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "晶洞索之極距", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "定日鏡之卻", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "定日鏡探之時隔(刻)", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "電燈助長之卻", diff --git a/src/main/resources/assets/anvilcraft/lang/ru_ru.json b/src/main/resources/assets/anvilcraft/lang/ru_ru.json index 83433700f..3ca9a1d45 100644 --- a/src/main/resources/assets/anvilcraft/lang/ru_ru.json +++ b/src/main/resources/assets/anvilcraft/lang/ru_ru.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "Consume: %s", "gui.anvilcraft.category.time_warp.need_activated": "Need Activated", "gui.anvilcraft.category.time_warp.produce_fluid": "Produce: %s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "Янтарь", "item.anvilcraft.amethyst_axe": "Аметистовый топор", "item.anvilcraft.amethyst_hoe": "Аметистовая мотыга", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "Brown Cement Bucket", "item.anvilcraft.capacitor": "Конденсатор", "item.anvilcraft.capacitor_empty": "Конденсатор (пуст)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "Шоколад", "item.anvilcraft.chocolate_black": "Черный шоколад", "item.anvilcraft.chocolate_white": "Белый шоколад", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "Слиток Серебра", "item.anvilcraft.silver_nugget": "Слиток-крошка Серебра", "item.anvilcraft.sponge_gemmule": "Шарик из ростков губки", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "Structure Tool", "item.anvilcraft.tin_ingot": "Оловянный слиток", "item.anvilcraft.tin_nugget": "Оловянный самородок", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "Интервал блока поиска при поиске аметистовых жеод с помощью жеод", "text.autoconfig.anvilcraft.option.geodeRadius": "Максимальный радиус поиска жеоды", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "Максимальный радиус поиска жеоды", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "Интервал обнаружения гелиостатов", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "Количество тактов между обнаружениями гелиостатов", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "Охлаждение блока индукционного света для созревания", diff --git a/src/main/resources/assets/anvilcraft/lang/zh_cn.json b/src/main/resources/assets/anvilcraft/lang/zh_cn.json index b5699f94c..f4e600e77 100644 --- a/src/main/resources/assets/anvilcraft/lang/zh_cn.json +++ b/src/main/resources/assets/anvilcraft/lang/zh_cn.json @@ -95,7 +95,7 @@ "block.anvilcraft.incandescent_tungsten_block": "白炽的钨块", "block.anvilcraft.induction_light": "电感灯", "block.anvilcraft.item_collector": "物品收集器", - "block.anvilcraft.item_detector": "Item Detector", + "block.anvilcraft.item_detector": "物品探测器", "block.anvilcraft.jewelcrafting_table": "珠宝加工台", "block.anvilcraft.large_cake": "巨型蛋糕", "block.anvilcraft.lava_cauldron": "装有熔岩的炼药锅", @@ -117,7 +117,7 @@ "block.anvilcraft.menger_sponge": "门格海绵", "block.anvilcraft.mineral_fountain": "矿物涌泉", "block.anvilcraft.mob_amber_block": "含生物琥珀块", - "block.anvilcraft.negative_matter_block": "Negative Matter Block", + "block.anvilcraft.negative_matter_block": "负物质块", "block.anvilcraft.nesting_shulker_box": "嵌套潜影盒", "block.anvilcraft.nether_dust": "下界尘", "block.anvilcraft.obsidian_cauldron": "装有黑曜石的炼药锅", @@ -235,7 +235,7 @@ "block.anvilcraft.space_overcompressor": "空间超压器", "block.anvilcraft.spectral_anvil": "幻灵铁砧", "block.anvilcraft.stamping_platform": "冲压平台", - "block.anvilcraft.sturdy_deepslate": "Sturdy Deepslate", + "block.anvilcraft.sturdy_deepslate": "坚固深板岩", "block.anvilcraft.supercritical_nesting_shulker_box": "超临界嵌套潜影盒", "block.anvilcraft.tempering_glass": "钢化玻璃", "block.anvilcraft.tesla_tower": "特斯拉塔", @@ -260,29 +260,29 @@ "block.anvilcraft.yellow_cement_cauldron": "装有黄色水泥的炼药锅", "block.anvilcraft.zinc_block": "锌块", "block.anvilcraft.zinc_pressure_plate": "锌压力板", - "config.jade.plugin_anvilcraft.item_detector": "Item Detector", + "config.jade.plugin_anvilcraft.item_detector": "物品探测器", "config.jade.plugin_anvilcraft.power_provider": "铁砧工艺电网信息", "config.jade.plugin_anvilcraft.ruby_prism": "棱镜", "config.waila.plugin_anvilcraft": "铁砧工艺", "config.waila.plugin_anvilcraft.power_provider": "铁砧工艺电网信息", "config.waila.plugin_anvilcraft.warning_percent": "电力警告阈值", - "death.attack.anvilcraft.laser": "%1$s was pierced by laser", - "death.attack.anvilcraft.lost_in_time": "%1$s was lost in the river of time", + "death.attack.anvilcraft.laser": "%1$s被激光射穿了", + "death.attack.anvilcraft.lost_in_time": "%1$s迷失在了时间的长河中", "enchantment.anvilcraft.beheading": "斩首", - "enchantment.anvilcraft.beheading.desc": "Enhance the probability of the Wither Skeleton Skull dropping and cause mobs (including players) that were previously unable to drop their heads to do so.", + "enchantment.anvilcraft.beheading.desc": "增加凋灵骷髅头颅的掉落率,使其它生物(包括玩家)能掉落头颅。", "enchantment.anvilcraft.felling": "伐木", - "enchantment.anvilcraft.felling.desc": "Harvest mature crops within a certain range and replant them. The first level range is 3 * 3, the second level is 5 * 5, and the third level is 7 * 7, expanding one circle per level.", + "enchantment.anvilcraft.felling.desc": "收割一定范围内的成熟作物并重新种植,范围随等级增加。", "enchantment.anvilcraft.harvest": "收割", - "enchantment.anvilcraft.harvest.desc": "Chain collection of logs and their variants, with a default configuration of enchantment level n, can chain collect up to 1+2n blocks at a time.", + "enchantment.anvilcraft.harvest.desc": "连锁采集原木及其变种,连锁数量上限随等级增加。", "entity.anvilcraft.animate_ascending_block": "上升的铁砧", "entity.anvilcraft.falling_giant_anvil": "下落的巨型铁砧", "entity.anvilcraft.falling_spectral_block": "下落的幻灵方块", "entity.anvilcraft.floating_block": "漂浮方块", "entity.minecraft.villager.anvilcraft.jeweler": "珠宝商", "gui.anvilcraft.category.average_output": "平均:%s", - "gui.anvilcraft.category.beacon_conversion": "Beacon Conversion", - "gui.anvilcraft.category.beacon_conversion.activate": "Use this item to activate beacon", - "gui.anvilcraft.category.beacon_conversion.beacon_base": "Use this block as beacon base", + "gui.anvilcraft.category.beacon_conversion": "信标转化", + "gui.anvilcraft.category.beacon_conversion.activate": "使用此物品激活信标", + "gui.anvilcraft.category.beacon_conversion.beacon_base": "使用此方块搭建信标底座", "gui.anvilcraft.category.block_compress": "方块压缩", "gui.anvilcraft.category.block_crush": "方块粉碎", "gui.anvilcraft.category.boiling": "快速烹饪", @@ -293,8 +293,8 @@ "gui.anvilcraft.category.chance": "概率:%s%%", "gui.anvilcraft.category.concrete": "混凝土", "gui.anvilcraft.category.cooking": "快速烹饪", - "gui.anvilcraft.category.end_portal_conversion": "Block Falls Into End Portal", - "gui.anvilcraft.category.end_portal_conversion.fall_through": "Converted when fall through end portal", + "gui.anvilcraft.category.end_portal_conversion": "方块落入末地传送门", + "gui.anvilcraft.category.end_portal_conversion.fall_through": "落入末地传送门时发生转化", "gui.anvilcraft.category.item_compress": "物品压缩", "gui.anvilcraft.category.item_crush": "物品粉碎", "gui.anvilcraft.category.item_inject": "物品压入方块", @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "消耗:%s", "gui.anvilcraft.category.time_warp.need_activated": "需要激活的", "gui.anvilcraft.category.time_warp.produce_fluid": "产生:%s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "琥珀", "item.anvilcraft.amethyst_axe": "紫水晶斧", "item.anvilcraft.amethyst_hoe": "紫水晶锄", @@ -326,12 +331,13 @@ "item.anvilcraft.black_cement_bucket": "黑色水泥桶", "item.anvilcraft.blue_cement_bucket": "蓝色水泥桶", "item.anvilcraft.brass_ingot": "黄铜锭", - "item.anvilcraft.brass_nugget": "Brass Nugget", + "item.anvilcraft.brass_nugget": "黄铜粒", "item.anvilcraft.bronze_ingot": "青铜锭", - "item.anvilcraft.bronze_nugget": "Bronze Nugget", + "item.anvilcraft.bronze_nugget": "青铜粒", "item.anvilcraft.brown_cement_bucket": "棕色水泥桶", "item.anvilcraft.capacitor": "电容器", "item.anvilcraft.capacitor_empty": "电容器(空)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "巧克力", "item.anvilcraft.chocolate_black": "黑巧克力", "item.anvilcraft.chocolate_white": "白巧克力", @@ -359,7 +365,7 @@ "item.anvilcraft.ember_metal_shovel": "余烬金属锹", "item.anvilcraft.ember_metal_sword": "余烬金属剑", "item.anvilcraft.ember_metal_upgrade_smithing_template": "锻造模板", - "item.anvilcraft.emerald_amulet": "Emerald Amulet", + "item.anvilcraft.emerald_amulet": "绿宝石护符", "item.anvilcraft.fire_reforging.tooltip": "重铸:在火或熔岩中自动修复", "item.anvilcraft.flour": "面粉", "item.anvilcraft.geode": "晶洞", @@ -383,10 +389,10 @@ "item.anvilcraft.magnet_ingot": "磁铁锭", "item.anvilcraft.magnetoelectric_core": "磁电核心", "item.anvilcraft.melt_gem_bucket": "熔融宝石桶", - "item.anvilcraft.negative_matter": "Negative Matter", - "item.anvilcraft.negative_matter_nugget": "Negative Matter Nugget", + "item.anvilcraft.negative_matter": "负物质", + "item.anvilcraft.negative_matter_nugget": "负物质粒", "item.anvilcraft.netherite_crystal_nucleus": "下界合金晶核", - "item.anvilcraft.neutronium_ingot": "Neutronium Ingot", + "item.anvilcraft.neutronium_ingot": "中子锭", "item.anvilcraft.oil_bucket": "原油桶", "item.anvilcraft.orange_cement_bucket": "橙色水泥桶", "item.anvilcraft.pink_cement_bucket": "粉红色水泥桶", @@ -412,22 +418,23 @@ "item.anvilcraft.royal_steel_sword": "皇家钢剑", "item.anvilcraft.royal_steel_upgrade_smithing_template": "锻造模板", "item.anvilcraft.ruby": "红宝石", - "item.anvilcraft.ruby_amulet": "Ruby Amulet", + "item.anvilcraft.ruby_amulet": "红宝石护符", "item.anvilcraft.sapphire": "蓝宝石", - "item.anvilcraft.sapphire_amulet": "Sapphire Amulet", + "item.anvilcraft.sapphire_amulet": "蓝宝石护符", "item.anvilcraft.sea_heart_shell": "海心壳", "item.anvilcraft.sea_heart_shell_shard": "海心壳碎片", "item.anvilcraft.seeds_pack": "种子包", "item.anvilcraft.silver_ingot": "银锭", "item.anvilcraft.silver_nugget": "银粒", "item.anvilcraft.sponge_gemmule": "海绵芽球", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "结构工具", "item.anvilcraft.tin_ingot": "锡锭", "item.anvilcraft.tin_nugget": "锡粒", "item.anvilcraft.titanium_ingot": "钛锭", "item.anvilcraft.titanium_nugget": "钛粒", "item.anvilcraft.topaz": "黄玉", - "item.anvilcraft.topaz_amulet": "Topaz Amulet", + "item.anvilcraft.topaz_amulet": "黄玉护符", "item.anvilcraft.tungsten_ingot": "钨锭", "item.anvilcraft.tungsten_nugget": "钨粒", "item.anvilcraft.uranium_ingot": "铀锭", @@ -445,7 +452,7 @@ "itemGroup.anvilcraft.tools": "铁砧工艺:工具与实用物品", "jei.anvilcraft.info.capacitor": "通过在充电器中给空电容充电获取", "jei.anvilcraft.info.craw_claw": "从放置在水中的蟹笼中获取", - "jei.anvilcraft.info.end_dust": "Any falling block, except for anvils and Dragon Egg, will be converted into End Dust when fall through end portal.", + "jei.anvilcraft.info.end_dust": "任意重力方块(铁砧、龙蛋除外)落入末地传送门时,会转化为末地尘。", "jei.anvilcraft.info.geode_1": "右键使用时能够找到附近的紫晶洞(地物)", "jei.anvilcraft.info.geode_2": "通过挖掘紫水晶母岩掉落", "jei.anvilcraft.info.geode_3": "也可以在奖励箱中找到它", @@ -455,10 +462,10 @@ "message.anvilcraft.code_gen_check": "请检查选择的区域是否为正方体且输出槽是否有物品。", "message.anvilcraft.code_gen_filed": "代码生成失败", "message.anvilcraft.copied_to_clipboard": "已复制到剪切板", - "message.anvilcraft.disk.data_applied": "Applied setting stored in disk to block", - "message.anvilcraft.disk.data_cleared": "Cleared data stored in disk", - "message.anvilcraft.disk.data_incompatible": "This block is incompatible with data stored in disk", - "message.anvilcraft.disk.data_stored": "Stored setting of block into disk", + "message.anvilcraft.disk.data_applied": "已将磁盘中存储的配置应用于方块", + "message.anvilcraft.disk.data_cleared": "已清除磁盘中存储的数据", + "message.anvilcraft.disk.data_incompatible": "该方块与磁盘中存储的数据不兼容", + "message.anvilcraft.disk.data_stored": "已将方块的配置存储到磁盘中", "message.anvilcraft.file_save_failed": "保存文件 %s 时发生问题, %s", "message.anvilcraft.file_saved": "文件已保存至 %s", "message.anvilcraft.need_patchouli_installed": "需要安装帕秋莉手册模組", @@ -477,15 +484,15 @@ "screen.anvilcraft.button.direction.south": "南", "screen.anvilcraft.button.direction.up": "上", "screen.anvilcraft.button.direction.west": "西", - "screen.anvilcraft.button.filter_mode": "Filter Mode: %s", - "screen.anvilcraft.button.filter_mode_all": "All", - "screen.anvilcraft.button.filter_mode_any": "Any", + "screen.anvilcraft.button.filter_mode": "过滤模式:%s", + "screen.anvilcraft.button.filter_mode_all": "全部", + "screen.anvilcraft.button.filter_mode_any": "任意", "screen.anvilcraft.button.off": "关", "screen.anvilcraft.button.on": "开", "screen.anvilcraft.button.record": "保留物品过滤:%s", - "screen.anvilcraft.ember_metal_upgrade_smithing_template": "Ember Metal Upgrade", - "screen.anvilcraft.filter.scroll_to_change": "Scroll mouse to change count", - "screen.anvilcraft.filter.shift_to_scroll_faster": "Hold Shift to scroll faster", + "screen.anvilcraft.ember_metal_upgrade_smithing_template": "余烬金属升级", + "screen.anvilcraft.filter.scroll_to_change": "滚动鼠标改变数量", + "screen.anvilcraft.filter.shift_to_scroll_faster": "按住Shift滚动更快", "screen.anvilcraft.item_collector.cooldown": "冷却时间", "screen.anvilcraft.item_collector.input_power": "输入功率", "screen.anvilcraft.item_collector.range": "范围", @@ -493,16 +500,16 @@ "screen.anvilcraft.royal_grindstone.remove_curse_count": "移除 %i 个诅咒", "screen.anvilcraft.royal_grindstone.remove_repair_cost": "移除 %i 级惩罚", "screen.anvilcraft.royal_grindstone.title": "祛除诅咒和附魔惩罚", - "screen.anvilcraft.royal_steel_upgrade_smithing_template": "Royal Steel Upgrade", + "screen.anvilcraft.royal_steel_upgrade_smithing_template": "皇家钢升级", "screen.anvilcraft.slot.disable.tooltip": "持物品点击以设置过滤", "screen.anvilcraft.smithing_template.ember_metal_upgrade_smithing_template.additions_slot_description": "放入余烬金属锭或余烬金属块", "screen.anvilcraft.smithing_template.ember_metal_upgrade_smithing_template.applies_to": "皇家铁砧锤,下界合金工具,皇家钢工具,皇家锻造类方块", - "screen.anvilcraft.smithing_template.ember_metal_upgrade_smithing_template.base_slot_description": "Put upgradable item", - "screen.anvilcraft.smithing_template.ember_metal_upgrade_smithing_template.upgrade_ingredients": "Ember Metal Ingot or Ember Metal Block", + "screen.anvilcraft.smithing_template.ember_metal_upgrade_smithing_template.base_slot_description": "放入可升级物品", + "screen.anvilcraft.smithing_template.ember_metal_upgrade_smithing_template.upgrade_ingredients": "余烬金属块或余烬金属锭", "screen.anvilcraft.smithing_template.royal_steel_upgrade_smithing_template.additions_slot_description": "放入皇家钢锭或皇家钢块", - "screen.anvilcraft.smithing_template.royal_steel_upgrade_smithing_template.applies_to": "Anvil, Smithing Table, Grindstone, Anvil Hammer, Amethyst Tools, Golden Tools, Iron Tools, Diamond Tools", - "screen.anvilcraft.smithing_template.royal_steel_upgrade_smithing_template.base_slot_description": "Put upgradable item", - "screen.anvilcraft.smithing_template.royal_steel_upgrade_smithing_template.upgrade_ingredients": "Royal Steel Ingot or Royal Steel Block", + "screen.anvilcraft.smithing_template.royal_steel_upgrade_smithing_template.applies_to": "铁砧,锻造台,砂轮,铁砧锤,紫水晶工具,金工具,铁工具,钻石工具", + "screen.anvilcraft.smithing_template.royal_steel_upgrade_smithing_template.base_slot_description": "放入可升级物品", + "screen.anvilcraft.smithing_template.royal_steel_upgrade_smithing_template.upgrade_ingredients": "皇家钢锭或皇家钢块", "screen.anvilcraft.structure_tool.count": "数量:%d", "screen.anvilcraft.structure_tool.size": "大小:", "screen.anvilcraft.structure_tool.to_data_gen": "到 Data Gen", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "使用晶洞搜索紫晶洞(地物)时的搜索方块间隔", "text.autoconfig.anvilcraft.option.geodeRadius": "晶洞搜索半径", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "使用晶洞搜索紫晶洞(地物)的最大半径", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "定日镜扫描间隔", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "定日镜每次扫描的扫描间隔(单位:ticks)", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "电感灯催熟冷却", @@ -596,33 +605,33 @@ "tooltip.anvilcraft.item.cursed_gold_block": "携带者将受到诅咒", "tooltip.anvilcraft.item.cursed_gold_ingot": "携带者将受到诅咒", "tooltip.anvilcraft.item.cursed_gold_nugget": "携带者将受到诅咒", - "tooltip.anvilcraft.item.cut_ember_metal_block": "Wither proof", - "tooltip.anvilcraft.item.cut_ember_metal_pillar": "Wither proof", - "tooltip.anvilcraft.item.cut_ember_metal_slab": "Wither proof", - "tooltip.anvilcraft.item.cut_ember_metal_stairs": "Wither proof", + "tooltip.anvilcraft.item.cut_ember_metal_block": "防凋灵", + "tooltip.anvilcraft.item.cut_ember_metal_pillar": "防凋灵", + "tooltip.anvilcraft.item.cut_ember_metal_slab": "防凋灵", + "tooltip.anvilcraft.item.cut_ember_metal_stairs": "防凋灵", "tooltip.anvilcraft.item.cut_heavy_iron_block": "防爆", "tooltip.anvilcraft.item.cut_heavy_iron_slab": "防爆", "tooltip.anvilcraft.item.cut_heavy_iron_stairs": "防爆", - "tooltip.anvilcraft.item.cut_royal_steel_block": "Explosion proof", - "tooltip.anvilcraft.item.cut_royal_steel_pillar": "Explosion proof", - "tooltip.anvilcraft.item.cut_royal_steel_slab": "Explosion proof", - "tooltip.anvilcraft.item.cut_royal_steel_stairs": "Explosion proof", - "tooltip.anvilcraft.item.disk.clear": "Shift + Right click to clear data stored", - "tooltip.anvilcraft.item.disk.store": "Right click block to copy its setting", - "tooltip.anvilcraft.item.ember_anvil": "Wither proof", - "tooltip.anvilcraft.item.ember_grindstone": "Wither proof", - "tooltip.anvilcraft.item.ember_metal_block": "Wither proof", - "tooltip.anvilcraft.item.ember_smithing_table": "Wither proof", + "tooltip.anvilcraft.item.cut_royal_steel_block": "防爆", + "tooltip.anvilcraft.item.cut_royal_steel_pillar": "防爆", + "tooltip.anvilcraft.item.cut_royal_steel_slab": "防爆", + "tooltip.anvilcraft.item.cut_royal_steel_stairs": "防爆", + "tooltip.anvilcraft.item.disk.clear": "Shift + 右键清除存储的数据", + "tooltip.anvilcraft.item.disk.store": "右键方块复制其配置", + "tooltip.anvilcraft.item.ember_anvil": "防凋灵", + "tooltip.anvilcraft.item.ember_grindstone": "防凋灵", + "tooltip.anvilcraft.item.ember_metal_block": "防凋灵", + "tooltip.anvilcraft.item.ember_smithing_table": "防凋灵", "tooltip.anvilcraft.item.ferrite_core_magnet_block": "吸引下方的铁砧,被活塞推拉时使相邻的铜块产生电荷", "tooltip.anvilcraft.item.geode": "使用时寻找周围的紫晶洞(地物)", "tooltip.anvilcraft.item.heater": "加热上方的方块,耗电功率为 16 kW", "tooltip.anvilcraft.item.heavy_iron_beam": "防爆", "tooltip.anvilcraft.item.heavy_iron_block": "防爆", "tooltip.anvilcraft.item.heavy_iron_column": "防爆", - "tooltip.anvilcraft.item.heavy_iron_door": "Explosion proof", + "tooltip.anvilcraft.item.heavy_iron_door": "防爆", "tooltip.anvilcraft.item.heavy_iron_plate": "防爆", - "tooltip.anvilcraft.item.heavy_iron_trapdoor": "Explosion proof", - "tooltip.anvilcraft.item.heavy_iron_wall": "Explosion proof", + "tooltip.anvilcraft.item.heavy_iron_trapdoor": "防爆", + "tooltip.anvilcraft.item.heavy_iron_wall": "防爆", "tooltip.anvilcraft.item.hollow_magnet_block": "吸引下方的铁砧,被活塞推拉时使相邻的铜块产生电荷", "tooltip.anvilcraft.item.induction_light": "促进周围作物生长,耗电功率为 1 kW", "tooltip.anvilcraft.item.item_collector": "根据收集范围和间隔情况调整功耗,耗电功率范围为30 kW ~ 150 kW", @@ -641,10 +650,10 @@ "tooltip.anvilcraft.item.resin_block": "对友好生物或虚弱的怪物使用以抓捕生物", "tooltip.anvilcraft.item.royal_anvil": "不毁且有强大的兼容性", "tooltip.anvilcraft.item.royal_anvil_hammer": "是锤子、是铁砧、是扳手、是护目镜、也是重锤", - "tooltip.anvilcraft.item.royal_grindstone": "Explosion proof, Eliminating Curses and Punishing", - "tooltip.anvilcraft.item.royal_smithing_table": "Explosion proof, Saving your Smithing Template", - "tooltip.anvilcraft.item.royal_steel_block": "Explosion proof", - "tooltip.anvilcraft.item.smooth_royal_steel_block": "Explosion proof", + "tooltip.anvilcraft.item.royal_grindstone": "防爆,祛除诅咒和附魔惩罚", + "tooltip.anvilcraft.item.royal_smithing_table": "防爆,保护你的锻造模板", + "tooltip.anvilcraft.item.royal_steel_block": "防爆", + "tooltip.anvilcraft.item.smooth_royal_steel_block": "防爆", "tooltip.anvilcraft.item.structure_tool.click_to_copy": "点击以复制", "tooltip.anvilcraft.item.structure_tool.data_removed": "结构已移除", "tooltip.anvilcraft.item.structure_tool.max_pos": "最大:x: %d, y: %d, z: %d", @@ -652,10 +661,10 @@ "tooltip.anvilcraft.item.structure_tool.must_cube": "选择的区域必须是一个正方体", "tooltip.anvilcraft.item.structure_tool.must_odd": "选择的区域边长必须为单数且不能超过15", "tooltip.anvilcraft.item.structure_tool.size": "大小:x: %d, y: %d, z: %d", - "tooltip.anvilcraft.item.tempering_glass": "Explosion proof, No tools required on collect", + "tooltip.anvilcraft.item.tempering_glass": "防爆,可徒手采集", "tooltip.anvilcraft.item.topaz": "蕴含闪电的力量", "tooltip.anvilcraft.item.transmission_pole": "组建电网,传输距离为 8 个方块", - "tooltip.anvilcraft.jade.item_detector": "Detection Range: %d", + "tooltip.anvilcraft.jade.item_detector": "检测范围: %d", "tooltip.anvilcraft.jade.power_information": "电网:%d / %d kW", "tooltip.anvilcraft.jade.ruby_prism.power": "激光等级:%d" } \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/lang/zh_hk.json b/src/main/resources/assets/anvilcraft/lang/zh_hk.json index ee483da99..5bca3a324 100644 --- a/src/main/resources/assets/anvilcraft/lang/zh_hk.json +++ b/src/main/resources/assets/anvilcraft/lang/zh_hk.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "消耗:%s", "gui.anvilcraft.category.time_warp.need_activated": "需要激活嘅", "gui.anvilcraft.category.time_warp.produce_fluid": "產生:%s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "琥珀", "item.anvilcraft.amethyst_axe": "紫水晶斧頭", "item.anvilcraft.amethyst_hoe": "紫水晶鋤頭", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "Brown Cement Bucket", "item.anvilcraft.capacitor": "電容器", "item.anvilcraft.capacitor_empty": "電容器(空)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "巧克力", "item.anvilcraft.chocolate_black": "黑巧克力", "item.anvilcraft.chocolate_white": "白巧克力", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "銀錠", "item.anvilcraft.silver_nugget": "銀粒", "item.anvilcraft.sponge_gemmule": "海綿芽球", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "結構工具", "item.anvilcraft.tin_ingot": "錫錠", "item.anvilcraft.tin_nugget": "錫粒", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "使用晶洞搜索紫晶洞(地物)時嘅搜索方塊間隔", "text.autoconfig.anvilcraft.option.geodeRadius": "晶洞搜索半徑", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "使用晶洞搜索紫晶洞(地物)嘅最大半徑", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "定日鏡掃描間隔", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "定日鏡每次掃描的掃描間隔(單位:ticks)", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "電感燈催熟冷卻", diff --git a/src/main/resources/assets/anvilcraft/lang/zh_meme.json b/src/main/resources/assets/anvilcraft/lang/zh_meme.json index 9038dbcc2..40f19c847 100644 --- a/src/main/resources/assets/anvilcraft/lang/zh_meme.json +++ b/src/main/resources/assets/anvilcraft/lang/zh_meme.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "消耗:%s", "gui.anvilcraft.category.time_warp.need_activated": "需要激活的", "gui.anvilcraft.category.time_warp.produce_fluid": "产生:%s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "古老的树脂", "item.anvilcraft.amethyst_axe": "紫水晶碎碎冰斧", "item.anvilcraft.amethyst_hoe": "紫水晶碎碎冰锄", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "咖啡色水门汀铁桶", "item.anvilcraft.capacitor": "电容器", "item.anvilcraft.capacitor_empty": "电容器(空)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "巧克力", "item.anvilcraft.chocolate_black": "黑巧克力", "item.anvilcraft.chocolate_white": "白巧克力", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "银元宝", "item.anvilcraft.silver_nugget": "银粒", "item.anvilcraft.sponge_gemmule": "黄 色 小 发 糕", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "剽 窃 工 具 人", "item.anvilcraft.tin_ingot": "锡元宝", "item.anvilcraft.tin_nugget": "锡粒", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "使用晶洞搜索紫晶洞(地物)时的搜索方块间隔", "text.autoconfig.anvilcraft.option.geodeRadius": "晶洞搜索半径", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "使用晶洞搜索紫晶洞(地物)的最大半径", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "追光者扫描间隔", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "追光者每次扫描的扫描间隔(单位:ticks)", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "高松灯催熟冷却", diff --git a/src/main/resources/assets/anvilcraft/lang/zh_tw.json b/src/main/resources/assets/anvilcraft/lang/zh_tw.json index 5c838791a..dbd05de74 100644 --- a/src/main/resources/assets/anvilcraft/lang/zh_tw.json +++ b/src/main/resources/assets/anvilcraft/lang/zh_tw.json @@ -313,6 +313,11 @@ "gui.anvilcraft.category.time_warp.consume_fluid": "消耗:%s", "gui.anvilcraft.category.time_warp.need_activated": "需要啟用的", "gui.anvilcraft.category.time_warp.produce_fluid": "產生:%s", + "gui.anvilcraft.category.void_decay": "Void Decay", + "gui.anvilcraft.category.void_decay.around": "Put this block adjacent to the center block", + "gui.anvilcraft.category.void_decay.center": "Put this block at center", + "gui.anvilcraft.category.void_decay.not_consumed": "Not consumed in conversion", + "gui.anvilcraft.category.void_decay.random_tick": "The block at center will be converted when received random tick", "item.anvilcraft.amber": "琥珀", "item.anvilcraft.amethyst_axe": "紫水晶斧", "item.anvilcraft.amethyst_hoe": "紫水晶鋤", @@ -332,6 +337,7 @@ "item.anvilcraft.brown_cement_bucket": "棕色水泥桶", "item.anvilcraft.capacitor": "電容器", "item.anvilcraft.capacitor_empty": "電容器(空)", + "item.anvilcraft.charged_neutronium_ingot": "Charged Neutronium Ingot", "item.anvilcraft.chocolate": "巧克力", "item.anvilcraft.chocolate_black": "黑巧克力", "item.anvilcraft.chocolate_white": "白巧克力", @@ -421,6 +427,7 @@ "item.anvilcraft.silver_ingot": "銀錠", "item.anvilcraft.silver_nugget": "銀粒", "item.anvilcraft.sponge_gemmule": "海綿芽球", + "item.anvilcraft.stable_neutronium_ingot": "Stable Neutronium Ingot", "item.anvilcraft.structure_tool": "結構工具", "item.anvilcraft.tin_ingot": "錫錠", "item.anvilcraft.tin_nugget": "錫粒", @@ -535,6 +542,8 @@ "text.autoconfig.anvilcraft.option.geodeInterval.@Tooltip": "使用晶洞搜索紫晶洞時的搜索方塊間隔", "text.autoconfig.anvilcraft.option.geodeRadius": "晶洞搜索半徑", "text.autoconfig.anvilcraft.option.geodeRadius.@Tooltip": "使用晶洞搜索紫晶洞的最大半徑", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius": "Giant Anvil Max Shock Radius", + "text.autoconfig.anvilcraft.option.giantAnvilMaxShockRadius.@Tooltip": "Maximum radius of giant anvil's shock behavior", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval": "定日鏡掃描間隔", "text.autoconfig.anvilcraft.option.heliostatsDetectionInterval.@Tooltip": "定日鏡每次掃描的掃描間隔(單位:ticks)", "text.autoconfig.anvilcraft.option.inductionLightBlockRipeningCooldown": "電感燈催熟冷卻",