FeaturesResources.zh-Hans.xlf 113.5 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="../FeaturesResources.resx">
    <body>
5 6
      <trans-unit id="Add_member_name">
        <source>Add member name</source>
7
        <target state="translated">添加成员名称</target>
8 9
        <note />
      </trans-unit>
10 11
      <trans-unit id="Add_null_checks_for_all_parameters">
        <source>Add null checks for all parameters</source>
12
        <target state="translated">为所有参数添加 null 检查</target>
13 14
        <note />
      </trans-unit>
15 16
      <trans-unit id="Add_optional_parameter_to_constructor">
        <source>Add optional parameter to constructor</source>
17
        <target state="translated">将可选参数添加到构造函数</target>
18 19
        <note />
      </trans-unit>
20 21
      <trans-unit id="Add_parameter_to_0_and_overrides_implementations">
        <source>Add parameter to '{0}' (and overrides/implementations)</source>
22
        <target state="translated">将参数添加到“{0}”(和重写/实现)</target>
23 24
        <note />
      </trans-unit>
25 26
      <trans-unit id="Add_parameter_to_constructor">
        <source>Add parameter to constructor</source>
27
        <target state="translated">将参数添加到构造函数</target>
28 29
        <note />
      </trans-unit>
T
Tom Meschter 已提交
30 31
      <trans-unit id="Add_project_reference_to_0">
        <source>Add project reference to '{0}'.</source>
32
        <target state="translated">将参数引用添加到“{0}”。</target>
T
Tom Meschter 已提交
33 34 35 36
        <note />
      </trans-unit>
      <trans-unit id="Add_reference_to_0">
        <source>Add reference to '{0}'.</source>
37
        <target state="translated">将引用添加到“{0}”。</target>
T
Tom Meschter 已提交
38 39 40 41
        <note />
      </trans-unit>
      <trans-unit id="Actions_can_not_be_empty">
        <source>Actions can not be empty.</source>
42
        <target state="translated">操作不能为空。</target>
T
Tom Meschter 已提交
43 44
        <note />
      </trans-unit>
45 46
      <trans-unit id="Add_tuple_element_name_0">
        <source>Add tuple element name '{0}'</source>
47
        <target state="translated">添加元组元素名称 "{0}"</target>
48 49
        <note />
      </trans-unit>
T
Tomáš Matoušek 已提交
50 51
      <trans-unit id="Adding_0_into_an_interface_method_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' into an interface method will prevent the debug session from continuing.</source>
52
        <target state="translated">将 "{0}" 添加进接口方法将阻止调试会话继续。</target>
T
Tomáš Matoušek 已提交
53 54 55 56
        <note />
      </trans-unit>
      <trans-unit id="Adding_0_into_an_interface_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' into an interface will prevent the debug session from continuing.</source>
57
        <target state="translated">将 "{0}" 添加进接口将阻止调试会话继续。</target>
T
Tomáš Matoušek 已提交
58 59
        <note />
      </trans-unit>
60 61
      <trans-unit id="Adding_method_with_explicit_interface_specifier_will_prevernt_the_debug_session_from_continuing">
        <source>Adding a method with an explicit interface specifier will prevent the debug session from continuing.</source>
62
        <target state="translated">添加具有显式接口说明符的方法将阻止调试会话继续。</target>
63 64
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
65 66
      <trans-unit id="Align_wrapped_arguments">
        <source>Align wrapped arguments</source>
67
        <target state="translated">对齐包装的参数</target>
C
Cyrus Najmabadi 已提交
68 69 70 71
        <note />
      </trans-unit>
      <trans-unit id="Align_wrapped_parameters">
        <source>Align wrapped parameters</source>
72
        <target state="translated">对齐包装参数</target>
C
Cyrus Najmabadi 已提交
73 74
        <note />
      </trans-unit>
A
Allison Chou 已提交
75
      <trans-unit id="Awaited_task_returns_0">
A
Allison Chou 已提交
76
        <source>Awaited task returns '{0}'</source>
77
        <target state="translated">等待任务返回“{0}”</target>
A
Allison Chou 已提交
78 79 80
        <note />
      </trans-unit>
      <trans-unit id="Awaited_task_returns_no_value">
A
Allison Chou 已提交
81
        <source>Awaited task returns no value</source>
82
        <target state="translated">等待任务没有返回任何值</target>
A
Allison Chou 已提交
83 84
        <note />
      </trans-unit>
85 86 87 88 89
      <trans-unit id="Base_classes_contain_inaccessible_unimplemented_members">
        <source>Base classes contain inaccessible unimplemented members</source>
        <target state="new">Base classes contain inaccessible unimplemented members</target>
        <note />
      </trans-unit>
90 91
      <trans-unit id="CannotApplyChangesUnexpectedError">
        <source>Cannot apply changes -- unexpected error: '{0}'</source>
92
        <target state="translated">无法应用更改 - 意外错误:“{0}”</target>
93 94
        <note />
      </trans-unit>
95 96
      <trans-unit id="Change_namespace_to_0">
        <source>Change namespace to '{0}'</source>
97
        <target state="translated">将名称空间更改为“{0}”</target>
98 99 100 101
        <note />
      </trans-unit>
      <trans-unit id="Change_to_global_namespace">
        <source>Change to global namespace</source>
102
        <target state="translated">更改为全局命名空间</target>
C
Cyrus Najmabadi 已提交
103 104
        <note />
      </trans-unit>
105 106
      <trans-unit id="ChangesDisallowedWhileStoppedAtException">
        <source>Changes are not allowed while stopped at exception</source>
107
        <target state="translated">在出现异常而停止时禁止更改</target>
108 109 110 111
        <note />
      </trans-unit>
      <trans-unit id="ChangesNotAppliedWhileRunning">
        <source>Changes made in project '{0}' will not be applied while the application is running</source>
112
        <target state="translated">在应用程序运行时,将不应用在项目“{0}”中所作的更改</target>
113 114
        <note />
      </trans-unit>
115 116
      <trans-unit id="Changing_0_from_asynchronous_to_synchronous_will_prevent_the_debug_session_from_continuing">
        <source>Changing '{0}' from asynchronous to synchronous will prevent the debug session from continuing.</source>
117
        <target state="translated">将“{0}”从异步更改为同步会阻止调试会话继续执行。</target>
118 119 120 121
        <note />
      </trans-unit>
      <trans-unit id="Changing_0_to_1_will_prevent_the_debug_session_from_continuing_because_it_changes_the_shape_of_the_state_machine">
        <source>Changing '{0}' to '{1}' will prevent the debug session from continuing because it changes the shape of the state machine.</source>
122
        <target state="translated">将“{0}”更改为“{1}”会阻止调试会话继续执行,因为它会更改状态机的形状。</target>
123
        <note />
C
Cyrus Najmabadi 已提交
124 125 126 127 128
      </trans-unit>
      <trans-unit id="Conditional_expression_can_be_simplified">
        <source>Conditional expression can be simplified</source>
        <target state="new">Conditional expression can be simplified</target>
        <note />
129
      </trans-unit>
130 131
      <trans-unit id="Configure_0_code_style">
        <source>Configure {0} code style</source>
132
        <target state="translated">配置 {0} 代码样式</target>
133 134
        <note />
      </trans-unit>
135 136
      <trans-unit id="Configure_0_severity">
        <source>Configure {0} severity</source>
137
        <target state="translated">配置 {0} 严重性</target>
138 139
        <note />
      </trans-unit>
140 141 142 143 144 145 146 147 148 149
      <trans-unit id="Configure_severity_for_all_0_analyzers">
        <source>Configure severity for all '{0}' analyzers</source>
        <target state="new">Configure severity for all '{0}' analyzers</target>
        <note />
      </trans-unit>
      <trans-unit id="Configure_severity_for_all_analyzers">
        <source>Configure severity for all analyzers</source>
        <target state="new">Configure severity for all analyzers</target>
        <note />
      </trans-unit>
150
      <trans-unit id="Convert_to_linq">
M
Manish Vasani 已提交
151
        <source>Convert to LINQ</source>
152
        <target state="translated">转换为 LINQ</target>
I
Ivan Basov 已提交
153
        <note />
154
      </trans-unit>
155 156
      <trans-unit id="Add_to_0">
        <source>Add to '{0}'</source>
157
        <target state="translated">添加到“{0}”</target>
158 159
        <note />
      </trans-unit>
160 161
      <trans-unit id="Convert_to_class">
        <source>Convert to class</source>
162
        <target state="translated">转换为类</target>
163 164
        <note />
      </trans-unit>
M
Manish Vasani 已提交
165 166
      <trans-unit id="Convert_to_linq_call_form">
        <source>Convert to LINQ (call form)</source>
167
        <target state="translated">转换为 LINQ (调用表单)</target>
M
Manish Vasani 已提交
168 169
        <note />
      </trans-unit>
170 171
      <trans-unit id="Convert_to_struct">
        <source>Convert to struct</source>
172
        <target state="translated">转换为结构</target>
173 174
        <note />
      </trans-unit>
175 176
      <trans-unit id="DisposableFieldsShouldBeDisposedDescription">
        <source>A type that implements System.IDisposable declares fields that are of types that also implement IDisposable. The Dispose method of the field is not called by the Dispose method of the declaring type. To fix a violation of this rule, call Dispose on fields that are of types that implement IDisposable if you are responsible for allocating and releasing the unmanaged resources held by the field.</source>
177
        <target state="translated">实现 System.IDisposable 的类型将声明一些字段,这些字段所属的类型还实现 IDisposable。字段的 Dispose 方法不由声明类型的 Dispose 方法调用。若要修复此规则的违规行为,如果你负责分配和释放该字段持有的非托管资源,请在其所属类型实现 IDisposable 的字段上调用 Dispose。</target>
178 179 180 181
        <note />
      </trans-unit>
      <trans-unit id="Disposable_field_0_is_never_disposed">
        <source>Disposable field '{0}' is never disposed</source>
182
        <target state="translated">从未释放可释放字段 "{0}"</target>
183 184 185 186
        <note />
      </trans-unit>
      <trans-unit id="Disposable_fields_should_be_disposed">
        <source>Disposable fields should be disposed</source>
187
        <target state="translated">应释放可释放的字段</target>
188 189 190 191
        <note />
      </trans-unit>
      <trans-unit id="Disposable_object_created_by_0_is_never_disposed">
        <source>Disposable object created by '{0}' is never disposed</source>
192
        <target state="translated">从未释放由 "{0}" 创建的可释放对象</target>
193 194 195 196
        <note />
      </trans-unit>
      <trans-unit id="Dispose_objects_before_losing_scope">
        <source>Dispose objects before losing scope</source>
197
        <target state="translated">丢失范围之前释放对象</target>
198 199
        <note />
      </trans-unit>
200 201 202 203 204
      <trans-unit id="Do_not_change_this_code_Put_cleanup_code_in_0_method">
        <source>Do not change this code. Put cleanup code in '{0}' method</source>
        <target state="new">Do not change this code. Put cleanup code in '{0}' method</target>
        <note />
      </trans-unit>
205
      <trans-unit id="DocumentIsOutOfSyncWithDebuggee">
206
        <source>The current content of source file '{0}' does not match the built source. Any changes made to this file while debugging won't be applied until its content matches the built source.</source>
207
        <target state="translated">源文件 "{0}" 的当前内容与生成的源不匹配。在调试期间对此文件所做的任何更改都不会应用,直到其内容与生成的源匹配为止。</target>
208 209
        <note />
      </trans-unit>
210 211
      <trans-unit id="EditAndContinue">
        <source>Edit and Continue</source>
212
        <target state="translated">编辑并继续</target>
213 214 215 216
        <note />
      </trans-unit>
      <trans-unit id="EditAndContinueDisallowedByModule">
        <source>Edit and Continue disallowed by module</source>
217
        <target state="translated">模块已禁用“编辑并继续”</target>
218 219 220 221
        <note />
      </trans-unit>
      <trans-unit id="EditAndContinueDisallowedByProject">
        <source>Changes made in project '{0}' will prevent the debug session from continuing: {1}</source>
222
        <target state="translated">在项目“{0}”中所作的更改将阻止调试会话继续: {1}</target>
223 224 225 226
        <note />
      </trans-unit>
      <trans-unit id="ErrorReadingFile">
        <source>Error while reading file '{0}': {1}</source>
227
        <target state="translated">读取文件“{0}”时出错: {1}</target>
228 229
        <note />
      </trans-unit>
A
Allison Chou 已提交
230 231
      <trans-unit id="Extract_interface">
        <source>Extract interface...</source>
232
        <target state="translated">提取接口…</target>
A
Allison Chou 已提交
233 234 235 236
        <note />
      </trans-unit>
      <trans-unit id="Extract_local_function">
        <source>Extract local function</source>
237
        <target state="translated">提取本地函数</target>
A
Allison Chou 已提交
238 239 240 241
        <note />
      </trans-unit>
      <trans-unit id="Extract_method">
        <source>Extract method</source>
242
        <target state="translated">提取方法</target>
A
Allison Chou 已提交
243 244
        <note />
      </trans-unit>
245 246
      <trans-unit id="Failed_to_analyze_data_flow_for_0">
        <source>Failed to analyze data-flow for: {0}</source>
247
        <target state="translated">未能分析 {0} 的数据流</target>
248 249
        <note />
      </trans-unit>
250
      <trans-unit id="Fix_formatting">
S
Sam Harwell 已提交
251
        <source>Fix formatting</source>
252
        <target state="translated">修正格式</target>
S
Sam Harwell 已提交
253 254
        <note />
      </trans-unit>
255 256
      <trans-unit id="Fix_typo_0">
        <source>Fix typo '{0}'</source>
257
        <target state="translated">修正笔误“{0}”</target>
258 259
        <note />
      </trans-unit>
260 261
      <trans-unit id="Formatting_document">
        <source>Formatting document</source>
262
        <target state="translated">设置文档格式</target>
263 264
        <note />
      </trans-unit>
265 266
      <trans-unit id="Generate_parameter_0">
        <source>Generate parameter '{0}'</source>
267
        <target state="translated">生成参数 "{0}"</target>
268 269 270
        <note />
      </trans-unit>
      <trans-unit id="Generate_parameter_0_and_overrides_implementations">
271
        <source>Generate parameter '{0}' (and overrides/implementations)</source>
272
        <target state="translated">生成参数 {0}(和重写/实现)</target>
273 274
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
275 276
      <trans-unit id="GetHashCode_implementation_can_be_simplified">
        <source>'GetHashCode' implementation can be simplified</source>
277
        <target state="translated">可简化 "GetHashCode" 实现</target>
C
Cyrus Najmabadi 已提交
278 279
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
280 281
      <trans-unit id="Implement_0_explicitly">
        <source>Implement '{0}' explicitly</source>
282
        <target state="translated">显式实现 "{0}"</target>
C
Cyrus Najmabadi 已提交
283 284
        <note />
      </trans-unit>
C
Loc  
Cyrus Najmabadi 已提交
285 286
      <trans-unit id="Implement_0_implicitly">
        <source>Implement '{0}' implicitly</source>
287
        <target state="translated">隐式实现 "{0}"</target>
C
Loc  
Cyrus Najmabadi 已提交
288 289
        <note />
      </trans-unit>
290 291 292 293 294
      <trans-unit id="Implement_abstract_class">
        <source>Implement abstract class</source>
        <target state="new">Implement abstract class</target>
        <note />
      </trans-unit>
295 296 297 298 299
      <trans-unit id="Implement_all_interfaces_explicitly">
        <source>Implement all interfaces explicitly</source>
        <target state="new">Implement all interfaces explicitly</target>
        <note />
      </trans-unit>
C
Loc  
Cyrus Najmabadi 已提交
300 301
      <trans-unit id="Implement_all_interfaces_implicitly">
        <source>Implement all interfaces implicitly</source>
302
        <target state="translated">隐式实现所有接口</target>
C
Loc  
Cyrus Najmabadi 已提交
303 304
        <note />
      </trans-unit>
305 306 307 308 309
      <trans-unit id="Implement_all_members_explicitly">
        <source>Implement all members explicitly</source>
        <target state="new">Implement all members explicitly</target>
        <note />
      </trans-unit>
310 311 312 313 314
      <trans-unit id="Implement_explicitly">
        <source>Implement explicitly</source>
        <target state="new">Implement explicitly</target>
        <note />
      </trans-unit>
C
Loc  
Cyrus Najmabadi 已提交
315 316
      <trans-unit id="Implement_implicitly">
        <source>Implement implicitly</source>
317
        <target state="translated">隐式实现</target>
318 319
        <note />
      </trans-unit>
320 321 322
      <trans-unit id="Implement_remaining_members_explicitly">
        <source>Implement remaining members explicitly</source>
        <target state="new">Implement remaining members explicitly</target>
323 324
        <note />
      </trans-unit>
325 326 327 328 329
      <trans-unit id="Implement_through_0">
        <source>Implement through '{0}'</source>
        <target state="new">Implement through '{0}'</target>
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
330 331
      <trans-unit id="Indent_all_arguments">
        <source>Indent all arguments</source>
332
        <target state="translated">缩进所有参数</target>
C
Cyrus Najmabadi 已提交
333 334 335 336
        <note />
      </trans-unit>
      <trans-unit id="Indent_all_parameters">
        <source>Indent all parameters</source>
337
        <target state="translated">缩进所有参数</target>
C
Cyrus Najmabadi 已提交
338 339
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
340 341
      <trans-unit id="Indent_wrapped_arguments">
        <source>Indent wrapped arguments</source>
342
        <target state="translated">缩进包装的参数</target>
C
Cyrus Najmabadi 已提交
343 344
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
345 346
      <trans-unit id="Indent_wrapped_parameters">
        <source>Indent wrapped parameters</source>
347
        <target state="translated">缩进包装参数</target>
C
Cyrus Najmabadi 已提交
348 349
        <note />
      </trans-unit>
350 351
      <trans-unit id="Interpolation_can_be_simplified">
        <source>Interpolation can be simplified</source>
352
        <target state="translated">内插可以简化</target>
353 354
        <note />
      </trans-unit>
355 356
      <trans-unit id="Introduce_constant">
        <source>Introduce constant</source>
357
        <target state="translated">引入常量</target>
358 359 360 361
        <note />
      </trans-unit>
      <trans-unit id="Introduce_field">
        <source>Introduce field</source>
362
        <target state="translated">介绍领域</target>
363 364 365 366
        <note />
      </trans-unit>
      <trans-unit id="Introduce_local">
        <source>Introduce local</source>
367
        <target state="translated">引入局部</target>
368 369 370 371
        <note />
      </trans-unit>
      <trans-unit id="Introduce_query_variable">
        <source>Introduce query variable</source>
372
        <target state="translated">引入查询变量</target>
373 374
        <note />
      </trans-unit>
E
Evangelink 已提交
375 376
      <trans-unit id="Make_member_static">
        <source>Make static</source>
377
        <target state="translated">设为静态</target>
E
Evangelink 已提交
378 379
        <note />
      </trans-unit>
380 381
      <trans-unit id="Make_readonly_fields_writable">
        <source>Make readonly fields writable</source>
382
        <target state="translated">使 readonly 字段可写</target>
383 384
        <note>{Locked="readonly"} "readonly" is C# keyword and should not be localized.</note>
      </trans-unit>
385 386
      <trans-unit id="Invert_conditional">
        <source>Invert conditional</source>
387
        <target state="translated">反转条件</target>
C
Cyrus Najmabadi 已提交
388 389
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
390 391
      <trans-unit id="Local_function_can_be_made_static">
        <source>Local function can be made static</source>
392
        <target state="translated">可以使本地函数成为静态函数</target>
C
Cyrus Najmabadi 已提交
393 394 395 396
        <note />
      </trans-unit>
      <trans-unit id="Make_local_function_static">
        <source>Make local function 'static'</source>
397
        <target state="translated">使本地函数成为静态函数</target>
C
Cyrus Najmabadi 已提交
398 399
        <note />
      </trans-unit>
400 401
      <trans-unit id="Merge_with_nested_0_statement">
        <source>Merge with nested '{0}' statement</source>
402
        <target state="translated">与嵌套的 "{0}" 语句合并</target>
Š
Šimon Koníček 已提交
403 404
        <note />
      </trans-unit>
405 406
      <trans-unit id="Merge_with_next_0_statement">
        <source>Merge with next '{0}' statement</source>
407
        <target state="translated">与下一个 "{0}" 语句合并</target>
408 409 410 411
        <note />
      </trans-unit>
      <trans-unit id="Merge_with_outer_0_statement">
        <source>Merge with outer '{0}' statement</source>
412
        <target state="translated">与外部 "{0}" 语句合并</target>
413 414 415 416
        <note />
      </trans-unit>
      <trans-unit id="Merge_with_previous_0_statement">
        <source>Merge with previous '{0}' statement</source>
417
        <target state="translated">与以前的 "{0}" 语句合并</target>
Š
Šimon Koníček 已提交
418 419
        <note />
      </trans-unit>
420 421
      <trans-unit id="MethodMustReturnStreamThatSupportsReadAndSeek">
        <source>{0} must return a stream that supports read and seek operations.</source>
422
        <target state="translated">{0} 必须返回支持读取和查找操作的流。</target>
423 424
        <note />
      </trans-unit>
425 426
      <trans-unit id="Modifying_0_which_contains_a_switch_expression_will_prevent_the_debug_session_from_continuing">
        <source>Modifying '{0}' which contains a switch expression will prevent the debug session from continuing.</source>
427
        <target state="translated">修改包含 switch 表达式的“{0}”将阻止调试会话继续执行。</target>
428 429
        <note />
      </trans-unit>
A
Andrew Hall (METAL) 已提交
430 431
      <trans-unit id="Move_contents_to_namespace">
        <source>Move contents to namespace...</source>
432
        <target state="translated">将内容移动到命名空间...</target>
A
Andrew Hall (METAL) 已提交
433 434
        <note />
      </trans-unit>
G
Gen Lu 已提交
435 436
      <trans-unit id="Move_file_to_0">
        <source>Move file to '{0}'</source>
437
        <target state="translated">将文件移至“{0}”</target>
438 439 440 441
        <note />
      </trans-unit>
      <trans-unit id="Move_file_to_project_root_folder">
        <source>Move file to project root folder</source>
442
        <target state="translated">将文件移动到项目根文件夹</target>
443 444
        <note />
      </trans-unit>
A
Andrew Hall (METAL) 已提交
445
      <trans-unit id="Move_to_namespace">
A
Andrew Hall (METAL) 已提交
446
        <source>Move to namespace...</source>
447
        <target state="translated">移动到命名空间...</target>
448 449
        <note />
      </trans-unit>
450 451
      <trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
        <source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
452
        <target state="translated">修改源文件 {0} 将防止调试会话因内部错误 {1} 而继续进行。</target>
C
Cyrus Najmabadi 已提交
453 454
        <note />
      </trans-unit>
455 456
      <trans-unit id="Pull_0_up">
        <source>Pull '{0}' up</source>
457
        <target state="translated">向上拉 "{0}"</target>
458 459 460 461
        <note />
      </trans-unit>
      <trans-unit id="Pull_0_up_to_1">
        <source>Pull '{0}' up to '{1}'</source>
462
        <target state="translated">将 "{0}" 拉到 "{1}"</target>
463 464 465 466
        <note />
      </trans-unit>
      <trans-unit id="Pull_members_up_to_base_type">
        <source>Pull members up to base type...</source>
467
        <target state="translated">将成员拉到基本类型..。</target>
468 469
        <note />
      </trans-unit>
470 471
      <trans-unit id="Related_method_signatures_found_in_metadata_will_not_be_updated">
        <source>Related method signatures found in metadata will not be updated.</source>
472
        <target state="translated">不更新在元数据中发现的相关方法签名。</target>
473 474
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
475 476
      <trans-unit id="Replace_0_with_1">
        <source>Replace '{0}' with '{1}' </source>
477
        <target state="translated">将 "{0}" 替换为 "{1}"</target>
C
Cyrus Najmabadi 已提交
478 479
        <note />
      </trans-unit>
480 481 482 483 484
      <trans-unit id="Resolve_conflict_markers">
        <source>Resolve conflict markers</source>
        <target state="new">Resolve conflict markers</target>
        <note />
      </trans-unit>
485 486
      <trans-unit id="RudeEdit">
        <source>Rude edit</source>
487
        <target state="translated">原始编辑</target>
488 489
        <note />
      </trans-unit>
490 491 492 493 494
      <trans-unit id="Simplify_conditional_expression">
        <source>Simplify conditional expression</source>
        <target state="new">Simplify conditional expression</target>
        <note />
      </trans-unit>
495 496
      <trans-unit id="Simplify_interpolation">
        <source>Simplify interpolation</source>
497
        <target state="translated">简化内插</target>
498 499
        <note />
      </trans-unit>
500 501
      <trans-unit id="Split_into_consecutive_0_statements">
        <source>Split into consecutive '{0}' statements</source>
502
        <target state="translated">拆分为连续的 "{0}" 语句</target>
503 504
        <note />
      </trans-unit>
Š
Šimon Koníček 已提交
505 506
      <trans-unit id="Split_into_nested_0_statements">
        <source>Split into nested '{0}' statements</source>
507
        <target state="translated">拆分为嵌套的 "{0}" 语句</target>
Š
Šimon Koníček 已提交
508 509
        <note />
      </trans-unit>
510 511
      <trans-unit id="StreamMustSupportReadAndSeek">
        <source>Stream must support read and seek operations.</source>
512
        <target state="translated">流必须支持读取和搜寻操作。</target>
513 514
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
515 516 517 518 519
      <trans-unit id="Struct_contains_assignment_to_this_outside_of_constructor_Make_readonly_fields_writable">
        <source>Struct contains assignment to 'this' outside of constructor. Make readonly fields writable</source>
        <target state="new">Struct contains assignment to 'this' outside of constructor. Make readonly fields writable</target>
        <note>{Locked="Struct"}{Locked="this"} these are C#/VB keywords and should not be localized.</note>
      </trans-unit>
520 521
      <trans-unit id="Suppress_0">
        <source>Suppress {0}</source>
522
        <target state="translated">取消 {0}</target>
523 524
        <note />
      </trans-unit>
525 526 527 528 529 530 531 532 533 534
      <trans-unit id="TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_finalizer">
        <source>TODO: free unmanaged resources (unmanaged objects) and override finalizer</source>
        <target state="new">TODO: free unmanaged resources (unmanaged objects) and override finalizer</target>
        <note />
      </trans-unit>
      <trans-unit id="TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources">
        <source>TODO: override finalizer only if '{0}' has code to free unmanaged resources</source>
        <target state="new">TODO: override finalizer only if '{0}' has code to free unmanaged resources</target>
        <note />
      </trans-unit>
535 536
      <trans-unit id="Target_type_matches">
        <source>Target type matches</source>
537
        <target state="translated">目标类型匹配</target>
538 539
        <note />
      </trans-unit>
540 541
      <trans-unit id="The_selection_contains_a_local_function_call_without_its_declaration">
        <source>The selection contains a local function call without its declaration.</source>
542
        <target state="translated">所选内容包含不带声明的本地函数调用。</target>
543 544
        <note />
      </trans-unit>
545 546
      <trans-unit id="UnableToReadSourceFileOrPdb">
        <source>Unable to read source file '{0}' or the PDB built for the containing project. Any changes made to this file while debugging won't be applied until its content matches the built source.</source>
547
        <target state="translated">无法读取源文件 "{0}" 或为包含项目生成的 PDB。在调试期间对此文件所做的任何更改都不会应用,直到其内容与生成的源匹配为止。</target>
548 549
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
550 551
      <trans-unit id="Unwrap_all_arguments">
        <source>Unwrap all arguments</source>
552
        <target state="translated">展开所有参数</target>
C
Cyrus Najmabadi 已提交
553 554
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
555 556
      <trans-unit id="Unwrap_all_parameters">
        <source>Unwrap all parameters</source>
557
        <target state="translated">展开打开所有参数</target>
C
Cyrus Najmabadi 已提交
558 559
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
560 561
      <trans-unit id="Unwrap_and_indent_all_arguments">
        <source>Unwrap and indent all arguments</source>
562
        <target state="translated">展开和缩进所有参数</target>
C
Cyrus Najmabadi 已提交
563 564
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
565 566
      <trans-unit id="Unwrap_and_indent_all_parameters">
        <source>Unwrap and indent all parameters</source>
567
        <target state="translated">展开和缩进所有参数</target>
C
Cyrus Najmabadi 已提交
568 569 570 571
        <note />
      </trans-unit>
      <trans-unit id="Unwrap_argument_list">
        <source>Unwrap argument list</source>
572
        <target state="translated">展开参数列表</target>
C
Cyrus Najmabadi 已提交
573 574
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
575 576
      <trans-unit id="Unwrap_call_chain">
        <source>Unwrap call chain</source>
577
        <target state="translated">展开调用链</target>
C
Cyrus Najmabadi 已提交
578 579
        <note />
      </trans-unit>
580 581
      <trans-unit id="Unwrap_expression">
        <source>Unwrap expression</source>
582
        <target state="translated">展开表达式</target>
583 584
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
585 586
      <trans-unit id="Unwrap_parameter_list">
        <source>Unwrap parameter list</source>
587
        <target state="translated">展开参数列表</target>
C
Cyrus Najmabadi 已提交
588 589
        <note />
      </trans-unit>
590 591
      <trans-unit id="Updating_a_0_around_an_active_statement_will_prevent_the_debug_session_from_continuing">
        <source>Updating a '{0}' around an active statement will prevent the debug session from continuing.</source>
592
        <target state="translated">更新活动语句周围的“{0}”将阻止调试会话继续执行。</target>
593 594
        <note />
      </trans-unit>
595
      <trans-unit id="UseRecommendedDisposePatternDescription">
N
nnpcYvIVl 已提交
596
        <source>Use recommended dispose pattern to ensure that locally scoped disposable objects are disposed on all paths. If possible, wrap the creation within a 'using' statement or a 'using' declaration. Otherwise, use a try-finally pattern, with a dedicated local variable declared before the try region and an unconditional Dispose invocation on non-null value in the 'finally' region, say 'x?.Dispose()'. If the object is explicitly disposed within the try region or the dispose ownership is transferred to another object or method, assign 'null' to the local variable just after such an operation to prevent double dispose in 'finally'</source>
597
        <target state="translated">使用推荐的释放模式以确保在所有路径中释放局部可释放对象。如果可能,请将创建包装在 "using" 语句或 "using" 声明中。否则,请使用 try-finally 模式,在 try 区域之前声明一个专用的局部变量,在 "finally" 区域中对非 null 值进行无条件 Dispose 调用,比如,"x?.Dispose()"。如果对象显式释放在 try 区域内或释放所有权转让给另一个对象或方法,则在这样的操作之后立即将 "null" 分配给局部变量,以防止在 "finally" 中进行双重释放。</target>
598 599
        <note />
      </trans-unit>
600 601
      <trans-unit id="Use_System_HashCode">
        <source>Use 'System.HashCode'</source>
602
        <target state="translated">使用 "System.HashCode"</target>
603 604
        <note />
      </trans-unit>
605 606
      <trans-unit id="Use_block_body_for_lambda_expressions">
        <source>Use block body for lambda expressions</source>
607
        <target state="translated">对 lambda 表达式使用块主体</target>
608 609 610 611
        <note />
      </trans-unit>
      <trans-unit id="Use_expression_body_for_lambda_expressions">
        <source>Use expression body for lambda expressions</source>
612
        <target state="translated">对 lambda 表达式使用表达式正文</target>
613 614
        <note />
      </trans-unit>
615 616
      <trans-unit id="Use_interpolated_verbatim_string">
        <source>Use interpolated verbatim string</source>
617
        <target state="translated">使用内插的逐字字符串</target>
618 619
        <note />
      </trans-unit>
620 621
      <trans-unit id="Use_recommended_dispose_pattern">
        <source>Use recommended dispose pattern</source>
622
        <target state="translated">使用建议的释放模式</target>
623 624 625 626
        <note />
      </trans-unit>
      <trans-unit id="Use_recommended_dispose_pattern_to_ensure_that_object_created_by_0_is_disposed_on_all_paths_using_statement_declaration_or_try_finally">
        <source>Use recommended dispose pattern to ensure that object created by '{0}' is disposed on all paths: using statement/declaration or try/finally</source>
627
        <target state="translated">使用建议的释放模式以确保在所有路径上释放由 "{0}" 创建的对象: using 语句/声明或 try/finally</target>
628 629
        <note>{Locked="using"}{Locked="try"}{Locked="finally"} "using", "try" and "finally" are C# keywords and should not be localized.</note>
      </trans-unit>
630 631 632 633
      <trans-unit id="Value_colon">
        <source>Value:</source>
        <target state="new">Value:</target>
        <note />
634
      </trans-unit>
635 636
      <trans-unit id="Warning_colon_changing_namespace_may_produce_invalid_code_and_change_code_meaning">
        <source>Warning: Changing namespace may produce invalid code and change code meaning.</source>
637
        <target state="translated">警告: 更改命名空间可能会产生无效的代码并更改代码的含义。</target>
638 639
        <note />
      </trans-unit>
640 641
      <trans-unit id="Warning_colon_semantics_may_change_when_converting_statement">
        <source>Warning: Semantics may change when converting statement.</source>
642 643 644 645 646 647
        <target state="translated">警告: 转换语句时,语义可能出现变化。</target>
        <note />
      </trans-unit>
      <trans-unit id="Wrap_and_align_call_chain">
        <source>Wrap and align call chain</source>
        <target state="translated">包装并对齐调用链</target>
648 649
        <note />
      </trans-unit>
650 651
      <trans-unit id="Wrap_and_align_expression">
        <source>Wrap and align expression</source>
652
        <target state="translated">环绕和对齐表达式</target>
653 654
        <note />
      </trans-unit>
655 656
      <trans-unit id="Wrap_and_align_long_call_chain">
        <source>Wrap and align long call chain</source>
657
        <target state="translated">包装并对齐长调用链</target>
658 659
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
660 661
      <trans-unit id="Wrap_call_chain">
        <source>Wrap call chain</source>
662
        <target state="translated">包装调用链</target>
663 664
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
665 666
      <trans-unit id="Wrap_every_argument">
        <source>Wrap every argument</source>
667
        <target state="translated">包装每个参数</target>
C
Cyrus Najmabadi 已提交
668 669 670 671
        <note />
      </trans-unit>
      <trans-unit id="Wrap_every_parameter">
        <source>Wrap every parameter</source>
672
        <target state="translated">包装每个参数</target>
C
Cyrus Najmabadi 已提交
673 674
        <note />
      </trans-unit>
675 676
      <trans-unit id="Wrap_expression">
        <source>Wrap expression</source>
677
        <target state="translated">包装表达式</target>
678 679
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
680 681
      <trans-unit id="Wrap_long_argument_list">
        <source>Wrap long argument list</source>
682
        <target state="translated">包装长参数列表</target>
C
Cyrus Najmabadi 已提交
683 684
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
685 686
      <trans-unit id="Wrap_long_call_chain">
        <source>Wrap long call chain</source>
687
        <target state="translated">包装长调用链</target>
C
Cyrus Najmabadi 已提交
688 689
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
690 691
      <trans-unit id="Wrap_long_parameter_list">
        <source>Wrap long parameter list</source>
692
        <target state="translated">包装长参数列表</target>
C
Cyrus Najmabadi 已提交
693 694
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
695 696
      <trans-unit id="Wrapping">
        <source>Wrapping</source>
697
        <target state="translated">换行</target>
C
Cyrus Najmabadi 已提交
698 699
        <note />
      </trans-unit>
700 701
      <trans-unit id="discard">
        <source>discard</source>
702
        <target state="translated">放弃</target>
703 704
        <note />
      </trans-unit>
T
Tom Meschter 已提交
705 706
      <trans-unit id="generic_overload">
        <source>generic overload</source>
707
        <target state="translated">泛型重载</target>
T
Tom Meschter 已提交
708 709 710 711
        <note />
      </trans-unit>
      <trans-unit id="generic_overloads">
        <source>generic overloads</source>
712
        <target state="translated">多个泛型重载</target>
T
Tom Meschter 已提交
713 714
        <note />
      </trans-unit>
715 716
      <trans-unit id="in_Source_attribute">
        <source>in Source (attribute)</source>
717
        <target state="translated">在源(属性)中</target>
718 719
        <note />
      </trans-unit>
T
Tom Meschter 已提交
720 721
      <trans-unit id="overload">
        <source>overload</source>
722
        <target state="translated">重载</target>
T
Tom Meschter 已提交
723 724 725 726
        <note />
      </trans-unit>
      <trans-unit id="overloads_">
        <source>overloads</source>
727
        <target state="translated">多个重载</target>
T
Tom Meschter 已提交
728 729 730 731
        <note />
      </trans-unit>
      <trans-unit id="_0_Keyword">
        <source>{0} Keyword</source>
732
        <target state="translated">{0} 关键字</target>
T
Tom Meschter 已提交
733 734 735 736
        <note />
      </trans-unit>
      <trans-unit id="Encapsulate_field_colon_0_and_use_property">
        <source>Encapsulate field: '{0}' (and use property)</source>
737
        <target state="translated">封装字段:“{0}”(并使用属性)</target>
T
Tom Meschter 已提交
738 739 740 741
        <note />
      </trans-unit>
      <trans-unit id="Encapsulate_field_colon_0_but_still_use_field">
        <source>Encapsulate field: '{0}' (but still use field)</source>
742
        <target state="translated">封装字段:“{0}”(但仍使用字段)</target>
T
Tom Meschter 已提交
743 744 745 746
        <note />
      </trans-unit>
      <trans-unit id="Encapsulate_fields_and_use_property">
        <source>Encapsulate fields (and use property)</source>
747
        <target state="translated">封装字段 (并使用属性)</target>
T
Tom Meschter 已提交
748 749 750 751
        <note />
      </trans-unit>
      <trans-unit id="Encapsulate_fields_but_still_use_field">
        <source>Encapsulate fields (but still use field)</source>
752
        <target state="translated">封装字段 (但仍使用字段)</target>
T
Tom Meschter 已提交
753 754 755 756
        <note />
      </trans-unit>
      <trans-unit id="Could_not_extract_interface_colon_The_selection_is_not_inside_a_class_interface_struct">
        <source>Could not extract interface: The selection is not inside a class/interface/struct.</source>
757
        <target state="translated">无法提取接口:所选内容不在类/接口/结构中。</target>
T
Tom Meschter 已提交
758 759 760 761
        <note />
      </trans-unit>
      <trans-unit id="Could_not_extract_interface_colon_The_type_does_not_contain_any_member_that_can_be_extracted_to_an_interface">
        <source>Could not extract interface: The type does not contain any member that can be extracted to an interface.</source>
762
        <target state="translated">无法提取接口:此类型不含任何可以提取到接口的成员。</target>
T
Tom Meschter 已提交
763 764 765 766
        <note />
      </trans-unit>
      <trans-unit id="can_t_not_construct_final_tree">
        <source>can't not construct final tree</source>
767
        <target state="translated">不能构造最终树</target>
T
Tom Meschter 已提交
768 769 770 771
        <note />
      </trans-unit>
      <trans-unit id="Parameters_type_or_return_type_cannot_be_an_anonymous_type_colon_bracket_0_bracket">
        <source>Parameters' type or return type cannot be an anonymous type : [{0}]</source>
772
        <target state="translated">参数的类型或返回类型不能为匿名类型:[{0}]</target>
T
Tom Meschter 已提交
773 774 775 776
        <note />
      </trans-unit>
      <trans-unit id="The_selection_contains_no_active_statement">
        <source>The selection contains no active statement.</source>
777
        <target state="translated">所选内容不含活动语句。</target>
T
Tom Meschter 已提交
778 779 780 781
        <note />
      </trans-unit>
      <trans-unit id="The_selection_contains_an_error_or_unknown_type">
        <source>The selection contains an error or unknown type.</source>
782
        <target state="translated">所选内容含错误或未知类型。</target>
T
Tom Meschter 已提交
783 784 785 786
        <note />
      </trans-unit>
      <trans-unit id="Type_parameter_0_is_hidden_by_another_type_parameter_1">
        <source>Type parameter '{0}' is hidden by another type parameter '{1}'.</source>
787
        <target state="translated">类型参数“{0}”被另一类型参数“{1}”隐藏。</target>
T
Tom Meschter 已提交
788 789 790 791
        <note />
      </trans-unit>
      <trans-unit id="The_address_of_a_variable_is_used_inside_the_selected_code">
        <source>The address of a variable is used inside the selected code.</source>
792
        <target state="translated">变量的地址在选定代码内使用。</target>
T
Tom Meschter 已提交
793 794 795 796
        <note />
      </trans-unit>
      <trans-unit id="Assigning_to_readonly_fields_must_be_done_in_a_constructor_colon_bracket_0_bracket">
        <source>Assigning to readonly fields must be done in a constructor : [{0}].</source>
797
        <target state="translated">分配到只读字段必须在构造函数: [{0}] 中完成。</target>
T
Tom Meschter 已提交
798 799 800 801
        <note />
      </trans-unit>
      <trans-unit id="generated_code_is_overlapping_with_hidden_portion_of_the_code">
        <source>generated code is overlapping with hidden portion of the code</source>
802
        <target state="translated">生成的代码与代码隐藏部分重叠</target>
T
Tom Meschter 已提交
803 804 805 806
        <note />
      </trans-unit>
      <trans-unit id="Add_optional_parameters_to_0">
        <source>Add optional parameters to '{0}'</source>
807
        <target state="translated">将可选参数添加到“{0}”</target>
T
Tom Meschter 已提交
808 809 810 811
        <note />
      </trans-unit>
      <trans-unit id="Add_parameters_to_0">
        <source>Add parameters to '{0}'</source>
812
        <target state="translated">将参数添加到“{0}”</target>
T
Tom Meschter 已提交
813 814 815 816
        <note />
      </trans-unit>
      <trans-unit id="Generate_delegating_constructor_0_1">
        <source>Generate delegating constructor '{0}({1})'</source>
817
        <target state="translated">生成委托构造函数“{0}({1})”</target>
T
Tom Meschter 已提交
818 819 820 821
        <note />
      </trans-unit>
      <trans-unit id="Generate_constructor_0_1">
        <source>Generate constructor '{0}({1})'</source>
822
        <target state="translated">生成构造函数 “{0}({1})”</target>
T
Tom Meschter 已提交
823 824 825 826
        <note />
      </trans-unit>
      <trans-unit id="Generate_field_assigning_constructor_0_1">
        <source>Generate field assigning constructor '{0}({1})'</source>
827
        <target state="translated">生成字段分配构造函数“{0}({1})”</target>
T
Tom Meschter 已提交
828 829 830 831
        <note />
      </trans-unit>
      <trans-unit id="Generate_Equals_and_GetHashCode">
        <source>Generate Equals and GetHashCode</source>
832
        <target state="translated">生成 Equals 和 GetHashCode</target>
T
Tom Meschter 已提交
833 834 835 836
        <note />
      </trans-unit>
      <trans-unit id="Generate_Equals_object">
        <source>Generate Equals(object)</source>
837
        <target state="translated">生成 Equals(object)</target>
T
Tom Meschter 已提交
838 839 840 841
        <note />
      </trans-unit>
      <trans-unit id="Generate_GetHashCode">
        <source>Generate GetHashCode()</source>
842
        <target state="translated">生成 GetHashCode()</target>
T
Tom Meschter 已提交
843 844 845 846
        <note />
      </trans-unit>
      <trans-unit id="Generate_constructor_in_0">
        <source>Generate constructor in '{0}'</source>
847
        <target state="translated">在“{0}”中生成构造函数</target>
T
Tom Meschter 已提交
848 849 850 851
        <note />
      </trans-unit>
      <trans-unit id="Generate_all">
        <source>Generate all</source>
852
        <target state="translated">生成所有</target>
T
Tom Meschter 已提交
853 854 855 856
        <note />
      </trans-unit>
      <trans-unit id="Generate_enum_member_1_0">
        <source>Generate enum member '{1}.{0}'</source>
857
        <target state="translated">生成枚举成员“{1}.{0}”</target>
T
Tom Meschter 已提交
858 859 860 861
        <note />
      </trans-unit>
      <trans-unit id="Generate_constant_1_0">
        <source>Generate constant '{1}.{0}'</source>
862
        <target state="translated">生成常数“{1}.{0}”</target>
T
Tom Meschter 已提交
863 864 865 866
        <note />
      </trans-unit>
      <trans-unit id="Generate_read_only_property_1_0">
        <source>Generate read-only property '{1}.{0}'</source>
867
        <target state="translated">生成只读属性“{1}.{0}”</target>
T
Tom Meschter 已提交
868 869 870 871
        <note />
      </trans-unit>
      <trans-unit id="Generate_property_1_0">
        <source>Generate property '{1}.{0}'</source>
872
        <target state="translated">生成属性“{1}.{0}”</target>
T
Tom Meschter 已提交
873 874 875 876
        <note />
      </trans-unit>
      <trans-unit id="Generate_read_only_field_1_0">
        <source>Generate read-only field '{1}.{0}'</source>
877
        <target state="translated">生成只读字段“{1}.{0}”</target>
T
Tom Meschter 已提交
878 879 880 881
        <note />
      </trans-unit>
      <trans-unit id="Generate_field_1_0">
        <source>Generate field '{1}.{0}'</source>
882
        <target state="translated">生成字段“{1}.{0}”</target>
T
Tom Meschter 已提交
883 884 885 886
        <note />
      </trans-unit>
      <trans-unit id="Generate_local_0">
        <source>Generate local '{0}'</source>
887
        <target state="translated">生成本地“{0}”</target>
T
Tom Meschter 已提交
888 889 890 891
        <note />
      </trans-unit>
      <trans-unit id="Generate_0_1_in_new_file">
        <source>Generate {0} '{1}' in new file</source>
892
        <target state="translated">在新文件中生成 {0}“{1}”</target>
T
Tom Meschter 已提交
893 894 895 896
        <note />
      </trans-unit>
      <trans-unit id="Generate_nested_0_1">
        <source>Generate nested {0} '{1}'</source>
897
        <target state="translated">生成嵌套的 {0}“{1}”</target>
T
Tom Meschter 已提交
898 899 900 901
        <note />
      </trans-unit>
      <trans-unit id="Global_Namespace">
        <source>Global Namespace</source>
902
        <target state="translated">全局命名空间</target>
T
Tom Meschter 已提交
903 904 905 906
        <note />
      </trans-unit>
      <trans-unit id="Implement_interface_abstractly">
        <source>Implement interface abstractly</source>
907
        <target state="translated">以抽象方式实现接口</target>
T
Tom Meschter 已提交
908 909 910 911
        <note />
      </trans-unit>
      <trans-unit id="Implement_interface_through_0">
        <source>Implement interface through '{0}'</source>
912
        <target state="translated">通过“{0}”实现接口</target>
T
Tom Meschter 已提交
913 914 915 916
        <note />
      </trans-unit>
      <trans-unit id="Implement_interface">
        <source>Implement interface</source>
917
        <target state="translated">实现接口</target>
T
Tom Meschter 已提交
918 919 920 921
        <note />
      </trans-unit>
      <trans-unit id="Introduce_field_for_0">
        <source>Introduce field for '{0}'</source>
922
        <target state="translated">为“{0}”引入字段</target>
T
Tom Meschter 已提交
923 924 925 926
        <note />
      </trans-unit>
      <trans-unit id="Introduce_local_for_0">
        <source>Introduce local for '{0}'</source>
927
        <target state="translated">为“{0}”引入本地</target>
T
Tom Meschter 已提交
928 929 930 931
        <note />
      </trans-unit>
      <trans-unit id="Introduce_constant_for_0">
        <source>Introduce constant for '{0}'</source>
932
        <target state="translated">为“{0}”引入常量</target>
T
Tom Meschter 已提交
933 934 935 936
        <note />
      </trans-unit>
      <trans-unit id="Introduce_local_constant_for_0">
        <source>Introduce local constant for '{0}'</source>
937
        <target state="translated">为“{0}”引入局部常量</target>
T
Tom Meschter 已提交
938 939 940 941
        <note />
      </trans-unit>
      <trans-unit id="Introduce_field_for_all_occurrences_of_0">
        <source>Introduce field for all occurrences of '{0}'</source>
942
        <target state="translated">为出现的所有“{0}”引入字段</target>
T
Tom Meschter 已提交
943 944 945 946
        <note />
      </trans-unit>
      <trans-unit id="Introduce_local_for_all_occurrences_of_0">
        <source>Introduce local for all occurrences of '{0}'</source>
947
        <target state="translated">为出现的所有“{0}”引入本地</target>
T
Tom Meschter 已提交
948 949 950 951
        <note />
      </trans-unit>
      <trans-unit id="Introduce_constant_for_all_occurrences_of_0">
        <source>Introduce constant for all occurrences of '{0}'</source>
952
        <target state="translated">为出现的所有“{0}”引入常量</target>
T
Tom Meschter 已提交
953 954 955 956
        <note />
      </trans-unit>
      <trans-unit id="Introduce_local_constant_for_all_occurrences_of_0">
        <source>Introduce local constant for all occurrences of '{0}'</source>
957
        <target state="translated">为出现的所有“{0}”引入局部常量</target>
T
Tom Meschter 已提交
958 959 960 961
        <note />
      </trans-unit>
      <trans-unit id="Introduce_query_variable_for_all_occurrences_of_0">
        <source>Introduce query variable for all occurrences of '{0}'</source>
962
        <target state="translated">为出现的所有“{0}”引入查询变量</target>
T
Tom Meschter 已提交
963 964 965 966
        <note />
      </trans-unit>
      <trans-unit id="Introduce_query_variable_for_0">
        <source>Introduce query variable for '{0}'</source>
967
        <target state="translated">为“{0}”引入查询变量</target>
T
Tom Meschter 已提交
968 969 970 971
        <note />
      </trans-unit>
      <trans-unit id="Anonymous_Types_colon">
        <source>Anonymous Types:</source>
972
        <target state="translated">匿名类型:</target>
T
Tom Meschter 已提交
973 974 975 976
        <note />
      </trans-unit>
      <trans-unit id="is_">
        <source>is</source>
977
        <target state="translated"></target>
T
Tom Meschter 已提交
978 979 980 981
        <note />
      </trans-unit>
      <trans-unit id="Represents_an_object_whose_operations_will_be_resolved_at_runtime">
        <source>Represents an object whose operations will be resolved at runtime.</source>
982
        <target state="translated">表示将在运行时解析其操作的对象</target>
T
Tom Meschter 已提交
983 984 985 986
        <note />
      </trans-unit>
      <trans-unit id="constant">
        <source>constant</source>
987
        <target state="translated">常量</target>
T
Tom Meschter 已提交
988 989 990 991
        <note />
      </trans-unit>
      <trans-unit id="field">
        <source>field</source>
992
        <target state="translated">字段</target>
T
Tom Meschter 已提交
993 994 995 996
        <note />
      </trans-unit>
      <trans-unit id="local_constant">
        <source>local constant</source>
997
        <target state="translated">局部常量</target>
T
Tom Meschter 已提交
998 999 1000 1001
        <note />
      </trans-unit>
      <trans-unit id="local_variable">
        <source>local variable</source>
1002
        <target state="translated">局部变量</target>
T
Tom Meschter 已提交
1003 1004 1005 1006
        <note />
      </trans-unit>
      <trans-unit id="label">
        <source>label</source>
1007
        <target state="translated">标签</target>
T
Tom Meschter 已提交
1008 1009 1010 1011
        <note />
      </trans-unit>
      <trans-unit id="range_variable">
        <source>range variable</source>
1012
        <target state="translated">范围变量</target>
T
Tom Meschter 已提交
1013 1014 1015 1016
        <note />
      </trans-unit>
      <trans-unit id="parameter">
        <source>parameter</source>
1017
        <target state="translated">参数</target>
T
Tom Meschter 已提交
1018 1019 1020 1021
        <note />
      </trans-unit>
      <trans-unit id="in_">
        <source>in</source>
1022
        <target state="translated">隶属</target>
T
Tom Meschter 已提交
1023 1024 1025 1026
        <note />
      </trans-unit>
      <trans-unit id="Summary_colon">
        <source>Summary:</source>
1027
        <target state="translated">摘要:</target>
T
Tom Meschter 已提交
1028 1029 1030 1031
        <note />
      </trans-unit>
      <trans-unit id="Locals_and_parameters">
        <source>Locals and parameters</source>
1032
        <target state="translated">局部变量和参数</target>
T
Tom Meschter 已提交
1033 1034 1035 1036
        <note />
      </trans-unit>
      <trans-unit id="Type_parameters_colon">
        <source>Type parameters:</source>
1037
        <target state="translated">类型参数:</target>
T
Tom Meschter 已提交
1038 1039 1040 1041
        <note />
      </trans-unit>
      <trans-unit id="Returns_colon">
        <source>Returns:</source>
1042
        <target state="translated">返回结果:</target>
T
Tom Meschter 已提交
1043 1044 1045 1046
        <note />
      </trans-unit>
      <trans-unit id="Exceptions_colon">
        <source>Exceptions:</source>
1047
        <target state="translated">异常:</target>
T
Tom Meschter 已提交
1048 1049 1050 1051
        <note />
      </trans-unit>
      <trans-unit id="Remarks_colon">
        <source>Remarks:</source>
1052
        <target state="translated">言论:</target>
T
Tom Meschter 已提交
1053 1054 1055 1056
        <note />
      </trans-unit>
      <trans-unit id="generating_source_for_symbols_of_this_type_is_not_supported">
        <source>generating source for symbols of this type is not supported</source>
1057
        <target state="translated">不支持为此类型符号生成源。</target>
T
Tom Meschter 已提交
1058 1059 1060 1061
        <note />
      </trans-unit>
      <trans-unit id="Assembly">
        <source>Assembly</source>
1062
        <target state="translated">程序集</target>
T
Tom Meschter 已提交
1063 1064 1065 1066
        <note />
      </trans-unit>
      <trans-unit id="location_unknown">
        <source>location unknown</source>
1067
        <target state="translated">未知的位置</target>
T
Tom Meschter 已提交
1068 1069 1070 1071
        <note />
      </trans-unit>
      <trans-unit id="Updating_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating '{0}' will prevent the debug session from continuing.</source>
1072
        <target state="translated">更新“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1073 1074 1075 1076
        <note />
      </trans-unit>
      <trans-unit id="Updating_a_complex_statement_containing_an_await_expression_will_prevent_the_debug_session_from_continuing">
        <source>Updating a complex statement containing an await expression will prevent the debug session from continuing.</source>
1077
        <target state="translated">更新包含 Await 表达式的复杂语句将中止调试会话。</target>
T
Tom Meschter 已提交
1078 1079 1080 1081
        <note />
      </trans-unit>
      <trans-unit id="Changing_visibility_of_a_constructor_will_prevent_the_debug_session_from_continuing">
        <source>Changing visibility of a constructor will prevent the debug session from continuing.</source>
1082
        <target state="translated">更改构造函数的可见性将会中止调试会话。</target>
T
Tom Meschter 已提交
1083 1084 1085 1086
        <note />
      </trans-unit>
      <trans-unit id="Capturing_variable_0_that_hasn_t_been_captured_before_will_prevent_the_debug_session_from_continuing">
        <source>Capturing variable '{0}' that hasn't been captured before will prevent the debug session from continuing.</source>
1087
        <target state="translated">捕获之前尚未捕获过的变量“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1088 1089 1090 1091
        <note />
      </trans-unit>
      <trans-unit id="Ceasing_to_capture_variable_0_will_prevent_the_debug_session_from_continuing">
        <source>Ceasing to capture variable '{0}' will prevent the debug session from continuing.</source>
1092
        <target state="translated">中止捕获变量“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1093 1094 1095 1096
        <note />
      </trans-unit>
      <trans-unit id="Deleting_captured_variable_0_will_prevent_the_debug_session_from_continuing">
        <source>Deleting captured variable '{0}' will prevent the debug session from continuing.</source>
1097
        <target state="translated">删除捕获变量“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1098 1099 1100 1101
        <note />
      </trans-unit>
      <trans-unit id="Changing_the_type_of_a_captured_variable_0_previously_of_type_1_will_prevent_the_debug_session_from_continuing">
        <source>Changing the type of a captured variable '{0}' previously of type '{1}' will prevent the debug session from continuing.</source>
1102
        <target state="translated">更改之前类型为“{1}”的捕获变量“{0}”的类型将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1103 1104 1105 1106
        <note />
      </trans-unit>
      <trans-unit id="Changing_the_parameters_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Changing the parameters of '{0}' will prevent the debug session from continuing.</source>
1107
        <target state="translated">更改“{0}”的参数将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1108 1109 1110 1111
        <note />
      </trans-unit>
      <trans-unit id="Changing_the_return_type_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Changing the return type of '{0}' will prevent the debug session from continuing.</source>
1112
        <target state="translated">更改“{0}”的返回类型将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1113 1114 1115 1116
        <note />
      </trans-unit>
      <trans-unit id="Changing_the_type_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Changing the type of '{0}' will prevent the debug session from continuing.</source>
1117
        <target state="translated">更改“{0}”的类型将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1118 1119 1120 1121
        <note />
      </trans-unit>
      <trans-unit id="Changing_the_declaration_scope_of_a_captured_variable_0_will_prevent_the_debug_session_from_continuing">
        <source>Changing the declaration scope of a captured variable '{0}' will prevent the debug session from continuing.</source>
1122
        <target state="translated">更改捕获变量“{0}”的声明范围将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1123 1124 1125 1126
        <note />
      </trans-unit>
      <trans-unit id="Accessing_captured_variable_0_that_hasn_t_been_accessed_before_in_1_will_prevent_the_debug_session_from_continuing">
        <source>Accessing captured variable '{0}' that hasn't been accessed before in {1} will prevent the debug session from continuing.</source>
1127
        <target state="translated">访问 {1} 中之前尚未访问过的捕获变量“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1128 1129 1130 1131
        <note />
      </trans-unit>
      <trans-unit id="Ceasing_to_access_captured_variable_0_in_1_will_prevent_the_debug_session_from_continuing">
        <source>Ceasing to access captured variable '{0}' in {1} will prevent the debug session from continuing.</source>
1132
        <target state="translated">中止访问 {1} 中的捕获变量“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1133 1134 1135 1136
        <note />
      </trans-unit>
      <trans-unit id="Adding_0_that_accesses_captured_variables_1_and_2_declared_in_different_scopes_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' that accesses captured variables '{1}' and '{2}' declared in different scopes will prevent the debug session from continuing.</source>
1137
        <target state="translated">添加访问捕获变量“{1}”和“{2}”(在不同范围中声明)的“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1138 1139 1140 1141
        <note />
      </trans-unit>
      <trans-unit id="Removing_0_that_accessed_captured_variables_1_and_2_declared_in_different_scopes_will_prevent_the_debug_session_from_continuing">
        <source>Removing '{0}' that accessed captured variables '{1}' and '{2}' declared in different scopes will prevent the debug session from continuing.</source>
1142
        <target state="translated">删除访问捕获变量“{1}”和“{2}”(在不同范围中声明)的“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1143 1144 1145 1146
        <note />
      </trans-unit>
      <trans-unit id="Adding_0_into_a_1_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' into a '{1}' will prevent the debug session from continuing.</source>
1147
        <target state="translated">将“{0}”添加进“{1}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1148 1149 1150 1151
        <note />
      </trans-unit>
      <trans-unit id="Adding_0_into_a_class_with_explicit_or_sequential_layout_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' into a class with explicit or sequential layout will prevent the debug session from continuing.</source>
1152
        <target state="translated">将“{0}”添加到具有显式或有序布局的类将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1153 1154 1155 1156
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_modifiers_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the modifiers of '{0}' will prevent the debug session from continuing.</source>
1157
        <target state="translated">更新“{0}”的修饰符将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1158 1159 1160 1161
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_Handles_clause_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the Handles clause of '{0}' will prevent the debug session from continuing.</source>
1162
        <target state="translated">更新“{0}”的 Handles 子句将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1163 1164 1165 1166
        <note />
      </trans-unit>
      <trans-unit id="Adding_0_with_the_Handles_clause_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' with the Handles clause will prevent the debug session from continuing.</source>
1167
        <target state="translated">向“{0}”添加 Handles 子句将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1168 1169 1170 1171
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_Implements_clause_of_a_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the Implements clause of a '{0}' will prevent the debug session from continuing.</source>
1172
        <target state="translated">更新“{0}”的 Implements 子句将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1173 1174 1175 1176
        <note />
      </trans-unit>
      <trans-unit id="Changing_the_constraint_from_0_to_1_will_prevent_the_debug_session_from_continuing">
        <source>Changing the constraint from '{0}' to '{1}' will prevent the debug session from continuing.</source>
1177
        <target state="translated">将约束从“{0}”更改为“{1}” 将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1178 1179 1180 1181
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_variance_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the variance of '{0}' will prevent the debug session from continuing.</source>
1182
        <target state="translated">更新“{0}”的变型将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1183 1184 1185 1186
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_type_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the type of '{0}' will prevent the debug session from continuing.</source>
1187
        <target state="translated">更新“{0}”的类型将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1188 1189 1190 1191
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_initializer_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the initializer of '{0}' will prevent the debug session from continuing.</source>
1192
        <target state="translated">更新“{0}”的初始值设定项将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1193 1194 1195 1196
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_size_of_a_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the size of a '{0}' will prevent the debug session from continuing.</source>
1197
        <target state="translated">更新“{0}”的大小将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1198 1199 1200 1201
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_underlying_type_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the underlying type of '{0}' will prevent the debug session from continuing.</source>
1202
        <target state="translated">更新“{0}”的基础类型将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1203 1204 1205 1206
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_base_class_and_or_base_interface_s_of_0_will_prevent_the_debug_session_from_continuing">
        <source>Updating the base class and/or base interface(s) of '{0}' will prevent the debug session from continuing.</source>
1207
        <target state="translated">更新“{0}”的基类和/或基接口将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1208 1209 1210 1211
        <note />
      </trans-unit>
      <trans-unit id="Updating_a_field_to_an_event_or_vice_versa_will_prevent_the_debug_session_from_continuing">
        <source>Updating a field to an event or vice versa will prevent the debug session from continuing.</source>
1212
        <target state="translated">更新事件的字段或更新字段的事件都将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1213 1214 1215 1216
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_kind_of_a_type_will_prevent_the_debug_session_from_continuing">
        <source>Updating the kind of a type will prevent the debug session from continuing.</source>
1217
        <target state="translated">更新类型的种类将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1218 1219 1220 1221
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_kind_of_an_property_event_accessor_will_prevent_the_debug_session_from_continuing">
        <source>Updating the kind of an property/event accessor will prevent the debug session from continuing.</source>
1222
        <target state="translated">更新一个属性/事件访问器的种类将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1223 1224 1225 1226
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_kind_of_a_method_Sub_Function_will_prevent_the_debug_session_from_continuing">
        <source>Updating the kind of a method (Sub/Function) will prevent the debug session from continuing.</source>
1227
        <target state="translated">更新方法 (Sub/Function) 的种类将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1228 1229 1230 1231
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_library_name_of_Declare_Statement_will_prevent_the_debug_session_from_continuing">
        <source>Updating the library name of Declare Statement will prevent the debug session from continuing.</source>
1232
        <target state="translated">更新 Declare 语句的库名将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1233 1234 1235 1236
        <note />
      </trans-unit>
      <trans-unit id="Updating_the_alias_of_Declare_Statement_will_prevent_the_debug_session_from_continuing">
        <source>Updating the alias of Declare Statement will prevent the debug session from continuing.</source>
1237
        <target state="translated">更新“Declare 语句”的别名将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1238 1239 1240 1241
        <note />
      </trans-unit>
      <trans-unit id="Renaming_0_will_prevent_the_debug_session_from_continuing">
        <source>Renaming '{0}' will prevent the debug session from continuing.</source>
1242
        <target state="translated">重命名“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1243 1244 1245 1246
        <note />
      </trans-unit>
      <trans-unit id="Adding_0_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' will prevent the debug session from continuing.</source>
1247
        <target state="translated">添加“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1248 1249 1250 1251
        <note />
      </trans-unit>
      <trans-unit id="Adding_an_abstract_0_or_overriding_an_inherited_0_will_prevent_the_debug_session_from_continuing">
        <source>Adding an abstract '{0}' or overriding an inherited '{0}' will prevent the debug session from continuing.</source>
1252
        <target state="translated">添加摘要“{0}”或替代继承的“{0}”将会中止调试会话。</target>
T
Tom Meschter 已提交
1253 1254 1255 1256
        <note />
      </trans-unit>
      <trans-unit id="Adding_a_MustOverride_0_or_overriding_an_inherited_0_will_prevent_the_debug_session_from_continuing">
        <source>Adding a MustOverride '{0}' or overriding an inherited '{0}' will prevent the debug session from continuing.</source>
1257
        <target state="translated">添加 MustOverride“{0}”或替代继承的“{0}”将会中止调试会话。</target>
T
Tom Meschter 已提交
1258 1259 1260 1261
        <note />
      </trans-unit>
      <trans-unit id="Adding_an_extern_0_will_prevent_the_debug_session_from_continuing">
        <source>Adding an extern '{0}' will prevent the debug session from continuing.</source>
1262
        <target state="translated">添加外部“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1263 1264 1265 1266
        <note />
      </trans-unit>
      <trans-unit id="Adding_an_imported_method_will_prevent_the_debug_session_from_continuing">
        <source>Adding an imported method will prevent the debug session from continuing.</source>
1267
        <target state="translated">添加导入的方法将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1268 1269 1270 1271
        <note />
      </trans-unit>
      <trans-unit id="Adding_a_user_defined_0_will_prevent_the_debug_session_from_continuing">
        <source>Adding a user defined '{0}' will prevent the debug session from continuing.</source>
1272
        <target state="translated">添加用户定义的“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1273 1274 1275 1276
        <note />
      </trans-unit>
      <trans-unit id="Adding_a_generic_0_will_prevent_the_debug_session_from_continuing">
        <source>Adding a generic '{0}' will prevent the debug session from continuing.</source>
1277
        <target state="translated">添加泛型“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1278 1279 1280 1281
        <note />
      </trans-unit>
      <trans-unit id="Adding_0_around_an_active_statement_will_prevent_the_debug_session_from_continuing">
        <source>Adding '{0}' around an active statement will prevent the debug session from continuing.</source>
1282
        <target state="translated">在活动语句周围添加“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1283 1284 1285 1286
        <note />
      </trans-unit>
      <trans-unit id="Moving_0_will_prevent_the_debug_session_from_continuing">
        <source>Moving '{0}' will prevent the debug session from continuing.</source>
1287
        <target state="translated">移动“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1288 1289 1290 1291
        <note />
      </trans-unit>
      <trans-unit id="Deleting_0_will_prevent_the_debug_session_from_continuing">
        <source>Deleting '{0}' will prevent the debug session from continuing.</source>
1292
        <target state="translated">删除“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1293 1294 1295 1296
        <note />
      </trans-unit>
      <trans-unit id="Deleting_0_around_an_active_statement_will_prevent_the_debug_session_from_continuing">
        <source>Deleting '{0}' around an active statement will prevent the debug session from continuing.</source>
1297
        <target state="translated">删除活动语句周围的“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1298 1299 1300 1301
        <note />
      </trans-unit>
      <trans-unit id="Adding_a_method_body_will_prevent_the_debug_session_from_continuing">
        <source>Adding a method body will prevent the debug session from continuing.</source>
1302
        <target state="translated">添加方法主体将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1303 1304 1305 1306
        <note />
      </trans-unit>
      <trans-unit id="Deleting_a_method_body_will_prevent_the_debug_session_from_continuing">
        <source>Deleting a method body will prevent the debug session from continuing.</source>
1307
        <target state="translated">删除方法主体将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1308 1309 1310 1311
        <note />
      </trans-unit>
      <trans-unit id="An_active_statement_has_been_removed_from_its_original_method_You_must_revert_your_changes_to_continue_or_restart_the_debugging_session">
        <source>An active statement has been removed from its original method. You must revert your changes to continue or restart the debugging session.</source>
1312
        <target state="translated">活动语句已从其初始方法中删除。必须还原更改才能继续或重新启动调试会话。</target>
T
Tom Meschter 已提交
1313 1314 1315 1316
        <note />
      </trans-unit>
      <trans-unit id="Updating_async_or_iterator_modifier_around_an_active_statement_will_prevent_the_debug_session_from_continuing">
        <source>Updating async or iterator modifier around an active statement will prevent the debug session from continuing.</source>
1317
        <target state="translated">更新当前语句的 async 或 iterator 修饰符可以阻止调试会话继续。</target>
T
Tom Meschter 已提交
1318 1319 1320 1321
        <note>{Locked="async"}{Locked="iterator"} "async" and "iterator" are C#/VB keywords and should not be localized.</note>
      </trans-unit>
      <trans-unit id="Modifying_a_generic_method_will_prevent_the_debug_session_from_continuing">
        <source>Modifying a generic method will prevent the debug session from continuing.</source>
1322
        <target state="translated">修改泛型方法将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1323 1324 1325 1326
        <note />
      </trans-unit>
      <trans-unit id="Modifying_whitespace_or_comments_in_a_generic_0_will_prevent_the_debug_session_from_continuing">
        <source>Modifying whitespace or comments in a generic '{0}' will prevent the debug session from continuing.</source>
1327
        <target state="translated">修改泛型“{0}”中的空白或注释将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1328 1329 1330 1331
        <note />
      </trans-unit>
      <trans-unit id="Modifying_a_method_inside_the_context_of_a_generic_type_will_prevent_the_debug_session_from_continuing">
        <source>Modifying a method inside the context of a generic type will prevent the debug session from continuing.</source>
1332
        <target state="translated">修改某个泛型类型上下文内的方法将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1333 1334 1335 1336
        <note />
      </trans-unit>
      <trans-unit id="Modifying_whitespace_or_comments_in_0_inside_the_context_of_a_generic_type_will_prevent_the_debug_session_from_continuing">
        <source>Modifying whitespace or comments in '{0}' inside the context of a generic type will prevent the debug session from continuing.</source>
1337
        <target state="translated">修改泛型类型上下文内“{0}”的空白或注释将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1338 1339 1340 1341
        <note />
      </trans-unit>
      <trans-unit id="Modifying_the_initializer_of_0_in_a_generic_type_will_prevent_the_debug_session_from_continuing">
        <source>Modifying the initializer of '{0}' in a generic type will prevent the debug session from continuing.</source>
1342
        <target state="translated">修改泛型类型中的“{0}”的初始值设定项将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1343 1344 1345 1346
        <note />
      </trans-unit>
      <trans-unit id="Modifying_the_initializer_of_0_in_a_partial_type_will_prevent_the_debug_session_from_continuing">
        <source>Modifying the initializer of '{0}' in a partial type will prevent the debug session from continuing.</source>
1347
        <target state="translated">修改分部类型中“{0}”的初始值设定项将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1348 1349 1350 1351
        <note />
      </trans-unit>
      <trans-unit id="Adding_a_constructor_to_a_type_with_a_field_or_property_initializer_that_contains_an_anonymous_function_will_prevent_the_debug_session_from_continuing">
        <source>Adding a constructor to a type with a field or property initializer that contains an anonymous function will prevent the debug session from continuing.</source>
1352
        <target state="translated">使用包含匿名类型的字段或属性初始值设定项向类型添加构造函数将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1353 1354 1355 1356
        <note />
      </trans-unit>
      <trans-unit id="Renaming_a_captured_variable_from_0_to_1_will_prevent_the_debug_session_from_continuing">
        <source>Renaming a captured variable, from '{0}' to '{1}' will prevent the debug session from continuing.</source>
1357
        <target state="translated">如果将捕获变量从“{0}”重命名为“{1}”,调试会话将不能继续。</target>
T
Tom Meschter 已提交
1358 1359 1360 1361
        <note />
      </trans-unit>
      <trans-unit id="Modifying_a_catch_finally_handler_with_an_active_statement_in_the_try_block_will_prevent_the_debug_session_from_continuing">
        <source>Modifying a catch/finally handler with an active statement in the try block will prevent the debug session from continuing.</source>
1362
        <target state="translated">修改带有 try 块中的活动语句的 catch/finally 处理程序将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1363 1364 1365 1366
        <note />
      </trans-unit>
      <trans-unit id="Modifying_a_try_catch_finally_statement_when_the_finally_block_is_active_will_prevent_the_debug_session_from_continuing">
        <source>Modifying a try/catch/finally statement when the finally block is active will prevent the debug session from continuing.</source>
1367
        <target state="translated">在 finally 块处于活动状态时修改 try/catch/finally 语句将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1368 1369 1370 1371
        <note />
      </trans-unit>
      <trans-unit id="Modifying_a_catch_handler_around_an_active_statement_will_prevent_the_debug_session_from_continuing">
        <source>Modifying a catch handler around an active statement will prevent the debug session from continuing.</source>
1372
        <target state="translated">修改活动语句周围的 catch 处理程序将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1373 1374 1375 1376
        <note />
      </trans-unit>
      <trans-unit id="Modifying_0_which_contains_the_stackalloc_operator_will_prevent_the_debug_session_from_continuing">
        <source>Modifying '{0}' which contains the 'stackalloc' operator will prevent the debug session from continuing.</source>
1377
        <target state="translated">修改含“stackalloc”运算符的“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1378 1379 1380 1381
        <note />
      </trans-unit>
      <trans-unit id="Modifying_an_active_0_which_contains_On_Error_or_Resume_statements_will_prevent_the_debug_session_from_continuing">
        <source>Modifying an active '{0}' which contains 'On Error' or 'Resume' statements will prevent the debug session from continuing.</source>
1382
        <target state="translated">修改含“On Error”或“Resume”语句的活动“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1383 1384 1385 1386
        <note />
      </trans-unit>
      <trans-unit id="Modifying_0_which_contains_an_Aggregate_Group_By_or_Join_query_clauses_will_prevent_the_debug_session_from_continuing">
        <source>Modifying '{0}' which contains an Aggregate, Group By, or Join query clauses will prevent the debug session from continuing.</source>
1387
        <target state="translated">修改包含 Aggregate、Group By 或 Join 查询子句的“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1388 1389 1390 1391
        <note />
      </trans-unit>
      <trans-unit id="Modifying_source_with_experimental_language_features_enabled_will_prevent_the_debug_session_from_continuing">
        <source>Modifying source with experimental language features enabled will prevent the debug session from continuing.</source>
1392
        <target state="translated">修改已启用实验性语言功能的源将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1393 1394 1395 1396
        <note />
      </trans-unit>
      <trans-unit id="Updating_an_active_statement_will_prevent_the_debug_session_from_continuing">
        <source>Updating an active statement will prevent the debug session from continuing.</source>
1397
        <target state="translated">更新活动语句将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1398 1399 1400 1401
        <note />
      </trans-unit>
      <trans-unit id="Removing_0_that_contains_an_active_statement_will_prevent_the_debug_session_from_continuing">
        <source>Removing '{0}' that contains an active statement will prevent the debug session from continuing.</source>
1402
        <target state="translated">删除含活动语句的“{0}”将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1403 1404 1405 1406
        <note />
      </trans-unit>
      <trans-unit id="Adding_a_new_file_will_prevent_the_debug_session_from_continuing">
        <source>Adding a new file will prevent the debug session from continuing.</source>
1407
        <target state="translated">添加一个新文件将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1408 1409 1410 1411
        <note />
      </trans-unit>
      <trans-unit id="Attribute_0_is_missing_Updating_an_async_method_or_an_iterator_will_prevent_the_debug_session_from_continuing">
        <source>Attribute '{0}' is missing. Updating an async method or an iterator will prevent the debug session from continuing.</source>
1412
        <target state="translated">特性“{0}”缺失。更新异步方法或迭代器将阻止调试会话继续。</target>
T
Tom Meschter 已提交
1413 1414 1415 1416
        <note />
      </trans-unit>
      <trans-unit id="Unexpected_interface_member_kind_colon_0">
        <source>Unexpected interface member kind: {0}</source>
1417
        <target state="translated">意外的接口成员种类:{0}</target>
T
Tom Meschter 已提交
1418 1419 1420 1421
        <note />
      </trans-unit>
      <trans-unit id="Unknown_symbol_kind">
        <source>Unknown symbol kind</source>
1422
        <target state="translated">未知符号种类</target>
T
Tom Meschter 已提交
1423 1424 1425 1426
        <note />
      </trans-unit>
      <trans-unit id="Generate_abstract_property_1_0">
        <source>Generate abstract property '{1}.{0}'</source>
1427
        <target state="translated">生成抽象属性“{1}.{0}”</target>
T
Tom Meschter 已提交
1428 1429 1430 1431
        <note />
      </trans-unit>
      <trans-unit id="Generate_abstract_method_1_0">
        <source>Generate abstract method '{1}.{0}'</source>
1432
        <target state="translated">生成抽象方法“{1}.{0}”</target>
T
Tom Meschter 已提交
1433 1434 1435 1436
        <note />
      </trans-unit>
      <trans-unit id="Generate_method_1_0">
        <source>Generate method '{1}.{0}'</source>
1437
        <target state="translated">生成方法“{1}.{0}”</target>
T
Tom Meschter 已提交
1438 1439 1440 1441
        <note />
      </trans-unit>
      <trans-unit id="Requested_assembly_already_loaded_from_0">
        <source>Requested assembly already loaded from '{0}'.</source>
1442
        <target state="translated">已从“{0}”中加载请求的程序集。</target>
T
Tom Meschter 已提交
1443 1444 1445 1446
        <note />
      </trans-unit>
      <trans-unit id="The_symbol_does_not_have_an_icon">
        <source>The symbol does not have an icon.</source>
1447
        <target state="translated">此符号无图标。</target>
T
Tom Meschter 已提交
1448 1449 1450 1451
        <note />
      </trans-unit>
      <trans-unit id="Unknown">
        <source>Unknown</source>
1452
        <target state="translated">未知</target>
T
Tom Meschter 已提交
1453 1454 1455 1456
        <note />
      </trans-unit>
      <trans-unit id="Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket">
        <source>Asynchronous method cannot have ref/out parameters : [{0}]</source>
1457
        <target state="translated">异步方法不能包含 ref/out 参数:[{0}]</target>
T
Tom Meschter 已提交
1458 1459 1460 1461
        <note />
      </trans-unit>
      <trans-unit id="The_member_is_defined_in_metadata">
        <source>The member is defined in metadata.</source>
1462
        <target state="translated">此成员是在元数据中定义的。</target>
T
Tom Meschter 已提交
1463 1464 1465 1466
        <note />
      </trans-unit>
      <trans-unit id="You_can_only_change_the_signature_of_a_constructor_indexer_method_or_delegate">
        <source>You can only change the signature of a constructor, indexer, method or delegate.</source>
1467
        <target state="translated">只能更改构造函数、索引器、方法或委托的签名。</target>
T
Tom Meschter 已提交
1468 1469 1470 1471 1472 1473
        <note />
      </trans-unit>
      <trans-unit id="This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue">
        <source>This symbol has related definitions or references in metadata. Changing its signature may result in build errors.

Do you want to continue?</source>
1474
        <target state="translated">此符号在元数据中有相关定义或引用。更它的签名可能会造成生成错误。
T
Tom Meschter 已提交
1475

1476
想要继续吗?</target>
T
Tom Meschter 已提交
1477 1478 1479 1480
        <note />
      </trans-unit>
      <trans-unit id="Change_signature">
        <source>Change signature...</source>
1481
        <target state="translated">更改签名...</target>
T
Tom Meschter 已提交
1482 1483 1484 1485
        <note />
      </trans-unit>
      <trans-unit id="Generate_new_type">
        <source>Generate new type...</source>
1486
        <target state="translated">生成新类型...</target>
T
Tom Meschter 已提交
1487 1488 1489 1490
        <note />
      </trans-unit>
      <trans-unit id="User_Diagnostic_Analyzer_Failure">
        <source>User Diagnostic Analyzer Failure.</source>
1491
        <target state="translated">用户诊断分析器失败。</target>
T
Tom Meschter 已提交
1492 1493 1494 1495
        <note />
      </trans-unit>
      <trans-unit id="Analyzer_0_threw_an_exception_of_type_1_with_message_2">
        <source>Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.</source>
1496
        <target state="translated">分析器“{0}”抛出类型为“{1}”的异常,并显示消息“{2}”。</target>
T
Tom Meschter 已提交
1497 1498 1499 1500 1501
        <note />
      </trans-unit>
      <trans-unit id="Analyzer_0_threw_the_following_exception_colon_1">
        <source>Analyzer '{0}' threw the following exception:
'{1}'.</source>
1502 1503
        <target state="translated">分析器“{0}”引发了以下异常:
“{1}”。</target>
T
Tom Meschter 已提交
1504 1505 1506 1507
        <note />
      </trans-unit>
      <trans-unit id="Simplify_Names">
        <source>Simplify Names</source>
1508
        <target state="translated">简化名称</target>
T
Tom Meschter 已提交
1509 1510 1511 1512
        <note />
      </trans-unit>
      <trans-unit id="Simplify_Member_Access">
        <source>Simplify Member Access</source>
1513
        <target state="translated">简化成员访问</target>
T
Tom Meschter 已提交
1514 1515 1516 1517
        <note />
      </trans-unit>
      <trans-unit id="Remove_qualification">
        <source>Remove qualification</source>
1518
        <target state="translated">删除限定</target>
T
Tom Meschter 已提交
1519 1520 1521 1522
        <note />
      </trans-unit>
      <trans-unit id="This_signature_does_not_contain_parameters_that_can_be_changed">
        <source>This signature does not contain parameters that can be changed.</source>
1523
        <target state="translated">此签名不含可更改的参数。</target>
T
Tom Meschter 已提交
1524 1525 1526 1527
        <note />
      </trans-unit>
      <trans-unit id="Unknown_error_occurred">
        <source>Unknown error occurred</source>
1528
        <target state="translated">发生未知错误</target>
T
Tom Meschter 已提交
1529 1530 1531 1532
        <note />
      </trans-unit>
      <trans-unit id="Available">
        <source>Available</source>
1533
        <target state="translated">可用</target>
T
Tom Meschter 已提交
1534 1535 1536 1537
        <note />
      </trans-unit>
      <trans-unit id="Not_Available">
        <source>Not Available</source>
1538
        <target state="translated">不可用</target>
T
Tom Meschter 已提交
1539 1540 1541 1542
        <note />
      </trans-unit>
      <trans-unit id="_0_1">
        <source>    {0} - {1}</source>
1543
        <target state="translated">    {0} - {1}</target>
T
Tom Meschter 已提交
1544 1545 1546 1547
        <note />
      </trans-unit>
      <trans-unit id="You_can_use_the_navigation_bar_to_switch_context">
        <source>You can use the navigation bar to switch context.</source>
1548
        <target state="translated">你可以使用导航栏切换上下文。</target>
T
Tom Meschter 已提交
1549 1550 1551 1552
        <note />
      </trans-unit>
      <trans-unit id="in_Source">
        <source>in Source</source>
1553
        <target state="translated">在源中</target>
T
Tom Meschter 已提交
1554 1555 1556 1557
        <note />
      </trans-unit>
      <trans-unit id="in_Suppression_File">
        <source>in Suppression File</source>
1558
        <target state="translated">在禁止显示文件中</target>
T
Tom Meschter 已提交
1559 1560 1561 1562
        <note />
      </trans-unit>
      <trans-unit id="Remove_Suppression_0">
        <source>Remove Suppression {0}</source>
1563
        <target state="translated">删除禁止显示 {0}</target>
T
Tom Meschter 已提交
1564 1565 1566 1567
        <note />
      </trans-unit>
      <trans-unit id="Remove_Suppression">
        <source>Remove Suppression</source>
1568
        <target state="translated">删除禁止显示</target>
T
Tom Meschter 已提交
1569 1570 1571 1572
        <note />
      </trans-unit>
      <trans-unit id="Pending">
        <source>&lt;Pending&gt;</source>
1573
        <target state="translated">&lt;挂起&gt;</target>
T
Tom Meschter 已提交
1574 1575 1576 1577
        <note />
      </trans-unit>
      <trans-unit id="Note_colon_Tab_twice_to_insert_the_0_snippet">
        <source>Note: Tab twice to insert the '{0}' snippet.</source>
1578
        <target state="translated">注意: 两次 Tab 插入“{0}”片段。</target>
T
Tom Meschter 已提交
1579 1580 1581 1582
        <note />
      </trans-unit>
      <trans-unit id="Implement_interface_explicitly_with_Dispose_pattern">
        <source>Implement interface explicitly with Dispose pattern</source>
1583
        <target state="translated">通过释放模式显式实现接口</target>
T
Tom Meschter 已提交
1584 1585 1586 1587
        <note />
      </trans-unit>
      <trans-unit id="Implement_interface_with_Dispose_pattern">
        <source>Implement interface with Dispose pattern</source>
1588
        <target state="translated">通过释放模式实现接口</target>
T
Tom Meschter 已提交
1589 1590 1591 1592
        <note />
      </trans-unit>
      <trans-unit id="Re_triage_0_currently_1">
        <source>Re-triage {0}(currently '{1}')</source>
1593
        <target state="translated">对 {0}(当前为“{1}”) 进行重新分类</target>
T
Tom Meschter 已提交
1594 1595 1596 1597
        <note />
      </trans-unit>
      <trans-unit id="Argument_cannot_have_a_null_element">
        <source>Argument cannot have a null element.</source>
1598
        <target state="translated">参数不能具有 null 元素。</target>
T
Tom Meschter 已提交
1599 1600 1601 1602
        <note />
      </trans-unit>
      <trans-unit id="Argument_cannot_be_empty">
        <source>Argument cannot be empty.</source>
1603
        <target state="translated">参数不能为空。</target>
T
Tom Meschter 已提交
1604 1605 1606 1607
        <note />
      </trans-unit>
      <trans-unit id="Reported_diagnostic_with_ID_0_is_not_supported_by_the_analyzer">
        <source>Reported diagnostic with ID '{0}' is not supported by the analyzer.</source>
1608
        <target state="translated">分析器不支持 ID 为“{0}”的报告的诊断。</target>
T
Tom Meschter 已提交
1609 1610 1611 1612
        <note />
      </trans-unit>
      <trans-unit id="Computing_fix_all_occurrences_code_fix">
        <source>Computing fix all occurrences code fix...</source>
1613
        <target state="translated">正在计算“修复所有出现的地方”代码修复...</target>
T
Tom Meschter 已提交
1614 1615 1616 1617
        <note />
      </trans-unit>
      <trans-unit id="Fix_all_occurrences">
        <source>Fix all occurrences</source>
1618
        <target state="translated">修复所有出现的地方</target>
T
Tom Meschter 已提交
1619 1620 1621 1622
        <note />
      </trans-unit>
      <trans-unit id="Document">
        <source>Document</source>
1623
        <target state="translated">文档</target>
T
Tom Meschter 已提交
1624 1625 1626 1627
        <note />
      </trans-unit>
      <trans-unit id="Project">
        <source>Project</source>
1628
        <target state="translated">项目</target>
T
Tom Meschter 已提交
1629 1630 1631 1632
        <note />
      </trans-unit>
      <trans-unit id="Solution">
        <source>Solution</source>
1633
        <target state="translated">解决方案</target>
T
Tom Meschter 已提交
1634 1635 1636
        <note />
      </trans-unit>
      <trans-unit id="TODO_colon_dispose_managed_state_managed_objects">
1637 1638
        <source>TODO: dispose managed state (managed objects)</source>
        <target state="needs-review-translation">TODO: 释放托管状态(托管对象)。</target>
T
Tom Meschter 已提交
1639 1640 1641
        <note />
      </trans-unit>
      <trans-unit id="TODO_colon_set_large_fields_to_null">
1642 1643
        <source>TODO: set large fields to null</source>
        <target state="needs-review-translation">TODO: 将大型字段设置为 null。</target>
T
Tom Meschter 已提交
1644 1645 1646 1647
        <note />
      </trans-unit>
      <trans-unit id="Modifying_0_which_contains_a_static_variable_will_prevent_the_debug_session_from_continuing">
        <source>Modifying '{0}' which contains a static variable will prevent the debug session from continuing.</source>
1648
        <target state="translated">修改包含静态变量的“{0}”将阻止调试会话继续执行。</target>
T
Tom Meschter 已提交
1649 1650 1651 1652
        <note />
      </trans-unit>
      <trans-unit id="Compiler2">
        <source>Compiler</source>
1653
        <target state="translated">编译器</target>
T
Tom Meschter 已提交
1654 1655 1656 1657
        <note />
      </trans-unit>
      <trans-unit id="Live">
        <source>Live</source>
1658
        <target state="translated">活动</target>
T
Tom Meschter 已提交
1659 1660 1661 1662
        <note />
      </trans-unit>
      <trans-unit id="enum_value">
        <source>enum value</source>
1663
        <target state="translated">enum 值</target>
T
Tom Meschter 已提交
1664 1665 1666 1667
        <note>{Locked="enum"} "enum" is a C#/VB keyword and should not be localized.</note>
      </trans-unit>
      <trans-unit id="const_field">
        <source>const field</source>
1668
        <target state="translated">const 字段</target>
T
Tom Meschter 已提交
1669 1670 1671 1672
        <note>{Locked="const"} "const" is a C#/VB keyword and should not be localized.</note>
      </trans-unit>
      <trans-unit id="method">
        <source>method</source>
1673
        <target state="translated">方法</target>
T
Tom Meschter 已提交
1674 1675 1676 1677
        <note />
      </trans-unit>
      <trans-unit id="operator_">
        <source>operator</source>
1678
        <target state="translated">运算符</target>
T
Tom Meschter 已提交
1679 1680 1681 1682
        <note />
      </trans-unit>
      <trans-unit id="constructor">
        <source>constructor</source>
1683
        <target state="translated">构造函数</target>
T
Tom Meschter 已提交
1684 1685 1686 1687
        <note />
      </trans-unit>
      <trans-unit id="auto_property">
        <source>auto-property</source>
1688
        <target state="translated">自动属性</target>
T
Tom Meschter 已提交
1689 1690 1691 1692
        <note />
      </trans-unit>
      <trans-unit id="property_">
        <source>property</source>
1693
        <target state="translated">属性</target>
T
Tom Meschter 已提交
1694 1695 1696 1697
        <note />
      </trans-unit>
      <trans-unit id="event_accessor">
        <source>event accessor</source>
1698
        <target state="translated">事件访问器</target>
T
Tom Meschter 已提交
1699 1700 1701 1702
        <note />
      </trans-unit>
      <trans-unit id="type_constraint">
        <source>type constraint</source>
1703
        <target state="translated">类型约束</target>
T
Tom Meschter 已提交
1704 1705 1706 1707
        <note />
      </trans-unit>
      <trans-unit id="type_parameter">
        <source>type parameter</source>
1708
        <target state="translated">类型形参</target>
T
Tom Meschter 已提交
1709 1710 1711 1712
        <note />
      </trans-unit>
      <trans-unit id="attribute">
        <source>attribute</source>
1713
        <target state="translated">属性</target>
T
Tom Meschter 已提交
1714 1715 1716 1717
        <note />
      </trans-unit>
      <trans-unit id="Use_auto_property">
        <source>Use auto property</source>
1718
        <target state="translated">使用自动属性</target>
T
Tom Meschter 已提交
1719 1720 1721 1722
        <note />
      </trans-unit>
      <trans-unit id="Replace_0_and_1_with_property">
        <source>Replace '{0}' and '{1}' with property</source>
1723
        <target state="translated">使用属性替代“{0}”和“{1}”</target>
T
Tom Meschter 已提交
1724 1725 1726 1727
        <note />
      </trans-unit>
      <trans-unit id="Replace_0_with_property">
        <source>Replace '{0}' with property</source>
1728
        <target state="translated">使用属性替代“{0}”</target>
T
Tom Meschter 已提交
1729 1730 1731 1732
        <note />
      </trans-unit>
      <trans-unit id="Method_referenced_implicitly">
        <source>Method referenced implicitly</source>
1733
        <target state="translated">隐式引用的方法</target>
T
Tom Meschter 已提交
1734 1735 1736 1737
        <note />
      </trans-unit>
      <trans-unit id="Generate_type_0">
        <source>Generate type '{0}'</source>
1738
        <target state="translated">生成类型“{0}”</target>
T
Tom Meschter 已提交
1739 1740 1741 1742
        <note />
      </trans-unit>
      <trans-unit id="Generate_0_1">
        <source>Generate {0} '{1}'</source>
1743
        <target state="translated">生成 {0}“{1}”</target>
T
Tom Meschter 已提交
1744 1745 1746 1747
        <note />
      </trans-unit>
      <trans-unit id="Change_0_to_1">
        <source>Change '{0}' to '{1}'.</source>
1748
        <target state="translated">将“{0}”更改为“{1}”。</target>
T
Tom Meschter 已提交
1749 1750 1751 1752
        <note />
      </trans-unit>
      <trans-unit id="Non_invoked_method_cannot_be_replaced_with_property">
        <source>Non-invoked method cannot be replaced with property.</source>
1753
        <target state="translated">无法使用属性替代非被调用方法。</target>
T
Tom Meschter 已提交
1754 1755 1756 1757
        <note />
      </trans-unit>
      <trans-unit id="Only_methods_with_a_single_argument_which_is_not_an_out_variable_declaration_can_be_replaced_with_a_property">
        <source>Only methods with a single argument, which is not an out variable declaration, can be replaced with a property.</source>
1758
        <target state="translated">只有带一个参数,不是化出变量声明的方法可以使用属性进行替换。</target>
T
Tom Meschter 已提交
1759 1760 1761 1762
        <note />
      </trans-unit>
      <trans-unit id="Roslyn_HostError">
        <source>Roslyn.HostError</source>
1763
        <target state="translated">Roslyn.HostError</target>
T
Tom Meschter 已提交
1764 1765 1766 1767
        <note />
      </trans-unit>
      <trans-unit id="An_instance_of_analyzer_0_cannot_be_created_from_1_colon_2">
        <source>An instance of analyzer {0} cannot be created from {1}: {2}.</source>
1768
        <target state="translated">无法从 {1}: {2} 创建分析器实例 {0}。</target>
T
Tom Meschter 已提交
1769 1770 1771 1772
        <note />
      </trans-unit>
      <trans-unit id="The_assembly_0_does_not_contain_any_analyzers">
        <source>The assembly {0} does not contain any analyzers.</source>
1773
        <target state="translated">程序集 {0} 不包含任何分析器。</target>
T
Tom Meschter 已提交
1774 1775 1776 1777
        <note />
      </trans-unit>
      <trans-unit id="Unable_to_load_Analyzer_assembly_0_colon_1">
        <source>Unable to load Analyzer assembly {0}: {1}</source>
1778
        <target state="translated">无法加载分析器程序集 {0}: {1}</target>
T
Tom Meschter 已提交
1779 1780 1781 1782
        <note />
      </trans-unit>
      <trans-unit id="Make_method_synchronous">
        <source>Make method synchronous</source>
1783
        <target state="translated">使方法同步</target>
T
Tom Meschter 已提交
1784 1785 1786 1787
        <note />
      </trans-unit>
      <trans-unit id="from_0">
        <source>from {0}</source>
1788
        <target state="translated">自 {0}</target>
T
Tom Meschter 已提交
1789 1790 1791 1792
        <note />
      </trans-unit>
      <trans-unit id="Find_and_install_latest_version">
        <source>Find and install latest version</source>
1793
        <target state="translated">查找并安装最新版本</target>
T
Tom Meschter 已提交
1794 1795 1796 1797
        <note />
      </trans-unit>
      <trans-unit id="Use_local_version_0">
        <source>Use local version '{0}'</source>
1798
        <target state="translated">使用本地版本“{0}”</target>
T
Tom Meschter 已提交
1799 1800 1801 1802 1803
        <note />
      </trans-unit>
      <trans-unit id="Use_locally_installed_0_version_1_This_version_used_in_colon_2">
        <source>Use locally installed '{0}' version '{1}'
This version used in: {2}</source>
1804 1805
        <target state="translated">使用本地安装的“{0}”版本“{1}”
此版本用于: {2}</target>
T
Tom Meschter 已提交
1806 1807 1808 1809
        <note />
      </trans-unit>
      <trans-unit id="Find_and_install_latest_version_of_0">
        <source>Find and install latest version of '{0}'</source>
1810
        <target state="translated">查找并安装最新版本的“{0}”</target>
T
Tom Meschter 已提交
1811 1812 1813 1814
        <note />
      </trans-unit>
      <trans-unit id="Install_with_package_manager">
        <source>Install with package manager...</source>
1815
        <target state="translated">使用包管理器安装...</target>
T
Tom Meschter 已提交
1816 1817 1818 1819
        <note />
      </trans-unit>
      <trans-unit id="Install_0_1">
        <source>Install '{0} {1}'</source>
1820
        <target state="translated">安装“{0} {1}”</target>
T
Tom Meschter 已提交
1821 1822 1823 1824
        <note />
      </trans-unit>
      <trans-unit id="Install_version_0">
        <source>Install version '{0}'</source>
1825
        <target state="translated">安装版本“{0}”</target>
T
Tom Meschter 已提交
1826 1827 1828 1829
        <note />
      </trans-unit>
      <trans-unit id="Generate_variable_0">
        <source>Generate variable '{0}'</source>
1830
        <target state="translated">生成变量 {0}</target>
T
Tom Meschter 已提交
1831 1832 1833 1834
        <note />
      </trans-unit>
      <trans-unit id="Classes">
        <source>Classes</source>
1835
        <target state="translated"></target>
T
Tom Meschter 已提交
1836 1837 1838 1839
        <note />
      </trans-unit>
      <trans-unit id="Constants">
        <source>Constants</source>
1840
        <target state="translated">常量</target>
T
Tom Meschter 已提交
1841 1842 1843 1844
        <note />
      </trans-unit>
      <trans-unit id="Delegates">
        <source>Delegates</source>
1845
        <target state="translated">委托</target>
T
Tom Meschter 已提交
1846 1847 1848 1849
        <note />
      </trans-unit>
      <trans-unit id="Enums">
        <source>Enums</source>
1850
        <target state="translated">枚举</target>
T
Tom Meschter 已提交
1851 1852 1853 1854
        <note />
      </trans-unit>
      <trans-unit id="Events">
        <source>Events</source>
1855
        <target state="translated">事件</target>
T
Tom Meschter 已提交
1856 1857 1858 1859
        <note />
      </trans-unit>
      <trans-unit id="Extension_methods">
        <source>Extension methods</source>
1860
        <target state="translated">扩展方法</target>
T
Tom Meschter 已提交
1861 1862 1863 1864
        <note />
      </trans-unit>
      <trans-unit id="Fields">
        <source>Fields</source>
1865
        <target state="translated">字段</target>
T
Tom Meschter 已提交
1866 1867 1868 1869
        <note />
      </trans-unit>
      <trans-unit id="Interfaces">
        <source>Interfaces</source>
1870
        <target state="translated">接口</target>
T
Tom Meschter 已提交
1871 1872 1873 1874
        <note />
      </trans-unit>
      <trans-unit id="Locals">
        <source>Locals</source>
1875
        <target state="translated">局部变量</target>
T
Tom Meschter 已提交
1876 1877 1878 1879
        <note />
      </trans-unit>
      <trans-unit id="Methods">
        <source>Methods</source>
1880
        <target state="translated">方法</target>
T
Tom Meschter 已提交
1881 1882 1883 1884
        <note />
      </trans-unit>
      <trans-unit id="Modules">
        <source>Modules</source>
1885
        <target state="translated">模块</target>
T
Tom Meschter 已提交
1886 1887 1888 1889
        <note />
      </trans-unit>
      <trans-unit id="Namespaces">
        <source>Namespaces</source>
1890
        <target state="translated">命名空间</target>
T
Tom Meschter 已提交
1891 1892 1893 1894
        <note />
      </trans-unit>
      <trans-unit id="Properties">
        <source>Properties</source>
1895
        <target state="translated">属性</target>
T
Tom Meschter 已提交
1896 1897 1898 1899
        <note />
      </trans-unit>
      <trans-unit id="Structures">
        <source>Structures</source>
1900
        <target state="translated">结构</target>
T
Tom Meschter 已提交
1901 1902 1903 1904
        <note />
      </trans-unit>
      <trans-unit id="Parameters_colon">
        <source>Parameters:</source>
1905
        <target state="translated">参数:</target>
T
Tom Meschter 已提交
1906 1907 1908 1909
        <note />
      </trans-unit>
      <trans-unit id="Variadic_SignatureHelpItem_must_have_at_least_one_parameter">
        <source>Variadic SignatureHelpItem must have at least one parameter.</source>
1910
        <target state="translated">可变参数 SignatureHelpItem 必须有至少一个参数。</target>
T
Tom Meschter 已提交
1911 1912 1913 1914
        <note />
      </trans-unit>
      <trans-unit id="Replace_0_with_method">
        <source>Replace '{0}' with method</source>
1915
        <target state="translated">将“{0}”替换为方法</target>
T
Tom Meschter 已提交
1916 1917 1918 1919
        <note />
      </trans-unit>
      <trans-unit id="Replace_0_with_methods">
        <source>Replace '{0}' with methods</source>
1920
        <target state="translated">将“{0}”替换为方法</target>
T
Tom Meschter 已提交
1921 1922 1923 1924
        <note />
      </trans-unit>
      <trans-unit id="Property_referenced_implicitly">
        <source>Property referenced implicitly</source>
1925
        <target state="translated">隐式引用的属性</target>
T
Tom Meschter 已提交
1926 1927 1928 1929
        <note />
      </trans-unit>
      <trans-unit id="Property_cannot_safely_be_replaced_with_a_method_call">
        <source>Property cannot safely be replaced with a method call</source>
1930
        <target state="translated">不能将属性安全地替换为方法调用</target>
T
Tom Meschter 已提交
1931 1932 1933 1934
        <note />
      </trans-unit>
      <trans-unit id="Convert_to_interpolated_string">
        <source>Convert to interpolated string</source>
1935
        <target state="translated">转换为插补字符串</target>
T
Tom Meschter 已提交
1936 1937 1938 1939
        <note />
      </trans-unit>
      <trans-unit id="Move_type_to_0">
        <source>Move type to {0}</source>
1940
        <target state="translated">将类型移动到 {0}</target>
T
Tom Meschter 已提交
1941 1942 1943 1944
        <note />
      </trans-unit>
      <trans-unit id="Rename_file_to_0">
        <source>Rename file to {0}</source>
1945
        <target state="translated">将文件重命名为 {0}</target>
T
Tom Meschter 已提交
1946 1947 1948 1949
        <note />
      </trans-unit>
      <trans-unit id="Rename_type_to_0">
        <source>Rename type to {0}</source>
1950
        <target state="translated">将类型重命名为 {0}</target>
T
Tom Meschter 已提交
1951 1952 1953 1954
        <note />
      </trans-unit>
      <trans-unit id="Remove_tag">
        <source>Remove tag</source>
1955
        <target state="translated">删除标记</target>
T
Tom Meschter 已提交
1956 1957 1958 1959
        <note />
      </trans-unit>
      <trans-unit id="Add_missing_param_nodes">
        <source>Add missing param nodes</source>
1960
        <target state="translated">添加缺少的参数节点</target>
T
Tom Meschter 已提交
1961 1962 1963 1964
        <note />
      </trans-unit>
      <trans-unit id="Make_containing_scope_async">
        <source>Make containing scope async</source>
1965
        <target state="translated">将包含范围改为 Async</target>
T
Tom Meschter 已提交
1966 1967 1968 1969
        <note />
      </trans-unit>
      <trans-unit id="Make_containing_scope_async_return_Task">
        <source>Make containing scope async (return Task)</source>
1970
        <target state="translated">将包含范围改为 Async (返回“任务”)</target>
T
Tom Meschter 已提交
1971 1972 1973 1974
        <note />
      </trans-unit>
      <trans-unit id="paren_Unknown_paren">
        <source>(Unknown)</source>
1975
        <target state="translated">(未知)</target>
T
Tom Meschter 已提交
1976 1977 1978 1979
        <note />
      </trans-unit>
      <trans-unit id="Use_framework_type">
        <source>Use framework type</source>
1980
        <target state="translated">使用框架类型</target>
T
Tom Meschter 已提交
1981 1982 1983 1984
        <note />
      </trans-unit>
      <trans-unit id="Install_package_0">
        <source>Install package '{0}'</source>
1985
        <target state="translated">安装包“{0}”</target>
T
Tom Meschter 已提交
1986 1987 1988 1989
        <note />
      </trans-unit>
      <trans-unit id="project_0">
        <source>project {0}</source>
1990
        <target state="translated">项目 {0}</target>
T
Tom Meschter 已提交
1991 1992 1993 1994
        <note />
      </trans-unit>
      <trans-unit id="Inline_variable_declaration">
        <source>Inline variable declaration</source>
1995
        <target state="translated">内联变量声明</target>
T
Tom Meschter 已提交
1996 1997 1998 1999
        <note />
      </trans-unit>
      <trans-unit id="Fully_qualify_0">
        <source>Fully qualify '{0}'</source>
2000
        <target state="translated">完全限定“{0}”</target>
T
Tom Meschter 已提交
2001 2002 2003 2004
        <note />
      </trans-unit>
      <trans-unit id="Remove_reference_to_0">
        <source>Remove reference to '{0}'.</source>
2005
        <target state="translated">删除对“{0}”的引用。</target>
T
Tom Meschter 已提交
2006 2007 2008 2009
        <note />
      </trans-unit>
      <trans-unit id="Keywords">
        <source>Keywords</source>
2010
        <target state="translated">关键字</target>
T
Tom Meschter 已提交
2011 2012 2013 2014
        <note />
      </trans-unit>
      <trans-unit id="Snippets">
        <source>Snippets</source>
2015
        <target state="translated">片段</target>
T
Tom Meschter 已提交
2016 2017 2018 2019
        <note />
      </trans-unit>
      <trans-unit id="All_lowercase">
        <source>All lowercase</source>
2020
        <target state="translated">全部小写</target>
T
Tom Meschter 已提交
2021 2022 2023 2024
        <note />
      </trans-unit>
      <trans-unit id="All_uppercase">
        <source>All uppercase</source>
2025
        <target state="translated">全部大写</target>
T
Tom Meschter 已提交
2026 2027 2028 2029
        <note />
      </trans-unit>
      <trans-unit id="First_word_capitalized">
        <source>First word capitalized</source>
2030
        <target state="translated">第一个单词首字母大写</target>
T
Tom Meschter 已提交
2031 2032 2033 2034
        <note />
      </trans-unit>
      <trans-unit id="Pascal_Case">
        <source>Pascal Case</source>
2035
        <target state="translated">帕斯卡拼写法</target>
T
Tom Meschter 已提交
2036 2037 2038 2039
        <note />
      </trans-unit>
      <trans-unit id="Variable_declaration_can_be_inlined">
        <source>Variable declaration can be inlined</source>
2040
        <target state="translated">可以内联变量声明</target>
T
Tom Meschter 已提交
2041 2042 2043 2044
        <note />
      </trans-unit>
      <trans-unit id="Remove_document_0">
        <source>Remove document '{0}'</source>
2045
        <target state="translated">删除文档“{0}”</target>
T
Tom Meschter 已提交
2046 2047 2048 2049
        <note />
      </trans-unit>
      <trans-unit id="Add_document_0">
        <source>Add document '{0}'</source>
2050
        <target state="translated">添加文档“{0}”</target>
T
Tom Meschter 已提交
2051 2052 2053 2054
        <note />
      </trans-unit>
      <trans-unit id="Add_argument_name_0">
        <source>Add argument name '{0}'</source>
2055
        <target state="translated">添加参数名“{0}”</target>
T
Tom Meschter 已提交
2056 2057 2058 2059
        <note />
      </trans-unit>
      <trans-unit id="Take_0">
        <source>Take '{0}'</source>
2060
        <target state="translated">采用“{0}”</target>
T
Tom Meschter 已提交
2061 2062 2063 2064
        <note />
      </trans-unit>
      <trans-unit id="Take_both">
        <source>Take both</source>
2065
        <target state="translated">二者均采用</target>
T
Tom Meschter 已提交
2066 2067 2068 2069
        <note />
      </trans-unit>
      <trans-unit id="Take_bottom">
        <source>Take bottom</source>
2070
        <target state="translated">采用底值</target>
T
Tom Meschter 已提交
2071 2072 2073 2074
        <note />
      </trans-unit>
      <trans-unit id="Take_top">
        <source>Take top</source>
2075
        <target state="translated">采用顶值</target>
T
Tom Meschter 已提交
2076 2077 2078 2079
        <note />
      </trans-unit>
      <trans-unit id="Remove_unused_variable">
        <source>Remove unused variable</source>
2080
        <target state="translated">删除未使用的变量</target>
T
Tom Meschter 已提交
2081 2082 2083 2084
        <note />
      </trans-unit>
      <trans-unit id="Convert_to_binary">
        <source>Convert to binary</source>
2085
        <target state="translated">转换为二进制</target>
T
Tom Meschter 已提交
2086 2087 2088 2089
        <note />
      </trans-unit>
      <trans-unit id="Convert_to_decimal">
        <source>Convert to decimal</source>
2090
        <target state="translated">转换为十进制</target>
T
Tom Meschter 已提交
2091 2092 2093 2094
        <note />
      </trans-unit>
      <trans-unit id="Convert_to_hex">
        <source>Convert to hex</source>
2095
        <target state="translated">转换为十六进制</target>
T
Tom Meschter 已提交
2096 2097 2098 2099
        <note />
      </trans-unit>
      <trans-unit id="Separate_thousands">
        <source>Separate thousands</source>
2100
        <target state="translated">分隔千分位</target>
T
Tom Meschter 已提交
2101 2102 2103 2104
        <note />
      </trans-unit>
      <trans-unit id="Separate_words">
        <source>Separate words</source>
2105
        <target state="translated">分隔单词</target>
T
Tom Meschter 已提交
2106 2107 2108 2109
        <note />
      </trans-unit>
      <trans-unit id="Separate_nibbles">
        <source>Separate nibbles</source>
2110
        <target state="translated">分隔半字节</target>
T
Tom Meschter 已提交
2111 2112 2113 2114
        <note />
      </trans-unit>
      <trans-unit id="Remove_separators">
        <source>Remove separators</source>
2115
        <target state="translated">删除分隔符</target>
T
Tom Meschter 已提交
2116 2117 2118 2119
        <note />
      </trans-unit>
      <trans-unit id="Add_parameter_to_0">
        <source>Add parameter to '{0}'</source>
2120
        <target state="translated">将参数添加到“{0}”</target>
T
Tom Meschter 已提交
2121 2122 2123 2124
        <note />
      </trans-unit>
      <trans-unit id="Generate_constructor">
        <source>Generate constructor...</source>
2125
        <target state="translated">生成构造函数...</target>
T
Tom Meschter 已提交
2126 2127 2128 2129
        <note />
      </trans-unit>
      <trans-unit id="Pick_members_to_be_used_as_constructor_parameters">
        <source>Pick members to be used as constructor parameters</source>
2130
        <target state="translated">选择成员用作构造函数参数</target>
T
Tom Meschter 已提交
2131 2132 2133 2134
        <note />
      </trans-unit>
      <trans-unit id="Pick_members_to_be_used_in_Equals_GetHashCode">
        <source>Pick members to be used in Equals/GetHashCode</source>
2135
        <target state="translated">选择成员用于 Equals/GetHashCode</target>
T
Tom Meschter 已提交
2136 2137 2138 2139
        <note />
      </trans-unit>
      <trans-unit id="Generate_overrides">
        <source>Generate overrides...</source>
2140
        <target state="translated">生成重写...</target>
T
Tom Meschter 已提交
2141 2142 2143 2144
        <note />
      </trans-unit>
      <trans-unit id="Pick_members_to_override">
        <source>Pick members to override</source>
2145
        <target state="translated">选择成员进行重写</target>
T
Tom Meschter 已提交
2146 2147 2148 2149
        <note />
      </trans-unit>
      <trans-unit id="Add_null_check">
        <source>Add null check</source>
2150
        <target state="translated">添加 null 检查</target>
T
Tom Meschter 已提交
2151 2152 2153 2154
        <note />
      </trans-unit>
      <trans-unit id="Add_string_IsNullOrEmpty_check">
        <source>Add 'string.IsNullOrEmpty' check</source>
2155
        <target state="translated">添加 "string.IsNullOrEmpty" 检查</target>
T
Tom Meschter 已提交
2156 2157 2158 2159
        <note />
      </trans-unit>
      <trans-unit id="Add_string_IsNullOrWhiteSpace_check">
        <source>Add 'string.IsNullOrWhiteSpace' check</source>
2160
        <target state="translated">添加 "string.IsNullOrWhiteSpace" 检查</target>
T
Tom Meschter 已提交
2161 2162 2163 2164
        <note />
      </trans-unit>
      <trans-unit id="Create_and_initialize_field_0">
        <source>Create and initialize field '{0}'</source>
2165
        <target state="translated">创建并初始化字段“{0}”</target>
T
Tom Meschter 已提交
2166 2167 2168 2169
        <note />
      </trans-unit>
      <trans-unit id="Create_and_initialize_property_0">
        <source>Create and initialize property '{0}'</source>
2170
        <target state="translated">创建并初始化属性“{0}”</target>
T
Tom Meschter 已提交
2171 2172 2173 2174
        <note />
      </trans-unit>
      <trans-unit id="Initialize_field_0">
        <source>Initialize field '{0}'</source>
2175
        <target state="translated">初始化字段“{0}”</target>
T
Tom Meschter 已提交
2176 2177 2178 2179
        <note />
      </trans-unit>
      <trans-unit id="Initialize_property_0">
        <source>Initialize property '{0}'</source>
2180
        <target state="translated">初始化属性“{0}”</target>
T
Tom Meschter 已提交
2181 2182 2183 2184
        <note />
      </trans-unit>
      <trans-unit id="Add_null_checks">
        <source>Add null checks</source>
2185
        <target state="translated">添加 null 检查</target>
T
Tom Meschter 已提交
2186 2187 2188 2189
        <note />
      </trans-unit>
      <trans-unit id="Generate_operators">
        <source>Generate operators</source>
2190
        <target state="translated">生成运算符</target>
T
Tom Meschter 已提交
2191 2192 2193 2194
        <note />
      </trans-unit>
      <trans-unit id="Implement_0">
        <source>Implement {0}</source>
2195
        <target state="translated">实现 {0}</target>
T
Tom Meschter 已提交
2196 2197 2198 2199
        <note />
      </trans-unit>
      <trans-unit id="Use_inferred_member_name">
        <source>Use inferred member name</source>
2200
        <target state="translated">使用推断的成员名称</target>
T
Tom Meschter 已提交
2201 2202 2203 2204
        <note />
      </trans-unit>
      <trans-unit id="Member_name_can_be_simplified">
        <source>Member name can be simplified</source>
2205
        <target state="translated">可简化成员名称</target>
T
Tom Meschter 已提交
2206 2207 2208 2209
        <note />
      </trans-unit>
      <trans-unit id="Reported_diagnostic_0_has_a_source_location_in_file_1_which_is_not_part_of_the_compilation_being_analyzed">
        <source>Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.</source>
2210
        <target state="translated">报告的诊断“{0}”的源位置位于文件“{1}”中,后者不是要分析的编译的一部分。</target>
T
Tom Meschter 已提交
2211 2212 2213 2214
        <note />
      </trans-unit>
      <trans-unit id="Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file">
        <source>Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.</source>
2215
        <target state="translated">报告的诊断“{0}”的源位置“{1}”位于文件“{2}”中,后者不是给定文件。</target>
T
Tom Meschter 已提交
2216 2217 2218 2219
        <note />
      </trans-unit>
      <trans-unit id="in_0_project_1">
        <source>in {0} (project {1})</source>
2220
        <target state="translated">在 {0} (项目 {1})中</target>
T
Tom Meschter 已提交
2221 2222 2223 2224
        <note />
      </trans-unit>
      <trans-unit id="Add_accessibility_modifiers">
        <source>Add accessibility modifiers</source>
2225
        <target state="translated">添加可访问性修饰符</target>
T
Tom Meschter 已提交
2226 2227 2228 2229
        <note />
      </trans-unit>
      <trans-unit id="Use_local_function">
        <source>Use local function</source>
2230
        <target state="translated">使用本地函数</target>
T
Tom Meschter 已提交
2231 2232 2233 2234
        <note />
      </trans-unit>
      <trans-unit id="Move_declaration_near_reference">
        <source>Move declaration near reference</source>
2235
        <target state="translated">将声明移动至引用附近</target>
T
Tom Meschter 已提交
2236 2237 2238 2239
        <note />
      </trans-unit>
      <trans-unit id="Convert_to_full_property">
        <source>Convert to full property</source>
2240
        <target state="translated">转换为完整属性</target>
T
Tom Meschter 已提交
2241 2242 2243 2244
        <note />
      </trans-unit>
      <trans-unit id="Generate_constructor_in_0_without_fields">
        <source>Generate constructor in '{0}' (without fields)</source>
2245
        <target state="translated">在“{0}”中生成构造函数(不包含字段)</target>
T
Tom Meschter 已提交
2246 2247 2248 2249
        <note />
      </trans-unit>
      <trans-unit id="Warning_Method_overrides_symbol_from_metadata">
        <source>Warning: Method overrides symbol from metadata</source>
2250
        <target state="translated">警告: 方法将替代元数据中的符号</target>
T
Tom Meschter 已提交
2251 2252 2253 2254
        <note />
      </trans-unit>
      <trans-unit id="Use_0">
        <source>Use {0}</source>
2255
        <target state="translated">使用 {0}</target>
T
Tom Meschter 已提交
2256 2257 2258 2259
        <note />
      </trans-unit>
      <trans-unit id="Switching_between_lambda_and_local_function_will_prevent_the_debug_session_from_continuing">
        <source>Switching between a lambda and a local function will prevent the debug session from continuing.</source>
2260
        <target state="translated">在 lambda 与本地函数之间切换可能会导致无法继续调试会话。</target>
T
Tom Meschter 已提交
2261 2262 2263 2264
        <note />
      </trans-unit>
      <trans-unit id="Add_argument_name_0_including_trailing_arguments">
        <source>Add argument name '{0}' (including trailing arguments)</source>
2265
        <target state="translated">添加参数名“{0}”(包括尾随参数)</target>
T
Tom Meschter 已提交
2266 2267 2268 2269
        <note />
      </trans-unit>
      <trans-unit id="local_function">
        <source>local function</source>
2270
        <target state="translated">本地函数</target>
T
Tom Meschter 已提交
2271 2272 2273 2274
        <note />
      </trans-unit>
      <trans-unit id="indexer_">
        <source>indexer</source>
2275
        <target state="translated">索引器</target>
T
Tom Meschter 已提交
2276 2277
        <note />
      </trans-unit>
2278 2279
      <trans-unit id="Alias_ambiguous_type_0">
        <source>Alias ambiguous type '{0}'</source>
2280
        <target state="translated">别名多义类型“{0}”</target>
2281 2282 2283 2284
        <note />
      </trans-unit>
      <trans-unit id="Warning_colon_Collection_was_modified_during_iteration">
        <source>Warning: Collection was modified during iteration.</source>
2285
        <target state="translated">警告: 迭代期间已修改集合。</target>
2286 2287
        <note />
      </trans-unit>
2288 2289
      <trans-unit id="Warning_colon_Iteration_variable_crossed_function_boundary">
        <source>Warning: Iteration variable crossed function boundary.</source>
2290
        <target state="translated">警告: 迭代变量跨函数边界。</target>
2291 2292
        <note />
      </trans-unit>
2293 2294
      <trans-unit id="Warning_colon_Collection_may_be_modified_during_iteration">
        <source>Warning: Collection may be modified during iteration.</source>
2295
        <target state="translated">警告: 迭代期间可能修改集合。</target>
2296 2297
        <note />
      </trans-unit>
C
Cyrus Najmabadi 已提交
2298 2299
      <trans-unit id="updating_usages_in_containing_member">
        <source>updating usages in containing member</source>
2300
        <target state="translated">更新包含成员的用法</target>
C
Cyrus Najmabadi 已提交
2301 2302 2303 2304
        <note />
      </trans-unit>
      <trans-unit id="updating_usages_in_containing_project">
        <source>updating usages in containing project</source>
2305
        <target state="translated">更新包含项目中的用法</target>
C
Cyrus Najmabadi 已提交
2306 2307 2308 2309
        <note />
      </trans-unit>
      <trans-unit id="updating_usages_in_containing_type">
        <source>updating usages in containing type</source>
2310
        <target state="translated">更新包含类型中的用法</target>
C
Cyrus Najmabadi 已提交
2311 2312 2313 2314
        <note />
      </trans-unit>
      <trans-unit id="updating_usages_in_dependent_projects">
        <source>updating usages in dependent projects</source>
2315
        <target state="translated">更新相关项目中的用法</target>
C
Cyrus Najmabadi 已提交
2316 2317
        <note />
      </trans-unit>
T
Tom Meschter 已提交
2318 2319 2320
    </body>
  </file>
</xliff>