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.
22 lines
836 B
JSON
22 lines
836 B
JSON
{
|
|
"FormatMove": "{0}技{1}: {2}",
|
|
"FormatRelearn": "{0}再習得技{1}: {2}",
|
|
"SourceDefault": "デフォルト技。",
|
|
"SourceDuplicate": "重複技。",
|
|
"SourceEmpty": "空技。",
|
|
"SourceInvalid": "無効技。",
|
|
"SourceLevelUp": "レベルアップで習得。",
|
|
"SourceRelearn": "再習得可能技。",
|
|
"SourceSpecial": "特殊な非再習得技。",
|
|
"SourceTMHM": "TM/HMで習得。",
|
|
"SourceTutor": "教え技で習得。",
|
|
"SourceShared": "共有非再習得技。",
|
|
"RelearnEgg": "基本タマゴ技。",
|
|
"EggInherited": "遺伝タマゴ技。",
|
|
"EggTMHM": "遺伝TM/HM技。",
|
|
"EggInheritedTutor": "遺伝教え技。",
|
|
"EggInvalid": "期待されないタマゴ技。",
|
|
"EggLevelUp": "遺伝レベルアップ技。",
|
|
"LevelUpSuffix": " @ lv{0}"
|
|
}
|