[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: {
|
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": "???",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue