Browse Source

fix some words

pull/2066/head
MysticBoy 5 years ago
parent
commit
782e4dfb42
  1. 8
      ILSpy/Properties/Resources.Designer.cs
  2. 6
      ILSpy/Properties/Resources.zh-Hans.resx

8
ILSpy/Properties/Resources.Designer.cs generated

@ -406,7 +406,7 @@ namespace ICSharpCode.ILSpy.Properties { @@ -406,7 +406,7 @@ namespace ICSharpCode.ILSpy.Properties {
}
/// <summary>
/// Looks up a localized string similar to Base Types.
/// 查找类似 Base Types 的本地化字符串。
/// </summary>
public static string BaseTypes {
get {
@ -415,7 +415,6 @@ namespace ICSharpCode.ILSpy.Properties { @@ -415,7 +415,6 @@ namespace ICSharpCode.ILSpy.Properties {
}
/// <summary>
/// Looks up a localized string similar to C_lone.
/// 查找类似 C_lone 的本地化字符串。
/// </summary>
public static string C_lone {
@ -596,7 +595,7 @@ namespace ICSharpCode.ILSpy.Properties { @@ -596,7 +595,7 @@ namespace ICSharpCode.ILSpy.Properties {
}
/// <summary>
/// Looks up a localized string similar to Allow extension &apos;Add&apos; methods in collection initializer expressions.
/// 查找类似 Allow extension &apos;Add&apos; methods in collection initializer expressions 的本地化字符串。
/// </summary>
public static string DecompilerSettings_AllowExtensionAddMethodsInCollectionInitializerExpressions {
get {
@ -931,7 +930,7 @@ namespace ICSharpCode.ILSpy.Properties { @@ -931,7 +930,7 @@ namespace ICSharpCode.ILSpy.Properties {
}
/// <summary>
/// Looks up a localized string similar to Use nint/nuint types.
/// 查找类似 Use nint/nuint types 的本地化字符串。
/// </summary>
public static string DecompilerSettings_NativeIntegers {
get {
@ -940,7 +939,6 @@ namespace ICSharpCode.ILSpy.Properties { @@ -940,7 +939,6 @@ namespace ICSharpCode.ILSpy.Properties {
}
/// <summary>
/// Looks up a localized string similar to Nullable reference types.
/// 查找类似 Nullable reference types 的本地化字符串。
/// </summary>
public static string DecompilerSettings_NullableReferenceTypes {

6
ILSpy/Properties/Resources.zh-Hans.resx

@ -879,4 +879,10 @@ @@ -879,4 +879,10 @@
<data name="DEBUGDumpPDBAsXML" xml:space="preserve">
<value>DEBUG --转存PDB为XML</value>
</data>
<data name="DecompilerSettings.NativeIntegers" xml:space="preserve">
<value>使用 nint/nuint 类型</value>
</data>
<data name="BaseTypes" xml:space="preserve">
<value>基础类型</value>
</data>
</root>
Loading…
Cancel
Save