Browse Source

Translation warnings

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

331
ILSpy/Properties/Resources.Designer.cs generated

File diff suppressed because it is too large Load Diff

12
ILSpy/Properties/Resources.resx

@ -516,4 +516,16 @@
<data name="DebugThisStep" xml:space="preserve"> <data name="DebugThisStep" xml:space="preserve">
<value>Debug this step</value> <value>Debug this step</value>
</data> </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> </root>

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

@ -516,4 +516,16 @@
<data name="DebugThisStep" xml:space="preserve"> <data name="DebugThisStep" xml:space="preserve">
<value>调试此步骤</value> <value>调试此步骤</value>
</data> </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> </root>
Loading…
Cancel
Save