From 290be277c6df429539bc1e1c314e0a607c9e4d21 Mon Sep 17 00:00:00 2001 From: Andrew Au Date: Tue, 5 Sep 2023 15:50:15 -0700 Subject: [PATCH] Chinese translation --- ILSpy.ReadyToRun/Properties/Resources.Designer.cs | 4 ++-- ILSpy.ReadyToRun/Properties/Resources.resx | 6 +++--- ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx | 8 ++++---- ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ILSpy.ReadyToRun/Properties/Resources.Designer.cs b/ILSpy.ReadyToRun/Properties/Resources.Designer.cs index 5d4bb0f365..2b8162693e 100644 --- a/ILSpy.ReadyToRun/Properties/Resources.Designer.cs +++ b/ILSpy.ReadyToRun/Properties/Resources.Designer.cs @@ -90,9 +90,9 @@ public static string ShowDebugInfo { /// /// Looks up a localized string similar to Show Unwind Info. /// - public static string ShowUnwindInfo { + public static string ShowStackUnwindInfo { get { - return ResourceManager.GetString("ShowUnwindInfo", resourceCulture); + return ResourceManager.GetString("ShowStackUnwindInfo", resourceCulture); } } diff --git a/ILSpy.ReadyToRun/Properties/Resources.resx b/ILSpy.ReadyToRun/Properties/Resources.resx index 499c47add9..bd77f2bf68 100644 --- a/ILSpy.ReadyToRun/Properties/Resources.resx +++ b/ILSpy.ReadyToRun/Properties/Resources.resx @@ -126,10 +126,10 @@ Show Debug Info - - Show Unwind Info - Show GC Info + + Show Stack Unwind Info + \ No newline at end of file diff --git a/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx b/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx index 9e59d7bc28..57523b138a 100644 --- a/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx +++ b/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx @@ -126,10 +126,10 @@ 显示调试信息 - - 显示展开信息 - - ? + 显示垃圾回收信息 + + + 显示堆栈展开信息 \ No newline at end of file diff --git a/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml b/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml index 609000137a..137e0a6a14 100644 --- a/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml +++ b/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml @@ -15,7 +15,7 @@ - +