-
Notifications
You must be signed in to change notification settings - Fork 873
Expand file tree
/
Copy pathFSStrings.ko.xlf
More file actions
1677 lines (1677 loc) · 88 KB
/
Copy pathFSStrings.ko.xlf
File metadata and controls
1677 lines (1677 loc) · 88 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="ko" 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="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">유형 불일치. 형식이 \n {1}이고 길이가 {0}인 튜플이 필요합니다. \n그러나 형식이 \n {3}이고 길이가 {2}인 튜플이 제공되었습니다.{4}\n</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="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="Parser.TOKEN.DOT.DOT.HAT">
<source>symbol '..^'</source>
<target state="translated">기호 '..^'</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="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">이름이 '{0}'인 멤버 제약 조건에는 F# 컴파일러에 의해 특수한 상태가 지정됩니다(특정 .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>Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.</source>
<target state="translated">이 프로그램 지점 전의 정보를 기반으로 하는 확인할 수 없는 형식의 개체를 대상으로 조회를 수행합니다. 개체의 형식을 제한하기 위해 이 프로그램 지점 전에 형식 주석이 필요할 수 있습니다. 이를 통해 조회가 확인될 수도 있습니다.</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}' can not be defined because the name '{2}' clashes with the {3} '{4}' in this type or module</source>
<target state="translated">이름 '{2}'이(가) 이 형식 또는 모듈의 {3} '{4}'과(와) 충돌하므로 {0} '{1}'을(를) 정의할 수 없습니다.</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에서 찾았습니다. 이 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="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{1} 형식으로 \n 강제 변환하려면 \nboxing이 필요합니다. 대신 'box'를 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="TypeIsImplicitlyAbstract">
<source>This type is 'abstract' since some abstract members have not been given an implementation. If this is intentional then add the '[<AbstractClass>]' attribute to your type.</source>
<target state="translated">일부 추상 멤버에 구현이 지정되지 않았으므로 이 형식은 'abstract'입니다. 의도적으로 구현을 지정하지 않은 경우에는 형식에 '[<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">10진 리터럴</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">키워드 '수정됨'</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">
<source>keyword 'extern'</source>
<target state="translated">'extern' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INTERFACE">
<source>keyword 'interface'</source>
<target state="translated">'interface' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.REC">
<source>keyword 'rec'</source>
<target state="translated">'rec' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.TO">
<source>keyword 'to'</source>
<target state="translated">'to' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.TRUE">
<source>keyword 'true'</source>
<target state="translated">'true' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.TRY">
<source>keyword 'try'</source>
<target state="translated">'try' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.TYPE">
<source>keyword 'type'</source>
<target state="translated">'type' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.VAL">
<source>keyword 'val'</source>
<target state="translated">'val' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INLINE">
<source>keyword 'inline'</source>
<target state="translated">'inline' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.WHEN">
<source>keyword 'when'</source>
<target state="translated">'when' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.WHILE">
<source>keyword 'while'</source>
<target state="translated">'while' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.WITH">
<source>keyword 'with'</source>
<target state="translated">'with' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.IF">
<source>keyword 'if'</source>
<target state="translated">'if' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DO">
<source>keyword 'do'</source>
<target state="translated">'do' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.GLOBAL">
<source>keyword 'global'</source>
<target state="translated">'global' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.DONE">
<source>keyword 'done'</source>
<target state="translated">'done' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.IN">
<source>keyword 'in'</source>
<target state="translated">'in' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.HIGH.PRECEDENCE.PAREN.APP">
<source>symbol '('</source>
<target state="translated">'(' 기호</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.HIGH.PRECEDENCE.BRACK.APP">
<source>symbol'['</source>
<target state="translated">'[' 기호</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.BEGIN">
<source>keyword 'begin'</source>
<target state="translated">'begin' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.END">
<source>keyword 'end'</source>
<target state="translated">'end' 키워드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.HASH.ENDIF">
<source>directive</source>
<target state="translated">지시문</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.INACTIVECODE">
<source>inactive code</source>
<target state="translated">비활성 코드</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.LEX.FAILURE">
<source>lex failure</source>
<target state="translated">lex 실패</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.WHITESPACE">
<source>whitespace</source>
<target state="translated">공백</target>
<note />
</trans-unit>
<trans-unit id="Parser.TOKEN.COMMENT">