RimWorld-ChineseSimplified/DefInjected/ThingDef/Buildings_Structure.xml
2017-01-05 10:36:54 +08:00

25 lines
908 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Doors -->
<Door.label></Door.label>
<Door.description>分隔房间。只能手动开关,会减慢人的速度。</Door.description>
<Door_Blueprint.label>门(蓝图)</Door_Blueprint.label>
<Door_Frame.label>门(建造中)</Door_Frame.label>
<Autodoor.label>自动门</Autodoor.label>
<Autodoor.description>分隔房间。电力运转,人穿过门不会减速。</Autodoor.description>
<Autodoor_Blueprint.label>自动门(蓝图)</Autodoor_Blueprint.label>
<Autodoor_Frame.label>自动门(建造中)</Autodoor_Frame.label>
<!-- Walls -->
<Wall.label></Wall.label>
<Wall.description>一面无法通过的墙。可以支撑起屋顶。</Wall.description>
<Wall_Blueprint.label>墙(蓝图)</Wall_Blueprint.label>
<Wall_Frame.label>墙(建造中)</Wall_Frame.label>
</LanguageData>