Update program translations

This commit is contained in:
Kurt 2022-02-04 17:42:00 -08:00
parent 2cef0c23a6
commit cdf41c0376
17 changed files with 939 additions and 115 deletions

View File

@ -368,11 +368,11 @@ public static class LegalityCheckStrings
public static string LMoveRelearnNone { get; set; } = "Expected no Relearn Move in slot.";
public static string LMoveShopAlphaMoveShouldBeMastered { get; set; } = "Alpha Move should be marked as mastered.";
public static string LMoveShopAlphaMoveShouldBeOther { get; set; } = "Alpha encounter can not be found with this Alpha Move.";
public static string LMoveShopAlphaMoveShouldBeOther { get; set; } = "Alpha encounter cannot be found with this Alpha Move.";
public static string LMoveShopAlphaMoveShouldBeZero { get; set; } = "Only Alphas may have an Alpha Move set.";
public static string LMoveShopMasterInvalid_0 { get; set; } = "Cannot manually master {0}: not permitted to master.";
public static string LMoveShopMasterNotLearned_0 { get; set; } = "Cannot manually master {0}: not in possible learned level up moves.";
public static string LMoveShopPurchaseInvalid_0 { get; set; } = "Can not purchase {0} from the move shop.";
public static string LMoveShopPurchaseInvalid_0 { get; set; } = "Cannot purchase {0} from the move shop.";
public static string LMoveSourceDefault { get; set; } = "Default move.";
public static string LMoveSourceDuplicate { get; set; } = "Duplicate Move.";
@ -424,7 +424,7 @@ public static class LegalityCheckStrings
public static string LPIDZero { get; set; } = "PID is not set.";
public static string LPokerusDaysTooHigh_0 { get; set; } = "Pokérus Days Remaining value is too high; expected <= {0}.";
public static string LPokerusStrainUnobtainable_0 { get; set; } = "Pokérus Strain {0} can not be obtained.";
public static string LPokerusStrainUnobtainable_0 { get; set; } = "Pokérus Strain {0} cannot be obtained.";
public static string LRibbonAllValid { get; set; } = "All ribbons accounted for.";
public static string LRibbonEgg { get; set; } = "Can't receive Ribbon(s) as an Egg.";

View File

@ -205,6 +205,7 @@ LGeoNoRegion = GeoLocation Memory: Region without Country.
LHyperBelow100 = Can't Hyper Train a Pokémon that isn't level 100.
LHyperPerfectAll = Can't Hyper Train a Pokémon with perfect IVs.
LHyperPerfectOne = Can't Hyper Train a perfect IV.
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = Eggs cannot hold items.
LItemUnreleased = Held item is unreleased.
LIVAllEqual_0 = All IVs are {0}.
@ -279,6 +280,7 @@ LMoveNincada = Only one Ninjask move allowed.
LMoveNincadaEvo = Learned by evolving Nincada into Ninjask.
LMoveNincadaEvoF_0 = Learned by evolving Nincada into Ninjask in Generation {0}.
LMovePPTooHigh_0 = Move {0} PP is above the amount allowed.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = Not an expected DexNav move.
LMoveRelearnEgg = Base Egg move.
LMoveRelearnEggMissing = Base Egg move missing.
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = Relearn Moves missing: {0}
LMoveRelearnInvalid = Not an expected Relearnable move.
LMoveRelearnNone = Expected no Relearn Move in slot.
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = Default move.
LMoveSourceDuplicate = Duplicate Move.
LMoveSourceEgg = Egg Move.
@ -333,21 +341,28 @@ LPIDNatureMatch = Nature matches PID.
LPIDNatureMismatch = PID-Nature mismatch.
LPIDTypeMismatch = Encounter Type PID mismatch.
LPIDZero = PID is not set.
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = All ribbons accounted for.
LRibbonEgg = Can't receive Ribbon(s) as an Egg.
LRibbonFInvalid_0 = Invalid Ribbons: {0}
LRibbonFMissing_0 = Missing Ribbons: {0}
LRibbonMarkingAffixedF_0 = Invalid Affixed Ribbon/Marking: {0}
LRibbonMarkingFInvalid_0 = Invalid Marking: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = Battle Version is not within the expected range.
LStatDynamaxInvalid = Dynamax Level is not within the expected range.
LStatGigantamaxInvalid = Gigantamax Flag mismatch.
LStatGigantamaxValid = Gigantamax Flag was changed via Max Soup.
LStatIncorrectCP = Calculated CP does not match stored value.
LStatIncorrectHeight = Calculated Height does not match stored value.
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = Calculated Weight does not match stored value.
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = Stat Nature is not within the expected range.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = Super Training complete flag mismatch.
LSuperDistro = Distribution Super Training missions are not released.
LSuperEgg = Can't Super Train an Egg.

View File

@ -205,6 +205,7 @@ LGeoNoRegion = GeoLocation Memory: Region without Country.
LHyperBelow100 = Can't Hyper Train a Pokémon that isn't level 100.
LHyperPerfectAll = Can't Hyper Train a Pokémon with perfect IVs.
LHyperPerfectOne = Can't Hyper Train a perfect IV.
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = Eggs cannot hold items.
LItemUnreleased = Held item is unreleased.
LIVAllEqual_0 = All IVs are {0}.
@ -279,6 +280,7 @@ LMoveNincada = Only one Ninjask move allowed.
LMoveNincadaEvo = Learned by evolving Nincada into Ninjask.
LMoveNincadaEvoF_0 = Learned by evolving Nincada into Ninjask in Generation {0}.
LMovePPTooHigh_0 = Move {0} PP is above the amount allowed.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = Not an expected DexNav move.
LMoveRelearnEgg = Base Egg move.
LMoveRelearnEggMissing = Base Egg move missing.
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = Relearn Moves missing: {0}
LMoveRelearnInvalid = Not an expected Relearnable move.
LMoveRelearnNone = Expected no Relearn Move in slot.
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = Default move.
LMoveSourceDuplicate = Duplicate Move.
LMoveSourceEgg = Egg Move.
@ -333,21 +341,28 @@ LPIDNatureMatch = Nature matches PID.
LPIDNatureMismatch = PID-Nature mismatch.
LPIDTypeMismatch = Encounter Type PID mismatch.
LPIDZero = PID is not set.
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = All ribbons accounted for.
LRibbonEgg = Can't receive Ribbon(s) as an Egg.
LRibbonFInvalid_0 = Invalid Ribbons: {0}
LRibbonFMissing_0 = Missing Ribbons: {0}
LRibbonMarkingAffixedF_0 = Invalid Affixed Ribbon/Marking: {0}
LRibbonMarkingFInvalid_0 = Invalid Marking: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = Battle Version is not within the expected range.
LStatDynamaxInvalid = Dynamax Level is not within the expected range.
LStatGigantamaxInvalid = Gigantamax Flag mismatch.
LStatGigantamaxValid = Gigantamax Flag was changed via Max Soup.
LStatIncorrectCP = Calculated CP does not match stored value.
LStatIncorrectHeight = Calculated Height does not match stored value.
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = Calculated Weight does not match stored value.
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = Stat Nature is not within the expected range.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = Super Training complete flag mismatch.
LSuperDistro = Distribution Super Training missions are not released.
LSuperEgg = Can't Super Train an Egg.

View File

@ -205,6 +205,7 @@ LGeoNoRegion = Recuerdo de Geolocalización: Región sin país.
LHyperBelow100 = No se puede usar el Hiper Entrenamiento en un Pokémon que no esté al nivel 100.
LHyperPerfectAll = No se puede usar el Hiper Entrenamiento con IVs perfectos.
LHyperPerfectOne = No se puede usar el Hiper Entrenamiento con un IV perfecto.
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = Los Huevos no pueden tener objetos equipados.
LItemUnreleased = El Objeto Equipado aún no está disponible.
LIVAllEqual_0 = Todos los IVs son {0}.
@ -279,6 +280,7 @@ LMoveNincada = Solo un movimiento de Ninjask permitido.
LMoveNincadaEvo = Aprendido al evolucionar a Nincada en Ninjask
LMoveNincadaEvoF_0 = Aprendido al evolucionar a Nincada en Ninjask en Generación {0}.
LMovePPTooHigh_0 = Los PP del movimiento {0} están por encima de los permitidos.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = No es un Movimiento de DexNav.
LMoveRelearnEgg = Movimiento Huevo base.
LMoveRelearnEggMissing = Faltan los Movimientos Huevo base.
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = Faltan movimientos recordables: {0}
LMoveRelearnInvalid = No es un Movimiento Recordable.
LMoveRelearnNone = No se esperaba un Movimiento Recordable en esta casilla.
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = Movimiento por Defecto.
LMoveSourceDuplicate = Movimiento duplicado.
LMoveSourceEgg = Movimiento Huevo.
@ -333,21 +341,28 @@ LPIDNatureMatch = La Naturaleza coincide con el PID.
LPIDNatureMismatch = La Naturaleza y el PID no coinciden.
LPIDTypeMismatch = El PID del Tipo de Encuentro no es correcto.
LPIDZero = PID no establecido.
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = Todas las cintas están justificadas.
LRibbonEgg = No se pueden recibir Cintas siendo un Huevo.
LRibbonFInvalid_0 = Cintas inválidas: {0}
LRibbonFMissing_0 = Cintas que faltan: {0}
LRibbonMarkingAffixedF_0 = Cinta / marca pegada no válida: {0}
LRibbonMarkingFInvalid_0 = Marca Inválida: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = La Versión de Batalla no está dentro del rango esperado.
LStatDynamaxInvalid = El nivel Dinamax no está dentro del rango esperado.
LStatGigantamaxInvalid = Gigamax incompatible.
LStatGigantamaxValid = La marca de Gigamax fue cambiada por Maxi Sopa.
LStatIncorrectCP = Los CP calculados no concuerdan con el valor almacenado.
LStatIncorrectHeight = La Altura calculada no concuerda con el valor almacenado.
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = El Peso calculado no concuerda con el valor almacenado.
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = La Estadística de la Naturaleza no está dentro del rango esperado.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = El Super Entrenamiento completo no es correcto.
LSuperDistro = Las misiones de Super Entrenamiento distribuidas no están liberadas.
LSuperEgg = No se puede Super Entrenar un Huevo

View File

@ -205,6 +205,7 @@ LGeoNoRegion = Mémoire géolocalisations : Région sans pays.
LHyperBelow100 = Impossible de faire subir l'Entraînement Ultime à un Pokémon au-dessous du niveau 100.
LHyperPerfectAll = Impossible de faire subir l'Entraînement Ultime à un Pokémon aux IVs parfaits.
LHyperPerfectOne = Impossible de faire subir l'Entraînement Ultime à une statistique aux IVs parfaits.
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = Les Œufs ne peuvent pas tenir d'objet.
LItemUnreleased = L'objet tenu n'a pas encore été dévoilé.
LIVAllEqual_0 = Tous les IVs sont {0}.
@ -279,6 +280,7 @@ LMoveNincada = Une seule capacité de Ninjask est permise.
LMoveNincadaEvo = Apprise en faisant évoluer Ningale en Ninjask.
LMoveNincadaEvoF_0 = Apprise en faisant évoluer Ningale en Ninjask dans la génération {0}.
LMovePPTooHigh_0 = Le déplacement {0} PP est supérieur au montant autorisé.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = Ce n'est pas un mouvement DexNav.
LMoveRelearnEgg = Mouvement de base de l'œuf.
LMoveRelearnEggMissing = Mouvement de base de l'oeuf manquant.
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = Capacités réapprises manquantess : {0}
LMoveRelearnInvalid = Ce n'est pas un mouvement enregistrable.
LMoveRelearnNone = Pas de capacité réapprise prévue.
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = Mouvement par défaut.
LMoveSourceDuplicate = Capacité dupliquée.
LMoveSourceEgg = Capacité d'Œuf.
@ -333,21 +341,28 @@ LPIDNatureMatch = Le PID correspond à la nature.
LPIDNatureMismatch = Le PID ne correspond pas à la nature.
LPIDTypeMismatch = Le PID ne correspond pas au type de rencontre.
LPIDZero = Le PID n'a pas été défini.
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = Tous les rubans ont été comptabilisés.
LRibbonEgg = L'Œuf ne peut pas recevoir de Rubans.
LRibbonFInvalid_0 = Rubans invalides : {0}
LRibbonFMissing_0 = Rubans manquants : {0}
LRibbonMarkingAffixedF_0 = Ruban / marquage apposé non valide: {0}
LRibbonMarkingFInvalid_0 = Marquage non valide: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = La version Battle n'est pas dans le rang attendue.
LStatDynamaxInvalid = Le niveau Dynamax n'est pas dans le rang attendue.
LStatGigantamaxInvalid = Gigamax incompatible.
LStatGigantamaxValid = La marque Gigamax a été changée via Max Soup.
LStatIncorrectCP = Le CP calculé ne correspond pas à la valeur enregistrée.
LStatIncorrectHeight = La hauteur calculée ne correspond pas à la valeur stockée.
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = Le poids calculé ne correspond pas à la valeur stockée.
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = La Nature Stat n'est pas dans le rang attendue.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = Contradiction avec le flag d'entraînement SPV complété.
LSuperDistro = Les missions Super Training distribuées ne sont pas publiées.
LSuperEgg = Un Œuf ne peut pas participer au Système de Perfectionnement Virtuel.

View File

@ -205,6 +205,7 @@ LGeoNoRegion = GeoLocation Memory: Region without Country.
LHyperBelow100 = Can't Hyper Train a Pokémon that isn't level 100.
LHyperPerfectAll = Can't Hyper Train a Pokémon with perfect IVs.
LHyperPerfectOne = Can't Hyper Train a perfect IV.
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = Eggs cannot hold items.
LItemUnreleased = Held item is unreleased.
LIVAllEqual_0 = All IVs are {0}.
@ -279,6 +280,7 @@ LMoveNincada = Only one Ninjask move allowed.
LMoveNincadaEvo = Learned by evolving Nincada into Ninjask.
LMoveNincadaEvoF_0 = Learned by evolving Nincada into Ninjask in Generation {0}.
LMovePPTooHigh_0 = Move {0} PP is above the amount allowed.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = Not an expected DexNav move.
LMoveRelearnEgg = Base Egg move.
LMoveRelearnEggMissing = Base Egg move missing.
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = Relearn Moves missing: {0}
LMoveRelearnInvalid = Not an expected Relearnable move.
LMoveRelearnNone = Expected no Relearn Move in slot.
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = Default move.
LMoveSourceDuplicate = Duplicate Move.
LMoveSourceEgg = Egg Move.
@ -333,21 +341,28 @@ LPIDNatureMatch = Nature matches PID.
LPIDNatureMismatch = PID-Nature mismatch.
LPIDTypeMismatch = Encounter Type PID mismatch.
LPIDZero = PID is not set.
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = All ribbons accounted for.
LRibbonEgg = Can't receive Ribbon(s) as an Egg.
LRibbonFInvalid_0 = Invalid Ribbons: {0}
LRibbonFMissing_0 = Missing Ribbons: {0}
LRibbonMarkingAffixedF_0 = Invalid Affixed Ribbon/Marking: {0}
LRibbonMarkingFInvalid_0 = Invalid Marking: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = Battle Version is not within the expected range.
LStatDynamaxInvalid = Dynamax Level is not within the expected range.
LStatGigantamaxInvalid = Gigantamax Flag mismatch.
LStatGigantamaxValid = Gigantamax Flag was changed via Max Soup.
LStatIncorrectCP = Calculated CP does not match stored value.
LStatIncorrectHeight = Calculated Height does not match stored value.
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = Calculated Weight does not match stored value.
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = Stat Nature is not within the expected range.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = Super Training complete flag mismatch.
LSuperDistro = Distribution Super Training missions are not released.
LSuperEgg = Can't Super Train an Egg.

View File

@ -205,6 +205,7 @@ LGeoNoRegion = GeoLocation Memory: Region without Country.
LHyperBelow100 = 王冠を使用するにはレベル100でなければなりません
LHyperPerfectAll = 全ての個体値は31のため王冠は使用できません
LHyperPerfectOne = 個体値31には王冠は使用できません
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = タマゴはアイテムを持てません
LItemUnreleased = この持ち物は解禁されていません
LIVAllEqual_0 = All IVs are {0}.
@ -279,6 +280,7 @@ LMoveNincada = Only one Ninjask move allowed.
LMoveNincadaEvo = Learned by evolving Nincada into Ninjask.
LMoveNincadaEvoF_0 = Learned by evolving Nincada into Ninjask in Generation {0}.
LMovePPTooHigh_0 = Move {0} PP is above the amount allowed.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = Not an expected DexNav move.
LMoveRelearnEgg = 遺伝技
LMoveRelearnEggMissing = ベースの遺伝技を設定してください
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = 通常では覚えられません: {0}
LMoveRelearnInvalid = Not an expected Relearnable Move.
LMoveRelearnNone = 遺伝技が設定されていません
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = Default move.
LMoveSourceDuplicate = Duplicate Move.
LMoveSourceEgg = Egg Move.
@ -333,21 +341,28 @@ LPIDNatureMatch = 性格と性格値は一致しています
LPIDNatureMismatch = 性格と性格値が一致しません
LPIDTypeMismatch = エンカウントタイプと性格値が一致しません
LPIDZero = PID is not set.
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = All ribbons accounted for.
LRibbonEgg = タマゴにリボンは設定できません
LRibbonFInvalid_0 = 無効なリボンが設定されています: {0}
LRibbonFMissing_0 = 次のリボンが不足しています: {0}
LRibbonMarkingAffixedF_0 = Invalid Affixed Ribbon/Marking: {0}
LRibbonMarkingFInvalid_0 = Invalid Marking: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = Battle Version is not within the expected range.
LStatDynamaxInvalid = Dynamax Level is not within the expected range.
LStatGigantamaxInvalid = Gigantamax Flag mismatch.
LStatGigantamaxValid = Gigantamax Flag was changed via Max Soup.
LStatIncorrectCP = Calculated CP does not match stored value.
LStatIncorrectHeight = Calculated Height does not match stored value.
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = Calculated Weight does not match stored value.
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = Stat Nature is not within the expected range.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = Super Training complete flag mismatch.
LSuperDistro = Distribution Super Training missions are not released.
LSuperEgg = Can't Super Train an Egg.

View File

@ -205,6 +205,7 @@ LGeoNoRegion = 지오로케이션 기억: 국가는 설정되어 있지만 지
LHyperBelow100 = 레벨 100 미만인 포켓몬은 대단한 특훈을 받을 수 없습니다.
LHyperPerfectAll = 모든 IV가 31인 포켓몬은 대단한 특훈을 받을 수 없습니다.
LHyperPerfectOne = IV 31은 대단한 특훈을 시킬 수 없습니다.
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = 알은 물건을 지닐 수 없습니다.
LItemUnreleased = 지닌 물건이 배포되지 않은 물건입니다.
LIVAllEqual_0 = All IVs are {0}.
@ -279,6 +280,7 @@ LMoveNincada = 하나의 아이스크 기술만 가질 수 있습니다.
LMoveNincadaEvo = 토중몬에서 아이스크로 진화하면서 배운 기술입니다.
LMoveNincadaEvoF_0 = {0}세대에서 토중몬에서 아이스크로 진화하면서 배운 기술입니다.
LMovePPTooHigh_0 = 기술 {0}의 PP가 허용된 값보다 많습니다.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = 도감 내비 기술이 예상과 다릅니다.
LMoveRelearnEgg = 베이스 자력기입니다.
LMoveRelearnEggMissing = 베이스 자력기가 없습니다.
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = 떠올리기 기술이 없습니다: {0}
LMoveRelearnInvalid = 떠올리기 기술이 예상과 다릅니다.
LMoveRelearnNone = 슬롯에 떠올리기 기술이 없어야 할 것으로 예상됩니다.
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = 기본 기술입니다.
LMoveSourceDuplicate = 중복되는 기술입니다.
LMoveSourceEgg = 자력기입니다.
@ -333,21 +341,28 @@ LPIDNatureMatch = PID와 성격이 일치합니다.
LPIDNatureMismatch = PID와 성격이 일치하지 않습니다.
LPIDTypeMismatch = 인카운터 유형 PID가 일치하지 않습니다.
LPIDZero = PID가 지정되지 않았습니다.
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = 모든 리본이 채워졌습니다.
LRibbonEgg = 알은 리본을 얻을 수 없습니다.
LRibbonFInvalid_0 = 사용할 수 없는 리본: {0}
LRibbonFMissing_0 = 없는 리본: {0}
LRibbonMarkingAffixedF_0 = Invalid Affixed Ribbon/Marking: {0}
LRibbonMarkingFInvalid_0 = Invalid Marking: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = Battle Version is not within the expected range.
LStatDynamaxInvalid = 다이맥스 레벨이 예상 범위를 벗어났습니다.
LStatGigantamaxInvalid = 거다이맥스 플래그가 일치하지 않습니다.
LStatGigantamaxValid = Gigantamax Flag was changed via Max Soup.
LStatIncorrectCP = 계산된 CP와 저장된 값이 일치하지 않습니다.
LStatIncorrectHeight = 계산된 키와 저장된 값이 일치하지 않습니다.
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = 계산된 몸무게와 저장된 값이 일치하지 않습니다.
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = Stat Nature is not within the expected range.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = 대단한 특훈 완료 플래그가 일치하지 않습니다.
LSuperDistro = 배분한 대단한 특훈 미션이 배포되지 않은 미션입니다.
LSuperEgg = 알은 대단한 특훈을 시킬 수 없습니다.

View File

@ -205,6 +205,7 @@ LGeoNoRegion = 地理位置回忆: 地区没有国家。
LHyperBelow100 = 不能对未满100级的宝可梦极限训练。
LHyperPerfectAll = 不能对完美个体的宝可梦极限训练。
LHyperPerfectOne = 不能对完美个体项极限训练。
LHyperPerfectUnavailable = Can't Hyper Train any IV(s).
LItemEgg = 蛋不能有持有物。
LItemUnreleased = 持有物未解禁。
LIVAllEqual_0 = 所有个体值都是 {0}。
@ -279,6 +280,7 @@ LMoveNincada = 只能拥有一个铁面忍者的招式。
LMoveNincadaEvo = 通过土居忍士进化为铁面忍者习得。
LMoveNincadaEvoF_0 = 通过土居忍士在第{0}世代进化为铁面忍者习得。
LMovePPTooHigh_0 = 技能 {0} PP高于允许值.
LMovePPUpsTooHigh_0 = Move {0} PP Ups is above the amount allowed.
LMoveRelearnDexNav = 非正确忍足招式。
LMoveRelearnEgg = 基本遗传招式。
LMoveRelearnEggMissing = 缺失基本遗传招式。
@ -287,6 +289,12 @@ LMoveRelearnFMiss_0 = 缺失可回忆招式: {0}
LMoveRelearnInvalid = 非正确回忆招式。
LMoveRelearnNone = 应该没有回忆招式。
LMoveRelearnUnderground = Not an expected Underground egg move.
LMoveShopAlphaMoveShouldBeMastered = Alpha Move should be marked as mastered.
LMoveShopAlphaMoveShouldBeOther = Alpha encounter cannot be found with this Alpha Move.
LMoveShopAlphaMoveShouldBeZero = Only Alphas may have an Alpha Move set.
LMoveShopMasterInvalid_0 = Cannot manually master {0}: not permitted to master.
LMoveShopMasterNotLearned_0 = Cannot manually master {0}: not in possible learned level up moves.
LMoveShopPurchaseInvalid_0 = Cannot purchase {0} from the move shop.
LMoveSourceDefault = 默认招式。
LMoveSourceDuplicate = 重复招式。
LMoveSourceEgg = 遗传招式。
@ -333,21 +341,28 @@ LPIDNatureMatch = 性格与PID匹配。
LPIDNatureMismatch = 性格与PID不匹配。
LPIDTypeMismatch = 遇见类型与 PID 不一致。
LPIDZero = 未设置PID。
LPokerusDaysTooHigh_0 = Pokérus Days Remaining value is too high; expected <= {0}.
LPokerusStrainUnobtainable_0 = Pokérus Strain {0} cannot be obtained.
LRibbonAllValid = 所有奖章合法。
LRibbonEgg = 蛋不能接受奖章。
LRibbonFInvalid_0 = 不合法奖章: {0}
LRibbonFMissing_0 = 缺失奖章: {0}
LRibbonMarkingAffixedF_0 = 无效的奖章/证章: {0}
LRibbonMarkingFInvalid_0 = 无效标记: {0}
LStatAlphaInvalid = Alpha Flag mismatch.
LStatBattleVersionInvalid = 对战版本不在期望范围内.
LStatDynamaxInvalid = 极巨等级不在预期范围内.
LStatGigantamaxInvalid = 超级极巨标志不匹配.
LStatGigantamaxValid = 超级极巨标志已被极巨汤修改.
LStatIncorrectCP = 计算的CP值与存储值不匹配.
LStatIncorrectHeight = 计算的高度与存储值不匹配
LStatIncorrectHeightCopy = Copy Height does not match the original value.
LStatIncorrectHeightValue = Height does not match the expected value.
LStatIncorrectWeight = 计算的重量与存储值不匹配
LStatIncorrectWeightValue = Weight does not match the expected value.
LStatInvalidHeightWeight = Height / Weight values are statistically improbable.
LStatNatureInvalid = 性格不在期望范围内.
LStatNobleInvalid = Noble Flag mismatch.
LSuperComplete = 超级训练完成标记不匹配。
LSuperDistro = 配信超级训练任务未发布。
LSuperEgg = 不能对蛋进行超级训练。

View File

@ -4,6 +4,7 @@ ErrorWindow=Fehler
KChart=KTabelle
Main=PKHeX
MemoryAmie=Erinnerung / Ami Editor
MoveShopEditor=Move Shop Editor
RibbonEditor=Band Editor
SAV_Apricorn=Aprikoko Editor
SAV_BerryField=Beerenfeld Ansicht
@ -39,7 +40,9 @@ SAV_Pokedex4=Pokédex Editor
SAV_Pokedex5=Pokédex Editor
SAV_PokedexBDSP=Pokédex Editor
SAV_PokedexGG=Pokédex Editor
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=Pokédex Editor (ORAS)
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=Pokédex Editor
SAV_PokedexSWSH=Pokédex Editor
SAV_PokedexXY=Pokédex Editor (XY)
@ -56,6 +59,7 @@ SAV_Trainer=Trainer Editor
SAV_Trainer7=Trainer Editor
SAV_Trainer7GG=Trainer Editor
SAV_Trainer8=Trainer Editor
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=Untergrund Editor
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=Kennzeichnet in der Legalitäts Analys
LocalizedDescription.NicknamedTrade=Kennzeichnet in der Legalitäts Analyse, wenn es sich um ein ertauschtes Pokémon mit Spitznamen handelt, welches der Spieler nicht umbenennen kann.
LocalizedDescription.OtherBackupPaths=Liste aller weiteren Verzeichnisse, in denen nach Spielständen gesucht wird.
LocalizedDescription.OtherSaveFileExtensions=Spielstand Dateiendung (ohne Punkt), welche von PKHeX auch erkannt werden sollen.
LocalizedDescription.PathBlockKeyListSWSH=Path to a dump of block hash-names. If file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=Ton beim Pop-Up des Legalitäts Berichts abspielen.
LocalizedDescription.PlaySoundSAVLoad=Ton beim Öffnen eines SPielstands abspielen.
LocalizedDescription.PluginLoadMethod=Loads plugins from the plugins folder, assuming the folder exists. Try LoadFile to mitigate intermittent load failures.
@ -143,6 +147,7 @@ Main.B_Clear=Löschen
Main.B_FestivalPlaza=Festival-Plaza
Main.B_JPEG=Speichere PGL .JPEG
Main.B_MailBox=Briefbox
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=Aprikokos
Main.B_OpenBerryField=Beerenfeld
Main.B_OpenBoxLayout=Boxlayout
@ -191,7 +196,9 @@ Main.CHK_Fateful=Schicksalshafte Begegnung
Main.CHK_Gigantamax=Gigantamax
Main.CHK_HackedStats=Gehackte Werte
Main.CHK_Infected=Infiziert
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=Ist Ei
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=Spitzname:
Main.CHK_NSparkle=Aktiv
Main.CHK_Shadow=Crypto
@ -204,6 +211,7 @@ Main.GB_Markings=Markierungen
Main.GB_nOT=Letzter (Nicht-OT) Besitzer
Main.GB_OT=Trainer Informationen
Main.GB_RelearnMoves=Wiedererlernbare Attacken
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=Kampfbox:
Main.L_BattleVersion=Kampf Version:
Main.L_Box=Box
@ -259,6 +267,7 @@ Main.Label_EXP=EP:
Main.Label_Form=Form:
Main.Label_Friendship=Freundschaft:
Main.Label_GroundTile=Begegnung:
Main.Label_GVs=GVs
Main.Label_HatchCounter=Ei Schritte:
Main.Label_HeldItem=Item:
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=Ohne Item
Main.mnu_DeletePastGen=Vergangene Generation
Main.mnu_DeleteUntrained=Nicht trainiert
Main.mnu_Modify=Bearbeiten
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=Geschlüpfte Eier
Main.mnu_ModifyHeal=Heilung (Werte/AP)
Main.mnu_ModifyHyperTrain=Spezialtraining
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=Erinnerungen mit: Nicht-OT
MemoryAmie.Tab_Other=Sonstiges
MemoryAmie.Tab_OTMemory=Erinnerungen mit: OT
MemoryAmie.Tab_Residence=Herkunft
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=Alle
RibbonEditor.B_Cancel=Abbrechen
RibbonEditor.B_None=Alle entfernen
@ -619,6 +633,7 @@ SAV_HallOfFame7.L_C3=PKM 3:
SAV_HallOfFame7.L_C4=PKM 4:
SAV_HallOfFame7.L_C5=PKM 5:
SAV_HallOfFame7.L_C6=PKM 6:
SAV_HallOfFame7.L_Current=Aktuelle
SAV_HallOfFame7.L_EC=Starter EC:
SAV_HallOfFame7.L_F1=PKM 1:
SAV_HallOfFame7.L_F2=PKM 2:
@ -626,8 +641,7 @@ SAV_HallOfFame7.L_F3=PKM 3:
SAV_HallOfFame7.L_F4=PKM 4:
SAV_HallOfFame7.L_F5=PKM 5:
SAV_HallOfFame7.L_F6=PKM 6:
SAV_HallOfFame7.label1=Erste
SAV_HallOfFame7.label2=Aktuelle
SAV_HallOfFame7.L_First=Erste
SAV_HoneyTree.B_Cancel=Abbrechen
SAV_HoneyTree.B_Catchable=Fangbar
SAV_HoneyTree.B_Save=Speichern
@ -857,7 +871,6 @@ SAV_Misc5.TAB_Entralink=Kontaktebene
SAV_Misc5.TAB_Forest=Wald
SAV_Misc5.TAB_Main=Haupt
SAV_Misc5.TAB_Subway=Metro
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -867,6 +880,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=Filter zurücksetzen
SAV_MysteryGiftDB.B_Search=Suchen!
@ -1037,6 +1051,59 @@ SAV_PokedexGG.L_RHeightMin=Min
SAV_PokedexGG.L_RWeight=Gewicht
SAV_PokedexGG.L_RWeightMax=Max
SAV_PokedexGG.L_RWeightMin=Min
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=Abbrechen
SAV_PokedexORAS.B_GiveAll=Alle
SAV_PokedexORAS.B_Modify=Ändern...
@ -1067,6 +1134,12 @@ SAV_PokedexORAS.L_FormDisplayed=Angezeigte Form:
SAV_PokedexORAS.L_FormsSeen=Gesehene Formen:
SAV_PokedexORAS.L_goto=gehe zu:
SAV_PokedexORAS.L_Spinda=Pandir:
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=Abbrechen
SAV_PokedexSM.B_GiveAll=Alle
SAV_PokedexSM.B_Modify=Bearbeiten...
@ -1115,12 +1188,12 @@ SAV_PokedexSWSH.CHK_S=Schillernd
SAV_PokedexSWSH.GB_Displayed=Angezeigt
SAV_PokedexSWSH.GB_Language=Sprachen
SAV_PokedexSWSH.L_Battled=Bekämpft:
SAV_PokedexSWSH.L_DisplayedForm=Angezeigte Form:
SAV_PokedexSWSH.L_Female=Weiblich
SAV_PokedexSWSH.L_FemaleShiny=*Weiblich*
SAV_PokedexSWSH.L_goto=gehe zu:
SAV_PokedexSWSH.L_Male=Männlich
SAV_PokedexSWSH.label1=Angezeigte Form:
SAV_PokedexSWSH.label3=Weiblich
SAV_PokedexSWSH.label4=*Männlich*
SAV_PokedexSWSH.label5=*Weiblich*
SAV_PokedexSWSH.L_MaleShiny=*Männlich*
SAV_PokedexXY.B_Cancel=Abbrechen
SAV_PokedexXY.B_GiveAll=Alle
SAV_PokedexXY.B_Modify=Ändern...
@ -1224,8 +1297,8 @@ SAV_SimplePokedex.B_CaughtNone=Keins gefangen
SAV_SimplePokedex.B_Save=Speichern
SAV_SimplePokedex.B_SeenAll=Alle gesehen
SAV_SimplePokedex.B_SeenNone=Keins gesehen
SAV_SimplePokedex.Label_Caught=Gefangen:
SAV_SimplePokedex.Label_Seen=Gesehen:
SAV_SimplePokedex.label2=Gefangen:
SAV_SimpleTrainer.B_Cancel=Abbrechen
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1260,12 +1333,7 @@ SAV_SuperTrain.B_Save=OK
SAV_SuperTrain.L_Bags=Sandsäcke
SAV_SuperTrain.L_Records=Missionen
SAV_SuperTrain.L_Species=Spezies:
SAV_SuperTrain.L_Species2=Spezies
SAV_SuperTrain.L_Time0=Zeit:
SAV_SuperTrain.L_Time1=Zeit1
SAV_SuperTrain.L_Time2=Zeit2
SAV_SuperTrain.L_Unk=Unb.
SAV_SuperTrain.L_UNKNOWN=Unbekannt
SAV_Trainer.B_Cancel=Abbrechen
SAV_Trainer.B_GiveAccessories=Alle Accessoires
SAV_Trainer.B_MaxCash=+
@ -1481,6 +1549,26 @@ SAV_Trainer8.Tab_BadgeMap=Karte
SAV_Trainer8.Tab_MiscValues=Sonstiges
SAV_Trainer8.Tab_Overview=Übersicht
SAV_Trainer8.Tab_Team=Team
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save

View File

@ -4,6 +4,7 @@ ErrorWindow=Error
KChart=KChart
Main=PKHeX
MemoryAmie=Memory / Amie Editor
MoveShopEditor=Move Shop Editor
RibbonEditor=Ribbon Editor
SAV_Apricorn=Apricorn Editor
SAV_BerryField=Berry Field Viewer
@ -39,7 +40,9 @@ SAV_Pokedex4=Pokédex Editor
SAV_Pokedex5=Pokédex Editor
SAV_PokedexBDSP=Pokédex Editor
SAV_PokedexGG=Pokédex Editor
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=Pokédex Editor (ORAS)
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=Pokédex Editor
SAV_PokedexSWSH=Pokédex Editor
SAV_PokedexXY=Pokédex Editor (XY)
@ -56,6 +59,7 @@ SAV_Trainer=Trainer Data Editor
SAV_Trainer7=Trainer Data Editor
SAV_Trainer7GG=Trainer Data Editor
SAV_Trainer8=Trainer Data Editor
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=Underground Editor
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if i
LocalizedDescription.NicknamedTrade=Severity to flag a Legality Check if it is a nicknamed In-Game Trade the player cannot normally nickname.
LocalizedDescription.OtherBackupPaths=List of extra locations to look for Save Files.
LocalizedDescription.OtherSaveFileExtensions=Save File file-extensions (no period) that the program should also recognize.
LocalizedDescription.PathBlockKeyListSWSH=Path to a dump of block hash-names. If file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=Play Sound when popping up Legality Report
LocalizedDescription.PlaySoundSAVLoad=Play Sound when loading a new Save File
LocalizedDescription.PluginLoadMethod=Loads plugins from the plugins folder, assuming the folder exists. Try LoadFile to mitigate intermittent load failures.
@ -143,6 +147,7 @@ Main.B_Clear=Clear
Main.B_FestivalPlaza=Festival Plaza
Main.B_JPEG=Save PGL .JPEG
Main.B_MailBox=Mail Box
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=Apricorns
Main.B_OpenBerryField=Berry Field
Main.B_OpenBoxLayout=Box Layout
@ -191,7 +196,9 @@ Main.CHK_Fateful=Fateful Encounter
Main.CHK_Gigantamax=Gigantamax
Main.CHK_HackedStats=Hacked Stats
Main.CHK_Infected=Infected
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=Is Egg
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=Nickname:
Main.CHK_NSparkle=Active
Main.CHK_Shadow=Shadow
@ -204,6 +211,7 @@ Main.GB_Markings=Markings
Main.GB_nOT=Latest (not OT) Handler
Main.GB_OT=Trainer Information
Main.GB_RelearnMoves=Relearn Moves
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=Battle Box:
Main.L_BattleVersion=Battle Version:
Main.L_Box=Box
@ -259,6 +267,7 @@ Main.Label_EXP=EXP:
Main.Label_Form=Form:
Main.Label_Friendship=Friendship:
Main.Label_GroundTile=Encountered On:
Main.Label_GVs=GVs
Main.Label_HatchCounter=Hatch Counter:
Main.Label_HeldItem=Held Item:
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=No Held Item
Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=Memories with: notOT
MemoryAmie.Tab_Other=Other
MemoryAmie.Tab_OTMemory=Memories with: OT
MemoryAmie.Tab_Residence=Residence
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=Give All
RibbonEditor.B_Cancel=Cancel
RibbonEditor.B_None=Remove All
@ -615,6 +629,7 @@ SAV_HallOfFame7.L_C3=PKM 3:
SAV_HallOfFame7.L_C4=PKM 4:
SAV_HallOfFame7.L_C5=PKM 5:
SAV_HallOfFame7.L_C6=PKM 6:
SAV_HallOfFame7.L_Current=Current
SAV_HallOfFame7.L_EC=Starter EC:
SAV_HallOfFame7.L_F1=PKM 1:
SAV_HallOfFame7.L_F2=PKM 2:
@ -622,8 +637,7 @@ SAV_HallOfFame7.L_F3=PKM 3:
SAV_HallOfFame7.L_F4=PKM 4:
SAV_HallOfFame7.L_F5=PKM 5:
SAV_HallOfFame7.L_F6=PKM 6:
SAV_HallOfFame7.label1=First
SAV_HallOfFame7.label2=Current
SAV_HallOfFame7.L_First=First
SAV_HoneyTree.B_Cancel=Cancel
SAV_HoneyTree.B_Catchable=Make catchable
SAV_HoneyTree.B_Save=Save
@ -853,7 +867,6 @@ SAV_Misc5.TAB_Entralink=Entralink
SAV_Misc5.TAB_Forest=Forest
SAV_Misc5.TAB_Main=Main
SAV_Misc5.TAB_Subway=Subway
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -863,6 +876,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=Reset Filters
SAV_MysteryGiftDB.B_Search=Search!
@ -1033,6 +1047,59 @@ SAV_PokedexGG.L_RHeightMin=Min
SAV_PokedexGG.L_RWeight=Weight
SAV_PokedexGG.L_RWeightMax=Max
SAV_PokedexGG.L_RWeightMin=Min
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=Cancel
SAV_PokedexORAS.B_GiveAll=Check All
SAV_PokedexORAS.B_Modify=Modify...
@ -1063,6 +1130,12 @@ SAV_PokedexORAS.L_FormDisplayed=Displayed Form:
SAV_PokedexORAS.L_FormsSeen=Seen Forms:
SAV_PokedexORAS.L_goto=goto:
SAV_PokedexORAS.L_Spinda=Spinda:
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=Cancel
SAV_PokedexSM.B_GiveAll=Check All
SAV_PokedexSM.B_Modify=Modify...
@ -1111,12 +1184,12 @@ SAV_PokedexSWSH.CHK_S=Shiny
SAV_PokedexSWSH.GB_Displayed=Displayed
SAV_PokedexSWSH.GB_Language=Languages
SAV_PokedexSWSH.L_Battled=Battled:
SAV_PokedexSWSH.L_DisplayedForm=Displayed Form:
SAV_PokedexSWSH.L_Female=Female
SAV_PokedexSWSH.L_FemaleShiny=*Female*
SAV_PokedexSWSH.L_goto=goto:
SAV_PokedexSWSH.L_Male=Male
SAV_PokedexSWSH.label1=Displayed Form:
SAV_PokedexSWSH.label3=Female
SAV_PokedexSWSH.label4=*Male*
SAV_PokedexSWSH.label5=*Female*
SAV_PokedexSWSH.L_MaleShiny=*Male*
SAV_PokedexXY.B_Cancel=Cancel
SAV_PokedexXY.B_GiveAll=Check All
SAV_PokedexXY.B_Modify=Modify...
@ -1220,8 +1293,8 @@ SAV_SimplePokedex.B_CaughtNone=Caught None
SAV_SimplePokedex.B_Save=Save
SAV_SimplePokedex.B_SeenAll=Seen All
SAV_SimplePokedex.B_SeenNone=Seen None
SAV_SimplePokedex.Label_Caught=Caught:
SAV_SimplePokedex.Label_Seen=Seen:
SAV_SimplePokedex.label2=Caught:
SAV_SimpleTrainer.B_Cancel=Cancel
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1256,12 +1329,7 @@ SAV_SuperTrain.B_Save=Save
SAV_SuperTrain.L_Bags=Training Bags
SAV_SuperTrain.L_Records=Records
SAV_SuperTrain.L_Species=Species:
SAV_SuperTrain.L_Species2=Species
SAV_SuperTrain.L_Time0=Time:
SAV_SuperTrain.L_Time1=Time1
SAV_SuperTrain.L_Time2=Time2
SAV_SuperTrain.L_Unk=L_Unk
SAV_SuperTrain.L_UNKNOWN=UNKNOWN
SAV_Trainer.B_Cancel=Cancel
SAV_Trainer.B_GiveAccessories=Give All Accessories
SAV_Trainer.B_MaxCash=+
@ -1477,6 +1545,26 @@ SAV_Trainer8.Tab_BadgeMap=Map
SAV_Trainer8.Tab_MiscValues=Misc
SAV_Trainer8.Tab_Overview=Overview
SAV_Trainer8.Tab_Team=Team
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save

View File

@ -4,6 +4,7 @@ ErrorWindow=Error
KChart=KChart
Main=PKHeX
MemoryAmie=Editor de Memorias / Poké Recreo
MoveShopEditor=Move Shop Editor
RibbonEditor=Editor de Cintas
SAV_Apricorn=Editor de Bonguri
SAV_BerryField=Visor de Campos de Bayas
@ -39,7 +40,9 @@ SAV_Pokedex4=Editor de Pokédex
SAV_Pokedex5=Editor de Pokédex
SAV_PokedexBDSP=Editor de Pokédex
SAV_PokedexGG=Editor de Pokédex
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=Editor de Pokédex
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=Editor de Pokédex
SAV_PokedexSWSH=Editor de Pokédex
SAV_PokedexXY=Editor de Pokédex
@ -56,6 +59,7 @@ SAV_Trainer=Editor de datos del Entrenador
SAV_Trainer7=Editor de datos del Entrenador
SAV_Trainer7GG=Editor de datos del Entrenador
SAV_Trainer8=Editor de datos del Entrenador
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=Editor del Subsuelo
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=Severidad para marcar un Chequeo de Le
LocalizedDescription.NicknamedTrade=Severidad para marcar un Chequeo de Legalidad si se trata de un intercambio dentro del juego que el jugador normalmente no puede apodar.
LocalizedDescription.OtherBackupPaths=Lista de ubicaciones adicionales para buscar archivos guardados.
LocalizedDescription.OtherSaveFileExtensions=Archivos de guardado,extenciones (sin punto) que el programa también debería reconocer.
LocalizedDescription.PathBlockKeyListSWSH=Path to a dump of block hash-names. If file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=Reproducir sonido en el Chequeo de Legalidad
LocalizedDescription.PlaySoundSAVLoad=Reproducir sonido al cargar archivo de guardado
LocalizedDescription.PluginLoadMethod=Carga plugins desde la carpeta de plugins, asumiendo que esa carpeta existe. Intentar LoadFile para mitigar los fallos de carga intermitentes.
@ -143,6 +147,7 @@ Main.B_Clear=Limpiar
Main.B_FestivalPlaza=Festi Plaza
Main.B_JPEG=Guardar PGL .JPEG
Main.B_MailBox=Correo
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=Bonguri
Main.B_OpenBerryField=C. de Bayas
Main.B_OpenBoxLayout=Fondo de Cajas
@ -191,7 +196,9 @@ Main.CHK_Fateful=Encuentro fatídico
Main.CHK_Gigantamax=Gigamax
Main.CHK_HackedStats=Estad. hackeadas
Main.CHK_Infected=Infectado
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=Huevo
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=Mote:
Main.CHK_NSparkle=Activo
Main.CHK_Shadow=Oscuro
@ -204,6 +211,7 @@ Main.GB_Markings=Marcas
Main.GB_nOT=Último dueño (no EO)
Main.GB_OT=Info. del entrenador
Main.GB_RelearnMoves=Recordar movimientos
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=Caja de combate:
Main.L_BattleVersion=Versión de Batalla:
Main.L_Box=Caja
@ -259,6 +267,7 @@ Main.Label_EXP=EXP:
Main.Label_Form=Forma:
Main.Label_Friendship=Felicidad:
Main.Label_GroundTile=Encuentro:
Main.Label_GVs=GVs
Main.Label_HatchCounter=Contador de Eclosión:
Main.Label_HeldItem=Objeto Equipado:
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=Sin objeto equipado
Main.mnu_DeletePastGen=Generación pasada
Main.mnu_DeleteUntrained=Sin entrenamiento
Main.mnu_Modify=Modificar
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=Eclosionar huevos
Main.mnu_ModifyHeal=Curar (Estads./PP)
Main.mnu_ModifyHyperTrain=Entrenamiento Extremo
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=Memorias con: no el EO
MemoryAmie.Tab_Other=Other
MemoryAmie.Tab_OTMemory=Memorias con: EO
MemoryAmie.Tab_Residence=Residencia
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=Dar todos
RibbonEditor.B_Cancel=Cancelar
RibbonEditor.B_None=Ninguno
@ -615,6 +629,7 @@ SAV_HallOfFame7.L_C3=PKM 3:
SAV_HallOfFame7.L_C4=PKM 4:
SAV_HallOfFame7.L_C5=PKM 5:
SAV_HallOfFame7.L_C6=PKM 6:
SAV_HallOfFame7.L_Current=Actual
SAV_HallOfFame7.L_EC=CE Inicial:
SAV_HallOfFame7.L_F1=PKM 1:
SAV_HallOfFame7.L_F2=PKM 2:
@ -622,8 +637,7 @@ SAV_HallOfFame7.L_F3=PKM 3:
SAV_HallOfFame7.L_F4=PKM 4:
SAV_HallOfFame7.L_F5=PKM 5:
SAV_HallOfFame7.L_F6=PKM 6:
SAV_HallOfFame7.label1=Primer
SAV_HallOfFame7.label2=Actual
SAV_HallOfFame7.L_First=Primer
SAV_HoneyTree.B_Cancel=Cancelar
SAV_HoneyTree.B_Catchable=Hacer capturable
SAV_HoneyTree.B_Save=Guardar
@ -853,7 +867,6 @@ SAV_Misc5.TAB_Entralink=Zona Nexo
SAV_Misc5.TAB_Forest=Bosque
SAV_Misc5.TAB_Main=General
SAV_Misc5.TAB_Subway=Metro
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -863,6 +876,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=Borrar filtros
SAV_MysteryGiftDB.B_Search=¡Buscar!
@ -1033,6 +1047,59 @@ SAV_PokedexGG.L_RHeightMin=Min.
SAV_PokedexGG.L_RWeight=Peso
SAV_PokedexGG.L_RWeightMax=Máx.
SAV_PokedexGG.L_RWeightMin=Min.
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=Cancelar
SAV_PokedexORAS.B_GiveAll=Registrar
SAV_PokedexORAS.B_Modify=Modificar...
@ -1063,6 +1130,12 @@ SAV_PokedexORAS.L_FormDisplayed=Forma mostrada
SAV_PokedexORAS.L_FormsSeen=Formas vistas
SAV_PokedexORAS.L_goto=Ir a:
SAV_PokedexORAS.L_Spinda=Spinda:
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=Cancelar
SAV_PokedexSM.B_GiveAll=Registrar
SAV_PokedexSM.B_Modify=Modificar...
@ -1111,12 +1184,12 @@ SAV_PokedexSWSH.CHK_S=Variocolor
SAV_PokedexSWSH.GB_Displayed=Mostrado
SAV_PokedexSWSH.GB_Language=Idiomas
SAV_PokedexSWSH.L_Battled=Encuentros:
SAV_PokedexSWSH.L_DisplayedForm=Forma Mostrada:
SAV_PokedexSWSH.L_Female=Hembra
SAV_PokedexSWSH.L_FemaleShiny=*Hembra*
SAV_PokedexSWSH.L_goto=Ir a:
SAV_PokedexSWSH.L_Male=Macho
SAV_PokedexSWSH.label1=Forma Mostrada:
SAV_PokedexSWSH.label3=Hembra
SAV_PokedexSWSH.label4=*Macho*
SAV_PokedexSWSH.label5=*Hembra*
SAV_PokedexSWSH.L_MaleShiny=*Macho*
SAV_PokedexXY.B_Cancel=Cancelar
SAV_PokedexXY.B_GiveAll=Registrar
SAV_PokedexXY.B_Modify=Modificar...
@ -1220,8 +1293,8 @@ SAV_SimplePokedex.B_CaughtNone=Ninguno atrapado
SAV_SimplePokedex.B_Save=Guardar
SAV_SimplePokedex.B_SeenAll=Todos vistos
SAV_SimplePokedex.B_SeenNone=Ninguno visto
SAV_SimplePokedex.Label_Caught=Atrapados:
SAV_SimplePokedex.Label_Seen=Vistos:
SAV_SimplePokedex.label2=Atrapados:
SAV_SimpleTrainer.B_Cancel=Cancelar
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1256,12 +1329,7 @@ SAV_SuperTrain.B_Save=Guardar
SAV_SuperTrain.L_Bags=Sacos de entrenamiento
SAV_SuperTrain.L_Records=Récords
SAV_SuperTrain.L_Species=Especie:
SAV_SuperTrain.L_Species2=Especie
SAV_SuperTrain.L_Time0=Tiempo:
SAV_SuperTrain.L_Time1=Tiempo1
SAV_SuperTrain.L_Time2=Tiempo2
SAV_SuperTrain.L_Unk=L_Unk
SAV_SuperTrain.L_UNKNOWN=DESCONOCIDO
SAV_Trainer.B_Cancel=Cancelar
SAV_Trainer.B_GiveAccessories=Marcar accesorios
SAV_Trainer.B_MaxCash=+
@ -1477,6 +1545,26 @@ SAV_Trainer8.Tab_BadgeMap=Mapa
SAV_Trainer8.Tab_MiscValues=Misc.
SAV_Trainer8.Tab_Overview=General
SAV_Trainer8.Tab_Team=Equipo
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save

View File

@ -4,6 +4,7 @@ ErrorWindow=Erreur
KChart=KChart
Main=PKHeX
MemoryAmie=Memory / Amie Editor
MoveShopEditor=Move Shop Editor
RibbonEditor=Rubans
SAV_Apricorn=Noigrumes
SAV_BerryField=Champs de Baies
@ -39,7 +40,9 @@ SAV_Pokedex4=Éditeur Pokédex
SAV_Pokedex5=Éditeur Pokédex
SAV_PokedexBDSP=Pokédex Editor
SAV_PokedexGG=Éditeur Pokédex
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=Éditeur Pokédex (ROSA)
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=Éditeur Pokédex
SAV_PokedexSWSH=Éditeur Pokédex
SAV_PokedexXY=Éditeur Pokédex (XY)
@ -56,6 +59,7 @@ SAV_Trainer=Éditeur de données de l'entraîneur
SAV_Trainer7=Éditeur de données de l'entraîneur
SAV_Trainer7GG=Éditeur de données de l'entraîneur
SAV_Trainer8=Éditeur de données de l'entraîneur
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=Éditeur souterrain
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if i
LocalizedDescription.NicknamedTrade=Severity to flag a Legality Check if it is a nicknamed In-Game Trade the player cannot normally nickname.
LocalizedDescription.OtherBackupPaths=List of extra locations to look for Save Files.
LocalizedDescription.OtherSaveFileExtensions=Save File file-extensions (no period) that the program should also recognize.
LocalizedDescription.PathBlockKeyListSWSH=Path to a dump of block hash-names. If file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=PlaySoundLegalityCheck
LocalizedDescription.PlaySoundSAVLoad=PlaySoundSAVLoad
LocalizedDescription.PluginLoadMethod=Loads plugins from the plugins folder, assuming the folder exists. Try LoadFile to mitigate intermittent load failures.
@ -143,6 +147,7 @@ Main.B_Clear=Effacer
Main.B_FestivalPlaza=Place Festival
Main.B_JPEG=Sauver image PGL
Main.B_MailBox=Mail Box
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=Noigrmes
Main.B_OpenBerryField=Baies
Main.B_OpenBoxLayout=Fonds Boîte
@ -191,7 +196,9 @@ Main.CHK_Fateful=Rencontre Fatidique
Main.CHK_Gigantamax=Gigantamax
Main.CHK_HackedStats=Hacked Stats
Main.CHK_Infected=Infecté
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=Œuf
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=Surnom :
Main.CHK_NSparkle=Active
Main.CHK_Shadow=Shadow
@ -204,6 +211,7 @@ Main.GB_Markings=Marquages
Main.GB_nOT=Dernier Dresseur connu
Main.GB_OT=Infos Dresseur
Main.GB_RelearnMoves=Capacités réapprises
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=Boîte de Combat :
Main.L_BattleVersion=Battle Version:
Main.L_Box=Box
@ -259,6 +267,7 @@ Main.Label_EXP=Expérience :
Main.Label_Form=Forme :
Main.Label_Friendship=Bonheur :
Main.Label_GroundTile=Zone :
Main.Label_GVs=GVs
Main.Label_HatchCounter=Hatch Counter:
Main.Label_HeldItem=Objet :
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=Pas d'Objet
Main.mnu_DeletePastGen=Génération passée
Main.mnu_DeleteUntrained=Non formé
Main.mnu_Modify=Modifier
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=Oeufs à éclore
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=Autres souvenirs
MemoryAmie.Tab_Other=Other
MemoryAmie.Tab_OTMemory=Souvenirs avec : DO
MemoryAmie.Tab_Residence=Résidence
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=Give All
RibbonEditor.B_Cancel=Cancel
RibbonEditor.B_None=Remove All
@ -619,6 +633,7 @@ SAV_HallOfFame7.L_C3=PKM 3:
SAV_HallOfFame7.L_C4=PKM 4:
SAV_HallOfFame7.L_C5=PKM 5:
SAV_HallOfFame7.L_C6=PKM 6:
SAV_HallOfFame7.L_Current=Current
SAV_HallOfFame7.L_EC=Starter EC:
SAV_HallOfFame7.L_F1=PKM 1:
SAV_HallOfFame7.L_F2=PKM 2:
@ -626,8 +641,7 @@ SAV_HallOfFame7.L_F3=PKM 3:
SAV_HallOfFame7.L_F4=PKM 4:
SAV_HallOfFame7.L_F5=PKM 5:
SAV_HallOfFame7.L_F6=PKM 6:
SAV_HallOfFame7.label1=First
SAV_HallOfFame7.label2=Current
SAV_HallOfFame7.L_First=First
SAV_HoneyTree.B_Cancel=Cancel
SAV_HoneyTree.B_Catchable=Make catchable
SAV_HoneyTree.B_Save=Save
@ -857,7 +871,6 @@ SAV_Misc5.TAB_Entralink=Entralink
SAV_Misc5.TAB_Forest=Forest
SAV_Misc5.TAB_Main=Main
SAV_Misc5.TAB_Subway=Subway
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -867,6 +880,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=Reset Filters
SAV_MysteryGiftDB.B_Search=Search!
@ -1037,6 +1051,59 @@ SAV_PokedexGG.L_RHeightMin=Min
SAV_PokedexGG.L_RWeight=Weight
SAV_PokedexGG.L_RWeightMax=Max
SAV_PokedexGG.L_RWeightMin=Min
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=Annuler
SAV_PokedexORAS.B_GiveAll=Tout cocher
SAV_PokedexORAS.B_Modify=Modifier
@ -1067,6 +1134,12 @@ SAV_PokedexORAS.L_FormDisplayed=Forme montrée :
SAV_PokedexORAS.L_FormsSeen=Formes vues :
SAV_PokedexORAS.L_goto=goto:
SAV_PokedexORAS.L_Spinda=Spinda :
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=Annuler
SAV_PokedexSM.B_GiveAll=Tout cocher
SAV_PokedexSM.B_Modify=Modifier
@ -1115,12 +1188,12 @@ SAV_PokedexSWSH.CHK_S=Shiny
SAV_PokedexSWSH.GB_Displayed=Displayed
SAV_PokedexSWSH.GB_Language=Languages
SAV_PokedexSWSH.L_Battled=Battled:
SAV_PokedexSWSH.L_DisplayedForm=Displayed Form:
SAV_PokedexSWSH.L_Female=Female
SAV_PokedexSWSH.L_FemaleShiny=*Female*
SAV_PokedexSWSH.L_goto=goto:
SAV_PokedexSWSH.L_Male=Male
SAV_PokedexSWSH.label1=Displayed Form:
SAV_PokedexSWSH.label3=Female
SAV_PokedexSWSH.label4=*Male*
SAV_PokedexSWSH.label5=*Female*
SAV_PokedexSWSH.L_MaleShiny=*Male*
SAV_PokedexXY.B_Cancel=Annuler
SAV_PokedexXY.B_GiveAll=Tout cocher
SAV_PokedexXY.B_Modify=Modifier
@ -1224,8 +1297,8 @@ SAV_SimplePokedex.B_CaughtNone=Rien attrapé
SAV_SimplePokedex.B_Save=Save
SAV_SimplePokedex.B_SeenAll=Tous vus
SAV_SimplePokedex.B_SeenNone=Aucun Pokémon vu
SAV_SimplePokedex.Label_Caught=Attrapés :
SAV_SimplePokedex.Label_Seen=Vus :
SAV_SimplePokedex.label2=Attrapés :
SAV_SimpleTrainer.B_Cancel=Annuler
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1260,12 +1333,7 @@ SAV_SuperTrain.B_Save=Save
SAV_SuperTrain.L_Bags=Training Bags
SAV_SuperTrain.L_Records=Records
SAV_SuperTrain.L_Species=Species:
SAV_SuperTrain.L_Species2=Species
SAV_SuperTrain.L_Time0=Time:
SAV_SuperTrain.L_Time1=Time1
SAV_SuperTrain.L_Time2=Time2
SAV_SuperTrain.L_Unk=L_Unk
SAV_SuperTrain.L_UNKNOWN=UNKNOWN
SAV_Trainer.B_Cancel=Cancel
SAV_Trainer.B_GiveAccessories=Give All Accessories
SAV_Trainer.B_MaxCash=+
@ -1481,6 +1549,26 @@ SAV_Trainer8.Tab_BadgeMap=Map
SAV_Trainer8.Tab_MiscValues=Misc
SAV_Trainer8.Tab_Overview=Overview
SAV_Trainer8.Tab_Team=Team
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save

View File

@ -4,6 +4,7 @@ ErrorWindow=Error
KChart=KChart
Main=PKHeX
MemoryAmie=Memory / Amie Editor
MoveShopEditor=Move Shop Editor
RibbonEditor=Ribbon Editor
SAV_Apricorn=Apricorn Editor
SAV_BerryField=Berry Field Viewer
@ -39,7 +40,9 @@ SAV_Pokedex4=Pokédex Editor
SAV_Pokedex5=Pokédex Editor
SAV_PokedexBDSP=Pokédex Editor
SAV_PokedexGG=Pokédex Editor
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=Pokédex Editor (ORAS)
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=Pokédex Editor
SAV_PokedexSWSH=Pokédex Editor
SAV_PokedexXY=Pokédex Editor (XY)
@ -56,6 +59,7 @@ SAV_Trainer=Trainer Data Editor
SAV_Trainer7=Trainer Data Editor
SAV_Trainer7GG=Trainer Data Editor
SAV_Trainer8=Trainer Data Editor
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=Underground Editor
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if i
LocalizedDescription.NicknamedTrade=Severity to flag a Legality Check if it is a nicknamed In-Game Trade the player cannot normally nickname.
LocalizedDescription.OtherBackupPaths=List of extra locations to look for Save Files.
LocalizedDescription.OtherSaveFileExtensions=Save File file-extensions (no period) that the program should also recognize.
LocalizedDescription.PathBlockKeyListSWSH=Path to a dump of block hash-names. If file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=PlaySoundLegalityCheck
LocalizedDescription.PlaySoundSAVLoad=PlaySoundSAVLoad
LocalizedDescription.PluginLoadMethod=Loads plugins from the plugins folder, assuming the folder exists. Try LoadFile to mitigate intermittent load failures.
@ -143,6 +147,7 @@ Main.B_Clear=Clear
Main.B_FestivalPlaza=Festival Plaza
Main.B_JPEG=Save PGL .JPEG
Main.B_MailBox=Mail Box
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=Apricorns
Main.B_OpenBerryField=Berry Field
Main.B_OpenBoxLayout=Box Layout
@ -191,7 +196,9 @@ Main.CHK_Fateful=Fateful Encounter
Main.CHK_Gigantamax=Gigantamax
Main.CHK_HackedStats=Hacked Stats
Main.CHK_Infected=Infected
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=Is Egg
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=Nickname:
Main.CHK_NSparkle=Active
Main.CHK_Shadow=Shadow
@ -204,6 +211,7 @@ Main.GB_Markings=Markings
Main.GB_nOT=Latest (not OT) Handler
Main.GB_OT=Trainer Information
Main.GB_RelearnMoves=Relearn Moves
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=Battle Box:
Main.L_BattleVersion=Battle Version:
Main.L_Box=Box
@ -259,6 +267,7 @@ Main.Label_EXP=EXP:
Main.Label_Form=Form:
Main.Label_Friendship=Friendship:
Main.Label_GroundTile=Encounter:
Main.Label_GVs=GVs
Main.Label_HatchCounter=Hatch Counter:
Main.Label_HeldItem=Held Item:
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=No Held Item
Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=Memories with: notOT
MemoryAmie.Tab_Other=Other
MemoryAmie.Tab_OTMemory=Memories with: OT
MemoryAmie.Tab_Residence=Residence
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=Give All
RibbonEditor.B_Cancel=Cancel
RibbonEditor.B_None=Remove All
@ -619,6 +633,7 @@ SAV_HallOfFame7.L_C3=PKM 3:
SAV_HallOfFame7.L_C4=PKM 4:
SAV_HallOfFame7.L_C5=PKM 5:
SAV_HallOfFame7.L_C6=PKM 6:
SAV_HallOfFame7.L_Current=Current
SAV_HallOfFame7.L_EC=Starter EC:
SAV_HallOfFame7.L_F1=PKM 1:
SAV_HallOfFame7.L_F2=PKM 2:
@ -626,8 +641,7 @@ SAV_HallOfFame7.L_F3=PKM 3:
SAV_HallOfFame7.L_F4=PKM 4:
SAV_HallOfFame7.L_F5=PKM 5:
SAV_HallOfFame7.L_F6=PKM 6:
SAV_HallOfFame7.label1=First
SAV_HallOfFame7.label2=Current
SAV_HallOfFame7.L_First=First
SAV_HoneyTree.B_Cancel=Cancel
SAV_HoneyTree.B_Catchable=Make catchable
SAV_HoneyTree.B_Save=Save
@ -863,7 +877,6 @@ SAV_Misc5.TAB_Entralink=Entralink
SAV_Misc5.TAB_Forest=Forest
SAV_Misc5.TAB_Main=Main
SAV_Misc5.TAB_Subway=Subway
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -873,6 +886,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=Reset Filters
SAV_MysteryGiftDB.B_Search=Search!
@ -1043,6 +1057,59 @@ SAV_PokedexGG.L_RHeightMin=Min
SAV_PokedexGG.L_RWeight=Weight
SAV_PokedexGG.L_RWeightMax=Max
SAV_PokedexGG.L_RWeightMin=Min
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=Cancel
SAV_PokedexORAS.B_GiveAll=Check All
SAV_PokedexORAS.B_Modify=Modify...
@ -1073,6 +1140,12 @@ SAV_PokedexORAS.L_FormDisplayed=Displayed Form:
SAV_PokedexORAS.L_FormsSeen=Seen Forms:
SAV_PokedexORAS.L_goto=goto:
SAV_PokedexORAS.L_Spinda=Spinda:
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=Cancel
SAV_PokedexSM.B_GiveAll=Check All
SAV_PokedexSM.B_Modify=Modify...
@ -1121,12 +1194,12 @@ SAV_PokedexSWSH.CHK_S=Shiny
SAV_PokedexSWSH.GB_Displayed=Displayed
SAV_PokedexSWSH.GB_Language=Languages
SAV_PokedexSWSH.L_Battled=Battled:
SAV_PokedexSWSH.L_DisplayedForm=Displayed Form:
SAV_PokedexSWSH.L_Female=Female
SAV_PokedexSWSH.L_FemaleShiny=*Female*
SAV_PokedexSWSH.L_goto=goto:
SAV_PokedexSWSH.L_Male=Male
SAV_PokedexSWSH.label1=Displayed Form:
SAV_PokedexSWSH.label3=Female
SAV_PokedexSWSH.label4=*Male*
SAV_PokedexSWSH.label5=*Female*
SAV_PokedexSWSH.L_MaleShiny=*Male*
SAV_PokedexXY.B_Cancel=Cancel
SAV_PokedexXY.B_GiveAll=Check All
SAV_PokedexXY.B_Modify=Modify...
@ -1230,8 +1303,8 @@ SAV_SimplePokedex.B_CaughtNone=Caught None
SAV_SimplePokedex.B_Save=Save
SAV_SimplePokedex.B_SeenAll=Seen All
SAV_SimplePokedex.B_SeenNone=Seen None
SAV_SimplePokedex.Label_Caught=Caught:
SAV_SimplePokedex.Label_Seen=Seen:
SAV_SimplePokedex.label2=Caught:
SAV_SimpleTrainer.B_Cancel=Cancel
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1266,12 +1339,7 @@ SAV_SuperTrain.B_Save=Save
SAV_SuperTrain.L_Bags=Training Bags
SAV_SuperTrain.L_Records=Records
SAV_SuperTrain.L_Species=Species:
SAV_SuperTrain.L_Species2=Species
SAV_SuperTrain.L_Time0=Time:
SAV_SuperTrain.L_Time1=Time1
SAV_SuperTrain.L_Time2=Time2
SAV_SuperTrain.L_Unk=L_Unk
SAV_SuperTrain.L_UNKNOWN=UNKNOWN
SAV_Trainer.B_Cancel=Cancel
SAV_Trainer.B_GiveAccessories=Give All Accessories
SAV_Trainer.B_MaxCash=+
@ -1487,6 +1555,26 @@ SAV_Trainer8.Tab_BadgeMap=Map
SAV_Trainer8.Tab_MiscValues=Misc
SAV_Trainer8.Tab_Overview=Overview
SAV_Trainer8.Tab_Team=Team
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save

View File

@ -4,6 +4,7 @@ ErrorWindow=エラー
KChart=KChart
Main=PKHeX
MemoryAmie=おもいで
MoveShopEditor=Move Shop Editor
RibbonEditor=取得リボン
SAV_Apricorn=ぼんぐり
SAV_BerryField=きのみ畑
@ -39,7 +40,9 @@ SAV_Pokedex4=ポケモン図鑑
SAV_Pokedex5=ポケモン図鑑
SAV_PokedexBDSP=Pokédex Editor
SAV_PokedexGG=Pokédex Editor
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=ポケモン図鑑
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=ポケモン図鑑
SAV_PokedexSWSH=Pokédex Editor
SAV_PokedexXY=ポケモン図鑑
@ -56,6 +59,7 @@ SAV_Trainer=トレーナー情報
SAV_Trainer7=トレーナー情報
SAV_Trainer7GG=Trainer Data Editor
SAV_Trainer8=Trainer Data Editor
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=ちかつうろ
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if i
LocalizedDescription.NicknamedTrade=Severity to flag a Legality Check if it is a nicknamed In-Game Trade the player cannot normally nickname.
LocalizedDescription.OtherBackupPaths=List of extra locations to look for Save Files.
LocalizedDescription.OtherSaveFileExtensions=Save File file-extensions (no period) that the program should also recognize.
LocalizedDescription.PathBlockKeyListSWSH=Path to a dump of block hash-names. If file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=PlaySoundLegalityCheck
LocalizedDescription.PlaySoundSAVLoad=PlaySoundSAVLoad
LocalizedDescription.PluginLoadMethod=Loads plugins from the plugins folder, assuming the folder exists. Try LoadFile to mitigate intermittent load failures.
@ -143,6 +147,7 @@ Main.B_Clear=Clear
Main.B_FestivalPlaza=フェスサークル
Main.B_JPEG=PGL 画像保存
Main.B_MailBox=メールボックス
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=ぼんぐりのみ
Main.B_OpenBerryField=きのみ畑
Main.B_OpenBoxLayout=ボックス
@ -191,7 +196,9 @@ Main.CHK_Fateful=うんめいてきなであい
Main.CHK_Gigantamax=Gigantamax
Main.CHK_HackedStats=ステータスハック
Main.CHK_Infected=感染状態
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=タマゴ
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=ニックネーム
Main.CHK_NSparkle=有効
Main.CHK_Shadow=ダークポケモン
@ -204,6 +211,7 @@ Main.GB_Markings=マーキング
Main.GB_nOT=現在のトレーナー
Main.GB_OT=トレーナー情報
Main.GB_RelearnMoves=遺伝わざ
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=バトルボックス
Main.L_BattleVersion=Battle Version:
Main.L_Box=ボックス
@ -259,6 +267,7 @@ Main.Label_EXP=経験値
Main.Label_Form=フォルム
Main.Label_Friendship=なつき度
Main.Label_GroundTile=出会いの種類
Main.Label_GVs=GVs
Main.Label_HatchCounter=孵化サイクル
Main.Label_HeldItem=持ち物
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=No Held Item
Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=おもいで (CT)
MemoryAmie.Tab_Other=Other
MemoryAmie.Tab_OTMemory=おもいで (OT)
MemoryAmie.Tab_Residence=ロケーション
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=全て
RibbonEditor.B_Cancel=キャンセル
RibbonEditor.B_None=全て消去
@ -619,6 +633,7 @@ SAV_HallOfFame7.L_C3=3:
SAV_HallOfFame7.L_C4=4:
SAV_HallOfFame7.L_C5=5:
SAV_HallOfFame7.L_C6=6:
SAV_HallOfFame7.L_Current=最新
SAV_HallOfFame7.L_EC=暗号化定数:
SAV_HallOfFame7.L_F1=1:
SAV_HallOfFame7.L_F2=2:
@ -626,8 +641,7 @@ SAV_HallOfFame7.L_F3=3:
SAV_HallOfFame7.L_F4=4:
SAV_HallOfFame7.L_F5=5:
SAV_HallOfFame7.L_F6=6:
SAV_HallOfFame7.label1=1回目
SAV_HallOfFame7.label2=最新
SAV_HallOfFame7.L_First=1回目
SAV_HoneyTree.B_Cancel=キャンセル
SAV_HoneyTree.B_Catchable=捕獲可能にする
SAV_HoneyTree.B_Save=保存
@ -857,7 +871,6 @@ SAV_Misc5.TAB_Entralink=ハイリンク
SAV_Misc5.TAB_Forest=Forest
SAV_Misc5.TAB_Main=メイン
SAV_Misc5.TAB_Subway=Subway
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -867,6 +880,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=Reset Filters
SAV_MysteryGiftDB.B_Search=検索
@ -1037,6 +1051,59 @@ SAV_PokedexGG.L_RHeightMin=Min
SAV_PokedexGG.L_RWeight=Weight
SAV_PokedexGG.L_RWeightMax=Max
SAV_PokedexGG.L_RWeightMin=Min
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=キャンセル
SAV_PokedexORAS.B_GiveAll=全て選択
SAV_PokedexORAS.B_Modify=変更
@ -1067,6 +1134,12 @@ SAV_PokedexORAS.L_FormDisplayed=図鑑表示フォルム
SAV_PokedexORAS.L_FormsSeen=出会ったフォルム
SAV_PokedexORAS.L_goto=ポケモン
SAV_PokedexORAS.L_Spinda=パッチール
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=キャンセル
SAV_PokedexSM.B_GiveAll=全てチェック
SAV_PokedexSM.B_Modify=変更
@ -1115,12 +1188,12 @@ SAV_PokedexSWSH.CHK_S=Shiny
SAV_PokedexSWSH.GB_Displayed=Displayed
SAV_PokedexSWSH.GB_Language=Languages
SAV_PokedexSWSH.L_Battled=Battled:
SAV_PokedexSWSH.L_DisplayedForm=Displayed Form:
SAV_PokedexSWSH.L_Female=Female
SAV_PokedexSWSH.L_FemaleShiny=*Female*
SAV_PokedexSWSH.L_goto=goto:
SAV_PokedexSWSH.L_Male=Male
SAV_PokedexSWSH.label1=Displayed Form:
SAV_PokedexSWSH.label3=Female
SAV_PokedexSWSH.label4=*Male*
SAV_PokedexSWSH.label5=*Female*
SAV_PokedexSWSH.L_MaleShiny=*Male*
SAV_PokedexXY.B_Cancel=キャンセル
SAV_PokedexXY.B_GiveAll=全て選択
SAV_PokedexXY.B_Modify=変更
@ -1224,8 +1297,8 @@ SAV_SimplePokedex.B_CaughtNone=全て未捕獲
SAV_SimplePokedex.B_Save=保存
SAV_SimplePokedex.B_SeenAll=全て出会った
SAV_SimplePokedex.B_SeenNone=全て消去
SAV_SimplePokedex.Label_Caught=捕獲した
SAV_SimplePokedex.Label_Seen=出会った
SAV_SimplePokedex.label2=捕獲した
SAV_SimpleTrainer.B_Cancel=キャンセル
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1260,12 +1333,7 @@ SAV_SuperTrain.B_Save=保存
SAV_SuperTrain.L_Bags=サンドバッグ
SAV_SuperTrain.L_Records=スパトレメニュー
SAV_SuperTrain.L_Species=ポケモン
SAV_SuperTrain.L_Species2=ポケモン
SAV_SuperTrain.L_Time0=Time:
SAV_SuperTrain.L_Time1=Time1
SAV_SuperTrain.L_Time2=Time2
SAV_SuperTrain.L_Unk=L_Unk
SAV_SuperTrain.L_UNKNOWN=UNKNOWN
SAV_Trainer.B_Cancel=キャンセル
SAV_Trainer.B_GiveAccessories=全て取得
SAV_Trainer.B_MaxCash=+
@ -1481,6 +1549,26 @@ SAV_Trainer8.Tab_BadgeMap=Map
SAV_Trainer8.Tab_MiscValues=Misc
SAV_Trainer8.Tab_Overview=Overview
SAV_Trainer8.Tab_Team=Team
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save

View File

@ -4,6 +4,7 @@ ErrorWindow=오류
KChart=KChart
Main=PKHeX
MemoryAmie=기억 / 파를레 편집 도구
MoveShopEditor=Move Shop Editor
RibbonEditor=리본 편집 도구
SAV_Apricorn=규토리 편집 도구
SAV_BerryField=나무열매 밭 뷰어
@ -39,7 +40,9 @@ SAV_Pokedex4=포켓몬 도감 편집 도구
SAV_Pokedex5=포켓몬 도감 편집 도구
SAV_PokedexBDSP=Pokédex Editor
SAV_PokedexGG=포켓몬 도감 편집 도구
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=포켓몬 도감 편집 도구 (ORAS)
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=포켓몬 도감 편집 도구
SAV_PokedexSWSH=포켓몬 도감 편집 도구
SAV_PokedexXY=포켓몬 도감 편집 도구 (XY)
@ -56,6 +59,7 @@ SAV_Trainer=트레이너 데이터 편집 도구
SAV_Trainer7=트레이너 데이터 편집 도구
SAV_Trainer7GG=트레이너 데이터 편집 도구
SAV_Trainer8=트레이너 데이터 편집 도구
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=지하통로 점수 편집 도구
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if i
LocalizedDescription.NicknamedTrade=Severity to flag a Legality Check if it is a nicknamed In-Game Trade the player cannot normally nickname.
LocalizedDescription.OtherBackupPaths=List of extra locations to look for Save Files.
LocalizedDescription.OtherSaveFileExtensions=Save File file-extensions (no period) that the program should also recognize.
LocalizedDescription.PathBlockKeyListSWSH=Path to a dump of block hash-names. If file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=적법성 검사 창을 띄울 때 소리로 알림
LocalizedDescription.PlaySoundSAVLoad=새 세이브 파일을 불러올 때 소리로 알림
LocalizedDescription.PluginLoadMethod=Loads plugins from the plugins folder, assuming the folder exists. Try LoadFile to mitigate intermittent load failures.
@ -143,6 +147,7 @@ Main.B_Clear=지우기
Main.B_FestivalPlaza=페스서클
Main.B_JPEG=PGL .JPEG 저장
Main.B_MailBox=메일박스
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=규토리
Main.B_OpenBerryField=나무열매 농장
Main.B_OpenBoxLayout=박스 배열
@ -191,7 +196,9 @@ Main.CHK_Fateful=운명적인 만남
Main.CHK_Gigantamax=거다이맥스
Main.CHK_HackedStats=조작된 능력치
Main.CHK_Infected=감염
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=알 여부
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=이름:
Main.CHK_NSparkle=켜짐
Main.CHK_Shadow=다크
@ -204,6 +211,7 @@ Main.GB_Markings=마킹
Main.GB_nOT=최근 (주인이 아닌) 소유자
Main.GB_OT=트레이너 정보
Main.GB_RelearnMoves=떠올리기 기술
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=배틀박스:
Main.L_BattleVersion=Battle Version:
Main.L_Box=박스
@ -259,6 +267,7 @@ Main.Label_EXP=경험치:
Main.Label_Form=폼:
Main.Label_Friendship=친밀도:
Main.Label_GroundTile=인카운터:
Main.Label_GVs=GVs
Main.Label_HatchCounter=부화 카운터:
Main.Label_HeldItem=지닌 물건:
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=지닌 물건 없음
Main.mnu_DeletePastGen=이전 세대
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=수정
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=알 부화
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=대단한특훈
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=현재 트레이너와의 기억
MemoryAmie.Tab_Other=Other
MemoryAmie.Tab_OTMemory=어버이와의 기억
MemoryAmie.Tab_Residence=거주지
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=모두 주기
RibbonEditor.B_Cancel=취소
RibbonEditor.B_None=모두 제거
@ -615,6 +629,7 @@ SAV_HallOfFame7.L_C3=포켓몬 3:
SAV_HallOfFame7.L_C4=포켓몬 4:
SAV_HallOfFame7.L_C5=포켓몬 5:
SAV_HallOfFame7.L_C6=포켓몬 6:
SAV_HallOfFame7.L_Current=현재
SAV_HallOfFame7.L_EC=스타팅 EC:
SAV_HallOfFame7.L_F1=포켓몬 1:
SAV_HallOfFame7.L_F2=포켓몬 2:
@ -622,8 +637,7 @@ SAV_HallOfFame7.L_F3=포켓몬 3:
SAV_HallOfFame7.L_F4=포켓몬 4:
SAV_HallOfFame7.L_F5=포켓몬 5:
SAV_HallOfFame7.L_F6=포켓몬 6:
SAV_HallOfFame7.label1=최초
SAV_HallOfFame7.label2=현재
SAV_HallOfFame7.L_First=최초
SAV_HoneyTree.B_Cancel=취소
SAV_HoneyTree.B_Catchable=Make catchable
SAV_HoneyTree.B_Save=저장
@ -853,7 +867,6 @@ SAV_Misc5.TAB_Entralink=하일링크
SAV_Misc5.TAB_Forest=숲
SAV_Misc5.TAB_Main=Main
SAV_Misc5.TAB_Subway=Subway
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -863,6 +876,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=필터 초기화
SAV_MysteryGiftDB.B_Search=검색!
@ -1033,6 +1047,59 @@ SAV_PokedexGG.L_RHeightMin=최소
SAV_PokedexGG.L_RWeight=몸무게
SAV_PokedexGG.L_RWeightMax=최대
SAV_PokedexGG.L_RWeightMin=최소
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=취소
SAV_PokedexORAS.B_GiveAll=모두 선택
SAV_PokedexORAS.B_Modify=수정...
@ -1063,6 +1130,12 @@ SAV_PokedexORAS.L_FormDisplayed=도감에 보일 폼:
SAV_PokedexORAS.L_FormsSeen=만난 폼:
SAV_PokedexORAS.L_goto=이동:
SAV_PokedexORAS.L_Spinda=얼루기:
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=취소
SAV_PokedexSM.B_GiveAll=모두 선택
SAV_PokedexSM.B_Modify=수정...
@ -1111,12 +1184,12 @@ SAV_PokedexSWSH.CHK_S=이로치
SAV_PokedexSWSH.GB_Displayed=도감에 보일 상태
SAV_PokedexSWSH.GB_Language=언어
SAV_PokedexSWSH.L_Battled=배틀함:
SAV_PokedexSWSH.L_DisplayedForm=도감에 보일 폼:
SAV_PokedexSWSH.L_Female=암컷
SAV_PokedexSWSH.L_FemaleShiny=*암컷*
SAV_PokedexSWSH.L_goto=이동:
SAV_PokedexSWSH.L_Male=수컷
SAV_PokedexSWSH.label1=도감에 보일 폼:
SAV_PokedexSWSH.label3=암컷
SAV_PokedexSWSH.label4=*수컷*
SAV_PokedexSWSH.label5=*암컷*
SAV_PokedexSWSH.L_MaleShiny=*수컷*
SAV_PokedexXY.B_Cancel=취소
SAV_PokedexXY.B_GiveAll=모두 선택
SAV_PokedexXY.B_Modify=수정...
@ -1220,8 +1293,8 @@ SAV_SimplePokedex.B_CaughtNone=모두 잡지 못함
SAV_SimplePokedex.B_Save=저장
SAV_SimplePokedex.B_SeenAll=모두 만남
SAV_SimplePokedex.B_SeenNone=모두 만나지 못함
SAV_SimplePokedex.Label_Caught=잡음:
SAV_SimplePokedex.Label_Seen=만남:
SAV_SimplePokedex.label2=잡음:
SAV_SimpleTrainer.B_Cancel=취소
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1256,12 +1329,7 @@ SAV_SuperTrain.B_Save=저장
SAV_SuperTrain.L_Bags=Training Bags
SAV_SuperTrain.L_Records=Records
SAV_SuperTrain.L_Species=종류:
SAV_SuperTrain.L_Species2=종류
SAV_SuperTrain.L_Time0=시간:
SAV_SuperTrain.L_Time1=시간1
SAV_SuperTrain.L_Time2=시간2
SAV_SuperTrain.L_Unk=L_Unk
SAV_SuperTrain.L_UNKNOWN=UNKNOWN
SAV_Trainer.B_Cancel=취소
SAV_Trainer.B_GiveAccessories=모든 액세서리 주기
SAV_Trainer.B_MaxCash=+
@ -1477,6 +1545,26 @@ SAV_Trainer8.Tab_BadgeMap=맵
SAV_Trainer8.Tab_MiscValues=기타
SAV_Trainer8.Tab_Overview=개요
SAV_Trainer8.Tab_Team=팀
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save

View File

@ -4,6 +4,7 @@ ErrorWindow=错误
KChart=信息列表
Main=PKHeX
MemoryAmie=回忆编辑器
MoveShopEditor=Move Shop Editor
RibbonEditor=奖章
SAV_Apricorn=球果编辑
SAV_BerryField=树果田查看器
@ -39,7 +40,9 @@ SAV_Pokedex4=图鉴编辑
SAV_Pokedex5=图鉴编辑
SAV_PokedexBDSP=Pokédex Editor
SAV_PokedexGG=图鉴编辑
SAV_PokedexLA=Pokédex Editor
SAV_PokedexORAS=图鉴编辑
SAV_PokedexResearchEditorLA=Pokédex Research Editor
SAV_PokedexSM=图鉴编辑
SAV_PokedexSWSH=图鉴编辑
SAV_PokedexXY=图鉴编辑
@ -56,6 +59,7 @@ SAV_Trainer=训练家资料
SAV_Trainer7=训练家资料
SAV_Trainer7GG=训练家资料
SAV_Trainer8=训练家资料
SAV_Trainer8a=Trainer Data Editor
SAV_Trainer8b=Trainer Data Editor
SAV_Underground=地下世界编辑
SAV_Underground8b=Underground Items Editor
@ -109,7 +113,7 @@ LocalizedDescription.NicknamedMysteryGift=玩家无法取昵称的神秘礼物
LocalizedDescription.NicknamedTrade=游戏内交换宝可梦昵称合法性检查等级。
LocalizedDescription.OtherBackupPaths=查找存档文件的位置列表。
LocalizedDescription.OtherSaveFileExtensions=程序可识别的其他存档文件扩展名(不包含扩展名前的点)
LocalizedDescription.PathBlockKeyListSWSH=转储的数据块的hash-名称映射关系的文件地址。如果文件不存在,只有软件代码中已定义的名称会被加载。
LocalizedDescription.PathBlockKeyList=Folder path that contains dump(s) of block hash-names. If a specific dump file does not exist, only names defined within the program's code will be loaded.
LocalizedDescription.PlaySoundLegalityCheck=弹窗合法性报告时播放声音
LocalizedDescription.PlaySoundSAVLoad=读取新档时播放声音
LocalizedDescription.PluginLoadMethod=Loads plugins from the plugins folder, assuming the folder exists. Try LoadFile to mitigate intermittent load failures.
@ -143,6 +147,7 @@ Main.B_Clear=清理
Main.B_FestivalPlaza=圆庆广场
Main.B_JPEG=保存PGL.JPEG
Main.B_MailBox=邮箱
Main.B_MoveShop=Move Shop
Main.B_OpenApricorn=果球
Main.B_OpenBerryField=树果农场
Main.B_OpenBoxLayout=盒子布局
@ -191,7 +196,9 @@ Main.CHK_Fateful=命中注定般地遇见了
Main.CHK_Gigantamax=超级极巨
Main.CHK_HackedStats=修改过
Main.CHK_Infected=感染病毒
Main.CHK_IsAlpha=Alpha
Main.CHK_IsEgg=蛋
Main.CHK_IsNoble=Noble
Main.CHK_Nicknamed=昵称:
Main.CHK_NSparkle=激活
Main.CHK_Shadow=黑暗
@ -204,6 +211,7 @@ Main.GB_Markings=标记
Main.GB_nOT=最近持有人(非初训家)
Main.GB_OT=初训家信息
Main.GB_RelearnMoves=回忆招式
Main.L_AlphaMastered=Alpha Mastered:
Main.L_BattleBox=战斗箱:
Main.L_BattleVersion=对战版本:
Main.L_Box=盒子
@ -259,6 +267,7 @@ Main.Label_EXP=经验值:
Main.Label_Form=形态:
Main.Label_Friendship=亲密度:
Main.Label_GroundTile=相遇类型:
Main.Label_GVs=GVs
Main.Label_HatchCounter=孵化圈数:
Main.Label_HeldItem=持有物:
Main.Label_HiddenPowerPower=60
@ -329,6 +338,7 @@ Main.mnu_DeleteItemless=清理无持有物宝可梦
Main.mnu_DeletePastGen=清理前代宝可梦
Main.mnu_DeleteUntrained=清理无努力值宝可梦
Main.mnu_Modify=编辑
Main.mnu_ModifyGanbaru=ModifyGanbaru
Main.mnu_ModifyHatchEggs=使蛋孵化
Main.mnu_ModifyHeal=修复(能力/PP)
Main.mnu_ModifyHyperTrain=进行极限训练
@ -410,6 +420,10 @@ MemoryAmie.Tab_CTMemory=与持有人的回忆
MemoryAmie.Tab_Other=Other
MemoryAmie.Tab_OTMemory=与初训家的回忆
MemoryAmie.Tab_Residence=居住地
MoveShopEditor.B_All=Give All
MoveShopEditor.B_Cancel=Cancel
MoveShopEditor.B_None=Remove All
MoveShopEditor.B_Save=Save
RibbonEditor.B_All=获得全部
RibbonEditor.B_Cancel=取消
RibbonEditor.B_None=全部清除
@ -615,6 +629,7 @@ SAV_HallOfFame7.L_C3=精灵3:
SAV_HallOfFame7.L_C4=精灵4:
SAV_HallOfFame7.L_C5=精灵5:
SAV_HallOfFame7.L_C6=精灵6:
SAV_HallOfFame7.L_Current=当前
SAV_HallOfFame7.L_EC=御三家加密常数:
SAV_HallOfFame7.L_F1=精灵1:
SAV_HallOfFame7.L_F2=精灵2:
@ -622,8 +637,7 @@ SAV_HallOfFame7.L_F3=精灵3:
SAV_HallOfFame7.L_F4=精灵4:
SAV_HallOfFame7.L_F5=精灵5:
SAV_HallOfFame7.L_F6=精灵6:
SAV_HallOfFame7.label1=首次
SAV_HallOfFame7.label2=当前
SAV_HallOfFame7.L_First=首次
SAV_HoneyTree.B_Cancel=取消
SAV_HoneyTree.B_Catchable=设为可捕获
SAV_HoneyTree.B_Save=保存
@ -853,7 +867,6 @@ SAV_Misc5.TAB_Entralink=连入
SAV_Misc5.TAB_Forest=森林
SAV_Misc5.TAB_Main=主界面
SAV_Misc5.TAB_Subway=地铁
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.B_Cancel=Cancel
SAV_Misc8b.B_Darkrai=Unlock Darkrai Event
SAV_Misc8b.B_DefeatEyecatch=Defeat all Eyecatch Trainers
@ -863,6 +876,7 @@ SAV_Misc8b.B_Roamer=Reset Roamers
SAV_Misc8b.B_Save=Save
SAV_Misc8b.B_Shaymin=Unlock Shaymin Event
SAV_Misc8b.B_Spiritomb=Greet all Underground NPCs (Spiritomb)
SAV_Misc8b.B_Zones=Unlock All Zones
SAV_Misc8b.TAB_Main=Main
SAV_MysteryGiftDB.B_Reset=重置筛选
SAV_MysteryGiftDB.B_Search=检索!
@ -1033,6 +1047,59 @@ SAV_PokedexGG.L_RHeightMin=Min
SAV_PokedexGG.L_RWeight=重量
SAV_PokedexGG.L_RWeightMax=Max
SAV_PokedexGG.L_RWeightMin=Min
SAV_PokedexLA.B_AdvancedResearch=Edit All Tasks...
SAV_PokedexLA.B_Cancel=Cancel
SAV_PokedexLA.B_Report=Report Data
SAV_PokedexLA.B_Save=Save
SAV_PokedexLA.CHK_A=Alpha
SAV_PokedexLA.CHK_C0=Male
SAV_PokedexLA.CHK_C1=Female
SAV_PokedexLA.CHK_C2=Alpha Male
SAV_PokedexLA.CHK_C3=Alpha Female
SAV_PokedexLA.CHK_C4=Shiny Male
SAV_PokedexLA.CHK_C5=Shiny Female
SAV_PokedexLA.CHK_C6=Shiny Alpha Male
SAV_PokedexLA.CHK_C7=Shiny Alpha Female
SAV_PokedexLA.CHK_Complete=Complete
SAV_PokedexLA.CHK_G=Female
SAV_PokedexLA.CHK_MinAndMax=Has Both Min && Max
SAV_PokedexLA.CHK_O0=Male
SAV_PokedexLA.CHK_O1=Female
SAV_PokedexLA.CHK_O2=Alpha Male
SAV_PokedexLA.CHK_O3=Alpha Female
SAV_PokedexLA.CHK_O4=Shiny Male
SAV_PokedexLA.CHK_O5=Shiny Female
SAV_PokedexLA.CHK_O6=Shiny Alpha Male
SAV_PokedexLA.CHK_O7=Shiny Alpha Female
SAV_PokedexLA.CHK_Perfect=Perfect
SAV_PokedexLA.CHK_S=Shiny
SAV_PokedexLA.CHK_S0=Male
SAV_PokedexLA.CHK_S1=Female
SAV_PokedexLA.CHK_S2=Alpha Male
SAV_PokedexLA.CHK_S3=Alpha Female
SAV_PokedexLA.CHK_S4=Shiny Male
SAV_PokedexLA.CHK_S5=Shiny Female
SAV_PokedexLA.CHK_S6=Shiny Alpha Male
SAV_PokedexLA.CHK_S7=Shiny Alpha Female
SAV_PokedexLA.CHK_Seen=Seen
SAV_PokedexLA.GB_CaughtInWild=Caught in the Wild
SAV_PokedexLA.GB_Displayed=Displayed
SAV_PokedexLA.GB_Height=Height
SAV_PokedexLA.GB_Obtained=Obtained
SAV_PokedexLA.GB_ResearchTasks=Research Tasks
SAV_PokedexLA.GB_SeenInWild=Seen in the Wild
SAV_PokedexLA.GB_Statistics=Statistics
SAV_PokedexLA.GB_Weight=Weight
SAV_PokedexLA.L_ConnectHeight=-
SAV_PokedexLA.L_ConnectWeight=-
SAV_PokedexLA.L_DisplayedForm=Displayed Form:
SAV_PokedexLA.L_goto=goto:
SAV_PokedexLA.L_ResearchLevelReported=Reported:
SAV_PokedexLA.L_ResearchLevelUnreported=Unreported:
SAV_PokedexLA.L_TheoryHeight=-
SAV_PokedexLA.L_TheoryWeight=-
SAV_PokedexLA.L_UpdateIndex=Index:
SAV_PokedexLA.Label_Task=Task Description:
SAV_PokedexORAS.B_Cancel=取消
SAV_PokedexORAS.B_GiveAll=全勾选
SAV_PokedexORAS.B_Modify=修改...
@ -1063,6 +1130,12 @@ SAV_PokedexORAS.L_FormDisplayed=显示形态:
SAV_PokedexORAS.L_FormsSeen=见过形态:
SAV_PokedexORAS.L_goto=转到:
SAV_PokedexORAS.L_Spinda=晃晃斑:
SAV_PokedexResearchEditorLA.B_Cancel=Cancel
SAV_PokedexResearchEditorLA.B_Save=Save
SAV_PokedexResearchEditorLA.GB_Battle=Battle
SAV_PokedexResearchEditorLA.GB_Catch=Catch
SAV_PokedexResearchEditorLA.GB_Interact=Interact
SAV_PokedexResearchEditorLA.GB_Observe=Observe
SAV_PokedexSM.B_Cancel=取消
SAV_PokedexSM.B_GiveAll=全勾选
SAV_PokedexSM.B_Modify=修改...
@ -1111,12 +1184,12 @@ SAV_PokedexSWSH.CHK_S=异色
SAV_PokedexSWSH.GB_Displayed=显示
SAV_PokedexSWSH.GB_Language=语言:
SAV_PokedexSWSH.L_Battled=战斗:
SAV_PokedexSWSH.L_DisplayedForm=显示形态:
SAV_PokedexSWSH.L_Female=♀
SAV_PokedexSWSH.L_FemaleShiny=*♀*
SAV_PokedexSWSH.L_goto=转到:
SAV_PokedexSWSH.L_Male=♂
SAV_PokedexSWSH.label1=显示形态:
SAV_PokedexSWSH.label3=♀
SAV_PokedexSWSH.label4=*♂*
SAV_PokedexSWSH.label5=*♀*
SAV_PokedexSWSH.L_MaleShiny=*♂*
SAV_PokedexXY.B_Cancel=取消
SAV_PokedexXY.B_GiveAll=全勾选
SAV_PokedexXY.B_Modify=修改...
@ -1220,8 +1293,8 @@ SAV_SimplePokedex.B_CaughtNone=都没捕获
SAV_SimplePokedex.B_Save=保存
SAV_SimplePokedex.B_SeenAll=见过所有
SAV_SimplePokedex.B_SeenNone=都没见过
SAV_SimplePokedex.Label_Caught=捕获:
SAV_SimplePokedex.Label_Seen=见过:
SAV_SimplePokedex.label2=捕获:
SAV_SimpleTrainer.B_Cancel=取消
SAV_SimpleTrainer.B_MaxCash=+
SAV_SimpleTrainer.B_MaxCoins=+
@ -1256,12 +1329,7 @@ SAV_SuperTrain.B_Save=保存
SAV_SuperTrain.L_Bags=训练背包
SAV_SuperTrain.L_Records=记录
SAV_SuperTrain.L_Species=种类:
SAV_SuperTrain.L_Species2=种类
SAV_SuperTrain.L_Time0=时间:
SAV_SuperTrain.L_Time1=时间1
SAV_SuperTrain.L_Time2=时间2
SAV_SuperTrain.L_Unk=未知
SAV_SuperTrain.L_UNKNOWN=未知
SAV_Trainer.B_Cancel=取消
SAV_Trainer.B_GiveAccessories=获得所有服装
SAV_Trainer.B_MaxCash=+
@ -1477,6 +1545,26 @@ SAV_Trainer8.Tab_BadgeMap=地图
SAV_Trainer8.Tab_MiscValues=杂项
SAV_Trainer8.Tab_Overview=概览
SAV_Trainer8.Tab_Team=队伍
SAV_Trainer8a.B_Cancel=Cancel
SAV_Trainer8a.B_MaxCash=+
SAV_Trainer8a.B_Save=Save
SAV_Trainer8a.GB_Adventure=Adventure Info
SAV_Trainer8a.GB_Stats=Stats
SAV_Trainer8a.L_GalaxyRank=Galaxy Rank:
SAV_Trainer8a.L_Hours=Hrs:
SAV_Trainer8a.L_Language=Language:
SAV_Trainer8a.L_LastSaved=Last Saved:
SAV_Trainer8a.L_MeritCurrent=Current Merit Points:
SAV_Trainer8a.L_MeritEarned=Earned Merit Points:
SAV_Trainer8a.L_Minutes=Min:
SAV_Trainer8a.L_Money=$:
SAV_Trainer8a.L_SatchelUpgrades=Satchel Upgrades:
SAV_Trainer8a.L_Seconds=Sec:
SAV_Trainer8a.L_Started=Game Started:
SAV_Trainer8a.L_TrainerName=Trainer Name:
SAV_Trainer8a.Label_SID=SID:
SAV_Trainer8a.Label_TID=TID:
SAV_Trainer8a.Tab_Overview=Overview
SAV_Trainer8b.B_Cancel=Cancel
SAV_Trainer8b.B_MaxCash=+
SAV_Trainer8b.B_Save=Save