RimWorld-ChineseSimplified/DefInjected/ThingDefs/Races_Animal_Hares.xml
Kurax 3c5d79c665 Add corpses translation
The corpse's label and desc should be auto handled by the core mod, but it's not :(
2016-07-28 10:16:24 +08:00

18 lines
849 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<Hare.label>野兔</Hare.label>
<Hare.description>这种小型的独居动物可以迅速跳离危险的场所。</Hare.description>
<Hare_Leather.label>兔子皮</Hare_Leather.label>
<Hare_Meat.label>兔肉</Hare_Meat.label>
<Hare_Corpse.label>兔子尸体</Hare_Corpse.label>
<Hare_Corpse.description>一只兔子的尸体。</Hare_Corpse.description>
<Snowhare.label>雪兔</Snowhare.label>
<Snowhare.description>耐寒,可以在严酷的冬季北方雪底下穿过寻找猎物,或冬眠以度过最糟糕的一个月。</Snowhare.description>
<Snowhare_Leather.label>雪兔皮</Snowhare_Leather.label>
<Snowhare_Corpse.label>雪兔尸体</Snowhare_Corpse.label>
<Snowhare_Corpse.description>一只雪兔的尸体。</Snowhare_Corpse.description>
</LanguageData>