2024-06-02 00:53:13 +01:00
|
|
|
|
import { AchievementTranslationEntries } from "#app/plugins/i18n.js";
|
|
|
|
|
|
2024-06-09 17:40:23 +01:00
|
|
|
|
// Achievement translations for the when the player character is male
|
|
|
|
|
export const PGMachv: AchievementTranslationEntries = {
|
2024-06-02 00:53:13 +01:00
|
|
|
|
"Achievements": {
|
|
|
|
|
name: "Succès",
|
|
|
|
|
},
|
|
|
|
|
"Locked": {
|
|
|
|
|
name: "Verrouillé",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"MoneyAchv": {
|
|
|
|
|
description: "Récolter un total de {{moneyAmount}} ₽",
|
|
|
|
|
},
|
|
|
|
|
"10K_MONEY": {
|
|
|
|
|
name: "Épargnant",
|
|
|
|
|
},
|
|
|
|
|
"100K_MONEY": {
|
|
|
|
|
name: "Je possède des thunes",
|
|
|
|
|
},
|
|
|
|
|
"1M_MONEY": {
|
|
|
|
|
name: "Banquier",
|
|
|
|
|
},
|
|
|
|
|
"10M_MONEY": {
|
|
|
|
|
name: "Évadé·e fiscal·e",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"DamageAchv": {
|
|
|
|
|
description: "Infliger {{damageAmount}} de dégâts en un coup",
|
|
|
|
|
},
|
|
|
|
|
"250_DMG": {
|
|
|
|
|
name: "Caïd",
|
|
|
|
|
},
|
|
|
|
|
"1000_DMG": {
|
|
|
|
|
name: "Boxeur",
|
|
|
|
|
},
|
|
|
|
|
"2500_DMG": {
|
|
|
|
|
name: "Distributeur de pains",
|
|
|
|
|
},
|
|
|
|
|
"10000_DMG": {
|
|
|
|
|
name: "One Punch Man",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"HealAchv": {
|
|
|
|
|
description: "Soigner {{healAmount}} {{HP}} en une fois avec une capacité, un talent ou un objet tenu",
|
|
|
|
|
},
|
|
|
|
|
"250_HEAL": {
|
|
|
|
|
name: "Infirmier·ère",
|
|
|
|
|
},
|
|
|
|
|
"1000_HEAL": {
|
|
|
|
|
name: "Médecin",
|
|
|
|
|
},
|
|
|
|
|
"2500_HEAL": {
|
|
|
|
|
name: "Clerc",
|
|
|
|
|
},
|
|
|
|
|
"10000_HEAL": {
|
|
|
|
|
name: "Centre Pokémon",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"LevelAchv": {
|
|
|
|
|
description: "Monter un Pokémon au N.{{level}}",
|
|
|
|
|
},
|
|
|
|
|
"LV_100": {
|
|
|
|
|
name: "Et c’est pas fini !",
|
|
|
|
|
},
|
|
|
|
|
"LV_250": {
|
|
|
|
|
name: "Élite",
|
|
|
|
|
},
|
|
|
|
|
"LV_1000": {
|
|
|
|
|
name: "Vers l’infini et au-delà",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"RibbonAchv": {
|
|
|
|
|
description: "Accumuler un total de {{ribbonAmount}} Rubans",
|
|
|
|
|
},
|
|
|
|
|
"10_RIBBONS": {
|
|
|
|
|
name: "Maitre·sse de la Ligue",
|
|
|
|
|
},
|
|
|
|
|
"25_RIBBONS": {
|
|
|
|
|
name: "Super Maitre·sse de la Ligue",
|
|
|
|
|
},
|
|
|
|
|
"50_RIBBONS": {
|
|
|
|
|
name: "Hyper Maitre·sse de la Ligue",
|
|
|
|
|
},
|
|
|
|
|
"75_RIBBONS": {
|
|
|
|
|
name: "Rogue Maitre·sse de la Ligue",
|
|
|
|
|
},
|
|
|
|
|
"100_RIBBONS": {
|
|
|
|
|
name: "Master Maitre·sse de la Ligue",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"TRANSFER_MAX_BATTLE_STAT": {
|
|
|
|
|
name: "Travail d’équipe",
|
|
|
|
|
description: "Utiliser Relais avec au moins une statistique montée à fond",
|
|
|
|
|
},
|
|
|
|
|
"MAX_FRIENDSHIP": {
|
|
|
|
|
name: "Copinage",
|
|
|
|
|
description: "Atteindre le niveau de bonheur maximal avec un Pokémon",
|
|
|
|
|
},
|
|
|
|
|
"MEGA_EVOLVE": {
|
|
|
|
|
name: "Mégamorph",
|
|
|
|
|
description: "Méga-évoluer un Pokémon",
|
|
|
|
|
},
|
|
|
|
|
"GIGANTAMAX": {
|
|
|
|
|
name: "Kaijū",
|
|
|
|
|
description: "Gigamaxer un Pokémon",
|
|
|
|
|
},
|
|
|
|
|
"TERASTALLIZE": {
|
|
|
|
|
name: "J’aime les STAB",
|
|
|
|
|
description: "Téracristalliser un Pokémon",
|
|
|
|
|
},
|
|
|
|
|
"STELLAR_TERASTALLIZE": {
|
|
|
|
|
name: "Le type enfoui",
|
|
|
|
|
description: "Téracristalliser un Pokémon en type Stellaire",
|
|
|
|
|
},
|
|
|
|
|
"SPLICE": {
|
|
|
|
|
name: "Infinite Fusion",
|
|
|
|
|
description: "Fusionner deux Pokémon avec le Pointeau ADN",
|
|
|
|
|
},
|
|
|
|
|
"MINI_BLACK_HOLE": {
|
|
|
|
|
name: "Item-stellar",
|
|
|
|
|
description: "Obtenir un Mini Trou Noir",
|
|
|
|
|
},
|
|
|
|
|
"CATCH_MYTHICAL": {
|
|
|
|
|
name: "Fabuleux",
|
|
|
|
|
description: "Capturer un Pokémon fabuleux",
|
|
|
|
|
},
|
|
|
|
|
"CATCH_SUB_LEGENDARY": {
|
|
|
|
|
name: "(Semi-)Légendaire",
|
|
|
|
|
description: "Capturer un Pokémon semi-légendaire",
|
|
|
|
|
},
|
|
|
|
|
"CATCH_LEGENDARY": {
|
|
|
|
|
name: "Légendaire",
|
|
|
|
|
description: "Capturer un Pokémon légendaire",
|
|
|
|
|
},
|
|
|
|
|
"SEE_SHINY": {
|
|
|
|
|
name: "Chromatique",
|
|
|
|
|
description: "Trouver un Pokémon sauvage chromatique",
|
|
|
|
|
},
|
|
|
|
|
"SHINY_PARTY": {
|
|
|
|
|
name: "Shasseur",
|
|
|
|
|
description: "Avoir une équipe exclusivement composée de Pokémon chromatiques",
|
|
|
|
|
},
|
|
|
|
|
"HATCH_MYTHICAL": {
|
|
|
|
|
name: "Œuf fabuleux",
|
|
|
|
|
description: "Obtenir un Pokémon fabuleux dans un Œuf",
|
|
|
|
|
},
|
|
|
|
|
"HATCH_SUB_LEGENDARY": {
|
|
|
|
|
name: "Œuf semi-légendaire",
|
|
|
|
|
description: "Obtenir un Pokémon semi-légendaire dans un Œuf",
|
|
|
|
|
},
|
|
|
|
|
"HATCH_LEGENDARY": {
|
|
|
|
|
name: "Œuf légendaire",
|
|
|
|
|
description: "Obtenir un Pokémon légendaire dans un Œuf",
|
|
|
|
|
},
|
|
|
|
|
"HATCH_SHINY": {
|
|
|
|
|
name: "Œuf chromatique",
|
|
|
|
|
description: "Obtenir un Pokémon chromatique dans un Œuf",
|
|
|
|
|
},
|
|
|
|
|
"HIDDEN_ABILITY": {
|
|
|
|
|
name: "Potentiel enfoui",
|
|
|
|
|
description: "Capturer un Pokémon possédant un talent caché",
|
|
|
|
|
},
|
|
|
|
|
"PERFECT_IVS": {
|
|
|
|
|
name: "Certificat d’Authenticité",
|
|
|
|
|
description: "Avoir des IV parfaits sur un Pokémon",
|
|
|
|
|
},
|
|
|
|
|
"CLASSIC_VICTORY": {
|
|
|
|
|
name: "Invaincu·e",
|
|
|
|
|
description: "Terminer le jeu en mode classique",
|
|
|
|
|
},
|
2024-06-09 17:40:23 +01: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-02 00:53:13 +01:00
|
|
|
|
} as const;
|
2024-06-09 17:40:23 +01: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;
|