Browse Source

Fix building problem after adding chinese traditional translation

pull/3647/head
米茶 4 days ago
parent
commit
f7faeafa53
  1. 8
      ILSpy/Properties/Resources.zh-Hant.resx

8
ILSpy/Properties/Resources.zh-Hant.resx

@ -295,7 +295,7 @@ @@ -295,7 +295,7 @@
<value>自動載入程式集的參考</value>
</data>
<data name="DecompilerSettings.CheckForOverflowUnderflow" xml:space="preserve">
<value>&#x8;檢查運算子的溢位和下溢</value>
<value>檢查運算子的溢位和下溢</value>
</data>
<data name="DecompilerSettings.CheckedOperators" xml:space="preserve">
<value>使用者定義的 checked 運算子</value>
@ -414,6 +414,9 @@ @@ -414,6 +414,9 @@
<data name="DecompilerSettings.IsUnmanagedAttributeOnTypeParametersShouldBeReplacedWithUnmanagedConstraints" xml:space="preserve">
<value>將類型參數上的 IsUnmanagedAttribute 替換成 'unmanaged' 約束</value>
</data>
<data name="DecompilerSettings.LifetimeAnnotations" xml:space="preserve">
<value>'scoped' 生命週期關鍵字</value>
</data>
<data name="DecompilerSettings.NativeIntegers" xml:space="preserve">
<value>使用 nint/nuint 類型</value>
</data>
@ -1157,7 +1160,4 @@ @@ -1157,7 +1160,4 @@
<data name="_Window" xml:space="preserve">
<value>視窗(_W)</value>
</data>
<data name="DecompilerSettings.LifetimeAnnotations" xml:space="preserve">
<value>'scoped' 生命週期關鍵字</value>
</data>
</root>
Loading…
Cancel
Save