update for 2645
This commit is contained in:
parent
517314cff7
commit
226ca9ff4d
@ -3,57 +3,54 @@
|
||||
|
||||
<!-- EN: recovery -->
|
||||
<Adaptation.label>恢复</Adaptation.label>
|
||||
<!-- EN: Days -->
|
||||
<Adaptation.graphLabelY>天</Adaptation.graphLabelY>
|
||||
<!-- EN: {0} days -->
|
||||
<Adaptation.valueFormat>{0}天</Adaptation.valueFormat>
|
||||
|
||||
<!-- EN: mood -->
|
||||
<ColonistMood.label>殖民者心情</ColonistMood.label>
|
||||
<!-- EN: Percent -->
|
||||
<ColonistMood.graphLabelY>百分比</ColonistMood.graphLabelY>
|
||||
|
||||
<!-- EN: free colonists -->
|
||||
<FreeColonists.label>殖民者</FreeColonists.label>
|
||||
<!-- EN: Colonists -->
|
||||
<FreeColonists.graphLabelY>殖民者</FreeColonists.graphLabelY>
|
||||
|
||||
<!-- EN: pop recovery -->
|
||||
<PopAdaptation.label>流行恢复</PopAdaptation.label>
|
||||
<!-- EN: Days -->
|
||||
<PopAdaptation.label>人口恢复</PopAdaptation.label>
|
||||
<PopAdaptation.graphLabelY>天</PopAdaptation.graphLabelY>
|
||||
<!-- EN: {0} days -->
|
||||
<PopAdaptation.valueFormat>{0}天</PopAdaptation.valueFormat>
|
||||
|
||||
<!-- EN: pop intent x10 -->
|
||||
<PopIntent.label>流行意图×10</PopIntent.label>
|
||||
<!-- EN: Days -->
|
||||
<PopIntent.label>人口意图×10</PopIntent.label>
|
||||
<PopIntent.graphLabelY>天</PopIntent.graphLabelY>
|
||||
<!-- EN: {0} days -->
|
||||
<PopIntent.valueFormat>{0}天</PopIntent.valueFormat>
|
||||
|
||||
<!-- EN: prisoners -->
|
||||
<Prisoners.label>囚犯</Prisoners.label>
|
||||
<!-- EN: Prisoners -->
|
||||
<Prisoners.graphLabelY>囚犯</Prisoners.graphLabelY>
|
||||
|
||||
<!-- EN: fun points /10 -->
|
||||
<ThreatPoints.label>乐趣点数/10</ThreatPoints.label>
|
||||
<!-- EN: Points -->
|
||||
<ThreatPoints.graphLabelY>点数</ThreatPoints.graphLabelY>
|
||||
<!-- EN: {0} points -->
|
||||
<ThreatPoints.valueFormat>{0}点</ThreatPoints.valueFormat>
|
||||
|
||||
<!-- EN: wealth (buildings) -->
|
||||
<Wealth_Buildings.label>财富(建筑)</Wealth_Buildings.label>
|
||||
<!-- EN: Amount -->
|
||||
<Wealth_Buildings.graphLabelY>总计</Wealth_Buildings.graphLabelY>
|
||||
|
||||
<!-- EN: wealth (items) -->
|
||||
<Wealth_Items.label>财富(物品)</Wealth_Items.label>
|
||||
<!-- EN: Amount -->
|
||||
<Wealth_Items.graphLabelY>总计</Wealth_Items.graphLabelY>
|
||||
|
||||
<!-- EN: wealth (creatures) -->
|
||||
<Wealth_Pawns.label>财富(动物)</Wealth_Pawns.label>
|
||||
<!-- EN: Amount -->
|
||||
<Wealth_Pawns.graphLabelY>总计</Wealth_Pawns.graphLabelY>
|
||||
|
||||
<!-- EN: wealth (total) -->
|
||||
<Wealth_Total.label>财富(全部)</Wealth_Total.label>
|
||||
<!-- EN: Amount -->
|
||||
<Wealth_Total.graphLabelY>总计</Wealth_Total.graphLabelY>
|
||||
|
||||
</LanguageData>
|
@ -22,5 +22,7 @@
|
||||
<MeditationFocusStrength.label>冥想专注力</MeditationFocusStrength.label>
|
||||
<!-- EN: The amount of extra psyfocus someone gains by focusing on this object during meditation. For some objects, this number can change depending on the surroundings and the person doing the meditating. -->
|
||||
<MeditationFocusStrength.description>这个物体在冥想中能够提供的额外精神力数值。对于一些物体来说,这个数值会因为周围的环境或者冥想的人而发生变化。</MeditationFocusStrength.description>
|
||||
<!-- EN: {0}/d -->
|
||||
<MeditationFocusStrength.formatString>{0}/天</MeditationFocusStrength.formatString>
|
||||
|
||||
</LanguageData>
|
@ -441,7 +441,7 @@
|
||||
<!-- EN: Never safe -->
|
||||
<NeverSafe>危险的</NeverSafe>
|
||||
<!-- EN: {0} / day -->
|
||||
<PerDay>{0}/日</PerDay>
|
||||
<PerDay>{0}/天</PerDay>
|
||||
<!-- EN: Pack animal -->
|
||||
<PackAnimal>驮运动物</PackAnimal>
|
||||
<!-- EN: Whether this animal is appropriate to use to carry items in a caravan over long distances. -->
|
||||
@ -512,6 +512,8 @@
|
||||
<MeditationFocusesDesc>这个物体提供的冥想类型。一个冥想者可以把注意力集中到这个物体上,从而提高他们的精神力收益,前提是他们能够使用其中一种冥想类型。冥想者的冥想类型取决于他们的背景、特征和社会地位等。</MeditationFocusesDesc>
|
||||
<!-- EN: Can use {0} focus type because -->
|
||||
<MeditationFocusCanUse>可以使用{0}焦点类型,因为</MeditationFocusCanUse>
|
||||
<!-- EN: {0} focus objects -->
|
||||
<MeditationFocusObjects>{0}焦点对象</MeditationFocusObjects>
|
||||
<!-- EN: holds title: {TITLE} ({FACTION_name}). -->
|
||||
<MeditationFocusEnabledByTitle>持有头衔:{TITLE}({FACTION_name})。</MeditationFocusEnabledByTitle>
|
||||
<!-- EN: has childhood -->
|
||||
|
@ -130,7 +130,7 @@
|
||||
<creditee>Indeed</creditee>
|
||||
</li>
|
||||
<li Class="CreditRecord_Text">
|
||||
<text>修订日期:2020年5月25日 23点21分</text>
|
||||
<text>修订日期:2020年5月26日 09点25分</text>
|
||||
<anchor>MiddleRight</anchor>
|
||||
</li>
|
||||
</credits>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<AnimaTreeSpawn.label>仙树萌发</AnimaTreeSpawn.label>
|
||||
<!-- EN: Anima tree -->
|
||||
<AnimaTreeSpawn.letterLabel>仙树萌发</AnimaTreeSpawn.letterLabel>
|
||||
<!-- EN: An anima tree has sprouted nearby.\n\nTribal peoples can use this as a powerful meditation focus, but only artificial structures are not placed nearby. -->
|
||||
<!-- EN: An anima tree has sprouted nearby.\n\nTribal peoples can use this as a powerful meditation focus, but only if artificial structures are not placed nearby. -->
|
||||
<AnimaTreeSpawn.letterText>附近长出了一棵有特殊生命能量的树。\n\n部落居民可以将它作为强有力的冥想焦点,但是只有在附近没有人工建筑的情况下才有效。</AnimaTreeSpawn.letterText>
|
||||
|
||||
<!-- EN: tribute collector caravan arrival -->
|
||||
|
@ -3,8 +3,10 @@
|
||||
|
||||
<!-- EN: meditation focus gain -->
|
||||
<MeditationFocusGain.label>冥想增益</MeditationFocusGain.label>
|
||||
<!-- EN: A multiplier on the amount of psyfocus this person gains during meditation. -->
|
||||
<MeditationFocusGain.description>这个人在冥想中获取的精神力的乘数。</MeditationFocusGain.description>
|
||||
<!-- EN: The psyfocus amount this person gains per day of meditation, ignoring bonuses from focus objects. -->
|
||||
<MeditationFocusGain.description>此人冥想一天能够获取的精神力,忽略从焦点对象获得的增益。</MeditationFocusGain.description>
|
||||
<!-- EN: {0}/d -->
|
||||
<MeditationFocusGain.formatString>{0}/天</MeditationFocusGain.formatString>
|
||||
|
||||
<!-- EN: neural heat gain -->
|
||||
<PsychicEntropyGain.label>心灵熵增益</PsychicEntropyGain.label>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<CommandPsycastPawnIsUnconscious>能力使用者不省人事。</CommandPsycastPawnIsUnconscious>
|
||||
<!-- EN: Need at least {0} psyfocus to cast this. -->
|
||||
<CommandPsycastLowPsyfocus>至少需要{0}的精神力。</CommandPsycastLowPsyfocus>
|
||||
<!-- EN: N -->
|
||||
<!-- EN: H -->
|
||||
<NeuralHeatLetter>熵</NeuralHeatLetter>
|
||||
<!-- EN: P -->
|
||||
<PsyfocusLetter>精</PsyfocusLetter>
|
||||
|
@ -64,8 +64,8 @@
|
||||
<UserMeditationFocusStrength>冥想专注力({LASTUSER_labelShort})</UserMeditationFocusStrength>
|
||||
<!-- EN: Focus effect impacted by -->
|
||||
<MeditationFocusImpacted>专注力效果受影响</MeditationFocusImpacted>
|
||||
<!-- EN: Psyfocus gain per day of meditation: {0} -->
|
||||
<PsyfocusPerDayOfMeditation>每天通过冥想提升的精神力:{0}</PsyfocusPerDayOfMeditation>
|
||||
<!-- EN: Psyfocus gain rate: {0}/d -->
|
||||
<PsyfocusPerDayOfMeditation>精神力提升速率:{0}/天</PsyfocusPerDayOfMeditation>
|
||||
|
||||
<!-- Abilities -->
|
||||
<!-- EN: must be drafted. -->
|
||||
@ -110,7 +110,7 @@
|
||||
<BeginLinkingRitualNeedLinkSpot>需要在3格之内有一个可用的地点来进行连接</BeginLinkingRitualNeedLinkSpot>
|
||||
<!-- EN: Linking ritual completed -->
|
||||
<LetterLabelLinkingRitualCompleted>连接仪式完成</LetterLabelLinkingRitualCompleted>
|
||||
<!-- EN: {PAWN_labelShort} has completed the linking ritual with {LINKABLE_labelShort}.\n\n{PAWN_pronoun} how has an upgraded psylink, permitting the use of new psycasts. -->
|
||||
<!-- EN: {PAWN_labelShort} has completed the linking ritual with {LINKABLE_labelShort}.\n\n{PAWN_pronoun} now has an upgraded psylink, permitting the use of new psycasts. -->
|
||||
<LetterTextLinkingRitualCompleted>{PAWN_labelShort}完成了与{LINKABLE_labelShort}的连接仪式。\n\n{PAWN_pronoun}现在获得了一次启灵升级,能够使用新的心灵能力。</LetterTextLinkingRitualCompleted>
|
||||
<!-- UNUSED -->
|
||||
<PsycastLearnedFromImplant>{USER_labelShort}已达到启灵神经等级{1},并已自动习得此心灵能力: {2}。</PsycastLearnedFromImplant>
|
||||
|
Loading…
Reference in New Issue
Block a user