PKHeX/PKHeX.Core/Resources/localize/encounter/encounter_zh-hans.json
Kurt 244b34b8d3 Misc translatable util update
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.
2026-03-05 21:57:08 -06:00

16 lines
440 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Format": "{0} {1}",
"FormatLevelRange": "{0} {1}-{2}",
"EncounterType": "遭遇类型",
"Version": "版本",
"Level": "等级",
"LevelRange": "等级范围",
"Location": "地点",
"OriginSeed": "原始Seed",
"PIDType": "PID类型",
"Time": "时间",
"FrameNewGame": "新游戏0x{0},帧:{1}",
"FrameInitial": "初始0x{0},帧:{1}",
"SuffixDays": " (天数:{0})"
}