RimWorld-ChineseSimplified/DefInjected/StatDefs/Stats_Pawns_WorkGeneral.xml
SerGawen 7faf9a6365 major improvement by @SerGawen
修正了一些带有歧义会使玩家产生误解的译名,例如火力锻造台→燃料锻造台。聪明过人→聪明过头(实际上是含有一半贬义)
以及类似的诸多问题。通顺了一些描述性的语句,使之更加便于阅读。
修正了部落人名无法正确生成的bug,并补全了几百条部落namebank和其他的名字库
2016-08-07 00:43:48 +08:00

32 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<WorkSpeedGlobal.label>全局工作速度</WorkSpeedGlobal.label>
<WorkSpeedGlobal.description>影响此人在做任何工作时的速度。</WorkSpeedGlobal.description>
<MiningSpeed.label>开采速度</MiningSpeed.label>
<MiningSpeed.description>影响此人在开采矿石时的速度。</MiningSpeed.description>
<SmoothingSpeed.label>打磨速度</SmoothingSpeed.label>
<SmoothingSpeed.description>影响此人在打磨地板时的速度。</SmoothingSpeed.description>
<ResearchSpeed.label>研究速度</ResearchSpeed.label>
<ResearchSpeed.description>影响此人在进行研究时的速度。</ResearchSpeed.description>
<ConstructionSpeed.label>建造速度</ConstructionSpeed.label>
<ConstructionSpeed.description>影响此人在建造与修理时的速度。</ConstructionSpeed.description>
<PlantWorkSpeed.label>种植速度</PlantWorkSpeed.label>
<PlantWorkSpeed.description>影响此人在播种与收割时的速度。</PlantWorkSpeed.description>
<HarvestFailChance.label>收割失败率</HarvestFailChance.label>
<HarvestFailChance.description>影响此人在收割时意外摧毁作物的几率。</HarvestFailChance.description>
<ConstructFailChance.label>建造失败率</ConstructFailChance.label>
<ConstructFailChance.description>影响此人在建造时的失误几率。失误会浪费时间和原材料。</ConstructFailChance.description>
<FixBrokenDownBuildingFailChance.label>修理失败率</FixBrokenDownBuildingFailChance.label>
<FixBrokenDownBuildingFailChance.description>影响此人在修理破损建筑时的失误几率。</FixBrokenDownBuildingFailChance.description>
</LanguageData>