Browse Source

Translation warnings

pull/1299/head
MysticBoy 7 years ago
parent
commit
d6f620cc8a
  1. 45
      ILSpy/Properties/Resources.Designer.cs
  2. 12
      ILSpy/Properties/Resources.resx
  3. 12
      ILSpy/Properties/Resources.zh-Hans.resx

45
ILSpy/Properties/Resources.Designer.cs generated

@ -8,7 +8,8 @@ @@ -8,7 +8,8 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace ICSharpCode.ILSpy.Properties {
namespace ICSharpCode.ILSpy.Properties
{
using System;
@ -22,14 +23,16 @@ namespace ICSharpCode.ILSpy.Properties { @@ -22,14 +23,16 @@ namespace ICSharpCode.ILSpy.Properties {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
public class Resources
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
internal Resources()
{
}
/// <summary>
@ -807,6 +810,15 @@ namespace ICSharpCode.ILSpy.Properties { @@ -807,6 +810,15 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
/// <summary>
/// 查找类似 for ex. property getter/setter access. To get optimal decompilation results, please manually add the missing references to the list of loaded assemblies. 的本地化字符串。
/// </summary>
public static string PropertyManuallyMissingReferencesListLoadedAssemblies {
get {
return ResourceManager.GetString("PropertyManuallyMissingReferencesListLoadedAssemblies", resourceCulture);
}
}
/// <summary>
/// 查找类似 Public Key Token 的本地化字符串。
/// </summary>
@ -978,6 +990,15 @@ namespace ICSharpCode.ILSpy.Properties { @@ -978,6 +990,15 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
/// <summary>
/// 查找类似 Show assembly load log 的本地化字符串。
/// </summary>
public static string ShowAssemblyLoad {
get {
return ResourceManager.GetString("ShowAssemblyLoad", resourceCulture);
}
}
/// <summary>
/// 查找类似 ShowChildIndexInBlock 的本地化字符串。
/// </summary>
@ -1239,6 +1260,24 @@ namespace ICSharpCode.ILSpy.Properties { @@ -1239,6 +1260,24 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
/// <summary>
/// 查找类似 Warning: This assembly is marked as &apos;reference assembly&apos;, which means that it only contains metadata and no executable code. 的本地化字符串。
/// </summary>
public static string WarningAsmMarkedRef {
get {
return ResourceManager.GetString("WarningAsmMarkedRef", resourceCulture);
}
}
/// <summary>
/// 查找类似 Warning: Some assembly references could not be resolved automatically. This might lead to incorrect decompilation of some parts, 的本地化字符串。
/// </summary>
public static string WarningSomeAssemblyReference {
get {
return ResourceManager.GetString("WarningSomeAssemblyReference", resourceCulture);
}
}
/// <summary>
/// 查找类似 Search for t:TypeName, m:Member or c:Constant; use exact match (=term), &apos;should not contain&apos; (-term) or &apos;must contain&apos; (+term); use /reg(ular)?Ex(pressions)?/ or both - t:/Type(Name)?/... 的本地化字符串。
/// </summary>

12
ILSpy/Properties/Resources.resx

@ -516,4 +516,16 @@ @@ -516,4 +516,16 @@
<data name="DebugThisStep" xml:space="preserve">
<value>Debug this step</value>
</data>
<data name="WarningAsmMarkedRef" xml:space="preserve">
<value>Warning: This assembly is marked as 'reference assembly', which means that it only contains metadata and no executable code.</value>
</data>
<data name="WarningSomeAssemblyReference" xml:space="preserve">
<value>Warning: Some assembly references could not be resolved automatically. This might lead to incorrect decompilation of some parts,</value>
</data>
<data name="PropertyManuallyMissingReferencesListLoadedAssemblies" xml:space="preserve">
<value>for ex. property getter/setter access. To get optimal decompilation results, please manually add the missing references to the list of loaded assemblies.</value>
</data>
<data name="ShowAssemblyLoad" xml:space="preserve">
<value>Show assembly load log</value>
</data>
</root>

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

@ -516,4 +516,16 @@ @@ -516,4 +516,16 @@
<data name="DebugThisStep" xml:space="preserve">
<value>调试此步骤</value>
</data>
<data name="WarningAsmMarkedRef" xml:space="preserve">
<value>警告: 此程序集被标记为 "引用程序集", 这意味着它只包含元数据, 没有可执行代码。</value>
</data>
<data name="WarningSomeAssemblyReference" xml:space="preserve">
<value>警告: 某些程序集引用无法自动解析。这可能会导致某些部分反编译错误,</value>
</data>
<data name="PropertyManuallyMissingReferencesListLoadedAssemblies" xml:space="preserve">
<value>比如属性getter/setter 访问。要获得最佳反编译结果, 请手动将缺少的引用添加到加载的程序集列表中。</value>
</data>
<data name="ShowAssemblyLoad" xml:space="preserve">
<value>显示程序集加载日志</value>
</data>
</root>
Loading…
Cancel
Save