PKHeX/PKHeX.Core/Resources/localize/movesource/movesource_es.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
972 B
JSON

{
"FormatMove": "{0} Movimiento {1}: {2}",
"FormatRelearn": "{0} Movimiento Reaprendido {1}: {2}",
"SourceDefault": "Movimiento predeterminado.",
"SourceDuplicate": "Movimiento duplicado.",
"SourceEmpty": "Movimiento vacío.",
"SourceInvalid": "Movimiento no válido.",
"SourceLevelUp": "Aprendido por subida de nivel.",
"SourceRelearn": "Movimiento reaprendible.",
"SourceSpecial": "Movimiento especial no-reaprendible.",
"SourceTMHM": "Aprendido por MT/MO.",
"SourceTutor": "Aprendido por Tutor de Movimientos.",
"SourceShared": "Movimiento compartido no-reaprendible.",
"RelearnEgg": "Movimiento Huevo base.",
"EggInherited": "Movimiento Huevo heredado.",
"EggTMHM": "Movimiento MT/MO heredado.",
"EggInheritedTutor": "Movimiento tutor heredado.",
"EggInvalid": "Movimiento Huevo no esperado.",
"EggLevelUp": "Movimiento heredado aprendido por subida de nivel.",
"LevelUpSuffix": " @ lv{0}"
}