From a3fa2f0a6ccba8adf8a335c90a9abedf2fef0c96 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Fri, 12 Apr 2024 23:49:42 +0800 Subject: [PATCH] Solve Missing language translation #347 --- .../MutiPlayer/winMutiPlayer.xaml.cs | 2 +- .../WinDesign/winBetterBuy.xaml | 2 +- VPet-Simulator.Windows/WinDesign/winConsole.xaml | 10 +++++----- .../WinDesign/winConsole.xaml.cs | 8 ++++---- .../WinDesign/winGameSetting.xaml | 11 +++++------ .../WinDesign/winGameSetting.xaml.cs | 2 +- VPet-Simulator.Windows/WinDesign/winWorkMenu.xaml | 2 +- .../mod/0000_core/lang/en/Prog2312.lps | 15 ++++++++++++++- .../mod/0000_core/lang/zh-Hans/Prog2312.lps | 15 ++++++++++++++- .../mod/0000_core/lang/zh-Hant/Prog2312.lps | 13 +++++++++++++ 10 files changed, 59 insertions(+), 21 deletions(-) diff --git a/VPet-Simulator.Windows/MutiPlayer/winMutiPlayer.xaml.cs b/VPet-Simulator.Windows/MutiPlayer/winMutiPlayer.xaml.cs index 81ef6e2..4ee3ce7 100644 --- a/VPet-Simulator.Windows/MutiPlayer/winMutiPlayer.xaml.cs +++ b/VPet-Simulator.Windows/MutiPlayer/winMutiPlayer.xaml.cs @@ -453,7 +453,7 @@ public partial class winMutiPlayer : WindowX, IMPWindows private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) { if (!lb.Equals(default(Lobby))) - if (MessageBoxX.Show("确定要关闭访客表吗?".Translate(), "离开游戏", MessageBoxButton.YesNo) != MessageBoxResult.Yes) + if (MessageBoxX.Show("确定要关闭访客表吗?".Translate(), "离开访客表".Translate(), MessageBoxButton.YesNo) != MessageBoxResult.Yes) { e.Cancel = true; return; diff --git a/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml b/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml index 033ea96..a9dd004 100644 --- a/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml +++ b/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml @@ -330,7 +330,7 @@ - + diff --git a/VPet-Simulator.Windows/WinDesign/winConsole.xaml b/VPet-Simulator.Windows/WinDesign/winConsole.xaml index 57783d9..bceae68 100644 --- a/VPet-Simulator.Windows/WinDesign/winConsole.xaml +++ b/VPet-Simulator.Windows/WinDesign/winConsole.xaml @@ -48,7 +48,7 @@ MouseDoubleClick="GraphListPlayerBox_MouseDoubleClick" /> -