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
957 B
JSON
22 lines
957 B
JSON
{
|
|
"FormatMove": "{0} Capacité {1} : {2}",
|
|
"FormatRelearn": "{0} Capacité Réapprise {1} : {2}",
|
|
"SourceDefault": "Capacité par défaut.",
|
|
"SourceDuplicate": "Capacité dupliquée.",
|
|
"SourceEmpty": "Capacité vide.",
|
|
"SourceInvalid": "Capacité non valide.",
|
|
"SourceLevelUp": "Apprise par montée de niveau.",
|
|
"SourceRelearn": "Capacité réapprenable.",
|
|
"SourceSpecial": "Capacité non-réapprise spéciale.",
|
|
"SourceTMHM": "Apprise par CT/CS.",
|
|
"SourceTutor": "Apprise par Tuteur de Capacités.",
|
|
"SourceShared": "Capacité partagée non-réapprise.",
|
|
"RelearnEgg": "Capacité Œuf de base.",
|
|
"EggInherited": "Capacité Œuf héritée.",
|
|
"EggTMHM": "Capacité CT/CS héritée.",
|
|
"EggInheritedTutor": "Capacité tuteur héritée.",
|
|
"EggInvalid": "Capacité Œuf non attendue.",
|
|
"EggLevelUp": "Capacité héritée apprise par montée de niveau.",
|
|
"LevelUpSuffix": " @ niv {0}"
|
|
}
|