Skip to content

Commit f5ec5de

Browse files
authored
ftb jar mod修订 (#2827)
1 parent 485739e commit f5ec5de

File tree

2 files changed

+18
-18
lines changed
  • projects
    • 1.16/assets/ftb-jar-mod-forge/ftbjarmod/lang
    • 1.18/assets/ftb-jar-mod-forge/ftbjarmod/lang

2 files changed

+18
-18
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"block.ftbjarmod.auto_processing_block": "罐自动化方块",
2+
"block.ftbjarmod.auto_processing_block": "罐自动处理方块",
33
"block.ftbjarmod.blue_magma_block": "蓝色岩浆块",
44
"block.ftbjarmod.cast_iron_block": "铸铁块",
55
"block.ftbjarmod.creative_high_temperature_source": "创造高温源",
66
"block.ftbjarmod.creative_low_temperature_source": "创造低温源",
77
"block.ftbjarmod.creative_subzero_temperature_source": "创造零下温度源",
88
"block.ftbjarmod.jar": "玻璃罐",
99
"block.ftbjarmod.jar.empty": "",
10-
"block.ftbjarmod.jar.mb": "%d mB %s",
11-
"block.ftbjarmod.tempered_jar": "钢化玻璃罐",
12-
"block.ftbjarmod.tempered_jar.recipe_changed": "配方更改 %s",
10+
"block.ftbjarmod.jar.mb": "%dmB %s",
11+
"block.ftbjarmod.tempered_jar": "强化玻璃罐",
12+
"block.ftbjarmod.tempered_jar.recipe_changed": "配方已更改为:%s",
1313
"block.ftbjarmod.tube": "铸铁管道",
14-
"ftbjarmod.burn_time": "燃烧时间: %d min",
15-
"ftbjarmod.processing_time": "加工时间: %d s",
14+
"ftbjarmod.burn_time": "燃烧时间:%d分钟",
15+
"ftbjarmod.processing_time": "处理时间:%d秒",
1616
"ftbjarmod.temperature": "温度",
1717
"ftbjarmod.temperature.high": "高温",
1818
"ftbjarmod.temperature.low": "低温",
19-
"ftbjarmod.temperature.none": "无温度",
20-
"ftbjarmod.temperature.subzero": "零下",
19+
"ftbjarmod.temperature.none": "常温",
20+
"ftbjarmod.temperature.subzero": "零下温度",
2121
"item.ftbjarmod.cast_iron_gear": "铸铁齿轮",
2222
"item.ftbjarmod.cast_iron_ingot": "铸铁锭",
2323
"item.ftbjarmod.cast_iron_nugget": "铸铁粒",
24-
"item.ftbjarmod.fluid": "液体储罐",
25-
"item.ftbjarmod.fluid.use": "在一个罐子上右键或者其他用于清空容器的流体储罐",
26-
"item.ftbjarmod.tempered_glass": "钢化玻璃",
27-
"itemGroup.ftbjarmod": "FTB Jar Mod"
24+
"item.ftbjarmod.fluid": "流体容器",
25+
"item.ftbjarmod.fluid.use": "右键玻璃罐或者其他可处理流体的方块来清空容器",
26+
"item.ftbjarmod.tempered_glass": "强化玻璃",
27+
"itemGroup.ftbjarmod": "FTB玻璃罐"
2828
}

projects/1.18/assets/ftb-jar-mod-forge/ftbjarmod/lang/zh_cn.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
"block.ftbjarmod.creative_subzero_temperature_source": "创造零下温度源",
88
"block.ftbjarmod.jar": "玻璃罐",
99
"block.ftbjarmod.jar.empty": "",
10-
"block.ftbjarmod.jar.mb": "%d mB%s",
10+
"block.ftbjarmod.jar.mb": "%dmB %s",
1111
"block.ftbjarmod.tempered_jar": "强化玻璃罐",
12-
"block.ftbjarmod.tempered_jar.recipe_changed": "配方已更改为%s",
13-
"block.ftbjarmod.tube": "铸铁管",
12+
"block.ftbjarmod.tempered_jar.recipe_changed": "配方已更改为%s",
13+
"block.ftbjarmod.tube": "铸铁管道",
1414
"ftbjarmod.burn_time": "燃烧时间:%d分钟",
1515
"ftbjarmod.processing_time": "处理时间:%d秒",
1616
"ftbjarmod.temperature": "温度",
1717
"ftbjarmod.temperature.high": "高温",
1818
"ftbjarmod.temperature.low": "低温",
19-
"ftbjarmod.temperature.none": "没有温度",
19+
"ftbjarmod.temperature.none": "常温",
2020
"ftbjarmod.temperature.subzero": "零下温度",
2121
"item.ftbjarmod.cast_iron_gear": "铸铁齿轮",
2222
"item.ftbjarmod.cast_iron_ingot": "铸铁锭",
2323
"item.ftbjarmod.cast_iron_nugget": "铸铁粒",
2424
"item.ftbjarmod.fluid": "流体容器",
25-
"item.ftbjarmod.fluid.use": "右击罐或其他流体处理器以清空容器",
25+
"item.ftbjarmod.fluid.use": "右键玻璃罐或者其他可处理流体的方块来清空容器",
2626
"item.ftbjarmod.tempered_glass": "强化玻璃",
27-
"itemGroup.ftbjarmod": "FTB罐模组"
27+
"itemGroup.ftbjarmod": "FTB玻璃罐"
2828
}

0 commit comments

Comments
 (0)