Apply suggestions from code review

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-10-01 14:02:23 +02:00 committed by GitHub
parent 10600034f7
commit cfa63c2245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View File

@ -55,14 +55,14 @@
"safeguardOnRemove": "包围整个场地的\n神秘之幕消失了",
"safeguardOnRemovePlayer": "包围我方的\n神秘之幕消失了",
"safeguardOnRemoveEnemy": "包围对手的\n神秘之幕消失了",
"fireGrassPledgeOnAdd": "A sea of fire enveloped the field!",
"fireGrassPledgeOnAddPlayer": "A sea of fire enveloped your team!",
"fireGrassPledgeOnAddEnemy": "A sea of fire enveloped the opposing team!",
"fireGrassPledgeLapse": "{{pokemonNameWithAffix}} was hurt by the sea of fire!",
"waterFirePledgeOnAdd": "A rainbow appeared in the sky!",
"waterFirePledgeOnAddPlayer": "A rainbow appeared in the sky on your team's side!",
"waterFirePledgeOnAddEnemy": "A rainbow appeared in the sky on the opposing team's side!",
"grassWaterPledgeOnAdd": "A swamp enveloped the field!",
"grassWaterPledgeOnAddPlayer": "A swamp enveloped your team!",
"grassWaterPledgeOnAddEnemy": "A swamp enveloped the opposing team!"
"fireGrassPledgeOnAdd": "场地被火海包围了!",
"fireGrassPledgeOnAddPlayer": "我方周围被火海包围了!",
"fireGrassPledgeOnAddEnemy": "对手周围被火海包围了!",
"fireGrassPledgeLapse": "{{pokemonNameWithAffix}}受到了火海的伤害!",
"waterFirePledgeOnAdd": "彩虹出现在了上空!",
"waterFirePledgeOnAddPlayer": "彩虹出现在了我方上空!",
"waterFirePledgeOnAddEnemy": "彩虹出现在了对手上空!",
"grassWaterPledgeOnAdd": "场地周围延伸出了湿地!",
"grassWaterPledgeOnAddPlayer": "在我方周围延伸出了湿地!",
"grassWaterPledgeOnAddEnemy": "在对手周围延伸出了湿地!"
}

View File

@ -69,6 +69,6 @@
"exposedMove": "{{pokemonName}}识破了\n{{targetPokemonName}}的原型!",
"safeguard": "{{targetName}}\n正受到神秘之幕的保护",
"afterYou": "{{targetName}}\n接受了对手的好意",
"combiningPledge": "The two moves have become one!\nIt's a combined move!",
"awaitingPledge": "{{userPokemonName}} is waiting for {{allyPokemonName}}'s move..."
"combiningPledge": "两个招式合二为一!\n这是合体招式",
"awaitingPledge": "{{userPokemonName}}正在等待\n{{allyPokemonName}}的招式"
}