Update src/locales/zh_TW/battle.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
This commit is contained in:
parent
2ae2a9e0e6
commit
7af542bd9d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue