2024-06-17 17:05:33 -04:00
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-23 20:01:22 +08:00
|
|
|
|
|
|
|
export const abilityTriggers: SimpleTranslationEntries = {
|
2024-05-23 17:03:10 +02:00
|
|
|
"blockRecoilDamage" : "{{pokemonName}} 的 {{abilityName}}\n抵消了反作用力!",
|
|
|
|
"badDreams": "{{pokemonName}} 被折磨着!",
|
2024-06-22 12:09:35 -04:00
|
|
|
"costar": "{{pokemonName}} copied {{allyName}}'s stat changes!",
|
|
|
|
"iceFaceAvoidedDamage": "{{pokemonName}} avoided\ndamage with {{abilityName}}!",
|
|
|
|
"trace": "{{pokemonName}} copied {{targetName}}'s\n{{abilityName}}!",
|
2024-06-06 23:49:50 +08:00
|
|
|
"windPowerCharged": "Being hit by {{moveName}} charged {{pokemonName}} with power!",
|
2024-05-23 17:03:10 +02:00
|
|
|
} as const;
|