RimWorld-ChineseSimplified/Royalty/DefInjected/ThingDef/Buildings_Mech_Activators.xml
2020-05-04 09:14:58 +08:00

14 lines
965 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<!-- EN: count-down activator -->
<ActivatorCountdown.label>定时激活器</ActivatorCountdown.label>
<!-- EN: A timed mechanoid activation unit. After counting down, it will wake nearby dormant mechanoids and structures. -->
<ActivatorCountdown.description>定时的机械激活装置。倒计时结束后,它将唤醒附近休眠的机械体和结构。</ActivatorCountdown.description>
<!-- EN: proximity activator -->
<ActivatorProximity.label>探测激活器</ActivatorProximity.label>
<!-- EN: A proximity alarm for dormant mechanoids. If it detects a human-like threat nearby, it will awaken any nearby dormant mechanoids or structures. -->
<ActivatorProximity.description>休眠机械体的探测报警器。如果它发现附近有类似人类的威胁,它会唤醒附近任何休眠的机械体或结构。</ActivatorProximity.description>
</LanguageData>