RimWorld-ChineseSimplified/Biotech/DefInjected/RecipeDef/Recipes_Surgery_Misc.xml
2022-10-21 23:08:43 +08:00

91 lines
5.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<!-- EN: blood transfusion -->
<BloodTransfusion.label>TODO</BloodTransfusion.label>
<!-- EN: Use hemogen packs to reduce the effects of blood loss. Each hemogen pack used recovers 35% blood loss. The operation will also restore hemogen to hemogenic individuals. -->
<BloodTransfusion.description>TODO</BloodTransfusion.description>
<!-- EN: performing blood transfusion on TargetA. -->
<BloodTransfusion.jobString>TODO</BloodTransfusion.jobString>
<!-- EN: extract hemogen pack -->
<ExtractHemogenPack.label>TODO</ExtractHemogenPack.label>
<!-- EN: Extract a hemogen pack from the target. The operation will fail to produce a hemogen pack if the target does not have enough blood.\n\nHemogen packs can be administered to others to reduce blood loss or to satiate those who feed on blood. -->
<ExtractHemogenPack.description>TODO</ExtractHemogenPack.description>
<!-- EN: Extracting hemogen pack. -->
<ExtractHemogenPack.jobString>TODO</ExtractHemogenPack.jobString>
<!-- EN: extract ovum for IVF -->
<ExtractOvum.label>TODO</ExtractOvum.label>
<!-- EN: Extract an ovum into a storage capsule. It can then be fertilized by a man, and finally implanted into a mother to start a pregnancy. -->
<ExtractOvum.description>TODO</ExtractOvum.description>
<!-- EN: extracting ovum from TargetA. -->
<ExtractOvum.jobString>TODO</ExtractOvum.jobString>
<!-- EN: implant embryo -->
<ImplantEmbryo.label>TODO</ImplantEmbryo.label>
<!-- EN: Implant an embryo in a surrogate mother to begin a pregnancy. -->
<ImplantEmbryo.description>TODO</ImplantEmbryo.description>
<!-- EN: Implanting embryo in TargetA. -->
<ImplantEmbryo.jobString>TODO</ImplantEmbryo.jobString>
<!-- EN: implant IUD -->
<ImplantIUD.label>TODO</ImplantIUD.label>
<!-- EN: Implant a small metal device in the uterus to prevent pregnancies. It can later be removed, but there is a small chance of leaving the patient permanently sterile. This surgery terminates pregnancies in the first trimester. -->
<ImplantIUD.description>TODO</ImplantIUD.description>
<!-- EN: implanting a IUD in TargetA. -->
<ImplantIUD.jobString>TODO</ImplantIUD.jobString>
<!-- EN: {0} has successfully implanted an IUD in {1}. -->
<ImplantIUD.successfullyRemovedHediffMessage>TODO</ImplantIUD.successfullyRemovedHediffMessage>
<!-- EN: implant xenogerm -->
<ImplantXenogerm.label>TODO</ImplantXenogerm.label>
<!-- EN: Implant a xenogerm into a patient. This replaces any previous xenogerm they may have had. -->
<ImplantXenogerm.description>TODO</ImplantXenogerm.description>
<!-- EN: Implanting xenogerm. -->
<ImplantXenogerm.jobString>TODO</ImplantXenogerm.jobString>
<!-- EN: remove IUD -->
<RemoveIUD.label>TODO</RemoveIUD.label>
<!-- EN: Remove an implanted intrauterine device to allow normal pregnancy. If the surgery goes wrong, the patient will be rendered permanently sterile. -->
<RemoveIUD.description>TODO</RemoveIUD.description>
<!-- EN: removing IUD from TargetA. -->
<RemoveIUD.jobString>TODO</RemoveIUD.jobString>
<!-- EN: {0} has successfully removed {1}'s IUD. -->
<RemoveIUD.successfullyRemovedHediffMessage>TODO</RemoveIUD.successfullyRemovedHediffMessage>
<!-- EN: reverse vasectomy -->
<ReverseVasectomy.label>TODO</ReverseVasectomy.label>
<!-- EN: Attempt to reverse the vasectomy and make a man capable of fathering children again. Most vasectomy reversals succeed, but if the surgery goes wrong the man will be left permanently sterile. -->
<ReverseVasectomy.description>TODO</ReverseVasectomy.description>
<!-- EN: performing a vasectomy reversal on TargetA. -->
<ReverseVasectomy.jobString>TODO</ReverseVasectomy.jobString>
<!-- EN: {0} has successfully performed a vasectomy reversal on {1}. -->
<ReverseVasectomy.successfullyRemovedHediffMessage>TODO</ReverseVasectomy.successfullyRemovedHediffMessage>
<!-- EN: terminate pregnancy -->
<TerminatePregnancy.label>TODO</TerminatePregnancy.label>
<!-- EN: Terminate the pregnancy of an animal or human. -->
<TerminatePregnancy.description>TODO</TerminatePregnancy.description>
<!-- EN: terminating TargetA's pregnancy. -->
<TerminatePregnancy.jobString>TODO</TerminatePregnancy.jobString>
<!-- EN: perform tubal ligation -->
<TubalLigation.label>TODO</TubalLigation.label>
<!-- EN: Permanently render a patient sterile and unable to reproduce. -->
<TubalLigation.description>TODO</TubalLigation.description>
<!-- EN: performing tubal ligation on TargetA. -->
<TubalLigation.jobString>TODO</TubalLigation.jobString>
<!-- EN: {0} has successfully performed tubal ligation on {1}. -->
<TubalLigation.successfullyRemovedHediffMessage>TODO</TubalLigation.successfullyRemovedHediffMessage>
<!-- EN: perform vasectomy -->
<Vasectomy.label>TODO</Vasectomy.label>
<!-- EN: Cut the vas deferens to render the patient unable to reproduce. If the surgery goes wrong the patient will be left permanently sterile. -->
<Vasectomy.description>TODO</Vasectomy.description>
<!-- EN: performing a vasectomy on TargetA. -->
<Vasectomy.jobString>TODO</Vasectomy.jobString>
<!-- EN: {0} has successfully performed a vasectomy on {1}. -->
<Vasectomy.successfullyRemovedHediffMessage>TODO</Vasectomy.successfullyRemovedHediffMessage>
</LanguageData>