From acb50dde0828801ac0e04b908c0b290666de0b01 Mon Sep 17 00:00:00 2001 From: Nekiritan <138871410+Nekiritan@users.noreply.github.com> Date: Tue, 7 May 2024 19:10:52 +0200 Subject: [PATCH] Update pokemon-stat.ts --- src/locales/de/pokemon-stat.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/locales/de/pokemon-stat.ts b/src/locales/de/pokemon-stat.ts index 531b5022b68..c7f693895cd 100644 --- a/src/locales/de/pokemon-stat.ts +++ b/src/locales/de/pokemon-stat.ts @@ -1,16 +1,16 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { - "HP": "Max. KP", - "HPshortened": "MaxKP", + "HP": "KP", + "HPshortened": "KP", "ATK": "Angriff", - "ATKshortened": "Ang", + "ATKshortened": "Ang.", "DEF": "Verteidigung", - "DEFshortened": "Vert", - "SPATK": "Sp. Ang", - "SPATKshortened": "SpAng", - "SPDEF": "Sp. Vert", - "SPDEFshortened": "SpVert", + "DEFshortened": "Vert.", + "SPATK": "Spezialangriff", + "SPATKshortened": "Sp. Ang.", + "SPDEF": "Spezialverteidigung", + "SPDEFshortened": "Sp. Ver.", "SPD": "Initiative", - "SPDshortened": "Init" -} as const; \ No newline at end of file + "SPDshortened": "Init." +} as const;