[Localization(ko)] translate untranslated word korean in modifire-type (#2409)
This commit is contained in:
parent
a37f6c55e6
commit
150bd35822
|
@ -250,14 +250,14 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
|||
},
|
||||
|
||||
TempBattleStatBoosterStatName: {
|
||||
"ATK": "Attack",
|
||||
"DEF": "Defense",
|
||||
"SPATK": "Sp. Atk",
|
||||
"SPDEF": "Sp. Def",
|
||||
"SPD": "Speed",
|
||||
"ACC": "Accuracy",
|
||||
"CRIT": "Critical Hit Ratio",
|
||||
"EVA": "Evasiveness",
|
||||
"ATK": "공격",
|
||||
"DEF": "방어",
|
||||
"SPATK": "특수공격",
|
||||
"SPDEF": "특수방어",
|
||||
"SPD": "스피드",
|
||||
"ACC": "명중률",
|
||||
"CRIT": "급소율",
|
||||
"EVA": "회피율",
|
||||
"DEFAULT": "???",
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue