[Localization] Update Spanish abilty bar and fix fainted localization (#2136)

This commit is contained in:
GoldTra 2024-06-12 17:43:33 +02:00 committed by GitHub
parent 92c4f2d9ab
commit 03a635610b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;