PKHeX/PKHeX.Core/Resources/localize/movesource/movesource_en.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

22 lines
819 B
JSON

{
"FormatMove": "{0} Move {1}: {2}",
"FormatRelearn": "{0} Relearn Move {1}: {2}",
"SourceDefault": "Default move.",
"SourceDuplicate": "Duplicate Move.",
"SourceEmpty": "Empty Move.",
"SourceInvalid": "Invalid Move.",
"SourceLevelUp": "Learned by Level-up.",
"SourceRelearn": "Relearnable Move.",
"SourceSpecial": "Special Non-Relearn Move.",
"SourceTMHM": "Learned by TM/HM.",
"SourceTutor": "Learned by Move Tutor.",
"SourceShared": "Shared Non-Relearn Move.",
"RelearnEgg": "Base Egg move.",
"EggInherited": "Inherited Egg move.",
"EggTMHM": "Inherited TM/HM move.",
"EggInheritedTutor": "Inherited tutor move.",
"EggInvalid": "Not an expected Egg move.",
"EggLevelUp": "Inherited move learned by Level-up.",
"LevelUpSuffix": " @ lv{0}"
}