Skip to content

Commit

Permalink
Update battle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
40chyan authored Jul 29, 2024
1 parent 5f93e0b commit c725d58
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/locales/zh_CN/battle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const battle: SimpleTranslationEntries = {
"switchQuestion": "要更换\n{{pokemonName}}吗?",
"trainerDefeated": "你击败了\n{{trainerName}}!",
"moneyWon": "你赢得了\n₽{{moneyAmount}}!",
"moneyPickedUp": "捡到了 ₽{{moneyAmount}}!",
"moneyPickedUp": "捡到了₽{{moneyAmount}}!",
"pokemonCaught": "{{pokemonName}}被抓住了!",
"addedAsAStarter": "增加了{{pokemonName}}作为\n一个新的基础宝可梦!",
"partyFull": "你的队伍已满员。是否放生其他宝可梦\n为{{pokemonName}}腾出空间?",
Expand All @@ -29,9 +29,9 @@ export const battle: SimpleTranslationEntries = {
"attackMissed": "没有命中{{pokemonNameWithAffix}}!",
"attackHitsCount": "击中{{count}}次!",
"rewardGain": "你获得了\n{{modifierName}}!",
"expGain": "{{pokemonName}}获得了 {{exp}} 点经验值!",
"levelUp": "{{pokemonName}}升级到 Lv.{{level}}!",
"learnMove": "{{pokemonName}} 学会了 {{moveName}}!",
"expGain": "{{pokemonName}}获得了{{exp}} 点经验值!",
"levelUp": "{{pokemonName}}升级到Lv.{{level}}!",
"learnMove": "{{pokemonName}}学会了{{moveName}}!",
"learnMovePrompt": "{{pokemonName}}想要学习{{moveName}}。",
"learnMoveLimitReached": "但是,{{pokemonName}}已经学会了\n四个技能",
"learnMoveReplaceQuestion": "要忘记一个技能并学习{{moveName}}吗?",
Expand Down Expand Up @@ -66,21 +66,21 @@ export const battle: SimpleTranslationEntries = {
"hpHealBerry": "{{pokemonNameWithAffix}}用{{berryName}}\n回复了体力!",
"ivScannerUseQuestion": "对{{pokemonName}}使用个体值扫描仪?",
"wildPokemonWithAffix": "野生的{{pokemonName}}",
"foePokemonWithAffix": "对手 {{pokemonName}}",
"foePokemonWithAffix": "对手的{{pokemonName}}",
"useMove": "{{pokemonNameWithAffix}}使用了\n{{moveName}}!",
"drainMessage": "{{pokemonName}}\n吸取了体力!",
"regainHealth": "{{pokemonName}}\n回复了体力!",
"fainted": "{{pokemonNameWithAffix}}\n倒下了!",
"statsAnd": "and",
"stats": "Stats",
"statRose_other": "{{pokemonNameWithAffix}}的 {{stats}}提高了!",
"statSharplyRose_other": "{{pokemonNameWithAffix}}的 {{stats}}大幅提高了!",
"statRoseDrastically_other": "{{pokemonNameWithAffix}}的 {{stats}}极大幅提高了!",
"statWontGoAnyHigher_other": "{{pokemonNameWithAffix}}的 {{stats}}已经无法再提高了!",
"statFell_other": "{{pokemonNameWithAffix}}的 {{stats}}降低了!",
"statHarshlyFell_other": "{{pokemonNameWithAffix}}的 {{stats}}大幅降低了!",
"statSeverelyFell_other": "{{pokemonNameWithAffix}}的 {{stats}}极大幅降低了!",
"statWontGoAnyLower_other": "{{pokemonNameWithAffix}}的 {{stats}}已经无法再降低了!",
"statsAnd": "",
"stats": "能力",
"statRose_other": "{{pokemonNameWithAffix}}的{{stats}}\n提高了!",
"statSharplyRose_other": "{{pokemonNameWithAffix}}的{{stats}}\n大幅提高了!",
"statRoseDrastically_other": "{{pokemonNameWithAffix}}的{{stats}}\n极大幅提高了!",
"statWontGoAnyHigher_other": "{{pokemonNameWithAffix}}的{{stats}}\n已经无法再提高了!",
"statFell_other": "{{pokemonNameWithAffix}}的{{stats}}\n降低了!",
"statHarshlyFell_other": "{{pokemonNameWithAffix}}的{{stats}}\n大幅降低了!",
"statSeverelyFell_other": "{{pokemonNameWithAffix}}的{{stats}}\n极大幅降低了!",
"statWontGoAnyLower_other": "{{pokemonNameWithAffix}}的{{stats}}\n已经无法再降低了!",
"transformedIntoType": "{{pokemonName}}变成了\n{{type}}属性!",
"ppReduced": "降低了{{targetName}}的\n{{moveName}}的PP{{reduction}}点!",
"retryBattle": "你要从对战开始时重试么?",
Expand Down

0 comments on commit c725d58

Please sign in to comment.