Update pokemon-stat.ts

This commit is contained in:
Nekiritan 2024-05-07 19:10:52 +02:00 committed by GitHub
parent cc3113ff43
commit acb50dde08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
"SPDshortened": "Init."
} as const;