mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 13:22:18 +02:00
Add more Spanish translations
This commit is contained in:
parent
d06ab1c9fb
commit
c6f8a6564b
@ -1,21 +1,21 @@
|
||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const egg: SimpleTranslationEntries = {
|
||||
"egg": "Egg",
|
||||
"greatTier": "Rare",
|
||||
"ultraTier": "Epic",
|
||||
"masterTier": "Legendary",
|
||||
"defaultTier": "Common",
|
||||
"egg": "Huevo",
|
||||
"greatTier": "Raro",
|
||||
"ultraTier": "Épico",
|
||||
"masterTier": "Legendario",
|
||||
"defaultTier": "Común",
|
||||
"hatchWavesMessageSoon": "Sounds can be heard coming from inside! It will hatch soon!",
|
||||
"hatchWavesMessageClose": "It appears to move occasionally. It may be close to hatching.",
|
||||
"hatchWavesMessageNotClose": "What will hatch from this? It doesn't seem close to hatching.",
|
||||
"hatchWavesMessageLongTime": "It looks like this Egg will take a long time to hatch.",
|
||||
"gachaTypeLegendary": "Legendary Rate Up",
|
||||
"gachaTypeMove": "Rare Egg Move Rate Up",
|
||||
"gachaTypeShiny": "Shiny Rate Up",
|
||||
"selectMachine": "Select a machine.",
|
||||
"notEnoughVouchers": "You don't have enough vouchers!",
|
||||
"tooManyEggs": "You have too many eggs!",
|
||||
"pull": "Pull",
|
||||
"pulls": "Pulls"
|
||||
"gachaTypeLegendary": "Tasa de Legendarios incrementada",
|
||||
"gachaTypeMove": "Tasa de Movimientos Huevo raros incrementada",
|
||||
"gachaTypeShiny": "Tasa de Variocolor incrementada",
|
||||
"selectMachine": "Elige una máquina.",
|
||||
"notEnoughVouchers": "¡No tienes suficientes cupones!",
|
||||
"tooManyEggs": "¡Tienes demasiados huevos!",
|
||||
"pull": "Tirar",
|
||||
"pulls": "Tiradas"
|
||||
} as const;
|
Loading…
Reference in New Issue
Block a user