mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-12 08:36:09 +00:00
6 lines
272 B
TypeScript
6 lines
272 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const abilityTriggers: SimpleTranslationEntries = {
|
||
|
'blockRecoilDamage' : `{{pokemonName}} 的 {{abilityName}}\n抵消了反作用力!`,
|
||
|
'badDreams': `{{pokemonName}} 被折磨着!`,
|
||
|
} as const;
|