Update src/locales/zh_TW/battle.ts

Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
This commit is contained in:
Eucalyptus 2024-08-06 21:39:34 -04:00 committed by GitHub
parent 2ae2a9e0e6
commit 7af542bd9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -145,6 +145,6 @@ export const battle: SimpleTranslationEntries = {
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}削減了自己的體力,並詛咒了{{pokemonName}}",
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}}正受到詛咒!",
"battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!",
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!",
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}."
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}}\n互換了各自的道具",
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}}\n獲得了{{itemName}}"
} as const;