Updated locales

Added fr and de locales
This commit is contained in:
Federico Rossi 2024-05-19 18:48:58 +02:00
parent 92a7c809f8
commit ea6f0aa19e
2 changed files with 14 additions and 0 deletions

View File

@ -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" },

View File

@ -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 d1 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 dExp dun participant" },