Update 24.03.10

This commit is contained in:
Kurt 2024-03-10 18:38:47 -05:00
parent c651c6f6cd
commit c432c56ca5
28 changed files with 139 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>24.01.12</Version>
<Version>24.03.10</Version>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<NeutralLanguage>en</NeutralLanguage>

View file

@ -31,7 +31,7 @@ public static class SolaceonRuins4
6, 7,
9, 10, 11, 12,
14, 15, 16,
18, 19, 20, 21, 22, 23, 24, 25
18, 19, 20, 21, 22, 23, 24, 25,
];
private static byte GetUnownForm(uint rand, byte prefer)

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = Ordner kann nicht gefunden werden:
MsgWindowClose = Das Fenster wird nun geschlossen.
MsgResearchRequired = Benötigt mehr Recherche.
MsgFileLoad = Datei wurde geöffnet:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = Datei kann nicht geöffnet werden.
MsgFileLoadFailAuto = Ein Fehler trat beim Öffnen des Spielstands auf.
MsgFileLoadFailAutoAdvise = Es wird empfohlen ungültiger Dateinamen aus dem Ordner zu entfernen.

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = Can't find folder:
MsgWindowClose = The current window will now close.
MsgResearchRequired = Needs more research.
MsgFileLoad = File Loaded:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = Unable to load file.
MsgFileLoadFailAuto = An error occurred while attempting to auto-load your save file.
MsgFileLoadFailAutoAdvise = It is advised to manually remove bad filenames from the folder.

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = No se encuentra el directorio:
MsgWindowClose = La ventana actual se cerrará.
MsgResearchRequired = Se requiere más investigación.
MsgFileLoad = Archivo cargado:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = No se ha podido cargar el archivo.
MsgFileLoadFailAuto = Ha ocurrido un error mientras se intentaba auto-cargar tu archivo de guardado.
MsgFileLoadFailAutoAdvise = Se recomienda eliminar manualmente los nombres de archivo incorrectos de la carpeta.

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = Impossible de localiser ce dossier:
MsgWindowClose = La fenêtre actuelle va se fermer.
MsgResearchRequired = Nécessite plus de recherche.
MsgFileLoad = Fichier chargé :
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = Impossible de charger ce fichier.
MsgFileLoadFailAuto = Une erreur s'est provenue pendant le chargement auto de votre fichier.
MsgFileLoadFailAutoAdvise = Il est conseillé de supprimer manuellement les noms de fichiers incorrects du dossier.

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = Impossibile trovare la cartella:
MsgWindowClose = La finestra corrente verrà chiusa.
MsgResearchRequired = Necessarie ricerche aggiuntive.
MsgFileLoad = File caricato:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = Impossibile caricare il file.
MsgFileLoadFailAuto = È avvenuto un errore durante il carcamento automatico del tuo file di salvataggio.
MsgFileLoadFailAutoAdvise = Si suggerisce di rimuovere manualmente file con nomi proibiti dalla cartella.

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = Can't find folder:
MsgWindowClose = The current window will now close.
MsgResearchRequired = Needs more research.
MsgFileLoad = File Loaded:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = Unable to load file.
MsgFileLoadFailAuto = An error occurred while attempting to auto-load your save file.
MsgFileLoadFailAutoAdvise = It is advised to manually remove bad filenames from the folder.

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = 폴더를 찾을 수 없음:
MsgWindowClose = 이 창이 곧 닫힙니다.
MsgResearchRequired = 추가 연구가 필요합니다.
MsgFileLoad = 파일 불러옴:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = 파일을 불러올 수 없습니다.
MsgFileLoadFailAuto = 세이브 파일을 자동으로 불러오는 중 오류가 발생했습니다.
MsgFileLoadFailAutoAdvise = 폴더에서 이름이 잘못된 파일을 직접 제거하는 것이 좋습니다.

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = 未找到文件夹:
MsgWindowClose = 当前窗口将要关闭。
MsgResearchRequired = 需要更多研究。
MsgFileLoad = 文件已加载:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = 无法读取文件。
MsgFileLoadFailAuto = 在自动读取存档文件时发生错误。
MsgFileLoadFailAutoAdvise = 建议从文件夹中手动删除错误的文件名。

View file

@ -24,6 +24,8 @@ MsgFolderNotFound = 未找到資料夾:
MsgWindowClose = 當前窗口將要關閉。
MsgResearchRequired = 尚待更多研究。
MsgFileLoad = 檔案經已載入:
MsgFileLoadAllZero = File is uninitialized (all zero). Please ensure it was properly saved.
MsgFileLoadAllFFFF = File is uninitialized (all 0xFF). Please ensure it was properly saved.
MsgFileLoadFail = 無法讀取檔案。
MsgFileLoadFailAuto = 在自動讀取儲存資料檔案時發生錯誤。
MsgFileLoadFailAutoAdvise = 建議從資料夾中手動刪除錯誤之檔案名。

View file

@ -1,7 +1,23 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
24/01/12 - New Update:
24/03/10 - New Update:
- Legality: Added Encounter Slot RNG correlation checks for Gen4 (and Gen3). Because Encounter Type PID mismatch wasn't enough!
- - When hovering over a slot, the program will indicate a possible method to encounter the slot with a lead & initial seed (not Method 1).
- - Added: Gen8+ RNG seeds that are 64bit correlation (like SW/SH raids) will now indicate the detected RNG seed.
- - Added: Gen1/2 Event Gifts are now recognized completely. Thanks @ShadowMario3!
- Changed: Save Block handling reworked to better match the real game behavior of managing chunks of memory. Thanks @foohyfooh!
- Added: Out-of-bounds text entry characters are now indicated with a [?] next to the Nickname/OT text entry. Thanks @abcboy101!
- Added: Batch Editor commands are kept when the window is closed, while the program remains open.
- Added: Loading empty save files (all 00 or FF) will now give a more detailed error message indicating failure.
- Added: More games indicate Daycare status completely. Maybe editing in the future?
- Added: Gen1/2 NSO save files are now able to be loaded, edited, and exported without needing an external tool.
- Added: Gen2 player color palette now editable via Block Data editor. Thanks @Bl4ckSh4rk!
- Added: Gen4/5 Battle Videos can now be extracted & interacted with via PKHeX.Core API code.
- Fixed: Gen3 FR/LG National Dex unlock fixed. Thanks @Bl4ckSh4rk!
- Fixed: Gen9 Alcremie formarg handling for Pokédex fixed. Thanks @sora10pls!
24/01/12 - New Update: (390462) [8476382]
- Legality: Added Mochi Mayhem Pecharunt, Regulation F, and Blaziken Tera Raid recognition.
- - Fixed: Level 100 encounters that were evolved in S/V with level-up methods (Eevee, Magikarp) now recognize correctly.
- - Fixed: Gen1/2 transfers to Gen7+ will now recognize filtered OT names as valid. Thanks @abcboy101!

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=Verstecke Event Variablen Namen, welche
LocalizedDescription.HideEventTypeBelow=Verstecke Event Variablen unter diesem Event Typ Wert. Entfernt Event Variablen aus der Benutzeroberfläche, die den Benutzer nicht interessieren.
LocalizedDescription.HideSAVDetails=Verstecke Spielstand Details in Programmtitel
LocalizedDescription.HideSecretDetails=Verstecke persönliche Details im Editor
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=Zeige Glanz bei Berührung
LocalizedDescription.HoverSlotPlayCry=Spiele PKM Ruf bei Berührung
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Überspringt die Suche, wenn vergessen wurde ein Pokémon / Attacken in die Suchkriterien einzugeben.
LocalizedDescription.RNGFrameNotFound=Zeigt in der Legalitäts Analyse an, wenn der RNG Frame Check keine Übereinstimmung findet.
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=Suche beim Laden der PKM Datenbank auch in den Backup Spielständen.
LocalizedDescription.SearchExtraSaves=Durchsuche beim Laden der PKM Datenbank auch Backup Verzeichnisse.
LocalizedDescription.SearchExtraSavesDeep=Durchsuche beim Laden der PKM Datenbank auch Unterverzeichmisse der Backup Verzeichnisse.
LocalizedDescription.SetUpdateDex=Pokédex aktualisieren
LocalizedDescription.SetUpdatePKM=PKM Eigenschaften aktualisieren
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=Schillernde Sprites
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=Unicode
LocalizedDescription.UseTabsAsCriteria=Nutze Eigeschaften aus den PKM Editor Tabs um Kriterien wie Geschlecht und Wesen bei der Generierung einer neuen Begegnung zu bestimmen.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Nutze Eigenschaften aus den PKM Editor Tabs, auch wenn die neue Begegnung nicht in der selben Evolutionslinie ist.
LocalizedDescription.Version=Zuletzt verwendete Version von PKHeX.
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=Strenge der Legalitäts Analyse bei Pokémon mit einer Höhe und einem Gewicht von 0.
Main.B_Blocks=Block Daten
Main.B_CellsStickers=Zellen/Stickers
@ -939,6 +945,7 @@ SAV_Misc5.L_FMParticipated=Teilnehmer
SAV_Misc5.L_FMTopScore=High Score
SAV_Misc5.L_FMUnlocked=Freigeschaltet
SAV_Misc5.L_Form=Form:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=Attacke:
SAV_Misc5.L_MultiFriends=Freunde
SAV_Misc5.L_MultiFriendsPast=Vergangen
@ -1012,6 +1019,9 @@ SAV_OPower.B_Save=OK
SAV_OPower.CHK_Master=??? Flag
SAV_OPower.CHK_MAX=MAX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=Typ:
SAV_Poffin8b.B_All=Alle
SAV_Poffin8b.B_Cancel=Abbr.
@ -1813,6 +1823,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=Alle Flug Ziele
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=Alle TM Rezepte
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=Karte
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests:

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=Hide event variable names for that conta
LocalizedDescription.HideEventTypeBelow=Hide event variables below this event type value. Removes event values from the GUI that the user doesn't care to view.
LocalizedDescription.HideSAVDetails=Hide Save File Details in Program Title
LocalizedDescription.HideSecretDetails=Hide Secret Details in Editors
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=Show PKM Glow on Hover
LocalizedDescription.HoverSlotPlayCry=Play PKM Slot Cry on Hover
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Skips searching if the user forgot to enter Species / Move(s) into the search criteria.
LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match.
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=When loading content for the PKM Database, search within backup save files.
LocalizedDescription.SearchExtraSaves=When loading content for the PKM Database, search within OtherBackupPaths.
LocalizedDescription.SearchExtraSavesDeep=When loading content for the PKM Database, search subfolders within OtherBackupPaths.
LocalizedDescription.SetUpdateDex=Modify Pokédex
LocalizedDescription.SetUpdatePKM=Modify PKM Info
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=Shiny Sprites
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=Unicode
LocalizedDescription.UseTabsAsCriteria=Use properties from the PKM Editor tabs to specify criteria like Gender and Nature when generating an encounter.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Use properties from the PKM Editor tabs even if the new encounter isn't the same evolution chain.
LocalizedDescription.Version=Last version that the program was run with.
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=Severity to flag a Legality Check if Pokémon has a zero value for both Height and Weight.
Main.B_Blocks=Block Data
Main.B_CellsStickers=Cells/Stickers
@ -935,6 +941,7 @@ SAV_Misc5.L_FMParticipated=Participated
SAV_Misc5.L_FMTopScore=Top Score
SAV_Misc5.L_FMUnlocked=Unlocked
SAV_Misc5.L_Form=Form:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=Move:
SAV_Misc5.L_MultiFriends=Friends
SAV_Misc5.L_MultiFriendsPast=Past
@ -1008,6 +1015,9 @@ SAV_OPower.B_Save=Save
SAV_OPower.CHK_Master=??? Flag
SAV_OPower.CHK_MAX=MAX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=Type:
SAV_Poffin8b.B_All=All
SAV_Poffin8b.B_Cancel=Cancel
@ -1809,6 +1819,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=Unlock All Fly Locations
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=Unlock All TM Recipes
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=Map Position
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests:

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=Ocultar eventos que contengan alguna de
LocalizedDescription.HideEventTypeBelow=Ocultar variables de evento por debajo de este valor de tipo de evento. Elimina de la interfaz los valores de los eventos que no le interesa version al usuario.
LocalizedDescription.HideSAVDetails=Ocultar detalles de partidas guardadas en el título del programa
LocalizedDescription.HideSecretDetails=Ocultar detalles secretos en los editores
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=Mostrar brillo PKM al pasar el ratón
LocalizedDescription.HoverSlotPlayCry=Reproducir grito PKM al pasar el ratón
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Salta la búsqueda si el usuario olvidó ingresar la especie/movimiento(s) en el criterio de búsqueda.
LocalizedDescription.RNGFrameNotFound=En la validación de legalidad, marcar Severidad si se detecta que la lógica de verificación de tramas RNG no encuentra una coincidencia.
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=Cuando se carga contenido para la base de datos PKM, buscar entre los archivos de guardado de respaldo.
LocalizedDescription.SearchExtraSaves=Cuando se carga contenido para la base de datos PKM, buscar entre OtherBackupPaths.
LocalizedDescription.SearchExtraSavesDeep=Cuando se carga contenido para la base de datos PKM, buscar subcarpetas entre OtherBackupPaths.
LocalizedDescription.SetUpdateDex=Modificar Pokédex
LocalizedDescription.SetUpdatePKM=Modificar info PKM
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=Sprites variocolor
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=Unicode
LocalizedDescription.UseTabsAsCriteria=Usar propiedades del tablero del Editor PKM para especificar criterios como Género y Naturaleza cuando se genera un encuentro.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Usar propiedades del tablero del Editor PKM incluso si el nuevo encuentro no es de la misma línea evolutiva.
LocalizedDescription.Version=Última versión con la que se ejecutó el programa.
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=En la validación de Legalidad, marcar Severidad si se detecta que el Pokémon tiene los valores de Altura y Peso son ambos cero.
Main.B_Blocks=Datos Bloque
Main.B_CellsStickers=Células/Dominsignias
@ -935,6 +941,7 @@ SAV_Misc5.L_FMParticipated=Participados
SAV_Misc5.L_FMTopScore=Puntuación tope
SAV_Misc5.L_FMUnlocked=Desbloqueado
SAV_Misc5.L_Form=Forma:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=Movimiento:
SAV_Misc5.L_MultiFriends=Amigos
SAV_Misc5.L_MultiFriendsPast=Pasado
@ -1008,6 +1015,9 @@ SAV_OPower.B_Save=Guardar
SAV_OPower.CHK_Master=??? Flag
SAV_OPower.CHK_MAX=MÁX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=Tipo:
SAV_Poffin8b.B_All=Todos
SAV_Poffin8b.B_Cancel=Cancelar
@ -1809,6 +1819,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=Unlock All Fly Locations
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=Unlock All TM Recipes
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=Posición en el mapa
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests:

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=Hide event variable names for that conta
LocalizedDescription.HideEventTypeBelow=Hide event variables below this event type value. Removes event values from the GUI that the user doesn't care to view.
LocalizedDescription.HideSAVDetails=Cacher les détails de la sauvegarde
LocalizedDescription.HideSecretDetails=Cacher les détails secrets dans les éditeurs
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=Faire briller le Pokémon au survol
LocalizedDescription.HoverSlotPlayCry=Jouer le cri du Pokémon au survol
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Saute la recherche si l'utilisateur a oublié de saisir Espèce / Capacité(s) dans les critères de recherche.
LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match.
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=When loading content for the PKM Database, search within backup save files.
LocalizedDescription.SearchExtraSaves=When loading content for the PKM Database, search within OtherBackupPaths.
LocalizedDescription.SearchExtraSavesDeep=When loading content for the PKM Database, search subfolders within OtherBackupPaths.
LocalizedDescription.SetUpdateDex=Modifier Infos Pokédex
LocalizedDescription.SetUpdatePKM=Modifier Infos Pokémon
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=Sprites Chromatiques
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=Unicode
LocalizedDescription.UseTabsAsCriteria=Use properties from the PKM Editor tabs to specify criteria like Gender and Nature when generating an encounter.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Use properties from the PKM Editor tabs even if the new encounter isn't the same evolution chain.
LocalizedDescription.Version=Last version that the program was run with.
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=Severity to flag a Legality Check if Pokémon has a zero value for both Height and Weight.
Main.B_Blocks=Bloquer données
Main.B_CellsStickers=Cells/Stickers
@ -935,6 +941,7 @@ SAV_Misc5.L_FMParticipated=Participé
SAV_Misc5.L_FMTopScore=Meilleur score
SAV_Misc5.L_FMUnlocked=Dévérouillé
SAV_Misc5.L_Form=Forme :
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=Move :
SAV_Misc5.L_MultiFriends=Amis
SAV_Misc5.L_MultiFriendsPast=Past
@ -1008,6 +1015,9 @@ SAV_OPower.B_Save=Sauvegarder
SAV_OPower.CHK_Master=??? Flag
SAV_OPower.CHK_MAX=Maximum
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=Type :
SAV_Poffin8b.B_All=Tout
SAV_Poffin8b.B_Cancel=Annuler
@ -1809,6 +1819,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=Unlock All Fly Locations
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=Unlock All TM Recipes
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=Position de la carte
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests:

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=Nascondi i nomi delle variabili evento c
LocalizedDescription.HideEventTypeBelow=Nascondi variabili evento al di sotto del valore di questa tipologia di eventi. Rimuove i valori evento dall'Interfaccia di non interesse dell'utente.
LocalizedDescription.HideSAVDetails=Nascondi i dettagli del File di Salvataggio dal Titolo del Programma.
LocalizedDescription.HideSecretDetails=Nascondi i Dettagli Segreti dagli Editor.
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=Mostra l'evidenziatura del Pokémon al passaggio del Mouse
LocalizedDescription.HoverSlotPlayCry=Ascolta il verso del Pokémon al passaggio del Mouse
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Salta il processo di ricerca se l'utente non ha inserito la Specie o le Mosse nei filtri di ricerca.
LocalizedDescription.RNGFrameNotFound=Forza una segnalazione di Legalità se la logica di controllo RNG non trova una corrispondenza.
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=Cerca nei backup dei salvataggi quando carica il contenuto per il Database Pokémon.
LocalizedDescription.SearchExtraSaves=Cerca in OtherBackupPaths quando carica il contenuto per il Database Pokémon.
LocalizedDescription.SearchExtraSavesDeep=Cerca nelle sottocartelle di OtherBackupPaths quando carica il contenuto per il Database Pokémon.
LocalizedDescription.SetUpdateDex=Modifica Pokédex
LocalizedDescription.SetUpdatePKM=Modifica info Pokémon
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=Sprite Shiny
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=Unicode
LocalizedDescription.UseTabsAsCriteria=Usa proprietà dell'Editor Pokémon per specificare criteri come il Sesso o la Natura quando si genera un incontro.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Usa prorietà dell'Editor Pokémon anche se il nuovo incontro non è della stessa catena evolutiva.
LocalizedDescription.Version=Ultima versione con cui il programma era stato eseguito.
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=Forza una segnalazione di Legalità se il Pokémon ha zero sia nel Peso che nell'Altezza.
Main.B_Blocks=Blocchi di Dati
Main.B_CellsStickers=Cellule e Adesivi
@ -935,6 +941,7 @@ SAV_Misc5.L_FMParticipated=Partecipato
SAV_Misc5.L_FMTopScore=Miglior Punteggio
SAV_Misc5.L_FMUnlocked=Sbloccato
SAV_Misc5.L_Form=Forma:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=Mossa:
SAV_Misc5.L_MultiFriends=Amici
SAV_Misc5.L_MultiFriendsPast=Scorso
@ -1008,6 +1015,9 @@ SAV_OPower.B_Save=Salva
SAV_OPower.CHK_Master=??? Segnale
SAV_OPower.CHK_MAX=MAX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=Tipo:
SAV_Poffin8b.B_All=Tutto
SAV_Poffin8b.B_Cancel=Annulla
@ -1809,6 +1819,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=Sblocca tutti i Punti di Volo
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=Ottieni tutte le ricette per MT
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=Posizione Mappa
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests:

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=Hide event variable names for that conta
LocalizedDescription.HideEventTypeBelow=Hide event variables below this event type value. Removes event values from the GUI that the user doesn't care to view.
LocalizedDescription.HideSAVDetails=Hide Save File Details in Program Title
LocalizedDescription.HideSecretDetails=Hide Secret Details in Editors
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=Show PKM Glow on Hover
LocalizedDescription.HoverSlotPlayCry=Play PKM Slot Cry on Hover
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Skips searching if the user forgot to enter Species / Move(s) into the search criteria.
LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match.
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=When loading content for the PKM Database, search within backup save files.
LocalizedDescription.SearchExtraSaves=When loading content for the PKM Database, search within OtherBackupPaths.
LocalizedDescription.SearchExtraSavesDeep=When loading content for the PKM Database, search subfolders within OtherBackupPaths.
LocalizedDescription.SetUpdateDex=ポケモン図鑑に反映
LocalizedDescription.SetUpdatePKM=PKM情報の変更
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=色違いアイコン
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=Unicode
LocalizedDescription.UseTabsAsCriteria=Use properties from the PKM Editor tabs to specify criteria like Gender and Nature when generating an encounter.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Use properties from the PKM Editor tabs even if the new encounter isn't the same evolution chain.
LocalizedDescription.Version=Last version that the program was run with.
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=Severity to flag a Legality Check if Pokémon has a zero value for both Height and Weight.
Main.B_Blocks=ブロック・データ
Main.B_CellsStickers=ヌシール/セル
@ -935,6 +941,7 @@ SAV_Misc5.L_FMParticipated=Participated
SAV_Misc5.L_FMTopScore=Top Score
SAV_Misc5.L_FMUnlocked=アンロック
SAV_Misc5.L_Form=Form:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=Move:
SAV_Misc5.L_MultiFriends=Friends
SAV_Misc5.L_MultiFriendsPast=Past
@ -1008,6 +1015,9 @@ SAV_OPower.B_Save=保存
SAV_OPower.CHK_Master=??? Flag
SAV_OPower.CHK_MAX=MAX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=Type:
SAV_Poffin8b.B_All=All
SAV_Poffin8b.B_Cancel=Cancel
@ -1809,6 +1819,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=Unlock All Fly Locations
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=Unlock All TM Recipes
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=Map Position
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests:

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=Hide event variable names for that conta
LocalizedDescription.HideEventTypeBelow=Hide event variables below this event type value. Removes event values from the GUI that the user doesn't care to view.
LocalizedDescription.HideSAVDetails=프로그램 제목에서 세이브 파일 상세 정보 숨기기
LocalizedDescription.HideSecretDetails=편집 시 비밀 정보 숨기기
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=마우스 오버 시 포켓몬 빛내기
LocalizedDescription.HoverSlotPlayCry=마우스 오버 시 포켓몬 울음소리 재생
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Skips searching if the user forgot to enter Species / Move(s) into the search criteria.
LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match.
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=When loading content for the PKM Database, search within backup save files.
LocalizedDescription.SearchExtraSaves=When loading content for the PKM Database, search within OtherBackupPaths.
LocalizedDescription.SearchExtraSavesDeep=When loading content for the PKM Database, search subfolders within OtherBackupPaths.
LocalizedDescription.SetUpdateDex=포켓몬 도감 자동 수정
LocalizedDescription.SetUpdatePKM=포켓몬 정보 자동 수정
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=이로치 스프라이트 사용
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=유니코드 사용
LocalizedDescription.UseTabsAsCriteria=Use properties from the PKM Editor tabs to specify criteria like Gender and Nature when generating an encounter.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Use properties from the PKM Editor tabs even if the new encounter isn't the same evolution chain.
LocalizedDescription.Version=Last version that the program was run with.
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=Severity to flag a Legality Check if Pokémon has a zero value for both Height and Weight.
Main.B_Blocks=블록 데이터
Main.B_CellsStickers=셀/스티커
@ -935,6 +941,7 @@ SAV_Misc5.L_FMParticipated=Participated
SAV_Misc5.L_FMTopScore=Top Score
SAV_Misc5.L_FMUnlocked=Unlocked
SAV_Misc5.L_Form=Form:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=Move:
SAV_Misc5.L_MultiFriends=Friends
SAV_Misc5.L_MultiFriendsPast=Past
@ -1008,6 +1015,9 @@ SAV_OPower.B_Save=저장
SAV_OPower.CHK_Master=??? 플래그
SAV_OPower.CHK_MAX=MAX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=유형:
SAV_Poffin8b.B_All=All
SAV_Poffin8b.B_Cancel=Cancel
@ -1809,6 +1819,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=Unlock All Fly Locations
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=Unlock All TM Recipes
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=Map Position
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests:

View file

@ -104,9 +104,8 @@ LocalizedDescription.BackHighlighted=鼠标悬停的招式选择背景颜色。
LocalizedDescription.BackLegal=合法招式背景颜色。
LocalizedDescription.BAKEnabled=自动保存文件备份已启用
LocalizedDescription.BAKPrompt=记录是否向用户发送过“创建备份”提示。
LocalizedDescription.BoxExport=Settings to use for box exports.
LocalizedDescription.CheckActiveHandler=检查上次存档数据和当前持有人状态,以确定宝可梦当前持有人是否与预期值一致。
LocalizedDescription.BoxExport=用于框导出的设置。
LocalizedDescription.CheckActiveHandler=检查上次存档数据和当前持有人状态,以确定宝可梦当前持有人是否与预期值一致。
LocalizedDescription.CheckWordFilter=检查昵称和训练家名称是否存在违禁词。违禁词会根据3DS的正则列表规则标记。
LocalizedDescription.CurrentHandlerMismatch=如果当前持有人与预期值不匹配,则开启严格合法性检查。
LocalizedDescription.DefaultBoxExportNamer=如果有多个可用的文件名则选择文件名用于GUI的框导出。
@ -126,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=隐藏不需要展示的活动名称,
LocalizedDescription.HideEventTypeBelow=隐藏不要展示的活动类型。
LocalizedDescription.HideSAVDetails=隐藏程序标题中的保存文件详细信息。
LocalizedDescription.HideSecretDetails=在编辑器中隐藏秘密细节。
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=在悬停时显示PKM闪烁。
LocalizedDescription.HoverSlotPlayCry=在悬停时播放槽位PKM叫声。
LocalizedDescription.HoverSlotShowEncounter=悬停时显示遭遇信息。
@ -152,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=悬停时在 PKM 周围时显示发光
LocalizedDescription.PreviewShowPaste=在悬停在特殊预览中显示Showdown粘贴。
LocalizedDescription.ReturnNoneIfEmptySearch=如果用户忘记在搜索条件中输入种类/招式,则跳过搜索。
LocalizedDescription.RNGFrameNotFound=RNG帧匹配合法性检查等级。
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=当加载 PKM 数据库内容时,包含其他备份储存资料档案。
LocalizedDescription.SearchExtraSaves=当加载 PKM数据库属性时包含其他备份路径内档案。
LocalizedDescription.SearchExtraSavesDeep=当加载 PKM 数据库内容时,包含其他备份路径内子资料夹。
LocalizedDescription.SetUpdateDex=修改图鉴
LocalizedDescription.SetUpdatePKM=修改宝可梦
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=异色按钮符号不使用unicode字符
LocalizedDescription.ShinySprites=异色图标
LocalizedDescription.ShinyUnicode=异色按钮符号使用unicode字符
@ -182,6 +185,8 @@ LocalizedDescription.Unicode=使用Unicode显示性别符号禁用时使用AS
LocalizedDescription.UseTabsAsCriteria=在生成相遇时,使用 PKM 编辑器选项卡中的属性指定性别和特性等标准。
LocalizedDescription.UseTabsAsCriteriaAnySpecies=使用PKM编辑器选项卡中的属性即使新相遇不是同一个进化链。
LocalizedDescription.Version=上次程序运行时的版本。
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=宝可梦身高体重都为0时合法性检查的严格程度。
Main.B_Blocks=数据块
Main.B_CellsStickers=细胞/贴纸
@ -195,7 +200,7 @@ Main.B_MoveShop=招式商店
Main.B_OpenApricorn=球果
Main.B_OpenBerryField=树果农场
Main.B_OpenBoxLayout=盒子布局
Main.B_OpenChatterEditor=喋喋不休
Main.B_OpenChatterEditor=喋喋不休
Main.B_OpenEventFlags=事件旗标
Main.B_OpenFriendSafari=朋友狩猎
Main.B_OpenGeonetEditor=地理网
@ -936,6 +941,7 @@ SAV_Misc5.L_FMParticipated=已参加
SAV_Misc5.L_FMTopScore=最高分
SAV_Misc5.L_FMUnlocked=解锁
SAV_Misc5.L_Form=形态:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=招式:
SAV_Misc5.L_MultiFriends=朋友
SAV_Misc5.L_MultiFriendsPast=过去
@ -1009,6 +1015,9 @@ SAV_OPower.B_Save=保存
SAV_OPower.CHK_Master=???旗帜
SAV_OPower.CHK_MAX=MAX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=类型:
SAV_Poffin8b.B_All=所有
SAV_Poffin8b.B_Cancel=取消
@ -1811,6 +1820,7 @@ SAV_Trainer9.B_UnlockCoaches=解锁所有教员
SAV_Trainer9.B_UnlockFlyLocations=解锁全部飞行点
SAV_Trainer9.B_UnlockThrowStyles=解锁所有投球方式
SAV_Trainer9.B_UnlockTMRecipes=解锁全部招式制作
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=地图位置
SAV_Trainer9.L_BBQGroup=集友圈任务:
SAV_Trainer9.L_BBQSolo=单人任务:

View file

@ -125,6 +125,7 @@ LocalizedDescription.HideEvent8Contains=隱藏包含逗號分隔子串之活動
LocalizedDescription.HideEventTypeBelow=隱藏該活動類型值下之各類事件並從GUI中移除用戶不關心的活動名稱值。
LocalizedDescription.HideSAVDetails=隱藏程式標題中的儲存資料檔詳細資訊
LocalizedDescription.HideSecretDetails=在編輯器中隱藏秘密細節
LocalizedDescription.HOMETransferTrackerNotPresent=Severity to flag a Legality Check if the HOME Tracker is Missing
LocalizedDescription.HoverSlotGlowEdges=在懸停時顯示PKM Glow
LocalizedDescription.HoverSlotPlayCry=在懸停時播放PKM Slot Cry
LocalizedDescription.HoverSlotShowEncounter=Show Encounter Info in on Hover
@ -151,11 +152,14 @@ LocalizedDescription.PreviewCursorShift=Show a Glow effect around the PKM on Hov
LocalizedDescription.PreviewShowPaste=Show Showdown Paste in special Preview on Hover
LocalizedDescription.ReturnNoneIfEmptySearch=Skips searching if the user forgot to enter Species / Move(s) into the search criteria.
LocalizedDescription.RNGFrameNotFound=RNG幀匹配度合法性檢查等級。
LocalizedDescription.RNGFrameNotFound3=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 3 encounters.
LocalizedDescription.RNGFrameNotFound4=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match for Generation 4 encounters.
LocalizedDescription.SearchBackups=當加載 PKM 數據庫内容時,包含其他備份儲存資料檔案
LocalizedDescription.SearchExtraSaves=當加載 PKM 數據庫内容時,包含其他備份路徑内檔案
LocalizedDescription.SearchExtraSavesDeep=當加載 PKM 數據庫内容時,包含其他備份路徑内子資料夾
LocalizedDescription.SetUpdateDex=修改圖鑒
LocalizedDescription.SetUpdatePKM=修改寶可夢
LocalizedDescription.SetUpdateRecords=Automatically increment the Save File's counters for obtained Pokémon (eggs/captures) when injecting a PKM.
LocalizedDescription.ShinyDefault=Shiny star when not using unicode characters.
LocalizedDescription.ShinySprites=異色圖示
LocalizedDescription.ShinyUnicode=Shiny star when using unicode characters.
@ -181,6 +185,8 @@ LocalizedDescription.Unicode=使用Unicode顯示性別符號禁用時使用AS
LocalizedDescription.UseTabsAsCriteria=Use properties from the PKM Editor tabs to specify criteria like Gender and Nature when generating an encounter.
LocalizedDescription.UseTabsAsCriteriaAnySpecies=Use properties from the PKM Editor tabs even if the new encounter isn't the same evolution chain.
LocalizedDescription.Version=上次程式運行時的版本
LocalizedDescription.VirtualConsoleSourceGen1=Default version to set when transferring from Generation 1 3DS Virtual Console to Generation 7.
LocalizedDescription.VirtualConsoleSourceGen2=Default version to set when transferring from Generation 2 3DS Virtual Console to Generation 7.
LocalizedDescription.ZeroHeightWeight=對身高體重均為0之寶可夢的合法性檢測嚴格程度。
Main.B_Blocks=資料塊
Main.B_CellsStickers=細胞/貼紙
@ -194,7 +200,7 @@ Main.B_MoveShop=招式商店
Main.B_OpenApricorn=果球
Main.B_OpenBerryField=樹果農場
Main.B_OpenBoxLayout=盒子佈局
Main.B_OpenChatterEditor=喋喋不休
Main.B_OpenChatterEditor=喋喋不休
Main.B_OpenEventFlags=事件旗標
Main.B_OpenFriendSafari=朋友狩獵
Main.B_OpenGeonetEditor=寰宇網
@ -935,6 +941,7 @@ SAV_Misc5.L_FMParticipated=已參加
SAV_Misc5.L_FMTopScore=最高分
SAV_Misc5.L_FMUnlocked=解鎖
SAV_Misc5.L_Form=形態:
SAV_Misc5.L_Gender=Gender:
SAV_Misc5.L_Move=招式:
SAV_Misc5.L_MultiFriends=朋友
SAV_Misc5.L_MultiFriendsPast=過去
@ -1008,6 +1015,9 @@ SAV_OPower.B_Save=儲存
SAV_OPower.CHK_Master=???旗幟
SAV_OPower.CHK_MAX=MAX
SAV_OPower.CHK_S=S
SAV_OPower.GB_Battle=Battle
SAV_OPower.GB_Field=Field
SAV_OPower.L_Points=Points:
SAV_OPower.L_Type=類型:
SAV_Poffin8b.B_All=所有
SAV_Poffin8b.B_Cancel=取消
@ -1809,6 +1819,7 @@ SAV_Trainer9.B_UnlockCoaches=Unlock All Coaches
SAV_Trainer9.B_UnlockFlyLocations=解鎖全部飛翔傳送點
SAV_Trainer9.B_UnlockThrowStyles=Unlock All Throw Styles
SAV_Trainer9.B_UnlockTMRecipes=取得全部招式製作配方
SAV_Trainer9.GB_BBQ=BBQ
SAV_Trainer9.GB_Map=地圖位置
SAV_Trainer9.L_BBQGroup=Group Quests:
SAV_Trainer9.L_BBQSolo=Solo Quests: