diff --git a/src/locales/de/modifier-type.ts b/src/locales/de/modifier-type.ts index 5006ee294f6..0923904bda9 100644 --- a/src/locales/de/modifier-type.ts +++ b/src/locales/de/modifier-type.ts @@ -51,6 +51,9 @@ export const modifierType: ModifierTypeTranslationEntries = { "DoubleBattleChanceBoosterModifierType": { description: "Verdoppelt die Wahrscheinlichkeit, dass die nächsten {{battleCount}} Begegnungen mit wilden Pokémon ein Doppelkampf sind.", }, + "TrainerBattleChanceBoosterModifierType": { + description: "Verdoppelt für {{battleCount}} Kämpfe die Chance auf einen Trainerkampf", + }, "TempBattleStatBoosterModifierType": { description: "Erhöht die {{tempBattleStatName}} aller Teammitglieder für 5 Kämpfe um eine Stufe", }, @@ -162,6 +165,10 @@ export const modifierType: ModifierTypeTranslationEntries = { "SUPER_LURE": { name: "Super-Lockparfüm" }, "MAX_LURE": { name: "Top-Lockparfüm" }, + "REPEL": { name: "Schutz" }, + "SUPER_REPEL": { name: "Superschutz" }, + "MAX_REPEL": { name: "Top-Schutz" }, + "MEMORY_MUSHROOM": { name: "Erinnerungspilz", description: "Lässt ein Pokémon eine vergessene Attacke wiedererlernen" }, "EXP_SHARE": { name: "EP-Teiler", description: "Pokémon, die nicht am Kampf teilgenommen haben, bekommen 20% der Erfahrungspunkte eines Kampfteilnehmers" }, diff --git a/src/locales/fr/modifier-type.ts b/src/locales/fr/modifier-type.ts index f8697c04259..3706dcd619b 100644 --- a/src/locales/fr/modifier-type.ts +++ b/src/locales/fr/modifier-type.ts @@ -51,6 +51,9 @@ export const modifierType: ModifierTypeTranslationEntries = { "DoubleBattleChanceBoosterModifierType": { description: "Double les chances de tomber sur un combat double pendant {{battleCount}} combats", }, + "TrainerBattleChanceBoosterModifierType": { + description: "Double les chances de rencontrer un dresseur pendant {{battleCount}} combats", + }, "TempBattleStatBoosterModifierType": { description: "Augmente d’1 cran {{tempBattleStatName}} pour toute l’équipe pendant 5 combats", }, @@ -162,6 +165,10 @@ export const modifierType: ModifierTypeTranslationEntries = { "SUPER_LURE": { name: "Super Parfum" }, "MAX_LURE": { name: "Parfum Max" }, + "REPEL": { name: "Repousse" }, + "SUPER_REPEL": { name: "Super Repousse" }, + "MAX_REPEL": { name: "Repousse Max" }, + "MEMORY_MUSHROOM": { name: "Champi Mémoriel", description: "Remémore une capacité à un Pokémon" }, "EXP_SHARE": { name: "Multi Exp", description: "Tous les non-participants reçoivent 20% des Points d’Exp d’un participant" },