From e72a58bdee1c49f3f966aaa2de5807fcb63e9357 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 19 Jun 2020 20:18:37 -0500 Subject: [PATCH] Dump latest translatable strings --- PKHeX.Core/Legality/LegalityCheckStrings.cs | 4 ++-- PKHeX.Core/Resources/text/de/LegalityCheckStrings_de.txt | 2 ++ PKHeX.Core/Resources/text/en/LegalityCheckStrings_en.txt | 2 ++ PKHeX.Core/Resources/text/es/LegalityCheckStrings_es.txt | 2 ++ PKHeX.Core/Resources/text/fr/LegalityCheckStrings_fr.txt | 2 ++ PKHeX.Core/Resources/text/it/LegalityCheckStrings_it.txt | 2 ++ PKHeX.Core/Resources/text/ja/LegalityCheckStrings_ja.txt | 2 ++ PKHeX.Core/Resources/text/ko/LegalityCheckStrings_ko.txt | 2 ++ PKHeX.Core/Resources/text/zh/LegalityCheckStrings_zh.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_de.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_en.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_es.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_fr.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_it.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_ja.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_ko.txt | 2 ++ PKHeX.WinForms/Resources/text/lang_zh.txt | 2 ++ 17 files changed, 34 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Legality/LegalityCheckStrings.cs b/PKHeX.Core/Legality/LegalityCheckStrings.cs index 1c32bc8f3..08502b679 100644 --- a/PKHeX.Core/Legality/LegalityCheckStrings.cs +++ b/PKHeX.Core/Legality/LegalityCheckStrings.cs @@ -412,8 +412,8 @@ public static class LegalityCheckStrings public static string LStatIncorrectWeight { get; set; } = "Calculated Weight does not match stored value."; public static string LStatIncorrectCP { get; set; } = "Calculated CP does not match stored value."; public static string LStatGigantamaxInvalid { get; set; } = "Gigantamax Flag mismatch."; - public static string LStatNatureInvalid { get; set; } = "Stat Nature is not within the expected range"; - public static string LStatBattleVersionInvalid { get; set; } = "Battle Version is not within the expected range"; + public static string LStatNatureInvalid { get; set; } = "Stat Nature is not within the expected range."; + public static string LStatBattleVersionInvalid { get; set; } = "Battle Version is not within the expected range."; public static string LSuperComplete { get; set; } = "Super Training complete flag mismatch."; public static string LSuperDistro { get; set; } = "Distribution Super Training missions are not released."; diff --git a/PKHeX.Core/Resources/text/de/LegalityCheckStrings_de.txt b/PKHeX.Core/Resources/text/de/LegalityCheckStrings_de.txt index 95fb7efe3..2c5fe84fc 100644 --- a/PKHeX.Core/Resources/text/de/LegalityCheckStrings_de.txt +++ b/PKHeX.Core/Resources/text/de/LegalityCheckStrings_de.txt @@ -327,11 +327,13 @@ LRibbonEgg = Can't receive Ribbon(s) as an Egg. LRibbonFInvalid_0 = Invalid Ribbons: {0} LRibbonFMissing_0 = Missing Ribbons: {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = Dynamax Level is not within the expected range. LStatGigantamaxInvalid = Gigantamax Flag mismatch. LStatIncorrectCP = Calculated CP does not match stored value. LStatIncorrectHeight = Calculated Height does not match stored value. LStatIncorrectWeight = Calculated Weight does not match stored value. +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = Super Training complete flag mismatch. LSuperDistro = Distribution Super Training missions are not released. LSuperEgg = Can't Super Train an Egg. diff --git a/PKHeX.Core/Resources/text/en/LegalityCheckStrings_en.txt b/PKHeX.Core/Resources/text/en/LegalityCheckStrings_en.txt index 6644f38eb..b1eb6d213 100644 --- a/PKHeX.Core/Resources/text/en/LegalityCheckStrings_en.txt +++ b/PKHeX.Core/Resources/text/en/LegalityCheckStrings_en.txt @@ -327,11 +327,13 @@ LRibbonEgg = Can't receive Ribbon(s) as an Egg. LRibbonFInvalid_0 = Invalid Ribbons: {0} LRibbonFMissing_0 = Missing Ribbons: {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = Dynamax Level is not within the expected range. LStatGigantamaxInvalid = Gigantamax Flag mismatch. LStatIncorrectCP = Calculated CP does not match stored value. LStatIncorrectHeight = Calculated Height does not match stored value. LStatIncorrectWeight = Calculated Weight does not match stored value. +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = Super Training complete flag mismatch. LSuperDistro = Distribution Super Training missions are not released. LSuperEgg = Can't Super Train an Egg. diff --git a/PKHeX.Core/Resources/text/es/LegalityCheckStrings_es.txt b/PKHeX.Core/Resources/text/es/LegalityCheckStrings_es.txt index 69dd1de96..cd8f953a9 100644 --- a/PKHeX.Core/Resources/text/es/LegalityCheckStrings_es.txt +++ b/PKHeX.Core/Resources/text/es/LegalityCheckStrings_es.txt @@ -327,11 +327,13 @@ LRibbonEgg = No se pueden recibir Cintas siendo un Huevo. LRibbonFInvalid_0 = Cintas inválidas: {0} LRibbonFMissing_0 = Cintas que faltan: {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = El nivel Dinamax no está dentro del rango esperado. LStatGigantamaxInvalid = Gigamax incompatible. LStatIncorrectCP = Los CP calculados no concuerdan con el valor almacenado. LStatIncorrectHeight = La Altura calculada no concuerda con el valor almacenado. LStatIncorrectWeight = El Peso calculado no concuerda con el valor almacenado. +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = El Super Entrenamiento completo no es correcto. LSuperDistro = Las misiones de Super Entrenamiento distribuidas no están liberadas. LSuperEgg = No se puede Super Entrenar un Huevo diff --git a/PKHeX.Core/Resources/text/fr/LegalityCheckStrings_fr.txt b/PKHeX.Core/Resources/text/fr/LegalityCheckStrings_fr.txt index c4e4a4f6b..55aa14d8a 100644 --- a/PKHeX.Core/Resources/text/fr/LegalityCheckStrings_fr.txt +++ b/PKHeX.Core/Resources/text/fr/LegalityCheckStrings_fr.txt @@ -327,11 +327,13 @@ LRibbonEgg = L'Œuf ne peut pas recevoir de Rubans. LRibbonFInvalid_0 = Rubans invalidess : {0} LRibbonFMissing_0 = Rubans manquantss : {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = Dynamax Level is not within the expected range. LStatGigantamaxInvalid = Gigantamax Flag mismatch. LStatIncorrectCP = Calculated CP does not match stored value. LStatIncorrectHeight = Calculated Height does not match stored value. LStatIncorrectWeight = Calculated Weight does not match stored value. +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = Contradiction avec le flag d'entraînement SPV complété. LSuperDistro = Distribution Super Training missions are not released. LSuperEgg = Un Œuf ne peut pas participer au Système de Perfectionnement Virtuel. diff --git a/PKHeX.Core/Resources/text/it/LegalityCheckStrings_it.txt b/PKHeX.Core/Resources/text/it/LegalityCheckStrings_it.txt index 95fb7efe3..2c5fe84fc 100644 --- a/PKHeX.Core/Resources/text/it/LegalityCheckStrings_it.txt +++ b/PKHeX.Core/Resources/text/it/LegalityCheckStrings_it.txt @@ -327,11 +327,13 @@ LRibbonEgg = Can't receive Ribbon(s) as an Egg. LRibbonFInvalid_0 = Invalid Ribbons: {0} LRibbonFMissing_0 = Missing Ribbons: {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = Dynamax Level is not within the expected range. LStatGigantamaxInvalid = Gigantamax Flag mismatch. LStatIncorrectCP = Calculated CP does not match stored value. LStatIncorrectHeight = Calculated Height does not match stored value. LStatIncorrectWeight = Calculated Weight does not match stored value. +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = Super Training complete flag mismatch. LSuperDistro = Distribution Super Training missions are not released. LSuperEgg = Can't Super Train an Egg. diff --git a/PKHeX.Core/Resources/text/ja/LegalityCheckStrings_ja.txt b/PKHeX.Core/Resources/text/ja/LegalityCheckStrings_ja.txt index b111d0943..85484bd39 100644 --- a/PKHeX.Core/Resources/text/ja/LegalityCheckStrings_ja.txt +++ b/PKHeX.Core/Resources/text/ja/LegalityCheckStrings_ja.txt @@ -327,11 +327,13 @@ LRibbonEgg = タマゴにリボンは設定できません LRibbonFInvalid_0 = 無効なリボンが設定されています: {0} LRibbonFMissing_0 = 次のリボンが不足しています: {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = Dynamax Level is not within the expected range. LStatGigantamaxInvalid = Gigantamax Flag mismatch. LStatIncorrectCP = Calculated CP does not match stored value. LStatIncorrectHeight = Calculated Height does not match stored value. LStatIncorrectWeight = Calculated Weight does not match stored value. +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = Super Training complete flag mismatch. LSuperDistro = Distribution Super Training missions are not released. LSuperEgg = Can't Super Train an Egg. diff --git a/PKHeX.Core/Resources/text/ko/LegalityCheckStrings_ko.txt b/PKHeX.Core/Resources/text/ko/LegalityCheckStrings_ko.txt index c27a5bfd7..58e655113 100644 --- a/PKHeX.Core/Resources/text/ko/LegalityCheckStrings_ko.txt +++ b/PKHeX.Core/Resources/text/ko/LegalityCheckStrings_ko.txt @@ -327,11 +327,13 @@ LRibbonEgg = 알은 리본을 얻을 수 없습니다. LRibbonFInvalid_0 = 사용할 수 없는 리본: {0} LRibbonFMissing_0 = 없는 리본: {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = 다이맥스 레벨이 예상 범위를 벗어났습니다. LStatGigantamaxInvalid = 거다이맥스 플래그가 일치하지 않습니다. LStatIncorrectCP = 계산된 CP와 저장된 값이 일치하지 않습니다. LStatIncorrectHeight = 계산된 키와 저장된 값이 일치하지 않습니다. LStatIncorrectWeight = 계산된 몸무게와 저장된 값이 일치하지 않습니다. +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = 대단한 특훈 완료 플래그가 일치하지 않습니다. LSuperDistro = 배분한 대단한 특훈 미션이 배포되지 않은 미션입니다. LSuperEgg = 알은 대단한 특훈을 시킬 수 없습니다. diff --git a/PKHeX.Core/Resources/text/zh/LegalityCheckStrings_zh.txt b/PKHeX.Core/Resources/text/zh/LegalityCheckStrings_zh.txt index f197f75f3..e193eb870 100644 --- a/PKHeX.Core/Resources/text/zh/LegalityCheckStrings_zh.txt +++ b/PKHeX.Core/Resources/text/zh/LegalityCheckStrings_zh.txt @@ -327,11 +327,13 @@ LRibbonEgg = 蛋不能接受奖章。 LRibbonFInvalid_0 = 不合法奖章: {0} LRibbonFMissing_0 = 缺失奖章: {0} LRibbonMarkingFInvalid_0 = Invalid Marking: {0} +LStatBattleVersionInvalid = Battle Version is not within the expected range. LStatDynamaxInvalid = 极巨等级不在预期范围内. LStatGigantamaxInvalid = 超级极巨标志不匹配. LStatIncorrectCP = 计算的CP值与存储值不匹配. LStatIncorrectHeight = 计算的高度与存储值不匹配 LStatIncorrectWeight = 计算的重量与存储值不匹配 +LStatNatureInvalid = Stat Nature is not within the expected range. LSuperComplete = 超级训练完成标记不匹配。 LSuperDistro = 配信超级训练任务未发布。 LSuperEgg = 不能对蛋进行超级训练。 diff --git a/PKHeX.WinForms/Resources/text/lang_de.txt b/PKHeX.WinForms/Resources/text/lang_de.txt index a59aa9b3f..d779ea7e8 100644 --- a/PKHeX.WinForms/Resources/text/lang_de.txt +++ b/PKHeX.WinForms/Resources/text/lang_de.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=Trainerinfo Main.B_OpenUGSEditor=Underground Main.B_OpenWondercards=Wunderkarte Main.B_OUTPasserby=Passanten +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=Raids Main.B_Records=Technical Records Main.B_Reset=Reset @@ -135,6 +136,7 @@ Main.GB_nOT=Letzter (nicht OT) Handler Main.GB_OT=Trainer Informationen Main.GB_RelearnMoves=Wiedererlente Attacken Main.L_BattleBox=Kampfbox: +Main.L_BattleVersion=Battle Version: Main.L_Box=Box Main.L_CatchRate=Catch Rate: Main.L_CP=CP: diff --git a/PKHeX.WinForms/Resources/text/lang_en.txt b/PKHeX.WinForms/Resources/text/lang_en.txt index 173849395..65ef1f944 100644 --- a/PKHeX.WinForms/Resources/text/lang_en.txt +++ b/PKHeX.WinForms/Resources/text/lang_en.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=Trainer Info Main.B_OpenUGSEditor=Underground Main.B_OpenWondercards=Mystery Gift Main.B_OUTPasserby=Passerby +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=Raids Main.B_Records=Technical Records Main.B_Reset=Reset @@ -135,6 +136,7 @@ Main.GB_nOT=Latest (not OT) Handler Main.GB_OT=Trainer Information Main.GB_RelearnMoves=Relearn Moves Main.L_BattleBox=Battle Box: +Main.L_BattleVersion=Battle Version: Main.L_Box=Box Main.L_CatchRate=Catch Rate: Main.L_CP=CP: diff --git a/PKHeX.WinForms/Resources/text/lang_es.txt b/PKHeX.WinForms/Resources/text/lang_es.txt index 4318c070b..3293a345b 100644 --- a/PKHeX.WinForms/Resources/text/lang_es.txt +++ b/PKHeX.WinForms/Resources/text/lang_es.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=Entrenador Main.B_OpenUGSEditor=Subsuelo Main.B_OpenWondercards=Tarj. Mist. Main.B_OUTPasserby=Transeúntes +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=Incursiones Main.B_Records=Discos Técnicos Main.B_Reset=Reiniciar @@ -135,6 +136,7 @@ Main.GB_nOT=Último dueño (no EO) Main.GB_OT=Info. del entrenador Main.GB_RelearnMoves=Recordar movimientos Main.L_BattleBox=Caja de combate: +Main.L_BattleVersion=Battle Version: Main.L_Box=Caja Main.L_CatchRate=Ratio de captura: Main.L_CP=CP: diff --git a/PKHeX.WinForms/Resources/text/lang_fr.txt b/PKHeX.WinForms/Resources/text/lang_fr.txt index 933e616af..085920aea 100644 --- a/PKHeX.WinForms/Resources/text/lang_fr.txt +++ b/PKHeX.WinForms/Resources/text/lang_fr.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=Infos Dress. Main.B_OpenUGSEditor=Underground Main.B_OpenWondercards=CarteMiracle Main.B_OUTPasserby=PSS +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=Raids Main.B_Records=Technical Records Main.B_Reset=Reset @@ -135,6 +136,7 @@ Main.GB_nOT=Dernier Dresseur connu Main.GB_OT=Infos Dresseur Main.GB_RelearnMoves=Capacités réapprises Main.L_BattleBox=Boîte de Combat : +Main.L_BattleVersion=Battle Version: Main.L_Box=Box Main.L_CatchRate=Catch Rate: Main.L_CP=CP: diff --git a/PKHeX.WinForms/Resources/text/lang_it.txt b/PKHeX.WinForms/Resources/text/lang_it.txt index 9b523f055..3866d69d0 100644 --- a/PKHeX.WinForms/Resources/text/lang_it.txt +++ b/PKHeX.WinForms/Resources/text/lang_it.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=Trainer Info Main.B_OpenUGSEditor=Underground Main.B_OpenWondercards=WonderCard Main.B_OUTPasserby=Passerby +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=Raids Main.B_Records=Technical Records Main.B_Reset=Reset @@ -135,6 +136,7 @@ Main.GB_nOT=Latest (not OT) Handler Main.GB_OT=Trainer Information Main.GB_RelearnMoves=Relearn Moves Main.L_BattleBox=Battle Box: +Main.L_BattleVersion=Battle Version: Main.L_Box=Box Main.L_CatchRate=Catch Rate: Main.L_CP=CP: diff --git a/PKHeX.WinForms/Resources/text/lang_ja.txt b/PKHeX.WinForms/Resources/text/lang_ja.txt index eb95ea645..7b1ba0d14 100644 --- a/PKHeX.WinForms/Resources/text/lang_ja.txt +++ b/PKHeX.WinForms/Resources/text/lang_ja.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=トレーナー情報 Main.B_OpenUGSEditor=ちかつうろ Main.B_OpenWondercards=ふしぎなカード Main.B_OUTPasserby=すれちがい +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=Raids Main.B_Records=Technical Records Main.B_Reset=Reset @@ -135,6 +136,7 @@ Main.GB_nOT=現在のトレーナー Main.GB_OT=トレーナー情報 Main.GB_RelearnMoves=遺伝わざ Main.L_BattleBox=バトルボックス +Main.L_BattleVersion=Battle Version: Main.L_Box=ボックス Main.L_CatchRate=Catch Rate: Main.L_CP=CP: diff --git a/PKHeX.WinForms/Resources/text/lang_ko.txt b/PKHeX.WinForms/Resources/text/lang_ko.txt index 9a9d01ef7..252be13dd 100644 --- a/PKHeX.WinForms/Resources/text/lang_ko.txt +++ b/PKHeX.WinForms/Resources/text/lang_ko.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=트레이너 정보 Main.B_OpenUGSEditor=지하통로 Main.B_OpenWondercards=이상한 카드 Main.B_OUTPasserby=지나친 사람 +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=레이드 Main.B_Records=기술레코드 Main.B_Reset=초기화 @@ -135,6 +136,7 @@ Main.GB_nOT=최근 (주인이 아닌) 소유자 Main.GB_OT=트레이너 정보 Main.GB_RelearnMoves=떠올리기 기술 Main.L_BattleBox=배틀박스: +Main.L_BattleVersion=Battle Version: Main.L_Box=박스 Main.L_CatchRate=포획률: Main.L_CP=CP: diff --git a/PKHeX.WinForms/Resources/text/lang_zh.txt b/PKHeX.WinForms/Resources/text/lang_zh.txt index 5ea63d230..20367b4ad 100644 --- a/PKHeX.WinForms/Resources/text/lang_zh.txt +++ b/PKHeX.WinForms/Resources/text/lang_zh.txt @@ -100,6 +100,7 @@ Main.B_OpenTrainerInfo=训练家信息 Main.B_OpenUGSEditor=地下世界 Main.B_OpenWondercards=神秘礼物 Main.B_OUTPasserby=路人 +Main.B_RaidArmor=Raids (DLC 1) Main.B_Raids=巢穴 Main.B_Records=招式记录 Main.B_Reset=重置 @@ -135,6 +136,7 @@ Main.GB_nOT=最近持有人(非初训家) Main.GB_OT=初训家信息 Main.GB_RelearnMoves=回忆招式 Main.L_BattleBox=战斗箱: +Main.L_BattleVersion=Battle Version: Main.L_Box=盒子 Main.L_CatchRate=捕获率: Main.L_CP=CP: