mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Allow EntitySearchSetup to be translated (rearrange the initialization, no need to retain/defer). Rename Gen9a's gender label (previously blacklisted as an "auto-updating" label). Other gender/Stat labels currently blacklisted in DevUtil probably need to get refactored to be enums/etc, but I currently lack the time/patience to understand those editors well enough to properly support the refactoring needed. json exports: add newline at end to match the default editorconfig settings and general convention. we don't want textfiles loading in as a string[] with an empty string last entry.
16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"Format": "{0}: {1}",
|
|
"FormatLevelRange": "{0}: {1}-{2}",
|
|
"EncounterType": "조우 유형",
|
|
"Version": "버전",
|
|
"Level": "레벨",
|
|
"LevelRange": "레벨 범위",
|
|
"Location": "위치",
|
|
"OriginSeed": "원본 시드",
|
|
"PIDType": "PID 유형",
|
|
"Time": "시간",
|
|
"FrameNewGame": "새 게임: 0x{0}, 프레임: {1}",
|
|
"FrameInitial": "초기값: 0x{0}, 프레임: {1}",
|
|
"SuffixDays": " (일: {0})"
|
|
}
|