mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 04:12:18 +02:00
Update pokemon-stat.ts
This commit is contained in:
parent
cc3113ff43
commit
acb50dde08
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user