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;