2024-06-17 17:05:33 -04:00
|
|
|
import { AchievementTranslationEntries } from "#app/interfaces/locales.js";
|
2024-06-01 20:53:13 -03:00
|
|
|
|
2024-06-09 18:40:23 +02:00
|
|
|
// Achievement translations for the when the player character is male
|
|
|
|
export const PGMachv: AchievementTranslationEntries = {
|
2024-06-01 20:53:13 -03:00
|
|
|
"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
|
|
|
},
|
2024-06-09 18:40:23 +02:00
|
|
|
|
|
|
|
"MONO_GEN_ONE": {
|
|
|
|
name: "The Original Rival",
|
|
|
|
description: "Complete the generation one only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_TWO": {
|
|
|
|
name: "Generation 1.5",
|
|
|
|
description: "Complete the generation two only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_THREE": {
|
|
|
|
name: "Too much water?",
|
|
|
|
description: "Complete the generation three only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_FOUR": {
|
|
|
|
name: "Is she really the hardest?",
|
|
|
|
description: "Complete the generation four only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_FIVE": {
|
|
|
|
name: "All Original",
|
|
|
|
description: "Complete the generation five only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_SIX": {
|
|
|
|
name: "Almost Royalty",
|
|
|
|
description: "Complete the generation six only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_SEVEN": {
|
|
|
|
name: "Only Technically",
|
|
|
|
description: "Complete the generation seven only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_EIGHT": {
|
|
|
|
name: "A Champion Time!",
|
|
|
|
description: "Complete the generation eight only challenge.",
|
|
|
|
},
|
|
|
|
"MONO_GEN_NINE": {
|
|
|
|
name: "She was going easy on you",
|
|
|
|
description: "Complete the generation nine only challenge.",
|
|
|
|
},
|
|
|
|
|
|
|
|
"MonoType": {
|
|
|
|
description: "Complete the {{type}} monotype challenge.",
|
|
|
|
},
|
|
|
|
"MONO_NORMAL": {
|
|
|
|
name: "Mono NORMAL",
|
|
|
|
},
|
|
|
|
"MONO_FIGHTING": {
|
|
|
|
name: "I Know Kung Fu",
|
|
|
|
},
|
|
|
|
"MONO_FLYING": {
|
|
|
|
name: "Mono FLYING",
|
|
|
|
},
|
|
|
|
"MONO_POISON": {
|
|
|
|
name: "Kanto's Favourite",
|
|
|
|
},
|
|
|
|
"MONO_GROUND": {
|
|
|
|
name: "Mono GROUND",
|
|
|
|
},
|
|
|
|
"MONO_ROCK": {
|
|
|
|
name: "Brock Hard",
|
|
|
|
},
|
|
|
|
"MONO_BUG": {
|
|
|
|
name: "Sting Like A Beedrill",
|
|
|
|
},
|
|
|
|
"MONO_GHOST": {
|
|
|
|
name: "Who you gonna call?",
|
|
|
|
},
|
|
|
|
"MONO_STEEL": {
|
|
|
|
name: "Mono STEEL",
|
|
|
|
},
|
|
|
|
"MONO_FIRE": {
|
|
|
|
name: "Mono FIRE",
|
|
|
|
},
|
|
|
|
"MONO_WATER": {
|
|
|
|
name: "When It Rains, It Pours",
|
|
|
|
},
|
|
|
|
"MONO_GRASS": {
|
|
|
|
name: "Mono GRASS",
|
|
|
|
},
|
|
|
|
"MONO_ELECTRIC": {
|
|
|
|
name: "Mono ELECTRIC",
|
|
|
|
},
|
|
|
|
"MONO_PSYCHIC": {
|
|
|
|
name: "Mono PSYCHIC",
|
|
|
|
},
|
|
|
|
"MONO_ICE": {
|
|
|
|
name: "Mono ICE",
|
|
|
|
},
|
|
|
|
"MONO_DRAGON": {
|
|
|
|
name: "Mono DRAGON",
|
|
|
|
},
|
|
|
|
"MONO_DARK": {
|
|
|
|
name: "It's just a phase",
|
|
|
|
},
|
|
|
|
"MONO_FAIRY": {
|
|
|
|
name: "Mono FAIRY",
|
|
|
|
},
|
2024-06-01 20:53:13 -03:00
|
|
|
} as const;
|
2024-06-09 18:40:23 +02:00
|
|
|
|
|
|
|
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
|
|
|
export const PGFachv: AchievementTranslationEntries = PGMachv;
|