Update src/locales/zh_CN/battler-tags.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
This commit is contained in:
Mason S 2024-08-22 12:32:09 -04:00 committed by GitHub
parent ab6af5f224
commit 1a07c7b2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
"cursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,\n并诅咒了{{pokemonName}}", "cursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,\n并诅咒了{{pokemonName}}",
"cursedLapse": "{{pokemonNameWithAffix}}\n正受到诅咒", "cursedLapse": "{{pokemonNameWithAffix}}\n正受到诅咒",
"stockpilingOnAdd": "{{pokemonNameWithAffix}}蓄力了{{stockpiledCount}}次!", "stockpilingOnAdd": "{{pokemonNameWithAffix}}蓄力了{{stockpiledCount}}次!",
"rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnAdd": "{{pokemonNameWithAffix}}的\n怒气开始上升了。",
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." "rageOnHit": "{{pokemonNameWithAffix}}的\n怒气正在上升."
} as const; } as const;