From d7e700cfaf89ba0315409150f7a689f40e90b036 Mon Sep 17 00:00:00 2001 From: Eucalyptus <88509866+eucalyptusJ@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:14:27 -0400 Subject: [PATCH] Update src/locales/de/battle.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> --- src/locales/de/battle.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/de/battle.ts b/src/locales/de/battle.ts index 024fe4b558e..b2d2d668b3f 100644 --- a/src/locales/de/battle.ts +++ b/src/locales/de/battle.ts @@ -155,7 +155,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} wurde durch {{moveName}} verletzt!", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} nimmt einen Teil seiner KP und legt einen Fluch auf {{pokemonName}}!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}} wurde durch den Fluch verletzt!", - "battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!", - "battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!", - "battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}." + "battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}} hortet {{stockpiledCount}}!", + "battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} tauscht Items mit dem Ziel!", + "battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} erhält {{itemName}}." } as const;