19 lines
934 B
XML
19 lines
934 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<LanguageData>
|
|
|
|
<!-- EN: autodoor -->
|
|
<Autodoor.label>自动门</Autodoor.label>
|
|
<!-- EN: Divides rooms. Powered operation allows people to move through the door without slowing down. -->
|
|
<Autodoor.description>分隔房间。电力运转,人穿过门不会减速。</Autodoor.description>
|
|
|
|
<!-- EN: door -->
|
|
<Door.label>门</Door.label>
|
|
<!-- EN: Divides rooms. Simple doors must be manually opened, which slows people down. The amount of slowdown depends on what the door is made of. -->
|
|
<Door.description>分隔房间。只能手动开关,会减慢人的速度。到底有多慢取决于门的材质。</Door.description>
|
|
|
|
<!-- EN: wall -->
|
|
<Wall.label>墙</Wall.label>
|
|
<!-- EN: An impassable wall. Capable of holding up a roof. -->
|
|
<Wall.description>一面无法通过的墙。可以支撑起屋顶。</Wall.description>
|
|
|
|
</LanguageData> |