From 6cce0f13edcbb9262d78ad3503abe0aaccad6067 Mon Sep 17 00:00:00 2001 From: GyeongMin Lee <59150207+gyeongent@users.noreply.github.com> Date: Sat, 11 May 2024 15:45:43 +0900 Subject: [PATCH] =?UTF-8?q?pokemon-stat.ts=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ko/pokemon-stat.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/locales/ko/pokemon-stat.ts b/src/locales/ko/pokemon-stat.ts index 7a209461b11..c5daf2b3358 100644 --- a/src/locales/ko/pokemon-stat.ts +++ b/src/locales/ko/pokemon-stat.ts @@ -1,16 +1,16 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { - "HP": "Max. HP", - "HPshortened": "MaxHP", - "ATK": "Attack", - "ATKshortened": "Atk", - "DEF": "Defense", - "DEFshortened": "Def", - "SPATK": "Sp. Atk", - "SPATKshortened": "SpAtk", - "SPDEF": "Sp. Def", - "SPDEFshortened": "SpDef", - "SPD": "Speed", - "SPDshortened": "Spd" + "HP": "최대 HP", + "HPshortened": "최대HP", + "ATK": "공격", + "ATKshortened": "공격", + "DEF": "방어", + "DEFshortened": "방어", + "SPATK": "특수공격", + "SPATKshortened": "특수공격", + "SPDEF": "특수방어", + "SPDEFshortened": "특수방어", + "SPD": "스피드", + "SPDshortened": "스피드" } as const; \ No newline at end of file