From 207680b2f197d90f27e0928ff164f4732c08a7f7 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 20 May 2021 15:05:40 -0700 Subject: [PATCH] Update translatable lists --- PKHeX.Core/Resources/text/de/MessageStrings_de.txt | 1 + PKHeX.Core/Resources/text/en/MessageStrings_en.txt | 1 + PKHeX.Core/Resources/text/es/MessageStrings_es.txt | 1 + PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt | 1 + PKHeX.Core/Resources/text/it/MessageStrings_it.txt | 1 + PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt | 1 + PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt | 1 + PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt | 1 + PKHeX.WinForms/Resources/text/lang_de.txt | 5 +++++ PKHeX.WinForms/Resources/text/lang_en.txt | 5 +++++ PKHeX.WinForms/Resources/text/lang_es.txt | 5 +++++ PKHeX.WinForms/Resources/text/lang_fr.txt | 5 +++++ PKHeX.WinForms/Resources/text/lang_it.txt | 5 +++++ PKHeX.WinForms/Resources/text/lang_ja.txt | 5 +++++ PKHeX.WinForms/Resources/text/lang_ko.txt | 5 +++++ PKHeX.WinForms/Resources/text/lang_zh.txt | 5 +++++ 16 files changed, 48 insertions(+) diff --git a/PKHeX.Core/Resources/text/de/MessageStrings_de.txt b/PKHeX.Core/Resources/text/de/MessageStrings_de.txt index fe430c46b..3a027d0a9 100644 --- a/PKHeX.Core/Resources/text/de/MessageStrings_de.txt +++ b/PKHeX.Core/Resources/text/de/MessageStrings_de.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = The following item(s) have been removed from the {0} pouch MsgSaveDifferentTypes = Save File types are different. MsgSaveDifferentVersions = Save File versions are not the same. MsgSaveNumberInvalid = Save File {0} is not valid. +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.Core/Resources/text/en/MessageStrings_en.txt b/PKHeX.Core/Resources/text/en/MessageStrings_en.txt index db21aa850..c8a628c85 100644 --- a/PKHeX.Core/Resources/text/en/MessageStrings_en.txt +++ b/PKHeX.Core/Resources/text/en/MessageStrings_en.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = The following item(s) have been removed from the {0} pouch MsgSaveDifferentTypes = Save File types are different. MsgSaveDifferentVersions = Save File versions are not the same. MsgSaveNumberInvalid = Save File {0} is not valid. +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.Core/Resources/text/es/MessageStrings_es.txt b/PKHeX.Core/Resources/text/es/MessageStrings_es.txt index 1bb7c883f..b2fe20b6b 100644 --- a/PKHeX.Core/Resources/text/es/MessageStrings_es.txt +++ b/PKHeX.Core/Resources/text/es/MessageStrings_es.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = Los siguientes artículos se han eliminado de la bolsa {0} MsgSaveDifferentTypes = Los tipos de archivos de guardado son diferentes. MsgSaveDifferentVersions = Las versiones de los archivos de guardado no son iguales. MsgSaveNumberInvalid = Archivo de Guardado {0} no es válido. +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt b/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt index 83f1f724d..b2742b650 100644 --- a/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt +++ b/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = The following item(s) have been removed from the {0} pouch MsgSaveDifferentTypes = Les types de sauvegarde ne sont pas les mêmes. MsgSaveDifferentVersions = Les versions ne sont pas les mêmes. MsgSaveNumberInvalid = Sauvegarde {0} invalide. +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.Core/Resources/text/it/MessageStrings_it.txt b/PKHeX.Core/Resources/text/it/MessageStrings_it.txt index fe430c46b..3a027d0a9 100644 --- a/PKHeX.Core/Resources/text/it/MessageStrings_it.txt +++ b/PKHeX.Core/Resources/text/it/MessageStrings_it.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = The following item(s) have been removed from the {0} pouch MsgSaveDifferentTypes = Save File types are different. MsgSaveDifferentVersions = Save File versions are not the same. MsgSaveNumberInvalid = Save File {0} is not valid. +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt b/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt index fe430c46b..3a027d0a9 100644 --- a/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt +++ b/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = The following item(s) have been removed from the {0} pouch MsgSaveDifferentTypes = Save File types are different. MsgSaveDifferentVersions = Save File versions are not the same. MsgSaveNumberInvalid = Save File {0} is not valid. +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt b/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt index 5fd584e52..2c29bbba3 100644 --- a/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt +++ b/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = 다음 아이템을 가방에서 제거했습니다. MsgSaveDifferentTypes = 세이브 파일 유형이 서로 다릅니다. MsgSaveDifferentVersions = 세이브 파일 버전이 일치하지 않습니다. MsgSaveNumberInvalid = {0} 세이브 파일이 잘못되었습니다. +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt b/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt index f596592e4..122e2b7a4 100644 --- a/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt +++ b/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt @@ -232,3 +232,4 @@ MsgItemPouchRemoved = 下列道具已从 {0} 物品栏删除。 MsgSaveDifferentTypes = 存档文件类型不同。 MsgSaveDifferentVersions = 存档文件版本不同。 MsgSaveNumberInvalid = 存档文件 {0} 无效。 +MsgPluginFailLoad = Plugins failed to load. Please refer to the error message to identify the faulty plugin. A plugin may be out of date / incompatible with this build of the program. diff --git a/PKHeX.WinForms/Resources/text/lang_de.txt b/PKHeX.WinForms/Resources/text/lang_de.txt index c0d2231eb..927e3498f 100644 --- a/PKHeX.WinForms/Resources/text/lang_de.txt +++ b/PKHeX.WinForms/Resources/text/lang_de.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=Apply StatNature to Nature on Import LocalizedDescription.AutoLoadSaveOnStartup=Automatically Detect Save File on Program Startup LocalizedDescription.BAKEnabled=Automatic Save File Backups Enabled LocalizedDescription.BAKPrompt=Tracks if the "Create Backup" prompt has been issued to the user. +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=Flag Illegal Slots in Save File LocalizedDescription.ForceHaXOnLaunch=Force HaX mode on Program Launch LocalizedDescription.Gen7TransferStarPID=Severity to flag a Legality Check if Pokémon from Gen1/2 has a Star Shiny PID. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severity to flag a Legality Check i LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if it is a nicknamed Mystery Gift the player cannot normally nickname. 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.PlaySoundLegalityCheck=Play Sound when popping up Legality Report LocalizedDescription.PlaySoundSAVLoad=Play Sound when loading a new Save File LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match. LocalizedDescription.SetUpdateDex=Ändern Pokédex LocalizedDescription.SetUpdatePKM=Ändern PKM Info LocalizedDescription.ShinySprites=Shiny Sprites +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=Show Egg Sprite As Held Item LocalizedDescription.TryDetectRecentSave=Automatically locates the most recently saved Save File when opening a new file. LocalizedDescription.Unicode=Unicode @@ -481,6 +485,7 @@ SAV_Database.Tab_General=General SAV_Encounters.B_Reset=Reset Filters SAV_Encounters.B_Search=Search! SAV_Encounters.CHK_IsEgg=Egg +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=Count: {0} SAV_Encounters.L_Move1=Move 1: SAV_Encounters.L_Move2=Move 2: diff --git a/PKHeX.WinForms/Resources/text/lang_en.txt b/PKHeX.WinForms/Resources/text/lang_en.txt index 1a5f59723..f25f102d0 100644 --- a/PKHeX.WinForms/Resources/text/lang_en.txt +++ b/PKHeX.WinForms/Resources/text/lang_en.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=Apply StatNature to Nature on Import LocalizedDescription.AutoLoadSaveOnStartup=Automatically Detect Save File on Program Startup LocalizedDescription.BAKEnabled=Automatic Save File Backups Enabled LocalizedDescription.BAKPrompt=Tracks if the "Create Backup" prompt has been issued to the user. +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=Flag Illegal Slots in Save File LocalizedDescription.ForceHaXOnLaunch=Force HaX mode on Program Launch LocalizedDescription.Gen7TransferStarPID=Severity to flag a Legality Check if Pokémon from Gen1/2 has a Star Shiny PID. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severity to flag a Legality Check i LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if it is a nicknamed Mystery Gift the player cannot normally nickname. 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.PlaySoundLegalityCheck=Play Sound when popping up Legality Report LocalizedDescription.PlaySoundSAVLoad=Play Sound when loading a new Save File LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match. LocalizedDescription.SetUpdateDex=Modify Pokédex LocalizedDescription.SetUpdatePKM=Modify PKM Info LocalizedDescription.ShinySprites=Shiny Sprites +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=Show Egg Sprite As Held Item LocalizedDescription.TryDetectRecentSave=Automatically locates the most recently saved Save File when opening a new file. LocalizedDescription.Unicode=Unicode @@ -477,6 +481,7 @@ SAV_Database.Tab_General=General SAV_Encounters.B_Reset=Reset Filters SAV_Encounters.B_Search=Search! SAV_Encounters.CHK_IsEgg=Egg +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=Count: {0} SAV_Encounters.L_Move1=Move 1: SAV_Encounters.L_Move2=Move 2: diff --git a/PKHeX.WinForms/Resources/text/lang_es.txt b/PKHeX.WinForms/Resources/text/lang_es.txt index 5156571b7..2203f6303 100644 --- a/PKHeX.WinForms/Resources/text/lang_es.txt +++ b/PKHeX.WinForms/Resources/text/lang_es.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=Aplicar StatNature a la naturaleza al importar LocalizedDescription.AutoLoadSaveOnStartup=Detectar automáticamente el archivo de guardado al iniciar el programa LocalizedDescription.BAKEnabled=Respaldo Automático de archivos de guardado habilitado LocalizedDescription.BAKPrompt=Realiza un seguimiento si el usuario recibe el mensaje "Crear copia de seguridad". +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=Marca ilegal LocalizedDescription.ForceHaXOnLaunch=Forzar el modo HaX al Inicio de Programa LocalizedDescription.Gen7TransferStarPID=Severidad para marcar una validación de legalidad si el Pokémon de Gen 1/2 tiene un PID variocolor estrella. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severidad para marcar una validaci LocalizedDescription.NicknamedMysteryGift=Severidad para marcar una validación de legalidad si se trata de un regalo misterioso apodado que el jugador normalmente no puede apodar. LocalizedDescription.NicknamedTrade=Severidad para marcar una validación 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 en archivos guardados. +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.PlaySoundLegalityCheck=Reproducir sonido en la validación de Legalidad LocalizedDescription.PlaySoundSAVLoad=Reproducir sonido al cargar archivo de guardado LocalizedDescription.RNGFrameNotFound=Severidad para marcar una validación de legalidad si la lógica de verificación de tramas RNG no encuentra una coincidencia. LocalizedDescription.SetUpdateDex=Modificar Pokédex LocalizedDescription.SetUpdatePKM=Modificar info PKM LocalizedDescription.ShinySprites=Sprites variocolor +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=Mostrar sprite de huevo como objeto equipado LocalizedDescription.TryDetectRecentSave=Localiza automáticamente el archivo guardado más recientemente al abrir un archivo nuevo. LocalizedDescription.Unicode=Unicode @@ -477,6 +481,7 @@ SAV_Database.Tab_General=General SAV_Encounters.B_Reset=Reiniciar filtros SAV_Encounters.B_Search=¡Buscar! SAV_Encounters.CHK_IsEgg=Huevo +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=Cuenta: {0} SAV_Encounters.L_Move1=Mov. 1: SAV_Encounters.L_Move2=Mov. 2: diff --git a/PKHeX.WinForms/Resources/text/lang_fr.txt b/PKHeX.WinForms/Resources/text/lang_fr.txt index 24f1cc491..66b7aacb0 100644 --- a/PKHeX.WinForms/Resources/text/lang_fr.txt +++ b/PKHeX.WinForms/Resources/text/lang_fr.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=Appliquer StatNature à la nature lors de l'imp LocalizedDescription.AutoLoadSaveOnStartup=Automatically Detect Save File on Program Startup LocalizedDescription.BAKEnabled=Automatic Save File Backups Enabled LocalizedDescription.BAKPrompt=Tracks if the "Create Backup" prompt has been issued to the user. +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=Marquer les Pokémon illégaux dans la sauvegarde LocalizedDescription.ForceHaXOnLaunch=Force HaX mode on Program Launch LocalizedDescription.Gen7TransferStarPID=Severity to flag a Legality Check if Pokémon from Gen1/2 has a Star Shiny PID. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severity to flag a Legality Check i LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if it is a nicknamed Mystery Gift the player cannot normally nickname. 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.PlaySoundLegalityCheck=PlaySoundLegalityCheck LocalizedDescription.PlaySoundSAVLoad=PlaySoundSAVLoad LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match. LocalizedDescription.SetUpdateDex=Modifier Infos Pokédex LocalizedDescription.SetUpdatePKM=Modifier Infos Pokémon LocalizedDescription.ShinySprites=Sprites Chromatiques +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=Montrer le sprite de l'Œuf en tant qu'objet tenu LocalizedDescription.TryDetectRecentSave=Automatically locates the most recently saved Save File when opening a new file. LocalizedDescription.Unicode=Unicode @@ -481,6 +485,7 @@ SAV_Database.Tab_General=General SAV_Encounters.B_Reset=Reset Filters SAV_Encounters.B_Search=Search! SAV_Encounters.CHK_IsEgg=Egg +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=Count: {0} SAV_Encounters.L_Move1=Move 1: SAV_Encounters.L_Move2=Move 2: diff --git a/PKHeX.WinForms/Resources/text/lang_it.txt b/PKHeX.WinForms/Resources/text/lang_it.txt index 98ea9750f..0b56d9f82 100644 --- a/PKHeX.WinForms/Resources/text/lang_it.txt +++ b/PKHeX.WinForms/Resources/text/lang_it.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=Apply StatNature to Nature on Import LocalizedDescription.AutoLoadSaveOnStartup=Automatically Detect Save File on Program Startup LocalizedDescription.BAKEnabled=Automatic Save File Backups Enabled LocalizedDescription.BAKPrompt=Tracks if the "Create Backup" prompt has been issued to the user. +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=Flag Illegal Slots in Save File LocalizedDescription.ForceHaXOnLaunch=Force HaX mode on Program Launch LocalizedDescription.Gen7TransferStarPID=Severity to flag a Legality Check if Pokémon from Gen1/2 has a Star Shiny PID. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severity to flag a Legality Check i LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if it is a nicknamed Mystery Gift the player cannot normally nickname. 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.PlaySoundLegalityCheck=PlaySoundLegalityCheck LocalizedDescription.PlaySoundSAVLoad=PlaySoundSAVLoad LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match. LocalizedDescription.SetUpdateDex=Modify Pokédex LocalizedDescription.SetUpdatePKM=Modify PKM Info LocalizedDescription.ShinySprites=Shiny Sprites +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=Show Egg Sprite As Held Item LocalizedDescription.TryDetectRecentSave=Automatically locates the most recently saved Save File when opening a new file. LocalizedDescription.Unicode=Unicode @@ -481,6 +485,7 @@ SAV_Database.Tab_General=General SAV_Encounters.B_Reset=Reset Filters SAV_Encounters.B_Search=Search! SAV_Encounters.CHK_IsEgg=Egg +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=Count: {0} SAV_Encounters.L_Move1=Move 1: SAV_Encounters.L_Move2=Move 2: diff --git a/PKHeX.WinForms/Resources/text/lang_ja.txt b/PKHeX.WinForms/Resources/text/lang_ja.txt index 729b075c9..73ef73834 100644 --- a/PKHeX.WinForms/Resources/text/lang_ja.txt +++ b/PKHeX.WinForms/Resources/text/lang_ja.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=Apply StatNature to Nature on Import LocalizedDescription.AutoLoadSaveOnStartup=Automatically Detect Save File on Program Startup LocalizedDescription.BAKEnabled=Automatic Save File Backups Enabled LocalizedDescription.BAKPrompt=Tracks if the "Create Backup" prompt has been issued to the user. +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=不整合を表示 LocalizedDescription.ForceHaXOnLaunch=Force HaX mode on Program Launch LocalizedDescription.Gen7TransferStarPID=Severity to flag a Legality Check if Pokémon from Gen1/2 has a Star Shiny PID. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severity to flag a Legality Check i LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if it is a nicknamed Mystery Gift the player cannot normally nickname. 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.PlaySoundLegalityCheck=PlaySoundLegalityCheck LocalizedDescription.PlaySoundSAVLoad=PlaySoundSAVLoad LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match. LocalizedDescription.SetUpdateDex=ポケモン図鑑に反映 LocalizedDescription.SetUpdatePKM=PKM情報の変更 LocalizedDescription.ShinySprites=色違いアイコン +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=Show Egg Sprite As Held Item LocalizedDescription.TryDetectRecentSave=Automatically locates the most recently saved Save File when opening a new file. LocalizedDescription.Unicode=Unicode @@ -481,6 +485,7 @@ SAV_Database.Tab_General=General SAV_Encounters.B_Reset=Reset Filters SAV_Encounters.B_Search=Search! SAV_Encounters.CHK_IsEgg=Egg +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=Count: {0} SAV_Encounters.L_Move1=Move 1: SAV_Encounters.L_Move2=Move 2: diff --git a/PKHeX.WinForms/Resources/text/lang_ko.txt b/PKHeX.WinForms/Resources/text/lang_ko.txt index 8104262b7..6f7c4b721 100644 --- a/PKHeX.WinForms/Resources/text/lang_ko.txt +++ b/PKHeX.WinForms/Resources/text/lang_ko.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=임포트시 자연에 StatNature 적용 LocalizedDescription.AutoLoadSaveOnStartup=Automatically Detect Save File on Program Startup LocalizedDescription.BAKEnabled=세이브 파일 자동 백업 사용 LocalizedDescription.BAKPrompt=Tracks if the "Create Backup" prompt has been issued to the user. +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=세이브 파일에서 적법하지 않은 포켓몬 표시 LocalizedDescription.ForceHaXOnLaunch=프로그램 시작 시 HaX 모드 강제 사용 LocalizedDescription.Gen7TransferStarPID=Severity to flag a Legality Check if Pokémon from Gen1/2 has a Star Shiny PID. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severity to flag a Legality Check i LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if it is a nicknamed Mystery Gift the player cannot normally nickname. 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.PlaySoundLegalityCheck=적법성 검사 창을 띄울 때 소리로 알림 LocalizedDescription.PlaySoundSAVLoad=새 세이브 파일을 불러올 때 소리로 알림 LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match. LocalizedDescription.SetUpdateDex=포켓몬 도감 자동 수정 LocalizedDescription.SetUpdatePKM=포켓몬 정보 자동 수정 LocalizedDescription.ShinySprites=이로치 스프라이트 사용 +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=알 스프라이트를 지닌 물건에 표시 LocalizedDescription.TryDetectRecentSave=Automatically locates the most recently saved Save File when opening a new file. LocalizedDescription.Unicode=유니코드 사용 @@ -477,6 +481,7 @@ SAV_Database.Tab_General=일반 SAV_Encounters.B_Reset=필터 초기화 SAV_Encounters.B_Search=검색! SAV_Encounters.CHK_IsEgg=알 +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=포켓몬 수: {0} SAV_Encounters.L_Move1=기술 1: SAV_Encounters.L_Move2=기술 2: diff --git a/PKHeX.WinForms/Resources/text/lang_zh.txt b/PKHeX.WinForms/Resources/text/lang_zh.txt index cc726fe1e..6016c2204 100644 --- a/PKHeX.WinForms/Resources/text/lang_zh.txt +++ b/PKHeX.WinForms/Resources/text/lang_zh.txt @@ -78,6 +78,7 @@ LocalizedDescription.ApplyNature=在导入时将StatNature应用于自然 LocalizedDescription.AutoLoadSaveOnStartup=Automatically Detect Save File on Program Startup LocalizedDescription.BAKEnabled=自动保存文件备份已启用 LocalizedDescription.BAKPrompt=Tracks if the "Create Backup" prompt has been issued to the user. +LocalizedDescription.CheckWordFilter=Checks player given Nicknames and Trainer Names for profanity. Bad words will be flagged using the 3DS console's regex lists. LocalizedDescription.FlagIllegal=标记不合法 LocalizedDescription.ForceHaXOnLaunch=程序启动时强制HaX模式 LocalizedDescription.Gen7TransferStarPID=Severity to flag a Legality Check if Pokémon from Gen1/2 has a Star Shiny PID. @@ -94,12 +95,15 @@ LocalizedDescription.NicknamedAnotherSpecies=Severity to flag a Legality Check i LocalizedDescription.NicknamedMysteryGift=Severity to flag a Legality Check if it is a nicknamed Mystery Gift the player cannot normally nickname. 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.PlaySoundLegalityCheck=弹窗合法性报告时播放声音 LocalizedDescription.PlaySoundSAVLoad=读取新档时播放声音 LocalizedDescription.RNGFrameNotFound=Severity to flag a Legality Check if the RNG Frame Checking logic does not find a match. LocalizedDescription.SetUpdateDex=修改图鉴 LocalizedDescription.SetUpdatePKM=修改宝可梦 LocalizedDescription.ShinySprites=异色图标 +LocalizedDescription.ShowChangelogOnUpdate=Show the changelog when a new version of the program is run for the first time. LocalizedDescription.ShowEggSpriteAsHeldItem=将蛋作为持有物品展示 LocalizedDescription.TryDetectRecentSave=Automatically locates the most recently saved Save File when opening a new file. LocalizedDescription.Unicode=统一 @@ -477,6 +481,7 @@ SAV_Database.Tab_General=一般 SAV_Encounters.B_Reset=重置筛选 SAV_Encounters.B_Search=搜索! SAV_Encounters.CHK_IsEgg=蛋 +SAV_Encounters.CHK_Shiny=Shiny SAV_Encounters.L_Count=数量: {0} SAV_Encounters.L_Move1=招式1: SAV_Encounters.L_Move2=招式2: