2024-06-17 17:05:33 -04:00
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-13 18:12:28 -05:00
|
|
|
|
|
|
|
export const abilityTriggers: SimpleTranslationEntries = {
|
2024-05-28 00:24:41 +02:00
|
|
|
"blockRecoilDamage" : "¡{{abilityName}} de {{pokemonName}}\nlo protegió del daño de retroceso!",
|
2024-05-31 05:42:46 +08:00
|
|
|
"badDreams": "¡{{pokemonName}} está atormentado!",
|
2024-06-22 12:09:35 -04:00
|
|
|
"costar": "{{pokemonName}} copied {{allyName}}'s stat changes!",
|
|
|
|
"iceFaceAvoidedDamage": "¡{{pokemonNameWithAffix}} evitó\ndaño con {{abilityName}}!",
|
|
|
|
"trace": "{{pokemonName}} copied {{targetName}}'s\n{{abilityName}}!",
|
2024-05-31 05:42:46 +08:00
|
|
|
"windPowerCharged": "¡{{pokemonName}} se ha cargado de electricidad gracias a {{moveName}}!",
|
2024-06-25 00:22:15 +09:00
|
|
|
"quickDraw": "{{pokemonName}} can act faster than normal, thanks to its Quick Draw!",
|
2024-05-21 09:26:01 +02:00
|
|
|
} as const;
|