PKHeX/PKHeX.Core/Resources/config/battle_ko.json
Kurt f730f7d19a
Feature: Localization of Battle Templates (Showdown Set) (#4482)
* Localization capability for each language, import & export
* Lines with stat names (IVs/EVs) can be configured to many representations (X/X/X/X/X/X, HABCDS, etc).
* Add nonstandard localizations
* Add token types for Showdown's new set format
* Add new program settings for hover & export styles. Allows users to select which presentation format they want for the hover previews, as well as the set export format.
* Revises preview hover GUI to use new settings
* Revises export events to use new settings
* Moves no longer indicate end of set
* Enhance robustness of stat parsing
* Expand all settings in settings editor on form load
* Extract clipboard -> sets operation to api for maintainability & reusability
2025-05-01 23:16:36 -05:00

36 lines
1.1 KiB
JSON

{
"StatNames": {
"Names": ["HP", "공격", "방어", "특공", "특방", "스피드"],
"ValueGap": " ",
"Separator": " / "
},
"StatNamesFull": {
"Names": ["HP", "공격", "방어", "특공", "특방", "스피드"],
"ValueGap": " ",
"Separator": " / "
},
"Male": "남성",
"Female": "여성",
"Left": [
{ "Token": "Friendship", "Text": "친밀도 " },
{ "Token": "EVs", "Text": "EVs: " },
{ "Token": "IVs", "Text": "IVs: " },
{ "Token": "AVs", "Text": "AVs: " },
{ "Token": "GVs", "Text": "노력 레벨을 " },
{ "Token": "Level", "Text": "스피드 " },
{ "Token": "Ability", "Text": "특성 " },
{ "Token": "DynamaxLevel", "Text": "다이맥스 레벨 " },
{ "Token": "TeraType", "Text": "테라스탈타입 " },
{ "Token": "Gender", "Text": "성별 "},
{ "Token": "Nickname", "Text": "이름 "},
{ "Token": "HeldItem", "Text": "持ち物 "}
],
"Right": [
{ "Token": "Nature", "Text": "성격" }
],
"Center": [
{ "Token": "Shiny", "Text": "빛나는: 예" },
{ "Token": "Gigantamax", "Text": "거다이맥스: 예" }
]
}