RimWorld-ChineseSimplified/DefInjected/ThingDef/Various_Stone.xml
2017-10-25 00:55:42 +08:00

75 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Misc chunks -->
<ChunkSlagSteel.label>钢渣块</ChunkSlagSteel.label>
<ChunkSlagSteel.description>A chunk of steel slag. Not very useful in its current form but it's possible to smelt steel from it.</ChunkSlagSteel.description>
<!-- Sandstone -->
<Sandstone.label>砂岩</Sandstone.label>
<Sandstone.description>一种由砂粒相互挤压胶结所形成的沉积岩。</Sandstone.description>
<ChunkSandstone.label>砂岩块</ChunkSandstone.label>
<ChunkSandstone.description>A chunk of rock. It's possible to cut usable stone blocks from it.</ChunkSandstone.description>
<BlocksSandstone.label>砂岩砖</BlocksSandstone.label>
<BlocksSandstone.description>坚固的砂岩砖块。砂岩是一种相对柔软易碎的岩石。</BlocksSandstone.description>
<BlocksSandstone.stuffProps.stuffAdjective>砂岩</BlocksSandstone.stuffProps.stuffAdjective>
<!-- Granite -->
<Granite.label>花岗岩</Granite.label>
<Granite.description>一种非常硬的火成岩。</Granite.description>
<ChunkGranite.label>花岗岩块</ChunkGranite.label>
<ChunkGranite.description>A chunk of rock. It's possible to cut usable stone blocks from it.</ChunkGranite.description>
<BlocksGranite.label>花岗岩砖</BlocksGranite.label>
<BlocksGranite.description>坚固的花岗岩砖块。花岗岩是一种非常硬的岩石。</BlocksGranite.description>
<BlocksGranite.stuffProps.stuffAdjective>花岗岩</BlocksGranite.stuffProps.stuffAdjective>
<!-- Limestone -->
<Limestone.label>石灰岩</Limestone.label>
<Limestone.description>一种主要由古代海洋贝类外壳相互挤压胶结所形成的沉积岩。</Limestone.description>
<ChunkLimestone.label>石灰岩块</ChunkLimestone.label>
<ChunkLimestone.description>A chunk of rock. It's possible to cut usable stone blocks from it.</ChunkLimestone.description>
<BlocksLimestone.label>石灰岩砖</BlocksLimestone.label>
<BlocksLimestone.description>坚固的石灰岩砖块。</BlocksLimestone.description>
<BlocksLimestone.stuffProps.stuffAdjective>石灰岩</BlocksLimestone.stuffProps.stuffAdjective>
<!-- Slate -->
<Slate.label>板岩</Slate.label>
<Slate.description>一种暗色的变性岩。岩石上的精细分层是板岩劈理的特征。</Slate.description>
<ChunkSlate.label>板岩块</ChunkSlate.label>
<ChunkSlate.description>A chunk of rock. It's possible to cut usable stone blocks from it.</ChunkSlate.description>
<BlocksSlate.label>板岩砖</BlocksSlate.label>
<BlocksSlate.description>坚固的板岩砖块。板岩是一种外表平淡的易碎岩石。</BlocksSlate.description>
<BlocksSlate.stuffProps.stuffAdjective>板岩</BlocksSlate.stuffProps.stuffAdjective>
<!-- Marble -->
<Marble.label>大理石</Marble.label>
<Marble.description>一种偏软的变性岩。</Marble.description>
<ChunkMarble.label>大理石块</ChunkMarble.label>
<ChunkMarble.description>A chunk of rock. It's possible to cut usable stone blocks from it.</ChunkMarble.description>
<BlocksMarble.label>大理石砖</BlocksMarble.label>
<BlocksMarble.description>坚固的大理石砖块。大理石是一种较软、美丽的岩石,因易于雕塑而出名。</BlocksMarble.description>
<BlocksMarble.stuffProps.stuffAdjective>大理石</BlocksMarble.stuffProps.stuffAdjective>
</LanguageData>