[Localization(ko)] translate untranslated word korean in modifire-type (#2409)

This commit is contained in:
Enoch 2024-06-20 00:12:06 +09:00 committed by GitHub
parent a37f6c55e6
commit 150bd35822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -250,14 +250,14 @@ export const modifierType: ModifierTypeTranslationEntries = {
}, },
TempBattleStatBoosterStatName: { TempBattleStatBoosterStatName: {
"ATK": "Attack", "ATK": "공격",
"DEF": "Defense", "DEF": "방어",
"SPATK": "Sp. Atk", "SPATK": "특수공격",
"SPDEF": "Sp. Def", "SPDEF": "특수방어",
"SPD": "Speed", "SPD": "스피드",
"ACC": "Accuracy", "ACC": "명중률",
"CRIT": "Critical Hit Ratio", "CRIT": "급소율",
"EVA": "Evasiveness", "EVA": "회피율",
"DEFAULT": "???", "DEFAULT": "???",
}, },