RimWorld-ChineseSimplified/DefInjected/RulePackDef/Interactions_Romance.xml
duduluu dd6f1fe17c various revision
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-25 22:52:26 +08:00

55 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<!-- EN:
<li>sent->[RECIPIENT_nameDef] agreed and the two are now engaged.</li>
-->
<Sentence_MarriageProposalAccepted.rulePack.rulesStrings>
<li>sent->[RECIPIENT_nameDef]接受了求婚。</li>
</Sentence_MarriageProposalAccepted.rulePack.rulesStrings>
<!-- EN:
<li>sent->[RECIPIENT_nameDef] rejected the proposal.</li>
-->
<Sentence_MarriageProposalRejected.rulePack.rulesStrings>
<li>sent->[RECIPIENT_nameDef]拒绝了求婚。</li>
</Sentence_MarriageProposalRejected.rulePack.rulesStrings>
<!-- EN:
<li>sent->It was too much for the relationship to continue, and the two have now broken up.</li>
-->
<Sentence_MarriageProposalRejectedBrokeUp.rulePack.rulesStrings>
<li>sent->两人的关系难以为继,感情破裂了。</li>
</Sentence_MarriageProposalRejectedBrokeUp.rulePack.rulesStrings>
<!-- EN:
<li>sent->[RECIPIENT_nameDef] was attracted and is now [INITIATOR_nameDef]'s lover.</li>
<li>sent->[RECIPIENT_nameDef] responded well and is now [INITIATOR_nameDef]'s lover.</li>
<li>sent->[RECIPIENT_nameDef] became aroused and agreed to become [INITIATOR_nameDef]'s lover.</li>
-->
<Sentence_RomanceAttemptAccepted.rulePack.rulesStrings>
<li>sent->[RECIPIENT_nameDef]接受了表白并成为[INITIATOR_nameDef]的情人。</li>
<li>sent->[RECIPIENT_nameDef]给予了肯定的答复并成为[INITIATOR_nameDef]的情人。</li>
<li>sent->[RECIPIENT_nameDef]被打动,同意成为[INITIATOR_nameDef]的情人。</li>
</Sentence_RomanceAttemptAccepted.rulePack.rulesStrings>
<!-- EN:
<li>sent->[RECIPIENT_nameDef] rejected the advance.</li>
<li>sent->[RECIPIENT_nameDef] ignored the advance.</li>
<li>sent->[RECIPIENT_nameDef] turned [RECIPIENT_possessive] back.</li>
<li>sent->[RECIPIENT_nameDef] turned away.</li>
<li>sent->[RECIPIENT_nameDef] gave a minimal response.</li>
<li>sent->[RECIPIENT_nameDef] did not respond.</li>
<li>sent->[RECIPIENT_nameDef] turned [INITIATOR_objective] down.</li>
-->
<Sentence_RomanceAttemptRejected.rulePack.rulesStrings>
<li>sent->[RECIPIENT_nameDef]拒绝了表白。</li>
<li>sent->[RECIPIENT_nameDef]对表白置之不理。.</li>
<li>sent->[RECIPIENT_nameDef]婉言谢绝。</li>
<li>sent->[RECIPIENT_nameDef]转身走开。</li>
<li>sent->[RECIPIENT_nameDef]给出了消极的回应。</li>
<li>sent->[RECIPIENT_nameDef]一言不发。</li>
<li>sent->[RECIPIENT_nameDef]拒绝了[INITIATOR_objective]。</li>
</Sentence_RomanceAttemptRejected.rulePack.rulesStrings>
</LanguageData>