RimWorld-ChineseSimplified/Royalty/DefInjected/QuestScriptDef/Scripts_Decree.xml
duduluu 2e6be755d8 add DLC Royalty translation
Co-Authored-By: leafzxg <leafzxg@users.noreply.github.com>
Co-Authored-By: Vaniat <vaniatd@users.noreply.github.com>
Co-Authored-By: dango998 <dango998@users.noreply.github.com>
Co-Authored-By: madxingjin <madxingjin@users.noreply.github.com>
Co-Authored-By: lingluo39 <lingluo39@users.noreply.github.com>
Co-Authored-By: gretino <gretino@users.noreply.github.com>
Co-Authored-By: Sean <fsg19@outlook.com>
Co-Authored-By: Ricofox233 <ricofox233@users.noreply.github.com>
Co-Authored-By: rs-czh <rs-czh@users.noreply.github.com>
Co-Authored-By: Boxrsxx <boxrsxx@users.noreply.github.com>
2020-02-27 00:25:40 +08:00

60 lines
3.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<!-- EN:
<li>questDescription->[decreeIntro]\n\nYou must build a monument. It is [monumentSize] in size and will require these resources (total value [monumentRequiredResourcesMarketValue_money]):\n\n[monumentRequiredResources]\n\n[decreeThreatInfo]</li>
-->
<Decree_BuildMonument.questDescriptionRules.rulesStrings>
<li>questDescription->[decreeIntro]\n\n你必须建造一个纪念碑。建造这个[monumentSize]的纪念碑需要以下资源(总价值:[monumentRequiredResourcesMarketValue_money]\n\n[monumentRequiredResources]\n\n[decreeThreatInfo]</li>
</Decree_BuildMonument.questDescriptionRules.rulesStrings>
<!-- EN:
<li>questName->monument decree</li>
-->
<Decree_BuildMonument.questNameRules.rulesStrings>
<li>questName->纪念碑法令</li>
</Decree_BuildMonument.questNameRules.rulesStrings>
<!-- EN:
<li>questDescription->[decreeIntro]\n\nYou must harvest [plantToHarvest_label] x[harvestItemCount].\n\nYou may need to plant and grow the [plantToHarvest_label] first.\n\n[decreeThreatInfo]</li>
-->
<Decree_HarvestCrop.questDescriptionRules.rulesStrings>
<li>questDescription->[decreeIntro]\n\n你必须收获[plantToHarvest_label]X[harvestItemCount]。\n\n你可能需要先种植[plantToHarvest_label],然后再来谈收获的事。\n\n[decreeThreatInfo]</li>
</Decree_HarvestCrop.questDescriptionRules.rulesStrings>
<!-- EN:
<li>questName->[plantToHarvest_label] harvest decree</li>
-->
<Decree_HarvestCrop.questNameRules.rulesStrings>
<li>questName->[plantToHarvest_label]收获法令</li>
</Decree_HarvestCrop.questNameRules.rulesStrings>
<!-- EN:
<li>questDescription->[decreeIntro]\n\nYou must hunt or slaughter [animalToHuntWithCount].\n\n[decreeThreatInfo]</li>
<li>animalToHuntWithCount(countToHunt==1)->[animalToHunt_indefinite]</li>
<li>animalToHuntWithCount(countToHunt!=1)->[countToHunt] [animalToHunt_labelPlural]</li>
-->
<Decree_HuntAnimal.questDescriptionRules.rulesStrings>
<li>questDescription->[decreeIntro]\n\n你必须猎杀[animalToHuntWithCount].\n\n[decreeThreatInfo]</li>
<li>animalToHuntWithCount(countToHunt==1)->[animalToHunt_indefinite]</li>
<li>animalToHuntWithCount(countToHunt!=1)->[countToHunt]个[animalToHunt_labelPlural]</li>
</Decree_HuntAnimal.questDescriptionRules.rulesStrings>
<!-- EN:
<li>questName->[animalToHunt_label] hunting decree</li>
-->
<Decree_HuntAnimal.questNameRules.rulesStrings>
<li>questName->[animalToHunt_label]猎取法令</li>
</Decree_HuntAnimal.questNameRules.rulesStrings>
<!-- EN:
<li>questDescription->[decreeIntro]\n\nYou must produce:\n\n - [thingToProduceLabel]\n\n[decreeThreatInfo]</li>
-->
<Decree_ProduceItem.questDescriptionRules.rulesStrings>
<li>questDescription->[decreeIntro]\n\n你必须生产\n\n - [thingToProduceLabel]\n\n[decreeThreatInfo]</li>
</Decree_ProduceItem.questDescriptionRules.rulesStrings>
<!-- EN:
<li>questName->[defToProduce_label] production decree</li>
-->
<Decree_ProduceItem.questNameRules.rulesStrings>
<li>questName->[defToProduce_label]生产法令</li>
</Decree_ProduceItem.questNameRules.rulesStrings>
</LanguageData>