Add more Spanish translations

This commit is contained in:
MadridPawmot 2024-05-18 21:49:14 +02:00 committed by GitHub
parent d06ab1c9fb
commit c6f8a6564b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +1,21 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const egg: SimpleTranslationEntries = { export const egg: SimpleTranslationEntries = {
"egg": "Egg", "egg": "Huevo",
"greatTier": "Rare", "greatTier": "Raro",
"ultraTier": "Epic", "ultraTier": "Épico",
"masterTier": "Legendary", "masterTier": "Legendario",
"defaultTier": "Common", "defaultTier": "Común",
"hatchWavesMessageSoon": "Sounds can be heard coming from inside! It will hatch soon!", "hatchWavesMessageSoon": "Sounds can be heard coming from inside! It will hatch soon!",
"hatchWavesMessageClose": "It appears to move occasionally. It may be close to hatching.", "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.", "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.", "hatchWavesMessageLongTime": "It looks like this Egg will take a long time to hatch.",
"gachaTypeLegendary": "Legendary Rate Up", "gachaTypeLegendary": "Tasa de Legendarios incrementada",
"gachaTypeMove": "Rare Egg Move Rate Up", "gachaTypeMove": "Tasa de Movimientos Huevo raros incrementada",
"gachaTypeShiny": "Shiny Rate Up", "gachaTypeShiny": "Tasa de Variocolor incrementada",
"selectMachine": "Select a machine.", "selectMachine": "Elige una máquina.",
"notEnoughVouchers": "You don't have enough vouchers!", "notEnoughVouchers": "¡No tienes suficientes cupones!",
"tooManyEggs": "You have too many eggs!", "tooManyEggs": "¡Tienes demasiados huevos!",
"pull": "Pull", "pull": "Tirar",
"pulls": "Pulls" "pulls": "Tiradas"
} as const; } as const;