forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrings.zh-Hant.xlf
More file actions
92 lines (92 loc) · 5.04 KB
/
Strings.zh-Hant.xlf
File metadata and controls
92 lines (92 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../Strings.resx">
<body>
<trans-unit id="CollectionNotSupported">
<source>The collection type is not supported: '{0}'.</source>
<target state="translated">不支援集合類型: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="CouldNotDetermineTypeInfoMessageFormat">
<source>Binding logic was not generated for a binder call. Unsupported input patterns include generic calls and passing boxed objects.</source>
<target state="translated">未產生文件夾呼叫的繫結邏輯。不支援的輸入模式包括一般呼叫和傳遞方塊物件。</target>
<note />
</trans-unit>
<trans-unit id="CouldNotDetermineTypeInfoTitle">
<source>The target type for a binder call could not be determined</source>
<target state="translated">無法判斷文件夾呼叫的目標型別</target>
<note />
</trans-unit>
<trans-unit id="DictionaryKeyNotSupported">
<source>The dictionary key type is not supported: '{0}'.</source>
<target state="translated">不支援字典索引鍵類型: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="ElementTypeNotSupported">
<source>The collection element type is not supported: '{0}'.</source>
<target state="translated">不支援集合元素類型: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="Language VersionIsNotSupportedMessageFormat">
<source>The project's language version has to be at least 'C# 12'.</source>
<target state="translated">專案的語言版本必須至少為 'C# 12'。</target>
<note />
</trans-unit>
<trans-unit id="LanguageVersionIsNotSupportedTitle">
<source>Language version is required to be at least C# 12</source>
<target state="translated">語言版本要求至少為 C#12</target>
<note />
</trans-unit>
<trans-unit id="MissingPublicInstanceConstructor">
<source>Cannot create instance of type '{0}' because it is missing a public instance constructor.</source>
<target state="translated">無法建立類型為 '{0}' 的執行個體,因為它缺少公用執行個體建構函式。</target>
<note />
</trans-unit>
<trans-unit id="MultiDimArraysNotSupported">
<source>Multidimensional arrays are not supported: '{0}'.</source>
<target state="translated">不支援多維陣列: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="MultipleParameterizedConstructors">
<source>Cannot create instance of type '{0}' because it has multiple public parameterized constructors.</source>
<target state="translated">無法建立類型為 '{0}' 的執行個體,因為它有多個公用參數化建構函式。</target>
<note />
</trans-unit>
<trans-unit id="NullableUnderlyingTypeNotSupported">
<source>Nullable underlying type is not supported: '{0}'.</source>
<target state="translated">不支援可為 Null 的基礎類型: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="PropertyNotSupportedMessageFormat">
<source>Property '{0}' on type '{1}' is not supported.</source>
<target state="translated">不支援類型 '{1}' 的屬性 '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="PropertyNotSupportedTitle">
<source>Did not generate binding logic for a property on a type</source>
<target state="translated">未在類型上產生屬性的繫結邏輯</target>
<note />
</trans-unit>
<trans-unit id="TypeNotSupported">
<source>The type is not supported: '{0}'.</source>
<target state="translated">不支援類型: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="TypeNotSupportedTitle">
<source>Did not generate binding logic for a type</source>
<target state="translated">未產生類型的繫結邏輯</target>
<note />
</trans-unit>
<trans-unit id="ValueTypesInvalidForBindMessageFormat">
<source>Binding logic was not generated for a binder call with target type '{0}'. Value types are invalid inputs to configuration 'Bind' methods.</source>
<target state="translated">未針對目標型別為 '{0}' 的文件夾呼叫產生繫結邏輯。實值型別對設定 'Bind' 方法的輸入無效。</target>
<note />
</trans-unit>
<trans-unit id="ValueTypesInvalidForBindTitle">
<source>Value types are invalid inputs to configuration 'Bind' methods</source>
<target state="translated">實值型別對設定 'Bind' 方法的輸入無效</target>
<note />
</trans-unit>
</body>
</file>
</xliff>