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-06-23 22:59:05 +01:00
|
|
|
|
"blockRecoilDamage" : "{{pokemonName}} 的 {{abilityName}}\n抵消了反作用力!",
|
|
|
|
|
"badDreams": "{{pokemonName}} 被折磨着!",
|
|
|
|
|
"costar": "{{pokemonName}} 複製了 {{allyName}} 的\n能力變化!",
|
|
|
|
|
"iceFaceAvoidedDamage": "{{pokemonName}} 因爲 {{abilityName}}\n避免了傷害!",
|
|
|
|
|
"trace": "{{pokemonName}} 複製了 {{targetName}} 的\n{{abilityName}}!",
|
|
|
|
|
"windPowerCharged": "受 {{moveName}} 的影響, {{pokemonName}} 提升了能力!",
|
2024-06-25 00:22:15 +09:00
|
|
|
|
"quickDraw":"{{pokemonName}} can act faster than normal, thanks to its Quick Draw!",
|
2024-05-23 17:03:10 +02:00
|
|
|
|
} as const;
|