diff --git a/PKHeX.Core/Resources/text/de/MessageStrings_de.txt b/PKHeX.Core/Resources/text/de/MessageStrings_de.txt index 7da652a56..3f31a8d28 100644 --- a/PKHeX.Core/Resources/text/de/MessageStrings_de.txt +++ b/PKHeX.Core/Resources/text/de/MessageStrings_de.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = File's location is write protected: MsgFileWriteProtectedAdvice = If the file is on a removable disk (SD card), please ensure the write protection switch is not set. MsgFileInUse = Unable to load file. It could be in use by another program. MsgFileUnsupported = Attempted to load an unsupported file type/size. This could mean PKHeX doesn't support your save file or your save file is corrupt. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversion failed. MsgPKMMysteryGiftFail = Mystery Gift is not a Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = Copy report to Clipboard? MsgClipboardFailRead = Clipboard does not contain text. MsgClipboardFailWrite = Unable to set text to Clipboard. diff --git a/PKHeX.Core/Resources/text/de/lang_de.txt b/PKHeX.Core/Resources/text/de/lang_de.txt index f08d05790..d3f5f8bb5 100644 --- a/PKHeX.Core/Resources/text/de/lang_de.txt +++ b/PKHeX.Core/Resources/text/de/lang_de.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=Batch Editor ErrorWindow=Error KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=Mystery Gift I/O SAV_ZygardeCell=Cells/Sticker Editor SuperTrainingEditor=Medal Editor TrashEditor=Special Characters +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=Add BatchEditor.B_Go=Run BatchEditor.L_PropType=PropertyType diff --git a/PKHeX.Core/Resources/text/en/MessageStrings_en.txt b/PKHeX.Core/Resources/text/en/MessageStrings_en.txt index 63e7bce70..dbf0d43a5 100644 --- a/PKHeX.Core/Resources/text/en/MessageStrings_en.txt +++ b/PKHeX.Core/Resources/text/en/MessageStrings_en.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = File's location is write protected: MsgFileWriteProtectedAdvice = If the file is on a removable disk (SD card), please ensure the write protection switch is not set. MsgFileInUse = Unable to load file. It could be in use by another program. MsgFileUnsupported = Attempted to load an unsupported file type/size. This could mean PKHeX doesn't support your save file or your save file is corrupt. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversion failed. MsgPKMMysteryGiftFail = Mystery Gift is not a Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = Copy report to Clipboard? MsgClipboardFailRead = Clipboard does not contain text. MsgClipboardFailWrite = Unable to set text to Clipboard. diff --git a/PKHeX.Core/Resources/text/en/lang_en.txt b/PKHeX.Core/Resources/text/en/lang_en.txt index 268d51edf..858346783 100644 --- a/PKHeX.Core/Resources/text/en/lang_en.txt +++ b/PKHeX.Core/Resources/text/en/lang_en.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=Batch Editor ErrorWindow=Error KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=Mystery Gift I/O SAV_ZygardeCell=Cells/Sticker Editor SuperTrainingEditor=Medal Editor TrashEditor=Special Characters +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=Add BatchEditor.B_Go=Run BatchEditor.L_PropType=PropertyType diff --git a/PKHeX.Core/Resources/text/es/MessageStrings_es.txt b/PKHeX.Core/Resources/text/es/MessageStrings_es.txt index ff9935e73..1d1f41723 100644 --- a/PKHeX.Core/Resources/text/es/MessageStrings_es.txt +++ b/PKHeX.Core/Resources/text/es/MessageStrings_es.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = La localización del archivo está protegida contra escr MsgFileWriteProtectedAdvice = Si el archivo está en un disco extraíble (tarjeta SD), por favor asegúrate de que el interroptur de protección contra escritura no esté activado. MsgFileInUse = No se ha podido cargar el archivo. Puede que esté siendo usado por otro programa. MsgFileUnsupported = Se ha intentado cargar un tipo/tamaño de archivo no soportado. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversión fallida. MsgPKMMysteryGiftFail = El Regalo Misterioso no es un Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = ¿Copiar el informe al portapapeles? MsgClipboardFailRead = El portapapeles no contiene texto. MsgClipboardFailWrite = No se ha podido escribir texto al portapapeles. diff --git a/PKHeX.Core/Resources/text/es/lang_es.txt b/PKHeX.Core/Resources/text/es/lang_es.txt index b40422b80..9a216a399 100644 --- a/PKHeX.Core/Resources/text/es/lang_es.txt +++ b/PKHeX.Core/Resources/text/es/lang_es.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=Editor de Lotes ErrorWindow=Error KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=Tarjetas Misteriosas SAV_ZygardeCell=Editor de Células/Stickers SuperTrainingEditor=Editor de Medallas TrashEditor=Caracteres Especiales +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=Añadir BatchEditor.B_Go=Correr BatchEditor.L_PropType=PropertyType diff --git a/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt b/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt index 7da652a56..3f31a8d28 100644 --- a/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt +++ b/PKHeX.Core/Resources/text/fr/MessageStrings_fr.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = File's location is write protected: MsgFileWriteProtectedAdvice = If the file is on a removable disk (SD card), please ensure the write protection switch is not set. MsgFileInUse = Unable to load file. It could be in use by another program. MsgFileUnsupported = Attempted to load an unsupported file type/size. This could mean PKHeX doesn't support your save file or your save file is corrupt. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversion failed. MsgPKMMysteryGiftFail = Mystery Gift is not a Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = Copy report to Clipboard? MsgClipboardFailRead = Clipboard does not contain text. MsgClipboardFailWrite = Unable to set text to Clipboard. diff --git a/PKHeX.Core/Resources/text/fr/lang_fr.txt b/PKHeX.Core/Resources/text/fr/lang_fr.txt index 4a60acb15..e066c23f6 100644 --- a/PKHeX.Core/Resources/text/fr/lang_fr.txt +++ b/PKHeX.Core/Resources/text/fr/lang_fr.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=Batch Editor ErrorWindow=Erreur KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=Mystery Gift I/O SAV_ZygardeCell=Cells/Sticker Editor SuperTrainingEditor=Medal Editor TrashEditor=Special Characters +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=Add BatchEditor.B_Go=Run BatchEditor.L_PropType=PropertyType diff --git a/PKHeX.Core/Resources/text/it/MessageStrings_it.txt b/PKHeX.Core/Resources/text/it/MessageStrings_it.txt index 7da652a56..3f31a8d28 100644 --- a/PKHeX.Core/Resources/text/it/MessageStrings_it.txt +++ b/PKHeX.Core/Resources/text/it/MessageStrings_it.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = File's location is write protected: MsgFileWriteProtectedAdvice = If the file is on a removable disk (SD card), please ensure the write protection switch is not set. MsgFileInUse = Unable to load file. It could be in use by another program. MsgFileUnsupported = Attempted to load an unsupported file type/size. This could mean PKHeX doesn't support your save file or your save file is corrupt. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversion failed. MsgPKMMysteryGiftFail = Mystery Gift is not a Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = Copy report to Clipboard? MsgClipboardFailRead = Clipboard does not contain text. MsgClipboardFailWrite = Unable to set text to Clipboard. diff --git a/PKHeX.Core/Resources/text/it/lang_it.txt b/PKHeX.Core/Resources/text/it/lang_it.txt index 3a9936e66..3110d09a6 100644 --- a/PKHeX.Core/Resources/text/it/lang_it.txt +++ b/PKHeX.Core/Resources/text/it/lang_it.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=Batch Editor ErrorWindow=Error KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=Mystery Gift I/O SAV_ZygardeCell=Cells/Sticker Editor SuperTrainingEditor=Medal Editor TrashEditor=Special Characters +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=Add BatchEditor.B_Go=Run BatchEditor.L_PropType=PropertyType diff --git a/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt b/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt index 7da652a56..3f31a8d28 100644 --- a/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt +++ b/PKHeX.Core/Resources/text/ja/MessageStrings_ja.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = File's location is write protected: MsgFileWriteProtectedAdvice = If the file is on a removable disk (SD card), please ensure the write protection switch is not set. MsgFileInUse = Unable to load file. It could be in use by another program. MsgFileUnsupported = Attempted to load an unsupported file type/size. This could mean PKHeX doesn't support your save file or your save file is corrupt. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversion failed. MsgPKMMysteryGiftFail = Mystery Gift is not a Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = Copy report to Clipboard? MsgClipboardFailRead = Clipboard does not contain text. MsgClipboardFailWrite = Unable to set text to Clipboard. diff --git a/PKHeX.Core/Resources/text/ja/lang_ja.txt b/PKHeX.Core/Resources/text/ja/lang_ja.txt index e4c76ea77..e350ef952 100644 --- a/PKHeX.Core/Resources/text/ja/lang_ja.txt +++ b/PKHeX.Core/Resources/text/ja/lang_ja.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=バッチエディタ ErrorWindow=エラー KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=ふしぎなおくりもの SAV_ZygardeCell=ジガルデ・セル / ヌシール SuperTrainingEditor=スパトレ TrashEditor=Special Characters +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=追加 BatchEditor.B_Go=実行 BatchEditor.L_PropType=PropertyType diff --git a/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt b/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt index 7da652a56..3f31a8d28 100644 --- a/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt +++ b/PKHeX.Core/Resources/text/ko/MessageStrings_ko.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = File's location is write protected: MsgFileWriteProtectedAdvice = If the file is on a removable disk (SD card), please ensure the write protection switch is not set. MsgFileInUse = Unable to load file. It could be in use by another program. MsgFileUnsupported = Attempted to load an unsupported file type/size. This could mean PKHeX doesn't support your save file or your save file is corrupt. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversion failed. MsgPKMMysteryGiftFail = Mystery Gift is not a Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = Copy report to Clipboard? MsgClipboardFailRead = Clipboard does not contain text. MsgClipboardFailWrite = Unable to set text to Clipboard. diff --git a/PKHeX.Core/Resources/text/ko/lang_ko.txt b/PKHeX.Core/Resources/text/ko/lang_ko.txt index 9da6661f1..aa6d740be 100644 --- a/PKHeX.Core/Resources/text/ko/lang_ko.txt +++ b/PKHeX.Core/Resources/text/ko/lang_ko.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=Batch Editor ErrorWindow=Error KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=Mystery Gift I/O SAV_ZygardeCell=Cells/Sticker Editor SuperTrainingEditor=Medal Editor TrashEditor=Special Characters +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=Add BatchEditor.B_Go=Run BatchEditor.L_PropType=PropertyType diff --git a/PKHeX.Core/Resources/text/other/MessageStrings_pt.txt b/PKHeX.Core/Resources/text/other/MessageStrings_pt.txt index 7da652a56..3f31a8d28 100644 --- a/PKHeX.Core/Resources/text/other/MessageStrings_pt.txt +++ b/PKHeX.Core/Resources/text/other/MessageStrings_pt.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = File's location is write protected: MsgFileWriteProtectedAdvice = If the file is on a removable disk (SD card), please ensure the write protection switch is not set. MsgFileInUse = Unable to load file. It could be in use by another program. MsgFileUnsupported = Attempted to load an unsupported file type/size. This could mean PKHeX doesn't support your save file or your save file is corrupt. +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = Conversion failed. MsgPKMMysteryGiftFail = Mystery Gift is not a Pokémon. +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = Copy report to Clipboard? MsgClipboardFailRead = Clipboard does not contain text. MsgClipboardFailWrite = Unable to set text to Clipboard. diff --git a/PKHeX.Core/Resources/text/other/lang_pt.txt b/PKHeX.Core/Resources/text/other/lang_pt.txt index 8f9a9d3b0..858346783 100644 --- a/PKHeX.Core/Resources/text/other/lang_pt.txt +++ b/PKHeX.Core/Resources/text/other/lang_pt.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=Batch Editor ErrorWindow=Error KChart=KChart @@ -46,6 +47,9 @@ SAV_Wondercard=Mystery Gift I/O SAV_ZygardeCell=Cells/Sticker Editor SuperTrainingEditor=Medal Editor TrashEditor=Special Characters +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=Add BatchEditor.B_Go=Run BatchEditor.L_PropType=PropertyType @@ -1107,6 +1111,7 @@ SAV_ZygardeCell.L_Cells=Stored: SAV_ZygardeCell.L_Collected=Collected: SettingsEditor.ApplyMarkings=Apply Markings on Import SettingsEditor.FlagIllegal=Flag Illegal +SettingsEditor.HoverSlotGlowEdges=Show PKM Glow on Hover SettingsEditor.HoverSlotPlayCry=Play PKM Slot Cry on Hover SettingsEditor.HoverSlotShowText=Show PKM Slot ToolTip on Hover SettingsEditor.ModifyUnset=Notify Unset Changes diff --git a/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt b/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt index 2b7b9254e..602789101 100644 --- a/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt +++ b/PKHeX.Core/Resources/text/zh/MessageStrings_zh.txt @@ -50,8 +50,16 @@ MsgFileWriteProtected = 文件路径有写入保护: MsgFileWriteProtectedAdvice = 如果文件在移动硬盘(SD卡)上,请确认没有打开写入保护。 MsgFileInUse = 无法加载文件。可能被其他程序占用中。 MsgFileUnsupported = 无法加载一个不支持的类型或大小的文件。 +MsgPKMConvertSuccess = Converted from {0} to {1}. MsgPKMConvertFail = 格式转换失败。 MsgPKMMysteryGiftFail = 神秘礼物不是一个宝可梦。 +MsgPKMConvertFailFormat = Cannot convert a {0} to {1} +MsgPKMConvertFailBackwards = Can't load {0}s to Gen{1} saves. +MsgPKMConvertFailForme = Form cannot be transferred to future games. +MsgPKMConvertFailNoMethod = Cannot transfer this format to the requested format. +MsgPKMConvertIncompatible = Cannot load {0} {1}s to {2} saves. +MsgPKMConvertInternational = International +MsgPKMConvertJapanese = Japanese MsgClipboardLegalityExport = 复制报告到剪贴板? MsgClipboardFailRead = 剪贴板不包含文本。 MsgClipboardFailWrite = 无法复制到剪贴板。 diff --git a/PKHeX.Core/Resources/text/zh/lang_zh.txt b/PKHeX.Core/Resources/text/zh/lang_zh.txt index a32cc0b4f..950bb1344 100644 --- a/PKHeX.Core/Resources/text/zh/lang_zh.txt +++ b/PKHeX.Core/Resources/text/zh/lang_zh.txt @@ -1,3 +1,4 @@ +About=About BatchEditor=批量编辑器 ErrorWindow=错误 KChart=信息列表 @@ -46,6 +47,9 @@ SAV_Wondercard=神秘礼物导入导出 SAV_ZygardeCell=细胞/贴纸编辑 SuperTrainingEditor=超级训练奖章 TrashEditor=特殊字符 +About.L_Thanks=Thanks to all the researchers! +About.Tab_Changelog=Changelog +About.Tab_Shortcuts=Shortcuts BatchEditor.B_Add=增加 BatchEditor.B_Go=运行 BatchEditor.L_PropType=类型