Update src/locales/ja/move-trigger.ts

Co-authored-by: protimita <protimitajp@gmail.com>
This commit is contained in:
DustinLin 2024-08-14 08:01:03 -07:00 committed by GitHub
parent 7a8c5a23c2
commit 95aaff9d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,6 @@ export const moveTriggers: SimpleTranslationEntries = {
"copyType": "{{pokemonName}}は {{targetPokemonName}}と\n同じタイプに なった",
"suppressAbilities": "{{pokemonName}}の とくせいが きかなくなった!",
"swapArenaTags": "{{pokemonName}}は\nおたがいの ばのこうかを いれかえた",
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
"chillyReception": "{{pokemonName}}は\nさむい ギャグを かました",
"exposedMove": "{{pokemonName}} identified\n{{targetPokemonName}}!",
} as const;