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