[Localization] Update Portuguese translation for egg.ts (#2554)

This commit is contained in:
José Ricardo Fleury Oliveira 2024-06-24 01:38:00 -03:00 committed by GitHub
parent fd7e547750
commit ba6bf5f00c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ export const egg: SimpleTranslationEntries = {
"pull": "Prêmio",
"pulls": "Prêmios",
"sameSpeciesEgg": "{{species}} vai rachar desse ovo!",
"hatchFromTheEgg": "{{pokemonName}} hatched from the egg!",
"eggMoveUnlock": "Egg Move unlocked: {{moveName}}",
"rareEggMoveUnlock": "Rare Egg Move unlocked: {{moveName}}",
"hatchFromTheEgg": "{{pokemonName}} nasceu do ovo!",
"eggMoveUnlock": "Movimento de Ovo desbloqueado: {{moveName}}",
"rareEggMoveUnlock": "Movimento Raro de Ovo desbloqueado: {{moveName}}",
} as const;