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-07-01 12:13:12 +08:00
|
|
|
|
"blockRecoilDamage" : "{{pokemonName}}的{{abilityName}}\n抵消了反作用力!",
|
|
|
|
|
"badDreams": "{{pokemonName}}被折磨着!",
|
|
|
|
|
"costar": "{{pokemonName}}复制了{{allyName}}的能力变化!",
|
|
|
|
|
"iceFaceAvoidedDamage": "{{pokemonName}}因为{{abilityName}}\n避免了伤害!",
|
|
|
|
|
"trace": "{{pokemonName}}复制了{{targetName}}的\n{{abilityName}}!",
|
|
|
|
|
"windPowerCharged": "受{{moveName}}的影响,{{pokemonName}}提升了能力!",
|
2024-06-25 22:05:55 +08:00
|
|
|
|
"quickDraw":"因为速击效果发动,\n{{pokemonName}}比平常出招更快了!",
|
2024-05-23 17:03:10 +02:00
|
|
|
|
} as const;
|