2024-06-17 17:05:33 -04:00
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-16 10:31:50 +02:00
|
|
|
|
|
|
|
export const egg: SimpleTranslationEntries = {
|
2024-05-30 17:16:08 +02:00
|
|
|
"egg": "Huevo",
|
|
|
|
"greatTier": "Raro",
|
|
|
|
"ultraTier": "Épico",
|
|
|
|
"masterTier": "Legendario",
|
|
|
|
"defaultTier": "Común",
|
|
|
|
"hatchWavesMessageSoon": "Se escuchan sonidos. ¡Pronto saldrá!",
|
|
|
|
"hatchWavesMessageClose": "A veces se mueve. Debe estar a punto de salir.",
|
|
|
|
"hatchWavesMessageNotClose": "¿Qué habrá dentro? Tendrás que esperar un poco más.",
|
|
|
|
"hatchWavesMessageLongTime": "Parece que a este huevo le va a costar mucho abrirse.",
|
|
|
|
"gachaTypeLegendary": "Mayor tasa de Legendario",
|
|
|
|
"gachaTypeMove": "Mayor tasa de Movimiento Huevo Raro",
|
|
|
|
"gachaTypeShiny": "Mayor tasa de Shiny",
|
|
|
|
"selectMachine": "Seleccione una máquina.",
|
|
|
|
"notEnoughVouchers": "¡No tienes suficientes vales!",
|
|
|
|
"tooManyEggs": "¡No tienes suficiente espacio!",
|
|
|
|
"pull": "Tirada",
|
2024-06-22 02:19:56 +02:00
|
|
|
"pulls": "Tiradas",
|
|
|
|
"sameSpeciesEgg": "{{species}} will hatch from this egg!",
|
2024-06-24 09:14:18 +09:00
|
|
|
"hatchFromTheEgg": "¡Ha salido un {{pokemonName}} del Huevo!",
|
|
|
|
"eggMoveUnlock": "Mov. Huevo desbloqueado:\n{{moveName}}",
|
|
|
|
"rareEggMoveUnlock": "Mov. Huevo Raro desbloqueado:\n{{moveName}}",
|
2024-07-04 22:26:56 -03:00
|
|
|
"moveUPGacha": "¡Más Mov.\nHuevo Raro!",
|
|
|
|
"shinyUPGacha": "¡Más Shiny!",
|
|
|
|
"legendaryUPGacha": ", ¡mayor\nprob.!",
|
2024-05-23 17:03:10 +02:00
|
|
|
} as const;
|