Improve several Defs translation

This commit is contained in:
Kurax 2016-07-22 01:36:06 +08:00
parent c17d5b1028
commit 15337229a7
8 changed files with 196 additions and 224 deletions

View File

@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<Work.label>工作</Work.label>
<Work.label>工作</Work.label>
<Meditative.label>冥想</Meditative.label>
<Lewd.label>下流</Lewd.label>
<Social.label>社交</Social.label>
<Chemical.label>化学</Chemical.label>
<Gluttonous.label>暴食</Gluttonous.label>
<GamingDexterity.label>游戏 (体力)</GamingDexterity.label>
<GamingCerebral.label>游戏 (脑力)</GamingCerebral.label>
<Passive.label>被动</Passive.label>
<Study.label>学习</Study.label>
<Meditative.label>沉思</Meditative.label>
<Lewd.label>粗俗</Lewd.label>
<Social.label>社交</Social.label>
<Chemical.label>享受刺激</Chemical.label>
<Gluttonous.label>暴食</Gluttonous.label>
<GamingDexterity.label>赌博 (熟练)</GamingDexterity.label>
<GamingCerebral.label>赌博(理智)</GamingCerebral.label>
<Passive.label>消极</Passive.label>
<Study.label>学习</Study.label>
</LanguageData>
</LanguageData>

View File

@ -1,27 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<GameMapCamera.label>摄像机控制</GameMapCamera.label>
<GameMapCamera.description>控制摄像机的按键。</GameMapCamera.description>
<Game.label>游戏全局操作</Game.label>
<Game.description>在绝大多数情况下的对殖民地的操作按键。</Game.description>
<SelectionMisc.label>其它操作</SelectionMisc.label>
<SelectionMisc.description>游戏中很多物件重复使用的通用按键。</SelectionMisc.description>
<SelectionSpecial.label>特殊操作</SelectionSpecial.label>
<SelectionSpecial.description>为特殊物件的特殊功能预留的按键。</SelectionSpecial.description>
<Architect.label>建筑师菜单</Architect.label>
<Architect.description>用于建筑师菜单的按键。</Architect.description>
<Development.label>开发者模式控制</Development.label>
<Development.description>开发者和Mod制作者相关的按键。只在开发者模式启用。</Development.description>
<MainTabs.label>主选项卡</MainTabs.label>
<MainTabs.description>主选项卡的控件</MainTabs.description>
<GameMapCamera.label>镜头</GameMapCamera.label>
<GameMapCamera.description>镜头的控制按键。</GameMapCamera.description>
</LanguageData>
<Game.label>游戏</Game.label>
<Game.description>在进行游戏时的全局控制按键。</Game.description>
<SelectionMisc.label>杂项</SelectionMisc.label>
<SelectionMisc.description>会被游戏中物体以及物品所重复使用的通用控制按键。</SelectionMisc.description>
<SelectionSpecial.label>特殊</SelectionSpecial.label>
<SelectionSpecial.description>为特殊物件的特殊功能预留的控制按键。</SelectionSpecial.description>
<Architect.label>建造</Architect.label>
<Architect.description>用于建造菜单下的通用控制按键。</Architect.description>
<MainTabs.label>菜单</MainTabs.label>
<MainTabs.description>打开各菜单按钮的控制按键。</MainTabs.description>
<Development.label>开发</Development.label>
<Development.description>开发者和Mod制作者相关的控制按键只在开发者模式启用。</Development.description>
</LanguageData>

View File

@ -1,60 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<MapDollyUp.label></MapDollyUp.label>
<MapDollyDown.label></MapDollyDown.label>
<MapDollyLeft.label></MapDollyLeft.label>
<MapDollyRight.label></MapDollyRight.label>
<MapZoomIn.label>放大</MapZoomIn.label>
<MapZoomOut.label>缩小</MapZoomOut.label>
<!-- Map play -->
<ToggleScreenshotMode.label>开关截图模式</ToggleScreenshotMode.label>
<TakeScreenshot.label>截图</TakeScreenshot.label>
<SelectNextInCell.label>选择同方块内下一个物体</SelectNextInCell.label>
<TogglePause.label>暂停/继续游戏</TogglePause.label>
<TimeSpeedNormal.label>游戏速度: 正常</TimeSpeedNormal.label>
<TimeSpeedFast.label>游戏速度: 较快</TimeSpeedFast.label>
<TimeSpeedSuperfast.label>游戏速度: 非常快</TimeSpeedSuperfast.label>
<TimeSpeedUltrafast.label>游戏速度: 极快(Debug)</TimeSpeedUltrafast.label>
<PreviousColonist.label>上一位殖民者</PreviousColonist.label>
<NextColonist.label>下一位殖民者</NextColonist.label>
<!-- In-game camera -->
<MapDollyUp.label>向上</MapDollyUp.label>
<MapDollyDown.label>向下</MapDollyDown.label>
<MapDollyLeft.label>向左</MapDollyLeft.label>
<MapDollyRight.label>向右</MapDollyRight.label>
<MapZoomIn.label>拉近</MapZoomIn.label>
<MapZoomOut.label>拉远</MapZoomOut.label>
<!-- Map play -->
<TakeScreenshot.label>截图</TakeScreenshot.label>
<ToggleScreenshotMode.label>切换截图模式</ToggleScreenshotMode.label>
<SelectNextInCell.label>循环选择相同位置的其他物体</SelectNextInCell.label>
<TogglePause.label>暂停/继续游戏</TogglePause.label>
<TimeSpeedNormal.label>游戏速度:正常</TimeSpeedNormal.label>
<TimeSpeedFast.label>游戏速度:较快</TimeSpeedFast.label>
<TimeSpeedSuperfast.label>游戏速度:非常快</TimeSpeedSuperfast.label>
<TimeSpeedUltrafast.label>游戏速度:极快 (调试)</TimeSpeedUltrafast.label>
<PreviousColonist.label>上一位居民</PreviousColonist.label>
<NextColonist.label>下一位居民</NextColonist.label>
<!-- Misc (re-used) -->
<Misc1.label>其它 1</Misc1.label>
<Misc2.label>其它 2</Misc2.label>
<Misc3.label>其它 3</Misc3.label>
<Misc4.label>其它 4</Misc4.label>
<Misc5.label>其它 5</Misc5.label>
<Misc6.label>其它 6</Misc6.label>
<Misc7.label>其它 7</Misc7.label>
<Misc8.label>其它 8</Misc8.label>
<Misc9.label>其它 9</Misc9.label>
<Misc10.label>其它 10</Misc10.label>
<Misc11.label>其它 11</Misc11.label>
<Misc12.label>其它 12</Misc12.label>
<Misc1.label>功能 1</Misc1.label>
<Misc2.label>功能 2</Misc2.label>
<Misc3.label>功能 3</Misc3.label>
<Misc4.label>功能 4</Misc4.label>
<Misc5.label>功能 5</Misc5.label>
<Misc6.label>功能 6</Misc6.label>
<Misc7.label>功能 7</Misc7.label>
<Misc8.label>功能 8</Misc8.label>
<Misc9.label>功能 9</Misc9.label>
<Misc10.label>功能 10</Misc10.label>
<Misc11.label>功能 11</Misc11.label>
<Misc12.label>功能 12</Misc12.label>
<!-- Selection special -->
<CommandTogglePower.label>开关电力</CommandTogglePower.label>
<CommandItemForbid.label>禁止/取消禁止</CommandItemForbid.label>
<CommandColonistDraft.label>征召</CommandColonistDraft.label>
<!-- Architect: Common -->
<DesignatorCancel.label>取消</DesignatorCancel.label>
<DesignatorDeconstruct.label>拆除</DesignatorDeconstruct.label>
<DesignatorRotateLeft.label>向左旋转</DesignatorRotateLeft.label>
<DesignatorRotateRight.label>向右旋转</DesignatorRotateRight.label>
<CommandTogglePower.label>开关电力</CommandTogglePower.label>
<CommandItemForbid.label>禁用/取消禁用</CommandItemForbid.label>
<CommandColonistDraft.label>征召</CommandColonistDraft.label>
<!-- ArchitectCommon -->
<DesignatorCancel.label>取消</DesignatorCancel.label>
<DesignatorDeconstruct.label>拆除</DesignatorDeconstruct.label>
<DesignatorRotateLeft.label>向左旋转</DesignatorRotateLeft.label>
<DesignatorRotateRight.label>向右旋转</DesignatorRotateRight.label>
<!-- Debug -->
<ToggleLog.label>切换日志</ToggleLog.label>
<DebugTickOnce.label>Tick Once</DebugTickOnce.label>
<!--<ArchitectMode.label>打开建筑师菜单</ArchitectMode.label>-->
</LanguageData>
<ToggleLog.label>切换日志</ToggleLog.label>
<DebugTickOnce.label>心跳一次 (调试)</DebugTickOnce.label>
</LanguageData>

View File

@ -1,29 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<MechanoidFullyFormed.label>完全体</MechanoidFullyFormed.label>
<MechanoidFullyFormed.label>完全体</MechanoidFullyFormed.label>
<HumanlikeBaby.label>婴儿</HumanlikeBaby.label>
<HumanlikeToddler.label>幼儿</HumanlikeToddler.label>
<HumanlikeChild.label>孩童</HumanlikeChild.label>
<HumanlikeTeenager.label>少年</HumanlikeTeenager.label>
<HumanlikeTeenager.adjective>少年</HumanlikeTeenager.adjective>
<HumanlikeAdult.label>成人</HumanlikeAdult.label>
<EusocialInsectLarva.label>幼虫</EusocialInsectLarva.label>
<EusocialInsectJuvenile.label>雏虫</EusocialInsectJuvenile.label>
<EusocialInsectAdult.label>成虫</EusocialInsectAdult.label>
<AnimalBaby.label>小崽</AnimalBaby.label>
<AnimalJuvenile.label>幼仔</AnimalJuvenile.label>
<AnimalAdult.label>成年</AnimalAdult.label>
<HumanlikeBaby.label>婴儿</HumanlikeBaby.label>
<HumanlikeToddler.label>幼儿</HumanlikeToddler.label>
<HumanlikeChild.label>孩童</HumanlikeChild.label>
<HumanlikeTeenager.label>少年</HumanlikeTeenager.label>
<HumanlikeTeenager.adjective>少年</HumanlikeTeenager.adjective>
<HumanlikeAdult.label>成人</HumanlikeAdult.label>
<EusocialInsectLarva.label>幼虫</EusocialInsectLarva.label>
<EusocialInsectJuvenile.label>雏虫</EusocialInsectJuvenile.label>
<EusocialInsectAdult.label>成虫</EusocialInsectAdult.label>
<AnimalBaby.label>幼崽</AnimalBaby.label>
<AnimalJuvenile.label>幼仔</AnimalJuvenile.label>
<AnimalAdult.label>成年</AnimalAdult.label>
</LanguageData>
</LanguageData>

View File

@ -1,40 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<SolarFlare.label>太阳耀斑</SolarFlare.label>
<SolarFlare.description>一场太阳耀斑正在冲击这个星球,这会对电子设备产生极大的影响并让绝大多数电子设备无法运转。</SolarFlare.description>
<SolarFlare.endMessage>太阳耀斑结束了。</SolarFlare.endMessage>
<Eclipse.label>日蚀</Eclipse.label>
<Eclipse.description>一个天体的影子投在了这个星球上,造成了一场日蚀。在日蚀中即使在白天也会很暗。</Eclipse.description>
<Eclipse.endMessage>日蚀结束了。</Eclipse.endMessage>
<SolarFlare.label>太阳耀斑</SolarFlare.label>
<SolarFlare.description>一场太阳耀斑正在冲击这颗行星,这会造成极大的电流干扰,大部分电子设备都将无法运作。</SolarFlare.description>
<SolarFlare.endMessage>太阳耀斑结束了。</SolarFlare.endMessage>
<PsychicDrone.label>心灵冲击波</PsychicDrone.label>
<PsychicDrone.description>一个在遥远地区的强大AI正在发射能让人发疯的心灵波。</PsychicDrone.description>
<PsychicDrone.endMessage>心灵冲击波结束了。</PsychicDrone.endMessage>
<Eclipse.label>日食</Eclipse.label>
<Eclipse.description>日食遮挡住了地表,即便在白天也会很暗。</Eclipse.description>
<Eclipse.endMessage>日食结束了。</Eclipse.endMessage>
<PsychicSoothe.label>心灵抚慰</PsychicSoothe.label>
<PsychicSoothe.description>一个在遥远地区的强大AI正在发射能让人平静和安定的心灵波。</PsychicSoothe.description>
<PsychicSoothe.endMessage>心灵抚慰结束了。</PsychicSoothe.endMessage>
<ToxicFallout.label>毒雾</ToxicFallout.label>
<ToxicFallout.description>从遥远地域弥漫过来的毒尘正在星球的整个区域慢慢沉淀。任何不在屋顶下的人类和动物都会慢慢中毒。</ToxicFallout.description>
<ToxicFallout.endMessage>毒雾消散了。</ToxicFallout.endMessage>
<PsychicDrone.label>灵能低语</PsychicDrone.label>
<PsychicDrone.description>远处的一个强大的人工智能正在发射灵能波,使得你的人民开始发疯。</PsychicDrone.description>
<PsychicDrone.endMessage>灵能低语消散了。</PsychicDrone.endMessage>
<VolcanicWinter.label>火山爆发</VolcanicWinter.label>
<VolcanicWinter.description>大气层被火山灰遮蔽,到达地面的阳光减弱。气温下降,植物生长速度减缓。</VolcanicWinter.description>
<VolcanicWinter.endMessage>大部分的火山灰已消散了。</VolcanicWinter.endMessage>
<PsychicSoothe.label>灵能抚慰</PsychicSoothe.label>
<PsychicSoothe.description>远处的一个强大的人工智能正在发射灵能波,使得你的人民感到平静。</PsychicSoothe.description>
<PsychicSoothe.endMessage>灵能抚慰消散了。</PsychicSoothe.endMessage>
<HeatWave.label>热流</HeatWave.label>
<HeatWave.description>一股极度的热流正在烘烤这片区域。</HeatWave.description>
<HeatWave.endMessage>热流结束了。</HeatWave.endMessage>
<ToxicFallout.label>毒性粉尘</ToxicFallout.label>
<ToxicFallout.description>从遥远地域弥漫过来的毒性粉尘正在星球的整个区域飘散,任何不在屋顶下的人类和动物都会慢慢中毒。</ToxicFallout.description>
<ToxicFallout.endMessage>毒性粉尘的大部分都已经沉淀了。</ToxicFallout.endMessage>
<ColdSnap.label>寒流</ColdSnap.label>
<ColdSnap.description>一股罕见的寒流正在冻结这片区域。</ColdSnap.description>
<ColdSnap.endMessage>寒流结束了。</ColdSnap.endMessage>
<Flashstorm.label>闪电风暴</Flashstorm.label>
<Flashstorm.description>极少量的闪电击中一个小区域。</Flashstorm.description>
<Flashstorm.endMessage>闪电风暴结束了.</Flashstorm.endMessage>
<VolcanicWinter.label>火山寒冬</VolcanicWinter.label>
<VolcanicWinter.description>大气层被火山灰遮蔽,到达地面的阳光减弱。气温下降,植物生长速度减缓。</VolcanicWinter.description>
<VolcanicWinter.endMessage>大部分的火山灰已消散了。</VolcanicWinter.endMessage>
</LanguageData>
<HeatWave.label>热浪</HeatWave.label>
<HeatWave.description>一股极度高温的热浪正在烘烤这片区域。</HeatWave.description>
<HeatWave.endMessage>热浪结束了。</HeatWave.endMessage>
<ColdSnap.label>寒流</ColdSnap.label>
<ColdSnap.description>一股罕见的寒流正在冻结这片区域。</ColdSnap.description>
<ColdSnap.endMessage>寒流结束了。</ColdSnap.endMessage>
<Flashstorm.label>闪电风暴</Flashstorm.label>
<Flashstorm.description>大量的闪电击中在一片很小的区域上。</Flashstorm.description>
<Flashstorm.endMessage>闪电风暴结束了.</Flashstorm.endMessage>
<ClimateCycle.label>季节减慢</ClimateCycle.label>
<ClimateCycle.description>由于此行星有个椭圆形的绕日轨道,气候产生变化需要很多年。</ClimateCycle.description>
<Planetkiller.label>行星毁灭</Planetkiller.label>
<Planetkiller.description>一只星际行星毁灭武器正在接近本星球,在其击中后,所有的生物都将灭绝。</Planetkiller.description>
</LanguageData>

View File

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<Berserk.label>疯狂</Berserk.label>
<Berserk.beginLetterLabel>疯狂</Berserk.beginLetterLabel>
<Berserk.beginLetter>{0} 已经疯了!</Berserk.beginLetter>
<Berserk.recoveryMessage>{0}的疯狂已经结束。</Berserk.recoveryMessage>
<Berserk.inspectLine>失控:疯狂</Berserk.inspectLine>
<DazedWander.label>茫然徘徊</DazedWander.label>
<DazedWander.beginLetterLabel>茫然徘徊</DazedWander.beginLetterLabel>
<DazedWander.beginLetter>{0}已经失控,迷茫着四处徘徊。</DazedWander.beginLetter>
<DazedWander.recoveryMessage>{0}不再茫然徘徊。</DazedWander.recoveryMessage>
<DazedWander.inspectLine>失控:迷茫徘徊</DazedWander.inspectLine>
<BingingAlcohol.label>酗酒</BingingAlcohol.label>
<BingingAlcohol.beginLetterLabel>酗酒</BingingAlcohol.beginLetterLabel>
<BingingAlcohol.beginLetter>{0}已经沉湎于酒精。</BingingAlcohol.beginLetter>
<BingingAlcohol.recoveryMessage>{0}不再酗酒。</BingingAlcohol.recoveryMessage>
<BingingAlcohol.inspectLine>失控:酗酒</BingingAlcohol.inspectLine>
<ConfusedWander.label>迷茫与徘徊</ConfusedWander.label>
<ConfusedWander.beginLetterLabel>迷茫</ConfusedWander.beginLetterLabel>
<ConfusedWander.beginLetter>{0}精神崩溃了陷入迷茫中四处徘徊.</ConfusedWander.beginLetter>
<ConfusedWander.recoveryMessage>{0}不再迷茫。</ConfusedWander.recoveryMessage>
<ConfusedWander.inspectLine>失控:迷茫与徘徊</ConfusedWander.inspectLine>
<PanicFlee.label>仓皇逃窜</PanicFlee.label>
<PanicFlee.beginLetterLabel>逃窜</PanicFlee.beginLetterLabel>
<PanicFlee.beginLetter>{0}仓皇逃窜。</PanicFlee.beginLetter>
<PanicFlee.recoveryMessage>{0}不再仓皇逃窜。</PanicFlee.recoveryMessage>
<PanicFlee.inspectLine>失控:仓皇逃窜</PanicFlee.inspectLine>
<Manhunter.label>捕杀人类</Manhunter.label>
<Manhunter.beginLetterLabel>捕杀人类</Manhunter.beginLetterLabel>
<Manhunter.beginLetter>{0}开始疯狂捕杀人类!</Manhunter.beginLetter>
<Manhunter.recoveryMessage>{0}的搜捕杀戮已经结束。</Manhunter.recoveryMessage>
<Manhunter.inspectLine>失控:捕杀人类</Manhunter.inspectLine>
<SocialFighting.label>社交打斗</SocialFighting.label>
<SocialFighting.recoveryMessage>{0}和{1}不再社交打斗争了。</SocialFighting.recoveryMessage>
<SocialFighting.inspectLine>精神状态: 社交打斗</SocialFighting.inspectLine>
<GiveUpExit.label>放弃离开</GiveUpExit.label>
<GiveUpExit.beginLetterLabel>放弃</GiveUpExit.beginLetterLabel>
<GiveUpExit.beginLetter>{0} 已经放弃并离开殖民地。</GiveUpExit.beginLetter>
<GiveUpExit.recoveryMessage>{0}改变心意,并返回殖民地。</GiveUpExit.recoveryMessage>
<GiveUpExit.inspectLine>失控:放弃离开</GiveUpExit.inspectLine>
</LanguageData>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<Berserk.label>狂躁</Berserk.label>
<Berserk.beginLetterLabel>狂躁</Berserk.beginLetterLabel>
<Berserk.beginLetter>{0}变得狂躁!</Berserk.beginLetter>
<Berserk.recoveryMessage>{0}的狂躁之怒结束了。</Berserk.recoveryMessage>
<Berserk.inspectLine>精神症状:狂躁</Berserk.inspectLine>
<FireStartingSpree.label>纵火狂</FireStartingSpree.label>
<FireStartingSpree.beginLetterLabel>纵火狂</FireStartingSpree.beginLetterLabel>
<FireStartingSpree.beginLetter>{0}开始到处放火!</FireStartingSpree.beginLetter>
<FireStartingSpree.recoveryMessage>{0}不再到处放火了。</FireStartingSpree.recoveryMessage>
<FireStartingSpree.inspectLine>精神症状:纵火狂</FireStartingSpree.inspectLine>
<GiveUpExit.label>放弃离开</GiveUpExit.label>
<GiveUpExit.beginLetterLabel>放弃了</GiveUpExit.beginLetterLabel>
<GiveUpExit.beginLetter>{0}正在离开殖民地。</GiveUpExit.beginLetter>
<GiveUpExit.recoveryMessage>{0}改变了心意,返回了殖民地。</GiveUpExit.recoveryMessage>
<GiveUpExit.inspectLine>精神症状:放弃离开</GiveUpExit.inspectLine>
<BingingAlcohol.label>酗酒</BingingAlcohol.label>
<BingingAlcohol.beginLetterLabel>酗酒</BingingAlcohol.beginLetterLabel>
<BingingAlcohol.beginLetter>{0}正在无节制地饮酒。</BingingAlcohol.beginLetter>
<BingingAlcohol.recoveryMessage>{0}不再酗酒了。</BingingAlcohol.recoveryMessage>
<BingingAlcohol.inspectLine>精神症状:酗酒</BingingAlcohol.inspectLine>
<WanderPsychotic.label>神情恍惚</WanderPsychotic.label>
<WanderPsychotic.beginLetterLabel>神情恍惚</WanderPsychotic.beginLetterLabel>
<WanderPsychotic.beginLetter>{0}因为精神刺激正在漫无目的地游荡。</WanderPsychotic.beginLetter>
<WanderPsychotic.recoveryMessage>{0}不再漫无目的地游荡了。</WanderPsychotic.recoveryMessage>
<WanderPsychotic.inspectLine>精神症状:神情恍惚</WanderPsychotic.inspectLine>
<BingingFood.label>暴食</BingingFood.label>
<BingingFood.beginLetterLabel>暴食</BingingFood.beginLetterLabel>
<BingingFood.beginLetter>{0}正在狼吞虎咽地吃着东西。</BingingFood.beginLetter>
<BingingFood.recoveryMessage>{0}不再狼吞虎咽地吃东西了。</BingingFood.recoveryMessage>
<BingingFood.inspectLine>精神症状:暴食</BingingFood.inspectLine>
<WanderSad.label>心情悲伤</WanderSad.label>
<WanderSad.beginLetterLabel>心情悲伤</WanderSad.beginLetterLabel>
<WanderSad.beginLetter>{0}因为心情悲伤正在漫无目的地游荡。</WanderSad.beginLetter>
<WanderSad.recoveryMessage>{0}不再漫无目的地游荡了。</WanderSad.recoveryMessage>
<WanderSad.inspectLine>精神症状:心情悲伤</WanderSad.inspectLine>
<WanderOwnRoom.label>独处</WanderOwnRoom.label>
<WanderOwnRoom.beginLetterLabel>躲在屋中</WanderOwnRoom.beginLetterLabel>
<WanderOwnRoom.beginLetter>{0}躲在HIS房间中。</WanderOwnRoom.beginLetter>
<WanderOwnRoom.recoveryMessage>{0}不再躲在HIS房间中了。</WanderOwnRoom.recoveryMessage>
<WanderOwnRoom.inspectLine>精神症状:躲在屋中</WanderOwnRoom.inspectLine>
</LanguageData>

View File

@ -1,32 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<Mood.label>心情值</Mood.label>
<Mood.label>心情</Mood.label>
<Mood.description>心情代表着一个人是快乐还是心里有压力。压力太大的话,他们可能会精神崩溃。</Mood.description>
<Mood.description>心情值表示一个人是多么快乐或紧张。如果心情值太低,他们可能会精神崩溃。</Mood.description>
<Food.label>饮食</Food.label>
<Food.description>饮食代表着此生物最近吸收的营养的多寡。如果降到了零,生物会逐渐饿死。</Food.description>
<Food.label>饮食值</Food.label>
<Rest.label>休息</Rest.label>
<Rest.description>休息代表着生物最近睡过多少觉。</Rest.description>
<Food.description>饮食值表示了一个生物最近吃下的营养物的多少。如果食物值为零,生物会因为饥饿而受到持续伤害。</Food.description>
<Joy.label>快乐</Joy.label>
<Joy.description>快乐代表着对时不时做点愉快的事情的需要。反复做同样的活动会使得得到的快乐减少。</Joy.description>
<Rest.label>休息值</Rest.label>
<Beauty.label>美观</Beauty.label>
<Beauty.description>美观反映了人物在最近由周遭环境带来视觉上的愉悦的程度。</Beauty.description>
<Rest.description>休息值表示生物最近有多少睡眠.</Rest.description>
<Comfort.label>舒适</Comfort.label>
<Comfort.description>舒适可以通过坐在或睡在舒适的家具上获得。</Comfort.description>
<Joy.label>娱乐值</Joy.label>
<Joy.description>娱乐值表示时而需要做的愉快事情。请注意,重复同样的活动使得获得快乐减少。</Joy.description>
<Beauty.label>美观度</Beauty.label>
<Beauty.description>美观度反映了人物最近发现周围环境带给视觉上的愉悦。</Beauty.description>
<Comfort.label>舒适度</Comfort.label>
<Comfort.description>舒适度可以通过坐在或睡在舒适的家具上获得.</Comfort.description>
<Space.label>空间</Space.label>
<Space.description>空间在某种意义上体现了身体能够自由的走动。长时间在狭小的房间里会受到伤害。</Space.description>
<Space.label>空间</Space.label>
<Space.description>空间代表着行动的自由,长时间待在狭小的房间内会降低该值。</Space.description>
</LanguageData>