-
Notifications
You must be signed in to change notification settings - Fork 872
Expand file tree
/
Copy pathFSStrings.zh-Hans.xlf
More file actions
1777 lines (1777 loc) · 91.2 KB
/
Copy pathFSStrings.zh-Hans.xlf
File metadata and controls
1777 lines (1777 loc) · 91.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?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="../FSStrings.resx">
<body>
<trans-unit id="ArgumentsInSigAndImplMismatch">
<source>The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.</source>
<target state="translated">签名“{0}”和实现“{1}”中的参数名称不匹配。将使用签名文件中的参数名称。在进行调试或分析时这可能会导致问题。</target>
<note />
</trans-unit>
<trans-unit id="DefinitionsInSigAndImplNotCompatibleAbbreviationsDiffer">
<source>The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}</source>
<target state="translated">签名和实现中类型“{1}”的 {0} 定义不兼容,因为缩写不同:\n {2}\nversus\n {3}</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverNullnessWarning">
<source>Nullness warning: {0}.</source>
<target state="new">Nullness warning: {0}.</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverNullnessWarningEquivWithTypes">
<source>Nullness warning: A non-nullable '{0}' was expected but this expression is nullable. Consider either changing the target to also be nullable, or use pattern matching to safely handle the null case of this expression.</source>
<target state="new">Nullness warning: A non-nullable '{0}' was expected but this expression is nullable. Consider either changing the target to also be nullable, or use pattern matching to safely handle the null case of this expression.</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverNullnessWarningWithType">
<source>Nullness warning: The type '{0}' does not support 'null'.</source>
<target state="new">Nullness warning: The type '{0}' does not support 'null'.</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverNullnessWarningWithTypes">
<source>Nullness warning: The types '{0}' and '{1}' do not have compatible nullability.</source>
<target state="new">Nullness warning: The types '{0}' and '{1}' do not have compatible nullability.</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverNullnessWarningOnDotAccess">
<source>Nullness warning: Possible dereference of a null value when accessing member '{0}' on a nullable expression of type '{1}'</source>
<target state="new">Nullness warning: Possible dereference of a null value when accessing member '{0}' on a nullable expression of type '{1}'</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverNullnessWarningOnDotAccessWithBinding">
<source>Nullness warning: Possible dereference of a null value when accessing member '{0}' on the nullable value '{1}' of type '{2}'</source>
<target state="new">Nullness warning: Possible dereference of a null value when accessing member '{0}' on the nullable value '{1}' of type '{2}'</target>
<note />
</trans-unit>
<trans-unit id="ErrorFromAddingTypeEquationTuples">
<source>Type mismatch. Expecting a tuple of length {0} of type\n {1} \nbut given a tuple of length {2} of type\n {3} {4}\n</source>
<target state="translated">类型不匹配。应为长度为 {0} 的类型的元组\n {1} \n但提供了长度为 {2} 的类型的元组\n {3}{4}\n</target>
<note />
</trans-unit>
<trans-unit id="Experimental1">
<source>This construct is experimental</source>
<target state="new">This construct is experimental</target>
<note />
</trans-unit>
<trans-unit id="Experimental2">
<source>. {0}</source>
<target state="new">. {0}</target>
<note />
</trans-unit>
<trans-unit id="Experimental3">
<source>. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.</source>
<target state="new">. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.</target>
<note />
</trans-unit>
<trans-unit id="HashLoadedSourceHasIssues0">
<source>One or more informational messages in loaded file.\n</source>
<target state="translated">加载文件 .\n 中有一条或多条信息性消息</target>
<note />
</trans-unit>
<trans-unit id="InvalidAttributeTargetForLanguageElement1">
<source>This attribute cannot be applied to {0}. Valid targets are: {1}</source>
<target state="new">This attribute cannot be applied to {0}. Valid targets are: {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidAttributeTargetForLanguageElement2">
<source>This attribute is not valid for use on this language element</source>
<target state="new">This attribute is not valid for use on this language element</target>
<note />
</trans-unit>
<trans-unit id="NONTERM.autoPropsDefnDecl">
<source> in auto property definition</source>
<target state="new"> in auto property definition</target>
<note />
</trans-unit>
<trans-unit id="NONTERM.classMemberSpfnGetSetElements">
<source> in property definition</source>
<target state="new"> in property definition</target>
<note />
</trans-unit>
<trans-unit id="NoConstructorsAvailableForType">
<source>No constructors are available for the type '{0}'</source>
<target state="new">No constructors are available for the type '{0}'</target>
<note />
</trans-unit>
<trans-unit id="NotUpperCaseConstructorWithoutRQA">
<source>Lowercase discriminated union cases are only allowed when using RequireQualifiedAccess attribute</source>
<target state="translated">仅当使用 RequireQualifiedAccess 属性时才允许区分小写的联合事例</target>
<note />
</trans-unit>
<trans-unit id="OverrideShouldBeInstance">
<source> Non-static member is expected.</source>
<target state="translated"> 应为非静态成员。</target>
<note />
</trans-unit>
<trans-unit id="OverrideShouldBeStatic">
<source> Static member is expected.</source>
<target state="translated"> 应为静态成员。</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.BAR_JUST_BEFORE_NULL">
<source>symbol '|' (directly before 'null')</source>
<target state="new">symbol '|' (directly before 'null')</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DOT.DOT.HAT">
<source>symbol '..^'</source>
<target state="translated">符号 "..^"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.GREATER.BAR.RBRACE">
<source>symbol '>|}'</source>
<target state="new">symbol '>|}'</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.RQUOTE.BAR.RBRACE">
<source>symbol '@>|}' or '@@>|}'</source>
<target state="new">symbol '@>|}' or '@@>|}'</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INTERP.STRING.BEGIN.END">
<source>interpolated string</source>
<target state="translated">内插字符串</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INTERP.STRING.BEGIN.PART">
<source>interpolated string (first part)</source>
<target state="translated">内插字符串(第一部分)</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INTERP.STRING.END">
<source>interpolated string (final part)</source>
<target state="translated">内插字符串(最终部分)</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INTERP.STRING.PART">
<source>interpolated string (part)</source>
<target state="translated">内插字符串(部分)</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.WHILE.BANG">
<source>keyword 'while!'</source>
<target state="translated">关键字 "while!"</target>
<note />
</trans-unit>
<trans-unit id="SeeAlso">
<source>. See also {0}.</source>
<target state="translated">。请参见 {0}。</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverTupleDiffLengths">
<source>The tuples have differing lengths of {0} and {1}</source>
<target state="translated">元组具有不同长度的 {0} 和 {1}</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverInfiniteTypes">
<source>The types '{0}' and '{1}' cannot be unified.</source>
<target state="translated">类型“{0}”和“{1}”无法联合。</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverMissingConstraint">
<source>A type parameter is missing a constraint '{0}'</source>
<target state="translated">类型参数缺少约束“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverTypesNotInEqualityRelation1">
<source>The unit of measure '{0}' does not match the unit of measure '{1}'</source>
<target state="translated">度量单位“{0}”与度量单位“{1}”不匹配</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverTypesNotInEqualityRelation2">
<source>The type '{0}' does not match the type '{1}'</source>
<target state="translated">类型“{0}”与类型“{1}”不匹配</target>
<note />
</trans-unit>
<trans-unit id="ConstraintSolverTypesNotInSubsumptionRelation">
<source>The type '{0}' is not compatible with the type '{1}'{2}</source>
<target state="translated">类型“{0}”与类型“{1}”{2} 不兼容</target>
<note />
</trans-unit>
<trans-unit id="ErrorFromAddingTypeEquation1">
<source>This expression was expected to have type\n '{1}' \nbut here has type\n '{0}' {2}</source>
<target state="translated">此表达式应具有类型\n “{1}” \n而此处具有类型\n “{0}” {2}</target>
<note />
</trans-unit>
<trans-unit id="ErrorFromAddingTypeEquation1Tuple">
<source>This expression was expected to have type\n '{1}' \nbut is a tuple of type\n '{0}' {2}</source>
<target state="new">This expression was expected to have type\n '{1}' \nbut is a tuple of type\n '{0}' {2}</target>
<note />
</trans-unit>
<trans-unit id="ErrorFromAddingTypeEquation2Tuple">
<source>Type mismatch. Expecting a\n '{0}' \nbut given a tuple of type\n '{1}' {2}\n</source>
<target state="new">Type mismatch. Expecting a\n '{0}' \nbut given a tuple of type\n '{1}' {2}\n</target>
<note />
</trans-unit>
<trans-unit id="ErrorFromAddingTypeEquation2">
<source>Type mismatch. Expecting a\n '{0}' \nbut given a\n '{1}' {2}\n</source>
<target state="translated">类型不匹配。应为\n “{0}” \n而给定的是\n “{1}” {2}\n</target>
<note />
</trans-unit>
<trans-unit id="ErrorFromApplyingDefault1">
<source>Type constraint mismatch when applying the default type '{0}' for a type inference variable. </source>
<target state="translated">在为类型推理变量应用默认类型“{0}”时,类型约束不匹配。 </target>
<note />
</trans-unit>
<trans-unit id="ErrorFromApplyingDefault2">
<source> Consider adding further type constraints</source>
<target state="translated"> 请考虑添加更多类型约束</target>
<note />
</trans-unit>
<trans-unit id="ErrorsFromAddingSubsumptionConstraint">
<source>Type constraint mismatch. The type \n '{0}' \nis not compatible with type\n '{1}' {2}\n</source>
<target state="translated">类型约束不匹配。类型 \n “{0}” \n与类型\n “{1}” {2} 不兼容\n</target>
<note />
</trans-unit>
<trans-unit id="UpperCaseIdentifierInPattern">
<source>Uppercase variable identifiers should not generally be used in patterns, and may indicate a missing open declaration or a misspelt pattern name.</source>
<target state="translated">通常不得在模式中使用大写的变量标识符,存在它们可能表示缺少某个开放声明或某个模式名称拼写错误。</target>
<note />
</trans-unit>
<trans-unit id="NotUpperCaseConstructor">
<source>Discriminated union cases and exception labels must be uppercase identifiers</source>
<target state="translated">可区分的联合用例和异常标签必须是大写的标识符</target>
<note />
</trans-unit>
<trans-unit id="FunctionExpected">
<source>This function takes too many arguments, or is used in a context where a function is not expected</source>
<target state="translated">此函数采用的参数过多,或者用于不需要函数的上下文中</target>
<note />
</trans-unit>
<trans-unit id="BakedInMemberConstraintName">
<source>Member constraints with the name '{0}' are given special status by the F# compiler as certain .NET types are implicitly augmented with this member. This may result in runtime failures if you attempt to invoke the member constraint from your own code.</source>
<target state="translated">F# 编译器为名称为“{0}”的成员约束给定了特殊状态,因为使用此成员隐式扩大了某些 .NET 类型。如果您尝试从自己的代码中调用该成员约束,则可能会导致运行时失败。</target>
<note />
</trans-unit>
<trans-unit id="BadEventTransformation">
<source>A definition to be compiled as a .NET event does not have the expected form. Only property members can be compiled as .NET events.</source>
<target state="translated">要编译为 .NET 事件的定义不具有预期格式。只可以将属性成员编译为 .NET 事件。</target>
<note />
</trans-unit>
<trans-unit id="ParameterlessStructCtor">
<source>Implicit object constructors for structs must take at least one argument</source>
<target state="translated">结构的隐式对象构造函数必须采用至少一个参数</target>
<note />
</trans-unit>
<trans-unit id="InterfaceNotRevealed">
<source>The type implements the interface '{0}' but this is not revealed by the signature. You should list the interface in the signature, as the interface will be discoverable via dynamic type casts and/or reflection.</source>
<target state="translated">类型实现了接口“{0}”,而签名未显示此接口。您应在签名中列出此接口,因为通过动态类型强制转换和/或反射将可以发现此接口。</target>
<note />
</trans-unit>
<trans-unit id="TyconBadArgs">
<source>The type '{0}' expects {1} type argument(s) but is given {2}</source>
<target state="translated">类型“{0}”需要 {1} 个类型参数,而给定了 {2} 个类型参数</target>
<note />
</trans-unit>
<trans-unit id="IndeterminateType">
<source>The type of this expression could not be inferred before accessing its members. Add a type annotation, e.g. (expr: SomeType), to constrain the type before this point.</source>
<target state="new">The type of this expression could not be inferred before accessing its members. Add a type annotation, e.g. (expr: SomeType), to constrain the type before this point.</target>
<note />
</trans-unit>
<trans-unit id="NameClash1">
<source>Duplicate definition of {0} '{1}'</source>
<target state="translated">{0}“{1}”的定义重复</target>
<note />
</trans-unit>
<trans-unit id="NameClash2">
<source>The {0} '{1}' cannot be defined because the name '{2}' clashes with the {3} '{4}' in this type or module</source>
<target state="new">The {0} '{1}' cannot be defined because the name '{2}' clashes with the {3} '{4}' in this type or module</target>
<note />
</trans-unit>
<trans-unit id="Duplicate1">
<source>Two members called '{0}' have the same signature</source>
<target state="translated">名为“{0}”的两个成员具有相同的签名</target>
<note />
</trans-unit>
<trans-unit id="Duplicate2">
<source>Duplicate definition of {0} '{1}'</source>
<target state="translated">{0}“{1}”的定义重复</target>
<note />
</trans-unit>
<trans-unit id="UndefinedName2">
<source> A construct with this name was found in FSharp.PowerPack.dll, which contains some modules and types that were implicitly referenced in some previous versions of F#. You may need to add an explicit reference to this DLL in order to compile this code.</source>
<target state="translated"> 在 FSharp.PowerPack.dll 中找到了同名构造,其中包含某些早期版本的 F# 中已隐式引用的一些模块和类型。您可能需要添加对此 DLL 的显式引用以编译此代码。</target>
<note />
</trans-unit>
<trans-unit id="FieldNotMutable">
<source>This field is not mutable</source>
<target state="translated">此字段是不可变的</target>
<note />
</trans-unit>
<trans-unit id="FieldsFromDifferentTypes">
<source>The fields '{0}' and '{1}' are from different types</source>
<target state="translated">字段“{0}”和“{1}”来自不同的类型</target>
<note />
</trans-unit>
<trans-unit id="ValNotMutableParameter">
<source>The parameter '{0}' is not mutable. Consider shadowing it with a new binding, e.g. 'let {1} = ...'. Use 'let mutable {1} = ...' only if you need to reassign it multiple times.</source>
<target state="new">The parameter '{0}' is not mutable. Consider shadowing it with a new binding, e.g. 'let {1} = ...'. Use 'let mutable {1} = ...' only if you need to reassign it multiple times.</target>
<note />
</trans-unit>
<trans-unit id="ValueRestriction">
<source>Value restriction: The value '{0}' has an inferred generic type\n {1}\nHowever, values cannot have generic type variables like '_a in "let x: '_a". You can do one of the following:\n- Define it as a simple data term like an integer literal, a string literal or a union case like "let x = 1"\n- Add an explicit type annotation like "let x : int"\n- Use the value as a non-generic type in later code for type inference like "do x"\nor if you still want type-dependent results, you can define '{2}' as a function instead by doing either:\n- Add a unit parameter like "let x()"\n- Write explicit type parameters like "let x<'a>".\nThis error is because a let binding without parameters defines a value, not a function. Values cannot be generic because reading a value is assumed to result in the same everywhere but generic type parameters may invalidate this assumption by enabling type-dependent results.</source>
<target state="translated">值限制: 值“{0}”具有推断的泛型类型\n {1}\n但是,值不能具有泛型类型变量,如“let x: '_a”中的 '_a。可以执行下列操作之一:\n- 将其定义为简单数据词,如整数文本、字符串文本或联合大小写(如“let x = 1”)\n- 添加显式类型批注(如“let x : int”)\n- 在后面的代码中将该值用作非泛型类型,以进行类型推理(如“do x”)\n如果仍需要依赖类型的结果,可以改为通过执行以下任一操作来定义“{2}”:\n- 添加单元参数(如“let x()”)\n- 编写显式类型参数,如“let x<'a>”。\n此错误是因为没有参数的 let 绑定定义了一个值,而不是函数。值不能是泛型的,因为会假定读取值会导致所有位置都相同,但泛型类型参数可能通过启用依赖类型的结果来使此假设失效。</target>
<note />
</trans-unit>
<trans-unit id="ValueRestrictionFunction">
<source>Value restriction: The value '{0}' has an inferred generic function type\n {1}\nHowever, values cannot have generic type variables like '_a in "let f: '_a". You should define '{2}' as a function instead by doing one of the following:\n- Add an explicit parameter that is applied instead of using a partial application "let f param"\n- Add a unit parameter like "let f()"\n- Write explicit type parameters like "let f<'a>"\nor if you do not intend for it to be generic, either:\n- Add an explicit type annotation like "let f : obj -> obj"\n- Apply arguments of non-generic types to the function value in later code for type inference like "do f()".\nThis error is because a let binding without parameters defines a value, not a function. Values cannot be generic because reading a value is assumed to result in the same everywhere but generic type parameters may invalidate this assumption by enabling type-dependent results.</source>
<target state="translated">值限制: 值“{0}”具有推断的泛型函数类型\n {1}\n但是,值不能具有泛型类型变量,如“let f: '_a”中的 '_a。你应该将“{2}”定义为一个函数,而不是通过以下方式之一进行定义:\n- 添加一个显式参数,以替代使用部分应用“let f param”\n- 添加一个单位参数,如“let f()”\n- 编写显式类型参数,如“let f<'a>”\n如果不打算使其成为泛型的话,则可以选择:\n- 添加显式类型注释,如“let f : obj -> obj”\n- 在后续代码中对非泛型类型的参数应用于函数值以进行类型推断,例如“do f()”。\n此错误是因为没有参数的 let 绑定定义了一个值,而不是函数。值不能是泛型的,因为会假定读取值会导致所有位置都相同,但泛型类型参数可能通过启用依赖类型的结果来使此假设失效。</target>
<note />
</trans-unit>
<trans-unit id="VarBoundTwice">
<source>'{0}' is bound twice in this pattern</source>
<target state="translated">“{0}”在此模式中绑定了两次</target>
<note />
</trans-unit>
<trans-unit id="Recursion">
<source>A use of the function '{0}' does not match a type inferred elsewhere. The inferred type of the function is\n {1}. \nThe type of the function required at this point of use is\n {2} {3}\nThis error may be due to limitations associated with generic recursion within a 'let rec' collection or within a group of classes. Consider giving a full type signature for the targets of recursive calls including type annotations for both argument and return types.</source>
<target state="translated">对函数“{0}”的使用与在其他位置推理出的类型不匹配。推理出的函数的类型为\n {1}。 \n此时需要使用的函数的类型为\n {2} {3}\n此错误可能是由于与一个“let rec”集合或一组类中的泛型递归相关联的限制所导致的。请考虑为递归调用的目标给定完整的类型签名,包括参数和返回类型的类型批注。</target>
<note />
</trans-unit>
<trans-unit id="InvalidRuntimeCoercion">
<source>Invalid runtime coercion or type test from type {0} to {1}\n{2}</source>
<target state="translated">从类型 {0} 到 {1} 的运行时强制或类型测试无效\n{2}</target>
<note />
</trans-unit>
<trans-unit id="IndeterminateRuntimeCoercion">
<source>This runtime coercion or type test from type\n {0} \n to \n {1} \ninvolves an indeterminate type based on information prior to this program point. Runtime type tests are not allowed on some types. Further type annotations are needed.</source>
<target state="translated">这个从类型\n {0} \n 到 \n {1} 的运行时强制或\n类型测试涉及一个基于此程序点之前的信息的不确定类型。不允许对某些类型执行运行时类型测试。需要更多的类型批注。</target>
<note />
</trans-unit>
<trans-unit id="IndeterminateStaticCoercion">
<source>The static coercion from type\n {0} \nto \n {1} \n involves an indeterminate type based on information prior to this program point. Static coercions are not allowed on some types. Further type annotations are needed.</source>
<target state="translated">这个从类型\n {0} \n到 \n {1} \n的静态强制涉及一个基于此程序点之前的信息的不确定类型。不允许对某些类型进行静态强制。需要更多的类型批注。</target>
<note />
</trans-unit>
<trans-unit id="StaticCoercionShouldUseBox">
<source>A coercion from the value type \n {0} \nto the type \n {1} \nwill involve boxing. Consider using 'box' instead</source>
<target state="translated">从值类型 \n {0} \n到类型 \n {1} \n的强制将涉及装箱。请考虑改用“box”</target>
<note />
</trans-unit>
<trans-unit id="TypeIsImplicitlyAbstract">
<source>Non-abstract classes cannot contain abstract members. Either provide a default member implementation or add the '[<AbstractClass>]' attribute to your type.</source>
<target state="translated">非抽象类不能包含抽象成员。提供默认成员实现或将 “[<AbstractClass>]” 属性添加到类型。</target>
<note />
</trans-unit>
<trans-unit id="NonRigidTypar1">
<source>This construct causes code to be less generic than indicated by its type annotations. The type variable implied by the use of a '#', '_' or other type annotation at or near '{0}' has been constrained to be type '{1}'.</source>
<target state="translated">此构造导致代码并不像其类型批注指明的那样通用。通过使用“{0}”处或其附近的“#”、“_”或其他类型批注暗示的类型变量已被约束为类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="NonRigidTypar2">
<source>This construct causes code to be less generic than indicated by the type annotations. The unit-of-measure variable '{0} has been constrained to be measure '{1}'.</source>
<target state="translated">此构造导致代码并不像类型批注指明的那样通用。度量单位变量“{0}”已被约束为度量“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="NonRigidTypar3">
<source>This construct causes code to be less generic than indicated by the type annotations. The type variable '{0} has been constrained to be type '{1}'.</source>
<target state="translated">此构造导致代码并不像类型批注指明的那样通用。类型变量“{0}”已被约束为类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.IDENT">
<source>identifier</source>
<target state="translated">标识符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INT">
<source>integer literal</source>
<target state="translated">整数文本</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FLOAT">
<source>floating point literal</source>
<target state="translated">浮点文本</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DECIMAL">
<source>decimal literal</source>
<target state="translated">十进制文本</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.CHAR">
<source>character literal</source>
<target state="translated">字符文本</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.BASE">
<source>keyword 'base'</source>
<target state="translated">关键字“base”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LPAREN.STAR.RPAREN">
<source>symbol '(*)'</source>
<target state="translated">符号“(*)”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DOLLAR">
<source>symbol '$'</source>
<target state="translated">符号“$”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INFIX.STAR.STAR.OP">
<source>infix operator</source>
<target state="translated">中缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INFIX.COMPARE.OP">
<source>infix operator</source>
<target state="translated">中缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COLON.GREATER">
<source>symbol ':>'</source>
<target state="translated">符号 ":>"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COLON.COLON">
<source>symbol '::'</source>
<target state="translated">符号“::”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.PERCENT.OP">
<source>symbol '{0}</source>
<target state="translated">符号“{0}”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INFIX.AT.HAT.OP">
<source>infix operator</source>
<target state="translated">中缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INFIX.BAR.OP">
<source>infix operator</source>
<target state="translated">中缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.PLUS.MINUS.OP">
<source>infix operator</source>
<target state="translated">中缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.PREFIX.OP">
<source>prefix operator</source>
<target state="translated">前缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COLON.QMARK.GREATER">
<source>symbol ':?>'</source>
<target state="translated">符号 ":?>"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INFIX.STAR.DIV.MOD.OP">
<source>infix operator</source>
<target state="translated">中缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INFIX.AMP.OP">
<source>infix operator</source>
<target state="translated">中缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.AMP">
<source>symbol '&'</source>
<target state="translated">符号 "&"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.AMP.AMP">
<source>symbol '&&'</source>
<target state="translated">符号 "&&"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.BAR.BAR">
<source>symbol '||'</source>
<target state="translated">符号“||”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LESS">
<source>symbol '<'</source>
<target state="translated">符号 "<"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.GREATER">
<source>symbol '>'</source>
<target state="translated">符号 ">"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.QMARK">
<source>symbol '?'</source>
<target state="translated">符号“?”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.QMARK.QMARK">
<source>symbol '??'</source>
<target state="translated">符号“??”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COLON.QMARK">
<source>symbol ':?'</source>
<target state="translated">符号“:?”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INT32.DOT.DOT">
<source>integer..</source>
<target state="translated">整数..</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DOT.DOT">
<source>symbol '..'</source>
<target state="translated">符号“..”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.QUOTE">
<source>quote symbol</source>
<target state="translated">引用符号</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.STAR">
<source>symbol '*'</source>
<target state="translated">符号“*”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.HIGH.PRECEDENCE.TYAPP">
<source>type application </source>
<target state="translated">类型应用程序 </target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COLON">
<source>symbol ':'</source>
<target state="translated">符号“:”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COLON.EQUALS">
<source>symbol ':='</source>
<target state="translated">符号“:=”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LARROW">
<source>symbol '<-'</source>
<target state="translated">符号 "<-"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.EQUALS">
<source>symbol '='</source>
<target state="translated">符号“=”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.GREATER.BAR.RBRACK">
<source>symbol '>|]'</source>
<target state="translated">符号 ">|]"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.MINUS">
<source>symbol '-'</source>
<target state="translated">符号“-”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ADJACENT.PREFIX.OP">
<source>prefix operator</source>
<target state="translated">前缀运算符</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FUNKY.OPERATOR.NAME">
<source>operator name</source>
<target state="translated">运算符名称</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COMMA">
<source>symbol ','</source>
<target state="translated">符号“,”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DOT">
<source>symbol '.'</source>
<target state="translated">符号“.”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.BAR">
<source>symbol '|'</source>
<target state="translated">符号“|”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.HASH">
<source>symbol #</source>
<target state="translated">符号 #</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.UNDERSCORE">
<source>symbol '_'</source>
<target state="translated">符号“_”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.SEMICOLON">
<source>symbol ';'</source>
<target state="translated">符号“;”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.SEMICOLON.SEMICOLON">
<source>symbol ';;'</source>
<target state="translated">符号“;;”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LPAREN">
<source>symbol '('</source>
<target state="translated">符号“(”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.RPAREN">
<source>symbol ')'</source>
<target state="translated">符号“)”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.SPLICE.SYMBOL">
<source>symbol 'splice'</source>
<target state="translated">符号“splice”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LQUOTE">
<source>start of quotation</source>
<target state="translated">引用开始</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LBRACK">
<source>symbol '['</source>
<target state="translated">符号“[”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LBRACK.BAR">
<source>symbol '[|'</source>
<target state="translated">符号“[|”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LBRACK.LESS">
<source>symbol '[<'</source>
<target state="translated">符号 "[<"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LBRACE">
<source>symbol '{'</source>
<target state="translated">符号“{”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LBRACE.LESS">
<source>symbol '{<'</source>
<target state="translated">符号 "{<"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.BAR.RBRACK">
<source>symbol '|]'</source>
<target state="translated">符号“|]”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.GREATER.RBRACE">
<source>symbol '>}'</source>
<target state="translated">符号 ">}"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.GREATER.RBRACK">
<source>symbol '>]'</source>
<target state="translated">符号 ">]"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.RQUOTE">
<source>end of quotation</source>
<target state="translated">引用结束</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.RBRACK">
<source>symbol ']'</source>
<target state="translated">符号“]”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.RBRACE">
<source>symbol '}'</source>
<target state="translated">符号“}”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.PUBLIC">
<source>keyword 'public'</source>
<target state="translated">关键字“public”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.PRIVATE">
<source>keyword 'private'</source>
<target state="translated">关键字“private”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INTERNAL">
<source>keyword 'internal'</source>
<target state="translated">关键字“internal”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FIXED">
<source>keyword 'fixed'</source>
<target state="translated">关键字 "fixed"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.CONSTRAINT">
<source>keyword 'constraint'</source>
<target state="translated">关键字“constraint”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INSTANCE">
<source>keyword 'instance'</source>
<target state="translated">关键字“instance”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DELEGATE">
<source>keyword 'delegate'</source>
<target state="translated">关键字“delegate”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INHERIT">
<source>keyword 'inherit'</source>
<target state="translated">关键字“inherit”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.CONSTRUCTOR">
<source>keyword 'constructor'</source>
<target state="translated">关键字“constructor”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DEFAULT">
<source>keyword 'default'</source>
<target state="translated">关键字“default”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OVERRIDE">
<source>keyword 'override'</source>
<target state="translated">关键字“override”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ABSTRACT">
<source>keyword 'abstract'</source>
<target state="translated">关键字“abstract”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.CLASS">
<source>keyword 'class'</source>
<target state="translated">关键字“class”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.MEMBER">
<source>keyword 'member'</source>
<target state="translated">关键字“member”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.STATIC">
<source>keyword 'static'</source>
<target state="translated">关键字“static”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.NAMESPACE">
<source>keyword 'namespace'</source>
<target state="translated">关键字“namespace”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OBLOCKBEGIN">
<source>start of structured construct</source>
<target state="translated">结构化构造开始</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OBLOCKEND">
<source>incomplete structured construct at or before this point</source>
<target state="translated">此点或之前的结构化构造不完整</target>
<note />
</trans-unit>
<trans-unit id="BlockEndSentence">
<source>Incomplete structured construct at or before this point</source>
<target state="translated">此点或之前的结构化构造不完整</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OTHEN">
<source>keyword 'then'</source>
<target state="translated">关键字“then”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OELSE">
<source>keyword 'else'</source>
<target state="translated">关键字“else”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OLET">
<source>keyword 'let' or 'use'</source>
<target state="translated">关键字“let”或“use”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.BINDER">
<source>binder keyword</source>
<target state="translated">联编程序关键字</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ODO">
<source>keyword 'do'</source>
<target state="translated">关键字“do”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.CONST">
<source>keyword 'const'</source>
<target state="translated">关键字“const”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OWITH">
<source>keyword 'with'</source>
<target state="translated">关键字“with”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OFUNCTION">
<source>keyword 'function'</source>
<target state="translated">关键字“function”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OFUN">
<source>keyword 'fun'</source>
<target state="translated">关键字“fun”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ORESET">
<source>end of input</source>
<target state="translated">输入结束</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ODUMMY">
<source>internal dummy token</source>
<target state="translated">内部虚拟标记</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ODO.BANG">
<source>keyword 'do!'</source>
<target state="translated">关键字“do!</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.YIELD">
<source>yield</source>
<target state="translated">yield</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.YIELD.BANG">
<source>yield!</source>
<target state="translated">yield!</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OINTERFACE.MEMBER">
<source>keyword 'interface'</source>
<target state="translated">关键字“interface”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ELIF">
<source>keyword 'elif'</source>
<target state="translated">关键字“elif”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.RARROW">
<source>symbol '->'</source>
<target state="translated">符号 "->"</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.SIG">
<source>keyword 'sig'</source>
<target state="translated">关键字“sig”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.STRUCT">
<source>keyword 'struct'</source>
<target state="translated">关键字“struct”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.UPCAST">
<source>keyword 'upcast'</source>
<target state="translated">关键字“upcast”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DOWNCAST">
<source>keyword 'downcast'</source>
<target state="translated">关键字“downcast”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.NULL">
<source>keyword 'null'</source>
<target state="translated">关键字“null”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.RESERVED">
<source>reserved keyword</source>
<target state="translated">保留的关键字</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.MODULE">
<source>keyword 'module'</source>
<target state="translated">关键字“module”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.AND">
<source>keyword 'and'</source>
<target state="translated">关键字“and”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.AS">
<source>keyword 'as'</source>
<target state="translated">关键字“as”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ASSERT">
<source>keyword 'assert'</source>
<target state="translated">关键字“assert”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.ASR">
<source>keyword 'asr'</source>
<target state="translated">关键字“asr”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DOWNTO">
<source>keyword 'downto'</source>
<target state="translated">关键字“downto”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.EXCEPTION">
<source>keyword 'exception'</source>
<target state="translated">关键字“exception”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FALSE">
<source>keyword 'false'</source>
<target state="translated">关键字“false”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FOR">
<source>keyword 'for'</source>
<target state="translated">关键字“for”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FUN">
<source>keyword 'fun'</source>
<target state="translated">关键字“fun”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FUNCTION">
<source>keyword 'function'</source>
<target state="translated">关键字“function”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.FINALLY">
<source>keyword 'finally'</source>
<target state="translated">关键字“finally”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LAZY">
<source>keyword 'lazy'</source>
<target state="translated">关键字“lazy”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.MATCH">
<source>keyword 'match'</source>
<target state="translated">关键字“match”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.MATCH.BANG">
<source>keyword 'match!'</source>
<target state="translated">关键字“match!”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.MUTABLE">
<source>keyword 'mutable'</source>
<target state="translated">关键字“mutable”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.NEW">
<source>keyword 'new'</source>
<target state="translated">关键字“new”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OF">
<source>keyword 'of'</source>
<target state="translated">关键字“of”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OPEN">
<source>keyword 'open'</source>
<target state="translated">关键字“open”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.OR">
<source>keyword 'or'</source>
<target state="translated">关键字“or”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.VOID">
<source>keyword 'void'</source>
<target state="translated">关键字“void”</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.EXTERN">