From 09dea5b3a571fc1b99c646770d53633c6b6dc4a4 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Thu, 16 Jul 2020 01:46:43 +0800 Subject: [PATCH] fix for about page --- ILSpy/ILSpy.csproj | 2 +- ILSpy/Properties/Resources.zh-Hans.resx | 2 +- doc/ILSpyAboutPage.zh-Hans.txt | 13 ------------- doc/ILSpyAboutPage_zh_Hans.txt | 13 +++++++++++++ 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 doc/ILSpyAboutPage.zh-Hans.txt create mode 100644 doc/ILSpyAboutPage_zh_Hans.txt diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 1abc6c53e..ad1517e5d 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -456,7 +456,7 @@ - + license.txt diff --git a/ILSpy/Properties/Resources.zh-Hans.resx b/ILSpy/Properties/Resources.zh-Hans.resx index 164844b44..fcdfe3750 100644 --- a/ILSpy/Properties/Resources.zh-Hans.resx +++ b/ILSpy/Properties/Resources.zh-Hans.resx @@ -874,7 +874,7 @@ 你确定要删除所有程序集列表并且重新创建默认的程序集列表? - ILSpyAboutPage.zh-Hans.txt + ILSpyAboutPage_zh_Hans.txt DEBUG --转存PDB为XML diff --git a/doc/ILSpyAboutPage.zh-Hans.txt b/doc/ILSpyAboutPage.zh-Hans.txt deleted file mode 100644 index 859f9a8e1..000000000 --- a/doc/ILSpyAboutPage.zh-Hans.txt +++ /dev/null @@ -1,13 +0,0 @@ -ILSpy ǿԴ.NETͷ. - -վ: https://ilspy.net/ -BUG: https://github.com/icsharpcode/ILSpy/issues/new/choose -ķ뷴:https://github.com/maikebing/ILSpy/issues - -Copyright 2011-2020 AlphaSierraPapa for the ILSpy team -ǰ͹ȥĹ: https://github.com/icsharpcode/ILSpy/graphs/contributors - -ILSpy MIT License . - -ILSpy ʹԴħʵ֣ ڴͬʱлΪЩǣ -ǸԵɺͰȨϢ鿴third-partyע. \ No newline at end of file diff --git a/doc/ILSpyAboutPage_zh_Hans.txt b/doc/ILSpyAboutPage_zh_Hans.txt new file mode 100644 index 000000000..ed771b2e5 --- /dev/null +++ b/doc/ILSpyAboutPage_zh_Hans.txt @@ -0,0 +1,13 @@ +ILSpy 是开源的.NET程序集浏览器和反编译器. + +网站: https://ilspy.net/ +反馈BUG: https://github.com/icsharpcode/ILSpy/issues/new/choose +中文翻译反馈:https://github.com/maikebing/ILSpy/issues + +Copyright 2011-2020 AlphaSierraPapa for the ILSpy team +当前和过去的贡献者: https://github.com/icsharpcode/ILSpy/graphs/contributors + +ILSpy 基于 MIT License 发行. + +ILSpy 使用了其他开源库才能魔术般的实现, 于此同时我们想感谢他们为那些组件付出的人们! +它们各自的许可和版权信息请查看third-party注意事项. \ No newline at end of file