mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
[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}}!",
|
"useMove": "¡{{pokemonNameWithAffix}} usó {{moveName}}!",
|
||||||
"drainMessage": "¡{{pokemonName}} tuvo su\nenergía absorbida!",
|
"drainMessage": "¡{{pokemonName}} tuvo su\nenergía absorbida!",
|
||||||
"regainHealth": "¡{{pokemonName}} recuperó\nPS!",
|
"regainHealth": "¡{{pokemonName}} recuperó\nPS!",
|
||||||
"fainted": "¡El {{pokemonNameWithAffix}} se debilitó!"
|
"fainted": "¡{{pokemonNameWithAffix}} se debilitó!"
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = {
|
|||||||
"pp": "PP",
|
"pp": "PP",
|
||||||
"power": "Potencia",
|
"power": "Potencia",
|
||||||
"accuracy": "Precisión",
|
"accuracy": "Precisión",
|
||||||
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
|
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
|
||||||
"passive": "Passive ", // The space at the end is important
|
"passive": "Pasiva de ", // The space at the end is important
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user