CodeAnalysisResources.zh-Hans.xlf 45.1 KB
Newer Older
T
Tom Meschter 已提交
1 2 3 4
<?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-Hans" original="../CodeAnalysisResources.resx">
    <body>
5 6 7 8 9 10 11 12 13 14
      <trans-unit id="A_language_name_cannot_be_specified_for_this_option">
        <source>A language name cannot be specified for this option.</source>
        <target state="new">A language name cannot be specified for this option.</target>
        <note />
      </trans-unit>
      <trans-unit id="A_language_name_must_be_specified_for_this_option">
        <source>A language name must be specified for this option.</source>
        <target state="new">A language name must be specified for this option.</target>
        <note />
      </trans-unit>
15 16 17
      <trans-unit id="CompilerAnalyzerThrowsDescription">
        <source>Analyzer '{0}' threw the following exception:
'{1}'.</source>
18 19
        <target state="translated">分析器“{0}”引发了以下异常:
“{1}”。</target>
20 21
        <note />
      </trans-unit>
22 23 24 25 26
      <trans-unit id="InvalidDiagnosticSuppressionReported">
        <source>Suppressed diagnostic ID '{0}' does not match suppressable ID '{1}' for the given suppression descriptor.</source>
        <target state="new">Suppressed diagnostic ID '{0}' does not match suppressable ID '{1}' for the given suppression descriptor.</target>
        <note />
      </trans-unit>
27 28
      <trans-unit id="InvalidOperationBlockForAnalysisContext">
        <source>Given operation block does not belong to the current analysis context.</source>
29
        <target state="translated">给定操作块不属于当前的分析上下文。</target>
30 31
        <note />
      </trans-unit>
32 33
      <trans-unit id="IsSymbolAccessibleBadWithin">
        <source>Parameter '{0}' must be an 'INamedTypeSymbol' or an 'IAssemblySymbol'.</source>
34
        <target state="translated">参数“{0}”必须是 "INamedTypeSymbol 或 "IAssemblySymbol"。</target>
35 36 37 38
        <note />
      </trans-unit>
      <trans-unit id="IsSymbolAccessibleWrongAssembly">
        <source>Parameter '{0}' must be a symbol from this compilation or some referenced assembly.</source>
39
        <target state="translated">参数“{0}”必须是此编译或某些引用程序集的符号。</target>
40 41
        <note />
      </trans-unit>
42 43 44 45 46
      <trans-unit id="NonReportedDiagnosticCannotBeSuppressed">
        <source>Non-reported diagnostic with ID '{0}' cannot be suppressed.</source>
        <target state="new">Non-reported diagnostic with ID '{0}' cannot be suppressed.</target>
        <note />
      </trans-unit>
47 48
      <trans-unit id="NotARootOperation">
        <source>Given operation has a non-null parent.</source>
49
        <target state="translated">给定操作具有一个非 null 父级。</target>
50 51
        <note />
      </trans-unit>
M
Manish Vasani 已提交
52
      <trans-unit id="OperationHasNullSemanticModel">
53
        <source>Given operation has a null semantic model.</source>
54
        <target state="translated">给定操作具有一个 null 语义模型。</target>
55 56
        <note />
      </trans-unit>
57 58
      <trans-unit id="OperationMustNotBeControlFlowGraphPart">
        <source>The provided operation must not be part of a Control Flow Graph.</source>
59
        <target state="translated">提供的操作不能是控制流图的一部分。</target>
60 61
        <note />
      </trans-unit>
T
Tom Meschter 已提交
62 63
      <trans-unit id="OutputKindNotSupported">
        <source>Output kind not supported.</source>
64
        <target state="translated">输出类型不受支持。</target>
T
Tom Meschter 已提交
65 66 67 68
        <note />
      </trans-unit>
      <trans-unit id="PathReturnedByResolveMetadataFileMustBeAbsolute">
        <source>Path returned by {0}.ResolveMetadataFile must be absolute: '{1}'</source>
69
        <target state="translated">由 {0}.ResolveMetadataFile 返回的路径必须是绝对路径:“{1}”</target>
T
Tom Meschter 已提交
70 71 72 73
        <note />
      </trans-unit>
      <trans-unit id="AssemblyMustHaveAtLeastOneModule">
        <source>Assembly must have at least one module.</source>
74
        <target state="translated">程序集必须有至少一个模块。</target>
T
Tom Meschter 已提交
75 76 77 78
        <note />
      </trans-unit>
      <trans-unit id="ModuleCopyCannotBeUsedToCreateAssemblyMetadata">
        <source>Module copy can't be used to create an assembly metadata.</source>
79
        <target state="translated">模块复制不能用于创建程序集元数据。</target>
T
Tom Meschter 已提交
80 81
        <note />
      </trans-unit>
82 83
      <trans-unit id="SupportedDiagnosticsHasNullDescriptor">
        <source>Analyzer '{0}' contains a null descriptor in its 'SupportedDiagnostics'.</source>
84
        <target state="translated">分析器“{0}”在其 "SupportedDiagnostics" 中包含 null 描述符。</target>
85 86
        <note />
      </trans-unit>
87 88 89 90 91 92
      <trans-unit id="SupportedSuppressionsHasNullDescriptor">
        <source>Analyzer '{0}' contains a null descriptor in its 'SupportedSuppressions'.</source>
        <target state="new">Analyzer '{0}' contains a null descriptor in its 'SupportedSuppressions'.</target>
        <note />
      </trans-unit>
      <trans-unit id="SuppressionDiagnosticDescriptorMessage">
M
Manish Vasani 已提交
93 94
        <source>Diagnostic '{0}: {1}' was programmatically suppressed by a DiagnosticSuppressor with suppresion ID '{2}' and justification '{3}'</source>
        <target state="new">Diagnostic '{0}: {1}' was programmatically suppressed by a DiagnosticSuppressor with suppresion ID '{2}' and justification '{3}'</target>
95 96 97 98 99 100 101 102 103 104 105 106
        <note />
      </trans-unit>
      <trans-unit id="SuppressionDiagnosticDescriptorTitle">
        <source>Programmatic suppression of an analyzer diagnostic</source>
        <target state="new">Programmatic suppression of an analyzer diagnostic</target>
        <note />
      </trans-unit>
      <trans-unit id="SuppressionIdCantBeNullOrWhitespace">
        <source>A SuppressionDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.</source>
        <target state="new">A SuppressionDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.</target>
        <note />
      </trans-unit>
T
Tom Meschter 已提交
107 108
      <trans-unit id="Unresolved">
        <source>Unresolved: </source>
109
        <target state="translated">未解析:</target>
T
Tom Meschter 已提交
110 111 112 113
        <note />
      </trans-unit>
      <trans-unit id="Assembly">
        <source>assembly</source>
114
        <target state="translated">程序集</target>
T
Tom Meschter 已提交
115 116 117 118
        <note />
      </trans-unit>
      <trans-unit id="Class1">
        <source>class</source>
119
        <target state="translated"></target>
T
Tom Meschter 已提交
120 121 122 123
        <note />
      </trans-unit>
      <trans-unit id="Constructor">
        <source>constructor</source>
124
        <target state="translated">构造函数</target>
T
Tom Meschter 已提交
125 126 127 128
        <note />
      </trans-unit>
      <trans-unit id="Delegate1">
        <source>delegate</source>
129
        <target state="translated">委托</target>
T
Tom Meschter 已提交
130 131 132 133
        <note />
      </trans-unit>
      <trans-unit id="Enum1">
        <source>enum</source>
134
        <target state="translated">枚举</target>
T
Tom Meschter 已提交
135 136 137 138
        <note />
      </trans-unit>
      <trans-unit id="Event1">
        <source>event</source>
139
        <target state="translated">事件</target>
T
Tom Meschter 已提交
140 141 142 143
        <note />
      </trans-unit>
      <trans-unit id="Field">
        <source>field</source>
144
        <target state="translated">字段</target>
T
Tom Meschter 已提交
145 146 147 148
        <note />
      </trans-unit>
      <trans-unit id="TypeParameter">
        <source>type parameter</source>
149
        <target state="translated">类型形参</target>
T
Tom Meschter 已提交
150 151 152 153
        <note />
      </trans-unit>
      <trans-unit id="Interface1">
        <source>interface</source>
154
        <target state="translated">接口</target>
T
Tom Meschter 已提交
155 156 157 158
        <note />
      </trans-unit>
      <trans-unit id="Method">
        <source>method</source>
159
        <target state="translated">方法</target>
T
Tom Meschter 已提交
160 161 162 163
        <note />
      </trans-unit>
      <trans-unit id="Module">
        <source>module</source>
164
        <target state="translated">模块</target>
T
Tom Meschter 已提交
165 166 167 168
        <note />
      </trans-unit>
      <trans-unit id="Parameter">
        <source>parameter</source>
169
        <target state="translated">参数</target>
T
Tom Meschter 已提交
170 171 172 173
        <note />
      </trans-unit>
      <trans-unit id="Property">
        <source>property, indexer</source>
174
        <target state="translated">属性、索引器</target>
T
Tom Meschter 已提交
175 176 177 178
        <note />
      </trans-unit>
      <trans-unit id="Return1">
        <source>return</source>
179
        <target state="translated">返回</target>
T
Tom Meschter 已提交
180 181 182 183
        <note />
      </trans-unit>
      <trans-unit id="Struct1">
        <source>struct</source>
184
        <target state="translated">结构</target>
T
Tom Meschter 已提交
185 186 187 188
        <note />
      </trans-unit>
      <trans-unit id="CannotCreateReferenceToSubmission">
        <source>Can't create a reference to a submission.</source>
189
        <target state="translated">不能创建对提交的引用。</target>
T
Tom Meschter 已提交
190 191 192 193
        <note />
      </trans-unit>
      <trans-unit id="CannotCreateReferenceToModule">
        <source>Can't create a reference to a module.</source>
194
        <target state="translated">不能创建对模块的引用。</target>
T
Tom Meschter 已提交
195 196 197 198
        <note />
      </trans-unit>
      <trans-unit id="InMemoryAssembly">
        <source>&lt;in-memory assembly&gt;</source>
199
        <target state="translated">&lt;内存中的程序集&gt;</target>
T
Tom Meschter 已提交
200 201 202 203
        <note />
      </trans-unit>
      <trans-unit id="InMemoryModule">
        <source>&lt;in-memory module&gt;</source>
204
        <target state="translated">&lt;内存中的模块&gt;</target>
T
Tom Meschter 已提交
205 206 207 208
        <note />
      </trans-unit>
      <trans-unit id="SizeHasToBePositive">
        <source>Size has to be positive.</source>
209
        <target state="translated">大小必须为正数。</target>
T
Tom Meschter 已提交
210 211 212 213
        <note />
      </trans-unit>
      <trans-unit id="AssemblyFileNotFound">
        <source>Assembly file not found</source>
214
        <target state="translated">未找到程序集文件</target>
T
Tom Meschter 已提交
215 216 217 218
        <note />
      </trans-unit>
      <trans-unit id="CannotEmbedInteropTypesFromModule">
        <source>Can't embed interop types from module.</source>
219
        <target state="translated">不能从模块嵌入互操作类型。</target>
T
Tom Meschter 已提交
220 221 222 223
        <note />
      </trans-unit>
      <trans-unit id="CannotAliasModule">
        <source>Can't alias a module.</source>
224
        <target state="translated">不能给模块起别名。</target>
T
Tom Meschter 已提交
225 226 227 228
        <note />
      </trans-unit>
      <trans-unit id="InvalidAlias">
        <source>Invalid alias.</source>
229
        <target state="translated">无效别名。</target>
T
Tom Meschter 已提交
230 231 232 233
        <note />
      </trans-unit>
      <trans-unit id="GetMetadataMustReturnInstance">
        <source>{0}.GetMetadata() must return an instance of {1}.</source>
234
        <target state="translated">{0}.GetMetadata() 必须返回 {1} 的实例。</target>
T
Tom Meschter 已提交
235 236
        <note />
      </trans-unit>
237 238 239 240 241
      <trans-unit id="UnsupportedSuppressionReported">
        <source>Reported suppression with ID '{0}' is not supported by the suppressor.</source>
        <target state="new">Reported suppression with ID '{0}' is not supported by the suppressor.</target>
        <note />
      </trans-unit>
T
Tom Meschter 已提交
242 243
      <trans-unit id="Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer">
        <source>Value too large to be represented as a 30 bit unsigned integer.</source>
244
        <target state="translated">值太大,无法表示为 30 位无符号整数。</target>
T
Tom Meschter 已提交
245 246 247 248
        <note />
      </trans-unit>
      <trans-unit id="Arrays_with_more_than_one_dimension_cannot_be_serialized">
        <source>Arrays with more than one dimension cannot be serialized.</source>
249
        <target state="translated">不能序列化具有多个维度的数组。</target>
T
Tom Meschter 已提交
250 251 252 253
        <note />
      </trans-unit>
      <trans-unit id="InvalidAssemblyName">
        <source>Invalid assembly name: '{0}'</source>
254
        <target state="translated">无效程序集名称: “{0}”</target>
T
Tom Meschter 已提交
255 256 257 258
        <note />
      </trans-unit>
      <trans-unit id="AbsolutePathExpected">
        <source>Absolute path expected.</source>
259
        <target state="translated">预期的绝对路径。</target>
T
Tom Meschter 已提交
260 261 262 263
        <note />
      </trans-unit>
      <trans-unit id="EmptyKeyInPathMap">
        <source>A key in the pathMap is empty.</source>
264
        <target state="translated">pathMap 中的键为空。</target>
T
Tom Meschter 已提交
265 266 267 268
        <note />
      </trans-unit>
      <trans-unit id="NullValueInPathMap">
        <source>A value in the pathMap is null.</source>
269
        <target state="translated">pathMap 中的一个值为 null。</target>
T
Tom Meschter 已提交
270 271 272 273
        <note />
      </trans-unit>
      <trans-unit id="CompilationOptionsMustNotHaveErrors">
        <source>Compilation options must not have errors.</source>
274
        <target state="translated">编译选项必须无错误。</target>
T
Tom Meschter 已提交
275 276 277 278
        <note />
      </trans-unit>
      <trans-unit id="ReturnTypeCannotBeValuePointerbyRefOrOpen">
        <source>Return type can't be a value type, pointer, by-ref or open generic type</source>
279
        <target state="translated">返回类型不能是值类型、指针、引用传递或开放式泛型类型</target>
T
Tom Meschter 已提交
280 281 282 283
        <note />
      </trans-unit>
      <trans-unit id="ReturnTypeCannotBeVoidByRefOrOpen">
        <source>Return type can't be void, by-ref or open generic type</source>
284
        <target state="translated">返回类型不能是无效、引用传递或是开放式泛型类型</target>
T
Tom Meschter 已提交
285 286 287 288
        <note />
      </trans-unit>
      <trans-unit id="TypeMustBeSameAsHostObjectTypeOfPreviousSubmission">
        <source>Type must be same as host object type of previous submission.</source>
289
        <target state="translated">类型须与之前提交的宿主对象的类型相同。</target>
T
Tom Meschter 已提交
290 291 292 293
        <note />
      </trans-unit>
      <trans-unit id="PreviousSubmissionHasErrors">
        <source>Previous submission has errors.</source>
294
        <target state="translated">上一个提交有错误。</target>
T
Tom Meschter 已提交
295 296 297 298
        <note />
      </trans-unit>
      <trans-unit id="InvalidOutputKindForSubmission">
        <source>Invalid output kind for submission. DynamicallyLinkedLibrary expected.</source>
299
        <target state="translated">无效的提交输出类型。预期为 DynamicallyLinkedLibrary。</target>
T
Tom Meschter 已提交
300 301 302 303
        <note />
      </trans-unit>
      <trans-unit id="InvalidCompilationOptions">
        <source>Invalid compilation options -- submission can't be signed.</source>
304
        <target state="translated">无效的编译选项 -- 不能签署提交。</target>
T
Tom Meschter 已提交
305 306 307 308
        <note />
      </trans-unit>
      <trans-unit id="ResourceStreamProviderShouldReturnNonNullStream">
        <source>Resource stream provider should return non-null stream.</source>
309
        <target state="translated">资源流提供程序应返回非空流。</target>
T
Tom Meschter 已提交
310 311 312 313
        <note />
      </trans-unit>
      <trans-unit id="ReferenceResolverShouldReturnReadableNonNullStream">
        <source>Reference resolver should return readable non-null stream.</source>
314
        <target state="translated">引用解析程序应返回非空的可读流。</target>
T
Tom Meschter 已提交
315 316 317 318
        <note />
      </trans-unit>
      <trans-unit id="EmptyOrInvalidResourceName">
        <source>Empty or invalid resource name</source>
319
        <target state="translated">空的或无效的资源名</target>
T
Tom Meschter 已提交
320 321 322 323
        <note />
      </trans-unit>
      <trans-unit id="EmptyOrInvalidFileName">
        <source>Empty or invalid file name</source>
324
        <target state="translated">空的或无效的文件名</target>
T
Tom Meschter 已提交
325 326 327 328
        <note />
      </trans-unit>
      <trans-unit id="ResourceDataProviderShouldReturnNonNullStream">
        <source>Resource data provider should return non-null stream</source>
329
        <target state="translated">资源数据提供程序应返回非空流</target>
T
Tom Meschter 已提交
330 331 332 333
        <note />
      </trans-unit>
      <trans-unit id="FileNotFound">
        <source>File not found.</source>
334
        <target state="translated">未找到文件。</target>
T
Tom Meschter 已提交
335 336 337 338
        <note />
      </trans-unit>
      <trans-unit id="PathReturnedByResolveStrongNameKeyFileMustBeAbsolute">
        <source>Path returned by {0}.ResolveStrongNameKeyFile must be absolute: '{1}'</source>
339
        <target state="translated">由 {0}.ResolveStrongNameKeyFile 返回的路径必须是绝对路径:“{1}”</target>
T
Tom Meschter 已提交
340 341 342 343
        <note />
      </trans-unit>
      <trans-unit id="TypeMustBeASubclassOfSyntaxAnnotation">
        <source>type must be a subclass of SyntaxAnnotation.</source>
344
        <target state="translated">类型必须是 SyntaxAnnotation 的子类。</target>
T
Tom Meschter 已提交
345 346 347 348
        <note />
      </trans-unit>
      <trans-unit id="InvalidModuleName">
        <source>Invalid module name specified in metadata module '{0}': '{1}'</source>
349
        <target state="translated">在元数据模块“{0}”中所指定的模块名称无效:“{1}”</target>
T
Tom Meschter 已提交
350 351 352 353
        <note />
      </trans-unit>
      <trans-unit id="FileSizeExceedsMaximumAllowed">
        <source>File size exceeds maximum allowed size of a valid metadata file.</source>
354
        <target state="translated">文件大小超过有效元数据文件所允许的最大大小。</target>
T
Tom Meschter 已提交
355 356 357 358
        <note />
      </trans-unit>
      <trans-unit id="NameCannotBeNull">
        <source>Name cannot be null.</source>
359
        <target state="translated">名称不能为 null。</target>
T
Tom Meschter 已提交
360 361 362 363
        <note />
      </trans-unit>
      <trans-unit id="NameCannotBeEmpty">
        <source>Name cannot be empty.</source>
364
        <target state="translated">名称不能为空。</target>
T
Tom Meschter 已提交
365 366 367 368
        <note />
      </trans-unit>
      <trans-unit id="NameCannotStartWithWhitespace">
        <source>Name cannot start with whitespace.</source>
369
        <target state="translated">名称不能以空格开头。</target>
T
Tom Meschter 已提交
370 371 372 373
        <note />
      </trans-unit>
      <trans-unit id="NameContainsInvalidCharacter">
        <source>Name contains invalid characters.</source>
374
        <target state="translated">名称包含无效字符。</target>
T
Tom Meschter 已提交
375 376 377 378
        <note />
      </trans-unit>
      <trans-unit id="SpanDoesNotIncludeStartOfLine">
        <source>The span does not include the start of a line.</source>
379
        <target state="translated">范围不包括行的开头。</target>
T
Tom Meschter 已提交
380 381 382 383
        <note />
      </trans-unit>
      <trans-unit id="SpanDoesNotIncludeEndOfLine">
        <source>The span does not include the end of a line.</source>
384
        <target state="translated">范围不包括行的末尾。</target>
T
Tom Meschter 已提交
385 386 387 388
        <note />
      </trans-unit>
      <trans-unit id="StartMustNotBeNegative">
        <source>'start' must not be negative</source>
389
        <target state="translated">'“开始”不能为负</target>
T
Tom Meschter 已提交
390 391 392 393
        <note />
      </trans-unit>
      <trans-unit id="EndMustNotBeLessThanStart">
        <source>'end' must not be less than 'start'</source>
394
        <target state="translated">'“结束时间”不得早于“开始时间”</target>
T
Tom Meschter 已提交
395 396 397 398
        <note />
      </trans-unit>
      <trans-unit id="InvalidContentType">
        <source>Invalid content type</source>
399
        <target state="translated">无效的内容类型</target>
T
Tom Meschter 已提交
400 401 402 403
        <note />
      </trans-unit>
      <trans-unit id="ExpectedNonEmptyPublicKey">
        <source>Expected non-empty public key</source>
404
        <target state="translated">预期的非空公钥</target>
T
Tom Meschter 已提交
405 406 407 408
        <note />
      </trans-unit>
      <trans-unit id="InvalidSizeOfPublicKeyToken">
        <source>Invalid size of public key token.</source>
409
        <target state="translated">公钥标记的大小无效。</target>
T
Tom Meschter 已提交
410 411 412 413
        <note />
      </trans-unit>
      <trans-unit id="InvalidCharactersInAssemblyName">
        <source>Invalid characters in assembly name</source>
414
        <target state="translated">程序集名称中有无效字符</target>
T
Tom Meschter 已提交
415 416 417 418
        <note />
      </trans-unit>
      <trans-unit id="InvalidCharactersInAssemblyCultureName">
        <source>Invalid characters in assembly culture name</source>
419
        <target state="translated">程序集区域性名称中有无效字符</target>
T
Tom Meschter 已提交
420 421 422 423
        <note />
      </trans-unit>
      <trans-unit id="StreamMustSupportReadAndSeek">
        <source>Stream must support read and seek operations.</source>
424
        <target state="translated">流必须支持读取和搜寻操作。</target>
T
Tom Meschter 已提交
425 426 427 428
        <note />
      </trans-unit>
      <trans-unit id="StreamMustSupportRead">
        <source>Stream must be readable.</source>
429
        <target state="translated">流必须为可读。</target>
T
Tom Meschter 已提交
430 431 432 433
        <note />
      </trans-unit>
      <trans-unit id="StreamMustSupportWrite">
        <source>Stream must be writable.</source>
434
        <target state="translated">流必须是可写的。</target>
T
Tom Meschter 已提交
435 436 437 438
        <note />
      </trans-unit>
      <trans-unit id="PdbStreamUnexpectedWhenEmbedding">
        <source>PDB stream should not be given when embedding PDB into the PE stream.</source>
439
        <target state="translated">将 PE 流嵌入 PDB 时,无法提供 PDB 流。</target>
T
Tom Meschter 已提交
440 441 442 443
        <note />
      </trans-unit>
      <trans-unit id="PdbStreamUnexpectedWhenEmittingMetadataOnly">
        <source>PDB stream should not be given when emitting metadata only.</source>
444
        <target state="translated">仅发出元数据时不应提供 PDB 流。</target>
T
Tom Meschter 已提交
445 446 447 448
        <note />
      </trans-unit>
      <trans-unit id="MetadataPeStreamUnexpectedWhenEmittingMetadataOnly">
        <source>Metadata PE stream should not be given when emitting metadata only.</source>
449
        <target state="translated">仅发出元数据时不应提供元数据 PE 流。</target>
T
Tom Meschter 已提交
450 451 452 453
        <note />
      </trans-unit>
      <trans-unit id="IncludingPrivateMembersUnexpectedWhenEmittingToMetadataPeStream">
        <source>Including private members should not be used when emitting to the secondary assembly output.</source>
454
        <target state="translated">发出到辅助程序集输出时不应包含私有成员。</target>
T
Tom Meschter 已提交
455 456 457 458
        <note />
      </trans-unit>
      <trans-unit id="MustIncludePrivateMembersUnlessRefAssembly">
        <source>Must include private members unless emitting a ref assembly.</source>
459
        <target state="translated">必须包括私有成员,除非发出 ref 程序集。</target>
T
Tom Meschter 已提交
460 461 462 463
        <note />
      </trans-unit>
      <trans-unit id="EmbeddingPdbUnexpectedWhenEmittingMetadata">
        <source>Embedding PDB is not allowed when emitting metadata.</source>
464
        <target state="translated">不允许在发出元数据时嵌入 PDB。</target>
T
Tom Meschter 已提交
465 466 467 468
        <note />
      </trans-unit>
      <trans-unit id="CannotTargetNetModuleWhenEmittingRefAssembly">
        <source>Cannot target net module when emitting ref assembly.</source>
469
        <target state="translated">无法在发出引用程序集时将 Net 模块作为目标。</target>
T
Tom Meschter 已提交
470 471 472 473
        <note />
      </trans-unit>
      <trans-unit id="InvalidHash">
        <source>Invalid hash.</source>
474
        <target state="translated">哈希无效。</target>
T
Tom Meschter 已提交
475 476 477 478
        <note />
      </trans-unit>
      <trans-unit id="UnsupportedHashAlgorithm">
        <source>Unsupported hash algorithm.</source>
479
        <target state="translated">不支持的哈希算法。</target>
T
Tom Meschter 已提交
480 481 482 483
        <note />
      </trans-unit>
      <trans-unit id="InconsistentLanguageVersions">
        <source>Inconsistent language versions</source>
484
        <target state="translated">不一致的语言版本</target>
T
Tom Meschter 已提交
485 486 487 488
        <note />
      </trans-unit>
      <trans-unit id="CoffResourceInvalidRelocation">
        <source>Win32 resources, assumed to be in COFF object format, have one or more invalid relocation header values.</source>
489
        <target state="translated">Win32 资源,假定为 COFF 对象格式,具有一个或多个无效的重定位标头值。</target>
T
Tom Meschter 已提交
490 491 492 493
        <note />
      </trans-unit>
      <trans-unit id="CoffResourceInvalidSectionSize">
        <source>Win32 resources, assumed to be in COFF object format, have an invalid section size.</source>
494
        <target state="translated">Win32 资源,假定为 COFF 对象格式,具有一个无效的节大小。</target>
T
Tom Meschter 已提交
495 496 497 498
        <note />
      </trans-unit>
      <trans-unit id="CoffResourceInvalidSymbol">
        <source>Win32 resources, assumed to be in COFF object format, have one or more invalid symbol values.</source>
499
        <target state="translated">Win32 资源,假定为 COFF 对象格式,具有一个或多个无效的符号值。</target>
T
Tom Meschter 已提交
500 501 502 503
        <note />
      </trans-unit>
      <trans-unit id="CoffResourceMissingSection">
        <source>Win32 resources, assumed to be in COFF object format, are missing one or both of sections '.rsrc$01' and '.rsrc$02'</source>
504
        <target state="translated">Win32 资源,假定为 COFF 对象格式,缺少其中一个或全部两个节:“.rsrc$01” 和“.rsrc$02”</target>
T
Tom Meschter 已提交
505 506 507 508
        <note />
      </trans-unit>
      <trans-unit id="IconStreamUnexpectedFormat">
        <source>Icon stream is not in the expected format.</source>
509
        <target state="translated">图标流不是预期格式。</target>
T
Tom Meschter 已提交
510 511 512 513
        <note />
      </trans-unit>
      <trans-unit id="InvalidCultureName">
        <source>Invalid culture name: '{0}'</source>
514
        <target state="translated">无效的区域性名称:“{0}”</target>
T
Tom Meschter 已提交
515 516
        <note />
      </trans-unit>
517 518 519 520 521 522 523 524 525 526
      <trans-unit id="WRN_InvalidSeverityInAnalyzerConfig">
        <source>The diagnostic '{0}' was given an invalid severity '{1}' in the analyzer config file at '{2}'.</source>
        <target state="new">The diagnostic '{0}' was given an invalid severity '{1}' in the analyzer config file at '{2}'.</target>
        <note />
      </trans-unit>
      <trans-unit id="WRN_InvalidSeverityInAnalyzerConfig_Title">
        <source>Invalid severity in analyzer config file.</source>
        <target state="new">Invalid severity in analyzer config file.</target>
        <note />
      </trans-unit>
T
Tom Meschter 已提交
527 528
      <trans-unit id="WinRTIdentityCantBeRetargetable">
        <source>WindowsRuntime identity can't be retargetable</source>
529
        <target state="translated">WindowsRuntime 标识不可重定目标</target>
T
Tom Meschter 已提交
530 531 532 533
        <note />
      </trans-unit>
      <trans-unit id="PEImageNotAvailable">
        <source>PE image not available.</source>
534
        <target state="translated">PE 映像不可用。</target>
T
Tom Meschter 已提交
535 536 537 538
        <note />
      </trans-unit>
      <trans-unit id="AssemblySigningNotSupported">
        <source>Assembly signing not supported.</source>
539
        <target state="translated">不支持程序集签名。</target>
T
Tom Meschter 已提交
540 541 542 543
        <note />
      </trans-unit>
      <trans-unit id="XmlReferencesNotSupported">
        <source>References to XML documents are not supported.</source>
544
        <target state="translated">不支持 XML 文档的引用。</target>
T
Tom Meschter 已提交
545 546 547 548
        <note />
      </trans-unit>
      <trans-unit id="FailedToResolveRuleSetName">
        <source>Could not locate the rule set file '{0}'.</source>
549
        <target state="translated">未能找到规则集文件“{0}”。</target>
T
Tom Meschter 已提交
550 551 552 553
        <note />
      </trans-unit>
      <trans-unit id="InvalidRuleSetInclude">
        <source>An error occurred while loading the included rule set file {0} - {1}</source>
554
        <target state="translated">加载所含规则集文件 {0} - {1} 时出错</target>
T
Tom Meschter 已提交
555 556 557 558
        <note />
      </trans-unit>
      <trans-unit id="CompilerAnalyzerFailure">
        <source>Analyzer Failure</source>
559
        <target state="translated">分析器故障</target>
T
Tom Meschter 已提交
560 561 562 563
        <note />
      </trans-unit>
      <trans-unit id="CompilerAnalyzerThrows">
        <source>Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.</source>
564
        <target state="translated">分析器“{0}”抛出类型为“{1}”的异常,并显示消息“{2}”。</target>
T
Tom Meschter 已提交
565 566 567 568
        <note />
      </trans-unit>
      <trans-unit id="AnalyzerDriverFailure">
        <source>Analyzer Driver Failure</source>
569
        <target state="translated">分析器驱动程序故障</target>
T
Tom Meschter 已提交
570 571 572 573
        <note />
      </trans-unit>
      <trans-unit id="AnalyzerDriverThrows">
        <source>Analyzer driver threw an exception of type '{0}' with message '{1}'.</source>
574
        <target state="translated">分析器驱动程序抛出类型为“{0}”的异常,并显示消息“{1}”。</target>
T
Tom Meschter 已提交
575 576 577 578 579
        <note />
      </trans-unit>
      <trans-unit id="AnalyzerDriverThrowsDescription">
        <source>Analyzer driver threw the following exception:
'{0}'.</source>
580 581
        <target state="translated">分析器驱动程序抛出以下异常:
“{0}”。</target>
T
Tom Meschter 已提交
582 583 584 585
        <note />
      </trans-unit>
      <trans-unit id="PEImageDoesntContainManagedMetadata">
        <source>PE image doesn't contain managed metadata.</source>
586
        <target state="translated">PE 映像不包含任何托管元数据。</target>
T
Tom Meschter 已提交
587 588
        <note />
      </trans-unit>
589 590
      <trans-unit id="ChangesMustNotOverlap">
        <source>The changes must not overlap.</source>
591
        <target state="translated">更改必须有序且不重叠。</target>
T
Tom Meschter 已提交
592 593 594 595
        <note />
      </trans-unit>
      <trans-unit id="DiagnosticIdCantBeNullOrWhitespace">
        <source>A DiagnosticDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.</source>
596
        <target state="translated">DiagnosticDescriptor 必须有一个 ID,该 ID 不能为 null、空字符串或只包含空格的字符串。</target>
T
Tom Meschter 已提交
597 598 599 600
        <note />
      </trans-unit>
      <trans-unit id="RuleSetHasDuplicateRules">
        <source>The rule set file has duplicate rules for '{0}' with differing actions '{1}' and '{2}'.</source>
601
        <target state="translated">规则集文件对有不同操作 “{1}” 和“{2}”的“{0}”有重复规则。</target>
T
Tom Meschter 已提交
602 603 604 605
        <note />
      </trans-unit>
      <trans-unit id="CantCreateModuleReferenceToAssembly">
        <source>Can't create a module reference to an assembly.</source>
606
        <target state="translated">无法对程序集创建模块引用.</target>
T
Tom Meschter 已提交
607 608 609 610
        <note />
      </trans-unit>
      <trans-unit id="CantCreateReferenceToDynamicAssembly">
        <source>Can't create a metadata reference to a dynamic assembly.</source>
611
        <target state="translated">无法对动态程序集创建元数据引用。</target>
T
Tom Meschter 已提交
612 613 614 615
        <note />
      </trans-unit>
      <trans-unit id="CantCreateReferenceToAssemblyWithoutLocation">
        <source>Can't create a metadata reference to an assembly without location.</source>
616
        <target state="translated">无法对不含位置的程序集创建元数据引用。</target>
T
Tom Meschter 已提交
617 618 619 620
        <note />
      </trans-unit>
      <trans-unit id="ArgumentCannotBeEmpty">
        <source>Argument cannot be empty.</source>
621
        <target state="translated">参数不能为空。</target>
T
Tom Meschter 已提交
622 623 624 625
        <note />
      </trans-unit>
      <trans-unit id="ArgumentElementCannotBeNull">
        <source>Argument cannot have a null element.</source>
626
        <target state="translated">参数不能具有 null 元素。</target>
T
Tom Meschter 已提交
627 628 629 630
        <note />
      </trans-unit>
      <trans-unit id="AsyncAnalyzerActionCannotBeRegistered">
        <source>Analyzer attempted to register an 'async' action, which is not supported.</source>
631
        <target state="translated">分析器尝试注册 "async" 操作,但此操作不受支持。</target>
T
Tom Meschter 已提交
632 633 634 635
        <note />
      </trans-unit>
      <trans-unit id="UnsupportedDiagnosticReported">
        <source>Reported diagnostic with ID '{0}' is not supported by the analyzer.</source>
636
        <target state="translated">分析器不支持 ID 为“{0}”的报告的诊断。</target>
T
Tom Meschter 已提交
637 638 639 640
        <note />
      </trans-unit>
      <trans-unit id="InvalidDiagnosticIdReported">
        <source>Reported diagnostic has an ID '{0}', which is not a valid identifier.</source>
641
        <target state="translated">报告的诊断 ID“{0}”不是有效的标识符。</target>
T
Tom Meschter 已提交
642 643 644 645
        <note />
      </trans-unit>
      <trans-unit id="InvalidDiagnosticLocationReported">
        <source>Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.</source>
646
        <target state="translated">报告的诊断“{0}”的源位置位于文件“{1}”中,后者不是要分析的编译的一部分。</target>
T
Tom Meschter 已提交
647 648 649 650
        <note />
      </trans-unit>
      <trans-unit id="The_type_0_is_not_understood_by_the_serialization_binder">
        <source>The type '{0}' is not understood by the serialization binder.</source>
651
        <target state="translated">序列化绑定器不理解“{0}”类型。</target>
T
Tom Meschter 已提交
652 653 654 655
        <note />
      </trans-unit>
      <trans-unit id="Cannot_deserialize_type_0">
        <source>Cannot deserialize type '{0}'.</source>
656
        <target state="translated">无法反序列化类型“{0}”。</target>
T
Tom Meschter 已提交
657 658 659 660
        <note />
      </trans-unit>
      <trans-unit id="Cannot_serialize_type_0">
        <source>Cannot serialize type '{0}'.</source>
661
        <target state="translated">无法序列化类型“{0}”。</target>
T
Tom Meschter 已提交
662 663 664 665
        <note />
      </trans-unit>
      <trans-unit id="InvalidNodeToTrack">
        <source>Node to track is not a descendant of the root.</source>
666
        <target state="translated">要跟踪的节点不是根的后代。</target>
T
Tom Meschter 已提交
667 668 669 670
        <note />
      </trans-unit>
      <trans-unit id="NodeOrTokenOutOfSequence">
        <source>A node or token is out of sequence.</source>
671
        <target state="translated">某个节点或标记的顺序不正确。</target>
T
Tom Meschter 已提交
672 673 674 675
        <note />
      </trans-unit>
      <trans-unit id="UnexpectedTypeOfNodeInList">
        <source>A node in the list is not of the expected type.</source>
676
        <target state="translated">列表中的某个节点不是预期的类型。</target>
T
Tom Meschter 已提交
677 678 679 680
        <note />
      </trans-unit>
      <trans-unit id="MissingListItem">
        <source>The item specified is not the element of a list.</source>
681
        <target state="translated">指定的项不是列表的元素。</target>
T
Tom Meschter 已提交
682 683 684 685
        <note />
      </trans-unit>
      <trans-unit id="InvalidPublicKey">
        <source>Invalid public key.</source>
686
        <target state="translated">公钥无效</target>
T
Tom Meschter 已提交
687 688 689 690
        <note />
      </trans-unit>
      <trans-unit id="InvalidPublicKeyToken">
        <source>Invalid public key token.</source>
691
        <target state="translated">公钥标记无效。</target>
T
Tom Meschter 已提交
692 693 694 695
        <note />
      </trans-unit>
      <trans-unit id="InvalidDataAtOffset">
        <source>Invalid data at offset {0}: {1}{2}*{3}{4}</source>
696
        <target state="translated">偏移量 {0} 处的数据无效: {1}{2}*{3}{4}</target>
T
Tom Meschter 已提交
697 698 699 700
        <note />
      </trans-unit>
      <trans-unit id="SymWriterNotDeterministic">
        <source>Windows PDB writer doesn't support deterministic compilation: '{0}'</source>
701
        <target state="translated">Windows PDB 编写器不支持确定性的编译:“{0}”</target>
T
Tom Meschter 已提交
702 703 704 705
        <note />
      </trans-unit>
      <trans-unit id="SymWriterOlderVersionThanRequired">
        <source>The version of Windows PDB writer is older than required: '{0}'</source>
706
        <target state="translated">Windows PDB 编写器的版本早于要求的版本:“{0}”</target>
T
Tom Meschter 已提交
707 708 709 710
        <note />
      </trans-unit>
      <trans-unit id="SymWriterDoesNotSupportSourceLink">
        <source>Windows PDB writer doesn't support SourceLink feature: '{0}'</source>
711
        <target state="translated">Windows PDB 编写器不支持 SourceLink 功能:“{0}”</target>
T
Tom Meschter 已提交
712 713 714 715
        <note />
      </trans-unit>
      <trans-unit id="RuleSetBadAttributeValue">
        <source>The attribute {0} has an invalid value of {1}.</source>
716
        <target state="translated">属性 {0} 具有无效值 {1}。</target>
T
Tom Meschter 已提交
717 718 719 720
        <note />
      </trans-unit>
      <trans-unit id="RuleSetMissingAttribute">
        <source>The element {0} is missing an attribute named {1}.</source>
721
        <target state="translated">元素 {0} 缺少名为 {1} 的属性。</target>
T
Tom Meschter 已提交
722 723 724 725
        <note />
      </trans-unit>
      <trans-unit id="KeepAliveIsNotAnInteger">
        <source>Argument to '/keepalive' option is not a 32-bit integer.</source>
726
        <target state="translated">"/keepalive" 选项的参数不是一个 32 位整数。</target>
T
Tom Meschter 已提交
727 728 729 730
        <note />
      </trans-unit>
      <trans-unit id="KeepAliveIsTooSmall">
        <source>Arguments to '/keepalive' option below -1 are invalid.</source>
731
        <target state="translated">小于 -1 的 "/keepalive" 选项的参数无效。</target>
T
Tom Meschter 已提交
732 733 734 735
        <note />
      </trans-unit>
      <trans-unit id="KeepAliveWithoutShared">
        <source>'/keepalive' option is only valid with '/shared' option.</source>
736
        <target state="translated">'"/keepalive" 选项仅在与 "/shared" 选项一起使用时有效。</target>
T
Tom Meschter 已提交
737 738 739 740
        <note />
      </trans-unit>
      <trans-unit id="MismatchedVersion">
        <source>Roslyn compiler server reports different protocol version than build task.</source>
741
        <target state="translated">Roslyn 编译器服务器报告不同于生成任务的协议版本。</target>
T
Tom Meschter 已提交
742 743 744 745
        <note />
      </trans-unit>
      <trans-unit id="MissingKeepAlive">
        <source>Missing argument for '/keepalive' option.</source>
746
        <target state="translated">缺少 "/keepalive" 选项的参数。</target>
T
Tom Meschter 已提交
747 748 749 750
        <note />
      </trans-unit>
      <trans-unit id="AnalyzerTotalExecutionTime">
        <source>Total analyzer execution time: {0} seconds.</source>
751
        <target state="translated">分析器总执行时间: {0} 秒。</target>
T
Tom Meschter 已提交
752 753 754 755
        <note />
      </trans-unit>
      <trans-unit id="MultithreadedAnalyzerExecutionNote">
        <source>NOTE: Elapsed time may be less than analyzer execution time because analyzers can run concurrently.</source>
756
        <target state="translated">注意: 运行时间可能小于分析器执行时间,因为分析器可以同时运行。</target>
T
Tom Meschter 已提交
757 758 759 760
        <note />
      </trans-unit>
      <trans-unit id="AnalyzerExecutionTimeColumnHeader">
        <source>Time (s)</source>
761
        <target state="translated">时间(秒)</target>
T
Tom Meschter 已提交
762 763 764 765
        <note />
      </trans-unit>
      <trans-unit id="AnalyzerNameColumnHeader">
        <source>Analyzer</source>
766
        <target state="translated">分析器</target>
T
Tom Meschter 已提交
767 768 769 770
        <note />
      </trans-unit>
      <trans-unit id="NoAnalyzersFound">
        <source>No analyzers found</source>
771
        <target state="translated">找不到分析器</target>
T
Tom Meschter 已提交
772 773 774 775
        <note />
      </trans-unit>
      <trans-unit id="DuplicateAnalyzerInstances">
        <source>Argument contains duplicate analyzer instances.</source>
776
        <target state="translated">参数包含重复的分析器实例。</target>
T
Tom Meschter 已提交
777 778 779 780
        <note />
      </trans-unit>
      <trans-unit id="UnsupportedAnalyzerInstance">
        <source>Argument contains an analyzer instance that does not belong to the 'Analyzers' for this CompilationWithAnalyzers instance.</source>
781
        <target state="translated">参数包含的分析器实例不属于此 CompilationWithAnalyzers 实例的“Analyzers”。</target>
T
Tom Meschter 已提交
782 783 784 785
        <note />
      </trans-unit>
      <trans-unit id="InvalidTree">
        <source>Syntax tree doesn't belong to the underlying 'Compilation'.</source>
786
        <target state="translated">语法树不属于底层“Compilation”。</target>
T
Tom Meschter 已提交
787 788 789 790
        <note />
      </trans-unit>
      <trans-unit id="ResourceStreamEndedUnexpectedly">
        <source>Resource stream ended at {0} bytes, expected {1} bytes.</source>
791
        <target state="translated">资源流在 {0} 字节结束,预期为 {1} 字节。</target>
T
Tom Meschter 已提交
792 793 794 795
        <note />
      </trans-unit>
      <trans-unit id="SharedArgumentMissing">
        <source>Value for argument '/shared:' must not be empty</source>
796
        <target state="translated">参数“/shared:”的值不能为空</target>
T
Tom Meschter 已提交
797 798 799 800 801
        <note />
      </trans-unit>
      <trans-unit id="ExceptionContext">
        <source>Exception occurred with following context:
{0}</source>
802
        <target state="translated">出现异常,上下文如下:
T
Tom Meschter 已提交
803 804 805 806 807
{0}</target>
        <note />
      </trans-unit>
      <trans-unit id="AnonymousTypeMemberAndNamesCountMismatch2">
        <source>{0} and {1} must have the same length.</source>
808
        <target state="translated">{0} 和 {1} 长度必须相同。</target>
T
Tom Meschter 已提交
809 810 811 812
        <note />
      </trans-unit>
      <trans-unit id="AnonymousTypeArgumentCountMismatch2">
        <source>{0} must either be 'default' or have the same length as {1}.</source>
813
        <target state="translated">{0} 必须为“默认值”或具有与 {1} 相同的长度。</target>
T
Tom Meschter 已提交
814 815 816 817
        <note />
      </trans-unit>
      <trans-unit id="InconsistentSyntaxTreeFeature">
        <source>Inconsistent syntax tree features</source>
818
        <target state="translated">不一致的语法树特征</target>
T
Tom Meschter 已提交
819 820 821 822
        <note />
      </trans-unit>
      <trans-unit id="ReferenceOfTypeIsInvalid1">
        <source>Reference of type '{0}' is not valid for this compilation.</source>
823
        <target state="translated">引用类型“{0}”对该编译无效。</target>
T
Tom Meschter 已提交
824 825 826 827
        <note />
      </trans-unit>
      <trans-unit id="MetadataRefNotFoundToRemove1">
        <source>MetadataReference '{0}' not found to remove.</source>
828
        <target state="translated">未找到要删除的 MetadataReference“{0}”。</target>
T
Tom Meschter 已提交
829 830 831 832
        <note />
      </trans-unit>
      <trans-unit id="TupleElementNameCountMismatch">
        <source>If tuple element names are specified, the number of element names must match the cardinality of the tuple.</source>
833
        <target state="translated">如果指定了元组元素名称,元素名称的数量必须与元组基数相匹配。</target>
T
Tom Meschter 已提交
834 835 836 837
        <note />
      </trans-unit>
      <trans-unit id="TupleElementNameEmpty">
        <source>Tuple element name cannot be an empty string.</source>
838
        <target state="translated">元组元素名称不能为空字符串。</target>
T
Tom Meschter 已提交
839 840 841 842
        <note />
      </trans-unit>
      <trans-unit id="TupleElementLocationCountMismatch">
        <source>If tuple element locations are specified, the number of locations must match the cardinality of the tuple.</source>
843
        <target state="translated">如果已指定元组元素位置,则位置的数量必须与元组基数相匹配。</target>
T
Tom Meschter 已提交
844 845 846 847
        <note />
      </trans-unit>
      <trans-unit id="TuplesNeedAtLeastTwoElements">
        <source>Tuples must have at least two elements.</source>
848
        <target state="translated">元组必须包含至少两个元素。</target>
T
Tom Meschter 已提交
849 850 851 852
        <note />
      </trans-unit>
      <trans-unit id="CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion">
        <source>The compilation references multiple assemblies whose versions only differ in auto-generated build and/or revision numbers.</source>
853
        <target state="translated">编译将引用多个程序集(其版本只在自动生成的版本和/或修订号方面有所不同)。</target>
T
Tom Meschter 已提交
854 855 856 857
        <note />
      </trans-unit>
      <trans-unit id="TupleUnderlyingTypeMustBeTupleCompatible">
        <source>The underlying type for a tuple must be tuple-compatible.</source>
858
        <target state="translated">元组的基础类型必须符合元组。</target>
T
Tom Meschter 已提交
859 860 861 862
        <note />
      </trans-unit>
      <trans-unit id="UnrecognizedResourceFileFormat">
        <source>Unrecognized resource file format.</source>
863
        <target state="translated">无法识别的资源文件格式。</target>
T
Tom Meschter 已提交
864 865 866 867
        <note />
      </trans-unit>
      <trans-unit id="SourceTextCannotBeEmbedded">
        <source>SourceText cannot be embedded. Provide encoding or canBeEmbedded=true at construction.</source>
868
        <target state="translated">不能嵌入 SourceText。在构造时提供编码或 canBeEmbedded=true。</target>
T
Tom Meschter 已提交
869 870 871 872
        <note />
      </trans-unit>
      <trans-unit id="StreamIsTooLong">
        <source>Stream is too long.</source>
873
        <target state="translated">“流”过长。</target>
T
Tom Meschter 已提交
874 875 876 877
        <note />
      </trans-unit>
      <trans-unit id="EmbeddedTextsRequirePdb">
        <source>Embedded texts are only supported when emitting a PDB.</source>
878
        <target state="translated">仅在发出 PDB 时才支持嵌入的文本。</target>
T
Tom Meschter 已提交
879 880 881 882
        <note />
      </trans-unit>
      <trans-unit id="TheStreamCannotBeWrittenTo">
        <source>The stream cannot be written to.</source>
883
        <target state="translated">无法向流中写入。</target>
T
Tom Meschter 已提交
884 885 886 887
        <note />
      </trans-unit>
      <trans-unit id="ElementIsExpected">
        <source>element is expected</source>
888
        <target state="translated">应为元素</target>
T
Tom Meschter 已提交
889 890 891 892
        <note />
      </trans-unit>
      <trans-unit id="SeparatorIsExpected">
        <source>separator is expected</source>
893
        <target state="translated">需要分隔符</target>
T
Tom Meschter 已提交
894 895 896 897
        <note />
      </trans-unit>
      <trans-unit id="TheStreamCannotBeReadFrom">
        <source>The stream cannot be read from.</source>
898
        <target state="translated">无法从流中读取。</target>
T
Tom Meschter 已提交
899 900 901 902
        <note />
      </trans-unit>
      <trans-unit id="Deserialization_reader_for_0_read_incorrect_number_of_values">
        <source>Deserialization reader for '{0}' read incorrect number of values.</source>
903
        <target state="translated">“{0}”的反序列化读取器读取到错误数量的值。</target>
T
Tom Meschter 已提交
904 905 906 907
        <note />
      </trans-unit>
      <trans-unit id="Stream_contains_invalid_data">
        <source>Stream contains invalid data</source>
908
        <target state="translated">流包含无效的数据</target>
T
Tom Meschter 已提交
909 910 911 912
        <note />
      </trans-unit>
      <trans-unit id="InvalidDiagnosticSpanReported">
        <source>Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.</source>
913
        <target state="translated">报告的诊断“{0}”的源位置“{1}”位于文件“{2}”中,后者不是给定文件。</target>
C
Cheryl Borley 已提交
914 915
        <note />
      </trans-unit>
916 917
      <trans-unit id="ExceptionEnablingMulticoreJit">
        <source>Warning: Could not enable multicore JIT due to exception: {0}.</source>
918
        <target state="translated">警告: 无法启用 multicore JIT,因为存在异常: {0}。</target>
919 920
        <note />
      </trans-unit>
T
Tom Meschter 已提交
921 922 923
    </body>
  </file>
</xliff>