From 8ebeae698d0c280ed6171e45c57cab76f0d6351b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3=E8=8C=B6?= Date: Sun, 28 Dec 2025 18:39:50 +0800 Subject: [PATCH] Add Chinese(Traditional) translation for other projects --- .../ILSpy.AddIn.Shared.projitems | 5 + ILSpy.AddIn.Shared/VSPackage.zh-Hant.resx | 126 ++++++++++++++++++ ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj | 22 +++ ILSpy.AddIn.VS2022/ILSpyAddIn.zh-Hant.vsct | 92 +++++++++++++ .../zh-Hant/extension.vsixlangpack | 7 + 5 files changed, 252 insertions(+) create mode 100644 ILSpy.AddIn.Shared/VSPackage.zh-Hant.resx create mode 100644 ILSpy.AddIn.VS2022/ILSpyAddIn.zh-Hant.vsct create mode 100644 ILSpy.AddIn.VS2022/zh-Hant/extension.vsixlangpack diff --git a/ILSpy.AddIn.Shared/ILSpy.AddIn.Shared.projitems b/ILSpy.AddIn.Shared/ILSpy.AddIn.Shared.projitems index df3710554..279a82529 100644 --- a/ILSpy.AddIn.Shared/ILSpy.AddIn.Shared.projitems +++ b/ILSpy.AddIn.Shared/ILSpy.AddIn.Shared.projitems @@ -51,5 +51,10 @@ VSPackage.zh-Hans.resources true + + VSPackage.resx + VSPackage.zh-Hant.resources + true + \ No newline at end of file diff --git a/ILSpy.AddIn.Shared/VSPackage.zh-Hant.resx b/ILSpy.AddIn.Shared/VSPackage.zh-Hant.resx new file mode 100644 index 000000000..dd944344f --- /dev/null +++ b/ILSpy.AddIn.Shared/VSPackage.zh-Hant.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ILSpy.AddIn + + + 可以在 Visual Studio 中直接開啟反編譯工具 ILSpy 。 + + \ No newline at end of file diff --git a/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj b/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj index 60441fa7d..3fa539776 100644 --- a/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj +++ b/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj @@ -84,12 +84,18 @@ \x64\ILSpy\zh-Hans\ + + \x64\ILSpy\zh-Hant\ + \x64\ILSpy \arm64\ILSpy\zh-Hans\ + + \arm64\ILSpy\zh-Hant\ + \arm64\ILSpy @@ -107,6 +113,10 @@ + + Always + true + @@ -119,6 +129,9 @@ Designer + + Designer + Designer @@ -129,6 +142,10 @@ true Always + + true + Always + Menus.ctmenu Designer @@ -139,6 +156,11 @@ Designer ILSpyAddIn.vsct + + Menus.ctmenu + Designer + ILSpyAddIn.vsct + diff --git a/ILSpy.AddIn.VS2022/ILSpyAddIn.zh-Hant.vsct b/ILSpy.AddIn.VS2022/ILSpyAddIn.zh-Hant.vsct new file mode 100644 index 000000000..7a0215cf0 --- /dev/null +++ b/ILSpy.AddIn.VS2022/ILSpyAddIn.zh-Hant.vsct @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ILSpy.AddIn.VS2022/zh-Hant/extension.vsixlangpack b/ILSpy.AddIn.VS2022/zh-Hant/extension.vsixlangpack new file mode 100644 index 000000000..fc1b8fc81 --- /dev/null +++ b/ILSpy.AddIn.VS2022/zh-Hant/extension.vsixlangpack @@ -0,0 +1,7 @@ + + + + ILSpy + 可以在 Visual Studio 中直接開啟反編譯工具 ILSpy 。 + + \ No newline at end of file