mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 11:52:18 +02:00
pokemon-stat.ts 업데이트
This commit is contained in:
parent
267bc7cd6b
commit
6cce0f13ed
@ -1,16 +1,16 @@
|
|||||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const pokemonStat: SimpleTranslationEntries = {
|
export const pokemonStat: SimpleTranslationEntries = {
|
||||||
"HP": "Max. HP",
|
"HP": "최대 HP",
|
||||||
"HPshortened": "MaxHP",
|
"HPshortened": "최대HP",
|
||||||
"ATK": "Attack",
|
"ATK": "공격",
|
||||||
"ATKshortened": "Atk",
|
"ATKshortened": "공격",
|
||||||
"DEF": "Defense",
|
"DEF": "방어",
|
||||||
"DEFshortened": "Def",
|
"DEFshortened": "방어",
|
||||||
"SPATK": "Sp. Atk",
|
"SPATK": "특수공격",
|
||||||
"SPATKshortened": "SpAtk",
|
"SPATKshortened": "특수공격",
|
||||||
"SPDEF": "Sp. Def",
|
"SPDEF": "특수방어",
|
||||||
"SPDEFshortened": "SpDef",
|
"SPDEFshortened": "특수방어",
|
||||||
"SPD": "Speed",
|
"SPD": "스피드",
|
||||||
"SPDshortened": "Spd"
|
"SPDshortened": "스피드"
|
||||||
} as const;
|
} as const;
|
Loading…
Reference in New Issue
Block a user