2024-06-01 20:53:13 -03:00
|
|
|
import { AchievementTranslationEntries } from "#app/plugins/i18n.js";
|
|
|
|
|
|
|
|
export const achv: AchievementTranslationEntries = {
|
|
|
|
"Achievements": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Logros",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"Locked": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Bloqueado",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
|
|
|
|
"MoneyAchv": {
|
2024-06-03 02:13:54 +02:00
|
|
|
description: "Acumula un total de ₽{{moneyAmount}}.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"10K_MONEY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Ahorrador",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"100K_MONEY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Rico",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"1M_MONEY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Millonario",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"10M_MONEY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Elusión Fiscal",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
|
|
|
|
"DamageAchv": {
|
2024-06-03 02:13:54 +02:00
|
|
|
description: "Inflige {{damageAmount}} daño en un solo golpe.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"250_DMG": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Golpe Maestro",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"1000_DMG": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Golpe Devastador",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"2500_DMG": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "¡Eso es un montón de daño!",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"10000_DMG": {
|
|
|
|
name: "One Punch Man",
|
|
|
|
},
|
|
|
|
|
|
|
|
"HealAchv": {
|
2024-06-03 02:13:54 +02:00
|
|
|
description: "Cura {{healAmount}} {{HP}} de una, con un movimiento, habilidad o objeto equipado.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"250_HEAL": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Sanador Novato",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"1000_HEAL": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Gran Sanador",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"2500_HEAL": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Clérigo",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"10000_HEAL": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Centro Pokémon",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
|
|
|
|
"LevelAchv": {
|
2024-06-03 02:13:54 +02:00
|
|
|
description: "Sube a un Pokémon al nivel {{level}}.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"LV_100": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "¡Pero espera, aún hay mas!",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"LV_250": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Élite",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"LV_1000": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Supera tus límites",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
|
|
|
|
"RibbonAchv": {
|
2024-06-03 02:13:54 +02:00
|
|
|
description: "Acumula un total de {{ribbonAmount}} Cintas.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"10_RIBBONS": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Campeón Liga Pokémon",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"25_RIBBONS": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Campeón Liga Super",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"50_RIBBONS": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Campeón Liga Ultra",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"75_RIBBONS": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Campeón Liga Rogue",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"100_RIBBONS": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Campeón Liga Master",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
|
|
|
|
"TRANSFER_MAX_BATTLE_STAT": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Trabajo en Equipo",
|
|
|
|
description: "Haz relevo a otro miembro del equipo con al menos una estadística al máximo.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"MAX_FRIENDSHIP": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Amistad Total",
|
|
|
|
description: "Alcanza con un Pokémon la amistad al máximo.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"MEGA_EVOLVE": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Megamorfosis",
|
|
|
|
description: "Megaevoluciona a un Pokémon.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"GIGANTAMAX": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Criatura Colosal",
|
|
|
|
description: "Haz Gigantamax a un Pokémon.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"TERASTALLIZE": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Entusiasta del STAB",
|
|
|
|
description: "Teracristaliza a un Pokémon.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"STELLAR_TERASTALLIZE": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "El Tipo Oculto",
|
|
|
|
description: "Teracristaliza a un Pokémon al tipo Astral.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"SPLICE": {
|
|
|
|
name: "Infinite Fusion",
|
2024-06-03 02:13:54 +02:00
|
|
|
description: "Fusiona dos Pokémon con la Punta ADN.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"MINI_BLACK_HOLE": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Devorador de Objetos",
|
|
|
|
description: "Adquiere un Mini Agujero Negro.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"CATCH_MYTHICAL": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Singular",
|
|
|
|
description: "Captura a un Pokémon Singular.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"CATCH_SUB_LEGENDARY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "(Sub)Legendario",
|
|
|
|
description: "Captura a un Pokémon Sublegendario.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"CATCH_LEGENDARY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Legendario",
|
|
|
|
description: "Captura a un Pokémon Legendario.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"SEE_SHINY": {
|
|
|
|
name: "Shiny",
|
2024-06-03 02:13:54 +02:00
|
|
|
description: "Encuentra a un Pokémon Shiny salvaje.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"SHINY_PARTY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Eso es dedicación",
|
|
|
|
description: "Tener un equipo completo de Pokémon shiny.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"HATCH_MYTHICAL": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Huevo Singular",
|
|
|
|
description: "Hacer eclosionar un Pokémon Singular de un huevo.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"HATCH_SUB_LEGENDARY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Huevo Sublegendario",
|
|
|
|
description: "Hacer eclosionar un Pokémon Sublegendario de un huevo.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"HATCH_LEGENDARY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Huevo Legendario",
|
|
|
|
description: "Hacer eclosionar un Pokémon Legendario de un huevo.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"HATCH_SHINY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Huevo Shiny",
|
|
|
|
description: "Hacer eclosionar un Pokémon Shiny de un huevo.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"HIDDEN_ABILITY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Potencial Oculto",
|
|
|
|
description: "Captura un Pokémon con una habilidad oculta.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"PERFECT_IVS": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Certificado de Autenticidad",
|
|
|
|
description: "Consigue IVs perfectos en un Pokémon.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
"CLASSIC_VICTORY": {
|
2024-06-03 02:13:54 +02:00
|
|
|
name: "Imbatible",
|
|
|
|
description: "Completa el juego en modo clásico.",
|
2024-06-01 20:53:13 -03:00
|
|
|
},
|
|
|
|
} as const;
|