[Localization] Add localization hard-coded message in ability (AIR_LOCK, CLOUD_NINE) (#3641)
* localize ability message "The effects of the weather disappeared." * Update src/locales/de/ability-trigger.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> * Update src/locales/it/ability-trigger.ts Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> * Update src/locales/fr/ability-trigger.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Apply suggestions from code review Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/es/ability-trigger.ts Co-authored-by: Asdar <asdargmng@gmail.com> --------- Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Asdar <asdargmng@gmail.com>
This commit is contained in:
parent
0cd52b86d2
commit
a7acf752db
|
@ -4591,7 +4591,7 @@ export function initAbilities() {
|
|||
.ignorable(),
|
||||
new Ability(Abilities.CLOUD_NINE, 3)
|
||||
.attr(SuppressWeatherEffectAbAttr, true)
|
||||
.attr(PostSummonUnnamedMessageAbAttr, "The effects of the weather disappeared."),
|
||||
.attr(PostSummonUnnamedMessageAbAttr, i18next.t("abilityTriggers:weatherEffectDisappeared")),
|
||||
new Ability(Abilities.COMPOUND_EYES, 3)
|
||||
.attr(BattleStatMultiplierAbAttr, BattleStat.ACC, 1.3),
|
||||
new Ability(Abilities.INSOMNIA, 3)
|
||||
|
@ -4786,7 +4786,7 @@ export function initAbilities() {
|
|||
.ignorable(),
|
||||
new Ability(Abilities.AIR_LOCK, 3)
|
||||
.attr(SuppressWeatherEffectAbAttr, true)
|
||||
.attr(PostSummonUnnamedMessageAbAttr, "The effects of the weather disappeared."),
|
||||
.attr(PostSummonUnnamedMessageAbAttr, i18next.t("abilityTriggers:weatherEffectDisappeared")),
|
||||
new Ability(Abilities.TANGLED_FEET, 4)
|
||||
.conditionalAttr(pokemon => !!pokemon.getTag(BattlerTagType.CONFUSED), BattleStatMultiplierAbAttr, BattleStat.EVA, 2)
|
||||
.ignorable(),
|
||||
|
|
|
@ -47,6 +47,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}} is exerting its Pressure!",
|
||||
"weatherEffectDisappeared": "The effects of the weather disappeared.",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}} breaks the mold!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}} shuddered!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} is radiating a blazing aura!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{abilityName}} von {{pokemonNameWithAffix}} schadet seinem Angreifer!",
|
||||
"postFaintHpDamage": "{{abilityName}} von {{pokemonNameWithAffix}} schadet seinem Angreifer!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}} setzt Gegner mit Erzwinger unter Druck!",
|
||||
"weatherEffectDisappeared": "Jegliche wetterbedingten Effekte wurden aufgehoben!",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}} gelingt es, gegnerische Fähigkeiten zu überbrücken!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}} erschaudert!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} strahlt eine lodernde Aura aus!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}} is exerting its Pressure!",
|
||||
"weatherEffectDisappeared": "The effects of the weather disappeared.",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}} breaks the mold!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}} shuddered!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} is radiating a blazing aura!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}} is exerting its Pressure!",
|
||||
"weatherEffectDisappeared": "El tiempo atmosférico ya no ejerce ninguna influencia.",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}} breaks the mold!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}} shuddered!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} is radiating a blazing aura!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}} est blessé\npar son talent {{abilityName}} !",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}} est blessé\npar son talent {{abilityName}} !",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}}\naugmente la pression !",
|
||||
"weatherEffectDisappeared": "Les effets de la météo se dissipent !",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}}\nbrise le moule !",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}}\nest tout tremblant !",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} dégage\nune aura de flammes incandescentes !",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{abilityName}} di {{pokemonNameWithAffix}}\nferisce il Pokémon che lo ha attaccato!",
|
||||
"postFaintHpDamage": "{{abilityName}} di {{pokemonNameWithAffix}}\nferisce il Pokémon che lo ha attaccato!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}} fa pressione!",
|
||||
"weatherEffectDisappeared": "Le condizioni atmosferiche non hanno alcun effetto.",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}} ha l’abilità Rompiforma!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}} rabbrividisce!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} emana un’aura infuocata!",
|
||||
|
|
|
@ -47,6 +47,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}}は {{abilityName}}で\n相手に ダメージを 与えた!",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}}は {{abilityName}}で\n相手に ダメージを 与えた!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}}は\nプレッシャーを 放っている!",
|
||||
"weatherEffectDisappeared": "天候の影響が なくなった!",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}}は\nかたやぶりだ!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}}は\nみぶるいした!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}}は\n燃え盛(もえさか)る オーラを 放っている!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}}[[는]] {{abilityName}}[[로]]\n상대에게 데미지를 입혔다!",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}}[[는]] {{abilityName}}[[로]]\n상대에게 데미지를 입혔다!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}}[[는]]\n프레셔를 발산하고 있다!",
|
||||
"weatherEffectDisappeared": "날씨의 영향이 없어졌다!",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}}의\n틀깨기!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}}[[는]]\n몸을 떨었다!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}}[[는]]\n활활 타오르는 오라를 발산하고 있다!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{abilityName}} de {{pokemonNameWithAffix}}\nferiu seu adversário!",
|
||||
"postFaintHpDamage": "{{abilityName}} de {{pokemonNameWithAffix}}\nferiu seu adversário!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}} está exercendo sua pressão!",
|
||||
"weatherEffectDisappeared": "Os efeitos do clima desapareceram.",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}} quebra o molde!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}} se arrepiou!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} está irradiando uma aura ardente!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}}的{{abilityName}}\n使对方受到了伤害!",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}}的{{abilityName}}\n使对方受到了伤害!",
|
||||
"postSummonPressure": "从{{pokemonNameWithAffix}}的身上\n感到了一种压迫感!",
|
||||
"weatherEffectDisappeared": "天气的影响消失了!",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}}\n打破了常规!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}}\n发抖了!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}}\n正在释放炽焰气场!",
|
||||
|
|
|
@ -46,6 +46,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"postFaintContactDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postFaintHpDamage": "{{pokemonNameWithAffix}}'s {{abilityName}}\nhurt its attacker!",
|
||||
"postSummonPressure": "{{pokemonNameWithAffix}} is exerting its Pressure!",
|
||||
"weatherEffectDisappeared": "天氣的影響消失了!",
|
||||
"postSummonMoldBreaker": "{{pokemonNameWithAffix}} breaks the mold!",
|
||||
"postSummonAnticipation": "{{pokemonNameWithAffix}} shuddered!",
|
||||
"postSummonTurboblaze": "{{pokemonNameWithAffix}} is radiating a blazing aura!",
|
||||
|
|
Loading…
Reference in New Issue