[Localization][es] Update Spanish fainted localization (#2127)

This commit is contained in:
GoldTra 2024-06-12 15:25:21 +02:00 committed by GitHub
parent e6ce85cd3f
commit 965d8d33fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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": "{{pokemonNameWithAffix}} fainted!"
"fainted": "¡El {{pokemonNameWithAffix}} se debilitó!"
} as const;