mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Updated locales
Added fr and de locales
This commit is contained in:
parent
92a7c809f8
commit
ea6f0aa19e
@ -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" },
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user