[Localization] Update Spanish abilty bar and fix fainted localization (#2136)
This commit is contained in:
parent
92c4f2d9ab
commit
03a635610b
|
@ -61,5 +61,5 @@ export const battle: SimpleTranslationEntries = {
|
|||
"useMove": "¡{{pokemonNameWithAffix}} usó {{moveName}}!",
|
||||
"drainMessage": "¡{{pokemonName}} tuvo su\nenergía absorbida!",
|
||||
"regainHealth": "¡{{pokemonName}} recuperó\nPS!",
|
||||
"fainted": "¡El {{pokemonNameWithAffix}} se debilitó!"
|
||||
"fainted": "¡{{pokemonNameWithAffix}} se debilitó!"
|
||||
} as const;
|
||||
|
|
|
@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = {
|
|||
"pp": "PP",
|
||||
"power": "Potencia",
|
||||
"accuracy": "Precisión",
|
||||
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
|
||||
"passive": "Passive ", // The space at the end is important
|
||||
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
|
||||
"passive": "Pasiva de ", // The space at the end is important
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue