Update src/locales/zh_CN/battle.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
This commit is contained in:
parent
7af542bd9d
commit
8a1c7ca604
|
@ -148,6 +148,6 @@ export const battle: SimpleTranslationEntries = {
|
|||
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,\n并诅咒了{{pokemonName}}!",
|
||||
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}}\n正受到诅咒!",
|
||||
"battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}}蓄力了{{stockpiledCount}}次!",
|
||||
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!",
|
||||
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}."
|
||||
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}}\n互换了各自的道具!",
|
||||
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}}\n获得了{{itemName}}!"
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue