-
Notifications
You must be signed in to change notification settings - Fork 748
Expand file tree
/
Copy pathStrings.ko.xlf
More file actions
1520 lines (1518 loc) · 96.5 KB
/
Strings.ko.xlf
File metadata and controls
1520 lines (1518 loc) · 96.5 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="../Strings.resx">
<body>
<trans-unit id="ArgumentCannotBeNullOrEmpty">
<source>The argument cannot be null or empty.</source>
<target state="translated">인수는 null이거나 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotBeUsedWithOtherValues">
<source>'{0}' cannot be used in conjunction with other values.</source>
<target state="translated">'{0}'은(는) 다른 값과 함께 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ClientCertificateSuccessfullyAdded">
<source>Client certificate configured for the package source '{0}' was successfully added.</source>
<target state="translated">패키지 원본 '{0}'에 구성된 클라이언트 인증서를 추가했습니다.</target>
<note>0 - package source name</note>
</trans-unit>
<trans-unit id="ClientCertificateSuccessfullyRemoved">
<source>Client certificate configured for the package source '{0}' was successfully removed.</source>
<target state="translated">패키지 원본 '{0}'에 구성된 클라이언트 인증서를 제거했습니다.</target>
<note>0 - package source name</note>
</trans-unit>
<trans-unit id="ClientCertificateSuccessfullyUpdated">
<source>Client certificate configured for the package source '{0}' was successfully updated.</source>
<target state="translated">패키지 원본 '{0}'에 구성된 클라이언트 인증서를 업데이트했습니다.</target>
<note>0 - package source name</note>
</trans-unit>
<trans-unit id="ClientCertificatesFileCertFilePath">
<source>{0}File path: {1}</source>
<target state="translated">{0}파일 경로: {1}</target>
<note>0 - default indentation
1 - file path</note>
</trans-unit>
<trans-unit id="ClientCertificatesFileCertNoPassword">
<source>{0}Password: -</source>
<target state="translated">{0}암호: -</target>
<note>0 - default indentation</note>
</trans-unit>
<trans-unit id="ClientCertificatesFileCertWithPassword">
<source>{0}Password: ****</source>
<target state="translated">{0}암호: ****</target>
<note>0 - default indentation</note>
</trans-unit>
<trans-unit id="ClientCertificatesItemCertificateError">
<source>{0}Certificates status: {1}</source>
<target state="translated">{0}인증서 상태: {1}</target>
<note>0 - default indentation
1 - error message</note>
</trans-unit>
<trans-unit id="ClientCertificatesItemCertificateMessage">
<source>{0}Certificate: {1}</source>
<target state="translated">{0}인증서: {1}</target>
<note>0 - default indentation
1 - certificate hash string
</note>
</trans-unit>
<trans-unit id="ClientCertificatesLogTitle">
<source>{0}{1} [{2}]</source>
<target state="translated">{0}{1} [{2}]</target>
<note>0 - default indentation
1 - package source name
2 - client certificate source type</note>
</trans-unit>
<trans-unit id="ClientCertificatesStoreCertFindBy">
<source>{0}Find by: {1}</source>
<target state="translated">{0} 찾기 기준: {1}</target>
<note>0 - default indentation
1 - find type</note>
</trans-unit>
<trans-unit id="ClientCertificatesStoreCertFindValue">
<source>{0}Find value: {1}</source>
<target state="translated">{0}찾기 값: {1}</target>
<note>0 - default indentation
1 - find value</note>
</trans-unit>
<trans-unit id="ClientCertificatesStoreCertStoreLocation">
<source>{0}Store location: {1}</source>
<target state="translated">{0}저장소 위치: {1}</target>
<note>0 - default indentation
1 - store location</note>
</trans-unit>
<trans-unit id="ClientCertificatesStoreCertStoreName">
<source>{0}Store name: {1}</source>
<target state="translated">{0}저장소 이름: {1}</target>
<note>0 - default indentation
1 - store name
</note>
</trans-unit>
<trans-unit id="Error_AuthorTrustExpectedAuthorSignature">
<source>Unable to add trusted author. The package is not author signed.</source>
<target state="translated">신뢰할 수 있는 작성자를 추가할 수 없습니다. 패키지에 작성자 서명이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotFindMsbuild">
<source>Cannot find version of msbuild.</source>
<target state="translated">msbuild의 버전을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotTrustOwnersForAuthor">
<source>Trusted owners are not supported in trusted author items.</source>
<target state="translated">신뢰할 수 있는 작성자 항목에서 신뢰할 수 있는 소유자가 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CentralPackageManagement_FloatingVersionsNotAllowed">
<source>The following PackageVersion items cannot specify a floating version: {0}. For more information on how to enable this functionality for projects using Central Package Management, visit https://aka.ms/nu1011</source>
<target state="translated">다음 PackageVersion 항목은 부동 버전을 지정할 수 없습니다. {0}. 중앙 패키지 관리를 사용하는 프로젝트에 이 기능을 사용하도록 설정하는 방법에 대한 자세한 내용은 https://aka.ms/nu1011을 방문하세요.</target>
<note>
0 - The comma delimited list of package names that specified a floating version.
Do not localize `PackageVersion`
</note>
</trans-unit>
<trans-unit id="Error_CentralPackageManagement_ImplicitPackageReferenceWithVersionNotAllowed">
<source>The following PackageReference items are implicitly defined and cannot define a PackageVersion item: {0}. Projects using Central Package Management require that implicit package versions be specified by the PackageReference item. For more information, visit https://aka.ms/sdkimplicitrefs</source>
<target state="translated">다음 PackageReference 항목은 암시적으로 정의되며 PackageVersion 항목을 정의할 수 없습니다. {0}. 중앙 패키지 관리를 사용하는 프로젝트는 PackageReference 항목에서 암시적 패키지 버전을 지정해야 합니다. 자세한 내용은 https://aka.ms/sdkimplicitrefs를 방문하세요.</target>
<note>
0 - Comma delimited list of the package IDs that were implicitly defined and should not have a PackageVersion item
Do not localize `PackageReference`
Do not localize `PackageVersion`
</note>
</trans-unit>
<trans-unit id="Error_CentralPackageManagement_MissingPackageVersion">
<source>The following PackageReference items do not define a corresponding PackageVersion item: {0}. Projects using Central Package Management must declare PackageReference and PackageVersion items with matching names. For more information, visit https://aka.ms/nuget/cpm/gettingstarted</source>
<target state="translated">다음 PackageReference 항목은 해당 PackageVersion 항목을 정의하지 않습니다. {0}. 중앙 패키지 관리를 사용하는 프로젝트는 이름이 일치하는 PackageReference 및 PackageVersion 항목을 선언해야 합니다. 자세한 내용은 https://aka.ms/nuget/cpm/gettingstarted를 방문하세요.</target>
<note>
0 - The comma delimited list of package names that did not have a version specified.
Do not localize `PackageReference`
Do not localize `PackageVersion`
</note>
</trans-unit>
<trans-unit id="Error_CentralPackageManagement_MissingTransitivelyPinnedIncludeType">
<source>The centrally pinned dependency '{0}' was not found in the resolved graph unexpectedly for node '{1}'. Please file an issue at https://github.com/NuGet/Home</source>
<target state="translated">'{1}' 노드에 대해 확인된 그래프에서 중앙에서 고정된 종속성 '{0}'을(를) 예기치 않게 찾을 수 없었습니다. https://github.com/NuGet/Home에 문제를 신고하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_CentralPackageManagement_PackageReferenceWithVersionNotAllowed">
<source>The following PackageReference items cannot define a value for Version: {0}. Projects using Central Package Management must define a Version value on a PackageVersion item. For more information, visit https://aka.ms/nuget/cpm/gettingstarted</source>
<target state="translated">다음 PackageReference 항목은 버전에 대한 값을 정의할 수 없습니다. {0}. 중앙 패키지 관리를 사용하는 프로젝트는 PackageVersion 항목에 버전 값을 정의해야 합니다. 자세한 내용은 https://aka.ms/nuget/cpm/gettingstarted를 방문하세요.</target>
<note>
0 - Comma delimited list of the package IDs that specified a Version
Do not localize `PackageReference`
Do not localize `PackageVersion`
</note>
</trans-unit>
<trans-unit id="Error_CentralPackageManagement_VersionOverrideNotAllowed">
<source>The following PackageReference items cannot specify a value for VersionOverride: {0}. Projects using Central Package Management are currently configured to disable this functionality. For more information, visit https://aka.ms/nuget/cpm/versionoverride</source>
<target state="translated">다음 PackageReference 항목은 VersionOverride의 값을 지정할 수 없습니다. {0}. 중앙 패키지 관리를 사용하는 프로젝트는 현재 이 기능을 사용하지 않도록 구성되어 있습니다. 자세한 내용은 https://aka.ms/nuget/cpm/versionoverride를 방문하세요.</target>
<note>
0 - The comma delimited list of package names that specified a value for VersionOverride.
Do not localize `PackageReference`
Do not localize `VersionOverride`
</note>
</trans-unit>
<trans-unit id="Error_ClientCertificateAlreadyExist">
<source>Client certificate configured for the package source '{0}' already exists.</source>
<target state="translated">패키지 원본 '{0}'에 구성된 클라이언트 인증서가 이미 있습니다.</target>
<note>0 - package source name</note>
</trans-unit>
<trans-unit id="Error_ClientCertificateNotExist">
<source>Client certificate configured for the package source '{0}' does not exist</source>
<target state="translated">패키지 원본 '{0}'에 구성된 클라이언트 인증서가 없습니다.</target>
<note>0 - package source name</note>
</trans-unit>
<trans-unit id="Error_ClientCertificateTypeMismatch">
<source>Client certificate configured for the package source '{0}' cannot be modified due to a type mismatch.</source>
<target state="translated">패키지 원본 '{0}'에 구성된 클라이언트 인증서의 유형이 일치하지 않으므로 수정할 수 없습니다.</target>
<note>0 - package source name</note>
</trans-unit>
<trans-unit id="Error_ClientCertificatesNotFound">
<source>Client certificates were not found.</source>
<target state="translated">클라이언트 인증서를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CouldNotAdd">
<source>Could not add the trusted signer: {0}</source>
<target state="translated">신뢰할 수 있는 서명자를 추가할 수 없습니다. {0}</target>
<note>0 - Reason</note>
</trans-unit>
<trans-unit id="Error_CouldNotList">
<source>Could not list the trusted signers: {0}</source>
<target state="translated">신뢰할 수 있는 서명자를 나열할 수 없습니다. {0}</target>
<note>0 - Reason</note>
</trans-unit>
<trans-unit id="Error_CouldNotRemove">
<source>Could not remove the trusted signer: {0}</source>
<target state="translated">신뢰할 수 있는 서명자를 제거할 수 없습니다. {0}</target>
<note>0 - Reason</note>
</trans-unit>
<trans-unit id="Error_CouldNotSync">
<source>Could not sync the trusted repository: {0}</source>
<target state="translated">신뢰할 수 있는 리포지토리를 동기화할 수 없습니다. {0}</target>
<note>0 - Reason</note>
</trans-unit>
<trans-unit id="Error_CouldNotUpdateClientCertificate">
<source>Could not update the client certificate: {0}</source>
<target state="translated">클라이언트 인증서를 업로드할 수 없습니다. {0}</target>
<note>0 - reason</note>
</trans-unit>
<trans-unit id="Error_CouldNotUpdateMetadataLastAccessTime">
<source>Updating last access time on file {0} failed with {1}</source>
<target state="translated">{0} 파일의 지난 액세스 시간을 업데이트하지 못했습니다({1}).</target>
<note>0 - file path
1 - reason</note>
</trans-unit>
<trans-unit id="Error_EmptyCertificateListInRepository">
<source>The repository with the service index '{0}' does not list any trusted certificates.</source>
<target state="translated">서비스 인덱스 '{0}'을(를) 포함하는 리포지토리에 신뢰할 수 있는 인증서가 없습니다.</target>
<note>0 - service index</note>
</trans-unit>
<trans-unit id="Error_EmptySourceFilePath">
<source>A source file was added with an empty path.</source>
<target state="translated">빈 경로의 소스 파일이 추가되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_EmptySourceFileProjectDirectory">
<source>The project directory for the source file '{0}' could not be found.</source>
<target state="translated">소스 파일 '{0}'의 프로젝트 디렉터리를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_HttpSource_Single">
<source>You are running the '{0}' operation with an 'HTTP' source: {1}. NuGet requires HTTPS sources. To use an HTTP source, you must explicitly set 'allowInsecureConnections' to true in your NuGet.Config file. Refer to https://aka.ms/nuget-https-everywhere for more information.</source>
<target state="translated">{1} 'HTTP' 원본을 사용하여 '{0}' 작업을 실행하고 있습니다. NuGet에 HTTPS 원본이 필요합니다. HTTP 원본을 사용하려면 NuGet.Config 파일에서 'allowInsecureConnections'를 명시적으로 true로 설정해야 합니다. https://aka.ms/nuget-https-everywhere에서 자세한 내용을 참조하세요.</target>
<note>0 - The command name. Ex. Push/Delete. 1 - server URI.</note>
</trans-unit>
<trans-unit id="Error_HttpSource_Single_Short">
<source>You are running the '{0}' operation with an 'HTTP' source: {1}. NuGet requires HTTPS sources. Refer to https://aka.ms/nuget-https-everywhere for more information.</source>
<target state="translated">{1} 'HTTP' 원본을 사용하여 '{0}' 작업을 실행하고 있습니다. NuGet에 HTTPS 원본이 필요합니다. https://aka.ms/nuget-https-everywhere에서 자세한 내용을 참조하세요.</target>
<note>0 - The command name. Ex. Push/Delete. 1 - server URI.</note>
</trans-unit>
<trans-unit id="Error_HttpSources_Multiple">
<source>You are running the '{0}' operation with 'HTTP' sources: {1}. NuGet requires HTTPS sources. To use HTTP sources, you must explicitly set 'allowInsecureConnections' to true in your NuGet.Config file. Refer to https://aka.ms/nuget-https-everywhere for more information.</source>
<target state="translated">{1} 'HTTP' 원본을 사용하여 '{0}' 작업을 실행하고 있습니다. NuGet에 HTTPS 원본이 필요합니다. HTTP 소스를 사용하려면 NuGet.Config 파일에서 'allowInsecureConnections'를 명시적으로 true로 설정해야 합니다. https://aka.ms/nuget-https-everywhere에서 자세한 내용을 참조하세요.</target>
<note>0 - The command name. Ex. Push/Delete. 1 - list of server URIs</note>
</trans-unit>
<trans-unit id="Error_IncompatiblePackageType">
<source>The package {0} {1} has a package type {2} that is incompatible with this project.</source>
<target state="translated">{0} {1} 패키지의 패키지 형식이 이 프로젝트와 호환되지 않는 {2}입니다.</target>
<note>0 - package id, 1 - version, 2 - package type</note>
</trans-unit>
<trans-unit id="Error_InputFileNotSpecified">
<source>Specify a nuspec, project.json, or project file to use</source>
<target state="translated">사용할 nuspec, project.json 또는 프로젝트 파일을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidATF">
<source>PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.</source>
<target state="translated">PackageTargetFallback과 AssetTargetFallback을 함께 사용할 수 없습니다. 프로젝트 환경에서 PackageTargetFallback(사용되지 않음) 참조를 제거하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidCertificateInformationFromServer">
<source>Invalid certificate information from the service index '{0}'.</source>
<target state="translated">서비스 인덱스 '{0}'의 잘못된 인증서 정보입니다.</target>
<note>0 - service index</note>
</trans-unit>
<trans-unit id="Error_InvalidCombinationOfArguments">
<source>Invalid combination of arguments.</source>
<target state="translated">인수의 조합이 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidCommandLineInput">
<source>Invalid input '{0}'. The file type was not recognized.</source>
<target state="translated">잘못된 입력 '{0}'. 파일 형식을 인식할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidCommandLineInputConfig">
<source>Invalid input '{0}'. Valid file names are 'packages.config' or 'packages.*.config'.</source>
<target state="translated">잘못된 입력 '{0}'입니다. 유효한 파일 이름은 'packages.config' 또는 'packages.*.config'입니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidCommandLineInputJson">
<source>Invalid input '{0}'. Valid file names are 'project.json' or '*.project.json'.</source>
<target state="translated">잘못된 입력 '{0}'입니다. 유효한 파일 이름은 'project.json' 또는 '*.project.json'입니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidDependencyVersionConstraints">
<source>Package version constraints for '{0}' return a version range that is empty.</source>
<target state="translated">'{0}'에 대한 패키지 버전 제약 조건이 비어 있는 버전 범위를 반환합니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidLockFileInput">
<source>Invalid restore input where RestorePackagesWithLockFile property is set to false but a packages lock file exists at {0}.</source>
<target state="translated">RestorePackagesWithLockFile 속성이 false로 설정되었지만 {0}에 패키지 잠금 파일이 있는 잘못된 복원 입력입니다.</target>
<note>{0} - packages lock file path</note>
</trans-unit>
<trans-unit id="Error_InvalidNuGetAuditLevelValue">
<source>Invalid NuGetAuditLevel value '{0}'. Valid values: {1}</source>
<target state="translated">잘못된 NuGetAuditLevel 값 '{0}'입니다. 유효한 값: {1}.</target>
<note>Don't translate 'NuGetAuditLevel'
{0} - is the value from the customer's project file
{1} is the list of valid values "low, moderate, high, critical" (these should not be translated either)</note>
</trans-unit>
<trans-unit id="Error_InvalidNuGetAuditModeValue">
<source>Invalid NuGetAuditMode value '{0}'. Valid values: {1}</source>
<target state="translated">잘못된 NuGetAuditMode 값 '{0}'입니다. 유효한 값: {1}.</target>
<note>Don't translate 'NuGetAuditMode'
{0} - is the value from the customer's project file
{1} is the list of valid values "direct, all"</note>
</trans-unit>
<trans-unit id="Error_InvalidNuGetAuditValue">
<source>Invalid NuGetAudit value '{0}'. Valid values: {1}</source>
<target state="translated">잘못된 NuGetAudit 값 '{0}'입니다. 유효한 값: {1}.</target>
<note>Don't translate 'NuGetAudit'
{0} - is the value from the customer's project file
{1} is the list of valid values "true, false"</note>
</trans-unit>
<trans-unit id="Error_InvalidProjectPackageCombo">
<source>Invalid project-package combination for {0} {1}. DotnetToolReference project style can only contain references of the DotnetTool type</source>
<target state="translated">{0} {1}에 대한 잘못된 프로젝트-패키지 조합입니다. DotnetToolReference 프로젝트 스타일에는 DotnetTool 형식의 참조만 포함할 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidSymbolPackageFormat">
<source>The provided SymbolPackageFormat value {0} is invalid. Allowed values : 'snupkg', 'symbols.nupkg'.</source>
<target state="translated">제공된 SymbolPackageFormat 값 {0}이(가) 잘못되었습니다. 허용되는 값은 'snupkg', 'symbols.nupkg'입니다.</target>
<note>Do not localize snupkg and symbols.nupkg</note>
</trans-unit>
<trans-unit id="Error_InvalidTargetFramework">
<source>Failed to build package because of an unsupported targetFramework value on '{0}'.</source>
<target state="translated">'{0}'의 targetFramework 값이 지원되지 않아 패키지를 빌드하지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidWindowsTargetPlatformMinVersion">
<source>Invalid value for WindowsTargetPlatformMinVersion: {0}</source>
<target state="translated">WindowsTargetPlatformMinVersion 값이 잘못됨: {0}</target>
<note>{0} is the value supplied </note>
</trans-unit>
<trans-unit id="Error_MissingSourceParameter">
<source>Source parameter was not specified.</source>
<target state="translated">원본 매개 변수를 지정하지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_MultiplePackagePaths">
<source>{0} contains more than one path</source>
<target state="translated">{0}에 경로가 둘 이상 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoClientAllowList">
<source>signatureValidationMode is set to require, so packages are allowed only if signed by trusted signers; however, no trusted signers were specified.</source>
<target state="translated">signatureValidationMode를 설정해야 합니다. 신뢰할 수 있는 서명자가 서명한 경우에만 패키지가 허용됩니다. 그러나 신뢰할 수 있는 서명자가 지정되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoMatchingCertificate">
<source>The package signature did not match any of the allowed certificate fingerprints.</source>
<target state="translated">패키지 시그니처가 허용된 인증서 지문과 일치하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoMatchingClientCertificate">
<source>This package is signed but not by a trusted signer.</source>
<target state="translated">이 패키지는 서명되어 있지만 신뢰할 수 있는 서명자가 서명하지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoPackageVersionsExist">
<source>Unable to find package {0}. No packages exist with this id in source(s): {1}</source>
<target state="translated">{0} 패키지를 찾을 수 없습니다. 원본에 ID가 {1}인 패키지가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoPackageVersionsExistInRange">
<source>Unable to find package {0} with version {1}</source>
<target state="translated">버전이 {1}인 패키지 {0}을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoSignatureTrustedForPackage">
<source>No signature to be trusted was specified for the package '{0}'. Specify either Author or Repository.</source>
<target state="translated">패키지 '{0}'에 신뢰할 수 있는 서명이 지정되지 않았습니다. 작성자 또는 리포지토리를 지정하세요.</target>
<note>0 - Package path</note>
</trans-unit>
<trans-unit id="Error_NoSourcesInformation">
<source>Unable to get package sources information.</source>
<target state="translated">패키지 소스 정보를 가져올 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoStablePackageVersionsExist">
<source>Unable to find a stable package {0} with version {1}</source>
<target state="translated">버전이 {1}인 안정적인 패키지 {0}을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NotSupportedHashAlgorithm">
<source>'{0}' is not a supported hash algorithm.</source>
<target state="translated">'{0}'은(는) 지원되는 해시 알고리즘이 아닙니다.</target>
<note>0 - hash algorithm</note>
</trans-unit>
<trans-unit id="Error_PackFailed">
<source>Failed to build package. {0}</source>
<target state="translated">패키지를 빌드하지 못했습니다. {0}</target>
<note />
</trans-unit>
<trans-unit id="Error_PackageCommandNoFilesForLibPackage">
<source>Failed to build package. Ensure '{0}' includes assembly files. For help on building symbols package, visit {1}.</source>
<target state="translated">패키지를 빌드하지 못했습니다. '{0}'에 어셈블리 파일이 포함되어 있는지 확인하세요. 기호 패키지 빌드에 대한 도움말은 {1}을(를) 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_PackageCommandNoFilesForSymbolsPackage">
<source>Failed to build package. Ensure '{0}' includes source and symbol files. For help on building symbols package, visit {1}.</source>
<target state="translated">패키지를 빌드하지 못했습니다. '{0}'에 원본 및 기호 파일이 포함되어 있는지 확인하세요. 기호 패키지 빌드에 대한 도움말은 {1}을(를) 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_PackageDownload_NoVersion">
<source>Package '{0}' does not have an exact version like '[1.0.0]'. Only exact versions are allowed with PackageDownload.</source>
<target state="translated">'{0}' 패키지에 '[1.0.0]'와 같은 정확한 버전이 없습니다. PackageDownload에는 정확한 버전만 허용됩니다.</target>
<note>0 - The package that does not have an exact version. Do not translate 'PackageDownload'.</note>
</trans-unit>
<trans-unit id="Error_PackageDownload_OnlyExactVersionsAreAllowed">
<source>Package '{0} {1}' does not have an exact version like '[1.0.0]'. Only exact versions are allowed with PackageDownload.</source>
<target state="translated">'{0} {1}' 패키지에 '[1.0.0]'와 같은 정확한 버전이 없습니다. PackageDownload에는 정확한 버전만 허용됩니다.</target>
<note>0 - The package that does not have an exact version. Do not translate 'PackageDownload'. 1 - the version string that's not exact.</note>
</trans-unit>
<trans-unit id="Error_PackageNotSigned">
<source>The package is not signed.</source>
<target state="translated">패키지가 서명되어 있지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_PackageReference_NoVersion">
<source>The following PackageReference item(s) do not have a version specified: {0}</source>
<target state="translated">다음 PackageReference 항목에는 지정된 버전이 없습니다: {0}</target>
<note>0 - List of package names</note>
</trans-unit>
<trans-unit id="Error_PackageValidationFailed">
<source>Package content hash validation failed for {0}. The package is different than the last restore.</source>
<target state="translated">{0}의 패키지 콘텐츠 해시 유효성 검사에 실패했습니다. 패키지가 마지막 복원과 다릅니다.</target>
<note>{0} - package id and version</note>
</trans-unit>
<trans-unit id="Error_PlatformVersionNotPresent">
<source>Platform version is not present for one or more target frameworks, even though they have specified a platform: {0}</source>
<target state="translated">하나 이상의 대상 프레임워크({0})에서 플랫폼을 지정했지만 플랫폼 버전이 없습니다.</target>
<note>0 - comma-separated list of TFMs missing a platform version</note>
</trans-unit>
<trans-unit id="Error_ProjectDoesNotExist">
<source>Unable to find project '{0}'. Check that the project reference is valid and that the project file exists.</source>
<target state="translated">'{0}' 프로젝트를 찾을 수 없습니다. 프로젝트 참조가 올바르고 프로젝트 파일이 있는지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_ProjectJson_Deprecated">
<source>Managing packages with project.json is deprecated. Migrate to PackageReference.</source>
<target state="translated">project.json을 사용하는 패키지 관리는 더 이상 사용되지 않습니다. PackageReference로 마이그레이션하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_ProjectRuntimeJsonIsUnreadable">
<source>The runtime.json specified in the project '{0}' could not be parsed. {1}</source>
<target state="translated">프로젝트 '{0}'에 지정된 runtime.json을 구문 분석할 수 없습니다. {1}</target>
<note>0 - runtime.json path, 1 - Additional Message, Please do not localize 'runtime.json'.</note>
</trans-unit>
<trans-unit id="Error_ProjectRuntimeJsonNotFound">
<source>The runtime.json specified in the project '{0}' could not be found.</source>
<target state="translated">프로젝트 '{0}'에 지정된 runtime.json을 찾을 수 없습니다.</target>
<note>0 - runtime.json path, Please do not localize 'runtime.json'</note>
</trans-unit>
<trans-unit id="Error_ProjectWithIncorrectDependenciesCount">
<source>Project {0} must have a single package reference(s).</source>
<target state="translated">프로젝트 {0}에는 단일 패키지 참조만 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_PropertyCannotBeNullOrEmpty">
<source>Property '{0}' should not be null or empty.</source>
<target state="translated">'{0}' 속성은 null이거나 비어 있을 수 없습니다.</target>
<note>0 - property name</note>
</trans-unit>
<trans-unit id="Error_RepoTrustExpectedRepoSignature">
<source>Unable to add trusted repository. The package is not repository signed or countersigned.</source>
<target state="translated">신뢰할 수 있는 리포지토리를 추가할 수 없습니다. 패키지에 리포지토리 서명 또는 연대 서명이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_RestoreInLockedMode">
<source>The packages lock file is inconsistent with the project dependencies so restore can't be run in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file.</source>
<target state="translated">패키지 잠금 파일이 프로젝트 종속성과 일치하지 않으므로 복원을 잠긴 모드에서 실행할 수 없습니다. RestoreLockedMode MSBuild 속성을 사용하지 않도록 설정하거나 명시적인 --force-evaluate 옵션을 전달하여 복원을 실행하고 잠금 파일을 업데이트하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_RestorePruningDirectPackageReference">
<source>PackageReference {0} will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.</source>
<target state="translated">PackageReference {0}은(는) 잘리지 않습니다. 이 패키지는 불필요할 수 있으므로 종속성에서 제거하는 것이 좋습니다.</target>
<note>0 - package id and version</note>
</trans-unit>
<trans-unit id="Error_RestorePruningProjectReference">
<source>A ProjectReference cannot be pruned, {0}.</source>
<target state="translated">ProjectReference는 잘라낼 수 없습니다. {0}.</target>
<note>0 - project reference</note>
</trans-unit>
<trans-unit id="Error_ServiceIndexShouldBeHttps">
<source>The repository service index '{0}' is not a valid HTTPS url.</source>
<target state="translated">리포지토리 서비스 인덱스 '{0}'은(는) 유효한 HTTPS URL이 아닙니다.</target>
<note>0 - service index</note>
</trans-unit>
<trans-unit id="Error_ToolsPackageWithExtraPackageTypes">
<source>Invalid tools package {0} {1}. Tools packages cannot contain more than one PackageType.</source>
<target state="translated">잘못된 도구 패키지 {0} {1}입니다. 도구 패키지에는 둘 이상의 PackageType을 포함할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_TrustedAuthorNoOwners">
<source>A trusted author cannot have owners.</source>
<target state="translated">신뢰할 수 있는 작성자는 소유자를 가질 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_TrustedRepoAlreadyExists">
<source>A trusted repository with the service index '{0}' already exists.</source>
<target state="translated">서비스 인덱스 '{0}'을(를) 포함하는 신뢰할 수 있는 리포지토리가 이미 있습니다.</target>
<note>0 - trusted repository name</note>
</trans-unit>
<trans-unit id="Error_TrustedRepositoryDoesNotExist">
<source>A trusted repository '{0}' does not exist.</source>
<target state="translated">신뢰할 수 있는 리포지토리 '{0}'이(가) 없습니다.</target>
<note>0 - trusted repository name</note>
</trans-unit>
<trans-unit id="Error_TrustedSignerAlreadyExists">
<source>A trusted signer '{0}' already exists.</source>
<target state="translated">신뢰할 수 있는 서명자 '{0}'이(가) 이미 있습니다.</target>
<note>0 - trusted signer name</note>
</trans-unit>
<trans-unit id="Error_UnableToFindProjectInfo">
<source>Unable to find project information for '{0}'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore.</source>
<target state="translated">'{0}'의 프로젝트 정보를 찾을 수 없습니다. Visual Studio를 사용 중인 경우 프로젝트가 언로드되었거나 현재 솔루션에 속하지 않기 때문일 수 있으므로 명령줄에서 복원을 실행하세요. 그러지 않으면 프로젝트 파일이 잘못되었거나 복원에 필요한 대상이 없을 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnableToLocateBuildOutput">
<source>No build found in {0}. Use the -Build option or build the project.</source>
<target state="translated">{0}에서 빌드를 찾을 수 없습니다. -Build 옵션을 사용하거나 프로젝트를 빌드하세요.</target>
<note>{0} is the project output directory</note>
</trans-unit>
<trans-unit id="Error_UnableToLocateRestoreTarget">
<source>The folder '{0}' does not contain a project to restore.</source>
<target state="translated">폴더 '{0}'에 복원할 프로젝트가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnableToSignPackage">
<source>Unable to sign package.</source>
<target state="translated">패키지에 서명할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnavailableSource">
<source>Source '{0}' does not exist or cannot be retrived.</source>
<target state="translated">소스 '{0}'은(는) 없거나 검색할 수 없습니다.</target>
<note>0 - source name</note>
</trans-unit>
<trans-unit id="Error_UnknownBuildAction">
<source>Package '{0}' specifies an invalid build action '{1}' for file '{2}'.</source>
<target state="translated">'{0}' 패키지가 '{2}' 파일에 대해 잘못된 빌드 작업 '{1}'을(를) 지정합니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnknownClientCertificateStoreType">
<source>Cannot determine client certificate store type</source>
<target state="translated">클라이언트 인증서 저장소 유형을 확인할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnknownClientCertificatesFindBy">
<source>The find by search type '{0}' is not recognized.</source>
<target state="translated">찾기 기준 검색 유형 '{0}'을(를) 인식할 수 없습니다.</target>
<note>0 - find type</note>
</trans-unit>
<trans-unit id="Error_UnknownClientCertificatesStoreLocation">
<source>The store location '{0}' is not recognized.</source>
<target state="translated">저장소 위치 '{0}'을(를) 인식할 수 없습니다.</target>
<note>0 - store location</note>
</trans-unit>
<trans-unit id="Error_UnknownClientCertificatesStoreName">
<source>The source name '{0}' is not recognized.</source>
<target state="translated">원본 이름 '{0}'을(를) 인식할 수 없습니다.</target>
<note>0 - source name</note>
</trans-unit>
<trans-unit id="Error_UnsupportedTrustTarget">
<source>The trust target '{0}' is unsupported.</source>
<target state="translated">신뢰 대상 '{0}'은(는) 지원되지 않습니다.</target>
<note>0 - VerificationTarget</note>
</trans-unit>
<trans-unit id="Error_VulnerabilityDataFetch">
<source>Error occurred while getting package vulnerability data: {0}</source>
<target state="translated">패키지 취약성 데이터를 가져오는 동안 오류가 발생했습니다. {0}</target>
<note>{0} is an error message</note>
</trans-unit>
<trans-unit id="Error_WriteResolvedNuSpecOverwriteOriginal">
<source>Unable to output resolved nuspec file because it would overwrite the original at '{0}'</source>
<target state="translated">확인된 nuspec 파일은 '{0}'에서 원본 파일을 덮어쓸 수 있으므로 출력할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_XPROJNotAllowed">
<source>Invalid input '{0}'. XProj support has been removed. Support for XProj and standalone project.json files has been removed, to continue working with legacy projects use NuGet 3.5.x from https://nuget.org/downloads</source>
<target state="translated">'{0}' 입력이 잘못되었습니다. XProj 지원이 제거되었습니다. XProj 및 독립 실행형 project.json 파일이 제거되었습니다. 레거시 프로젝트에서 계속 작업하려면 https://nuget.org/downloads의 NuGet 3.5.x를 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="FailedToBuildProject">
<source>Failed to build '{0}'.</source>
<target state="translated">'{0}'을(를) 빌드하지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="FileNotAddedToPackage">
<source>File '{0}' is not added because the package already contains file '{1}'</source>
<target state="translated">패키지에 이미 '{1}' 파일이 포함되어 있으므로 '{0}' 파일이 추가되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="FoundVersionsInSource">
<source>Found {0} version(s) in {1} [ Nearest version: {2} ]</source>
<target state="translated">{1}에서 {0} 버전을 찾았습니다[가장 가까운 버전: {2}].</target>
<note />
</trans-unit>
<trans-unit id="FoundVersionsInSourceWithoutMatch">
<source>Found {0} version(s) in {1}</source>
<target state="translated">{1}에서 {0} 버전을 찾았습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidRestoreInput">
<source>Invalid restore input. {0}</source>
<target state="translated">잘못된 복원 입력입니다. {0}</target>
<note>0 is an error message specific to the validation failure.</note>
</trans-unit>
<trans-unit id="InvalidRestoreInputWithFiles">
<source>Invalid restore input. {0} Input files: {1}.</source>
<target state="translated">잘못된 복원 입력입니다. {0} 입력 파일: {1}.</target>
<note>0 is an error message specific to the validation failure. 1 is a list of file paths.</note>
</trans-unit>
<trans-unit id="InvalidSource">
<source>The specified source '{0}' is invalid. Provide a valid source.</source>
<target state="translated">지정된 소스 '{0}'이(가) 올바르지 않습니다. 유효한 소스를 제공하세요.</target>
<note />
</trans-unit>
<trans-unit id="Invalid_AttributeValue">
<source>The {0} value: `{1}` is invalid. Valid example: `{2}`</source>
<target state="translated">{0} 값: `{1}`이(가) 잘못되었습니다. 유효한 예: `{2}`</target>
<note>{0} - is the attribute
{1} is the invalid value of the attribute.
{2} a valid attriibute value example</note>
</trans-unit>
<trans-unit id="Invalid_Framework">
<source>One or more invalid frameworks were detected.</source>
<target state="translated">하나 이상의 잘못된 프레임워크가 검색되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ClearFailed">
<source>Clearing local resources failed: Unable to delete one or more files.</source>
<target state="translated">로컬 리소스 지우기 실패: 하나 이상의 파일을 삭제할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ClearedSuccessful">
<source>Local resources cleared.</source>
<target state="translated">로컬 리소스가 삭제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ClearingNuGetGlobalPackagesFolder">
<source>Clearing NuGet global packages folder: {0}</source>
<target state="translated">NuGet 전역 패키지 폴더 지우기: {0}</target>
<note>{0} : Global packages cache path</note>
</trans-unit>
<trans-unit id="LocalsCommand_ClearingNuGetHttpCache">
<source>Clearing NuGet HTTP cache: {0}</source>
<target state="translated">NuGet HTTP 캐시 지우기: {0}</target>
<note>{0} : Http cache path</note>
</trans-unit>
<trans-unit id="LocalsCommand_ClearingNuGetPluginsCache">
<source>Clearing NuGet plugins cache: {0}</source>
<target state="translated">NuGet 플러그 인 캐시 지우기: {0}</target>
<note>{0}: Plugins cache path</note>
</trans-unit>
<trans-unit id="LocalsCommand_ClearingNuGetTempCache">
<source>Clearing NuGet Temp cache: {0}</source>
<target state="translated">NuGet Temp 캐시 지우기: {0}</target>
<note>{0} : Temp cache path</note>
</trans-unit>
<trans-unit id="LocalsCommand_FailedToDeletePath">
<source>Failed to delete '{0}'.</source>
<target state="translated">'{0}'을(를) 삭제하지 못했습니다.</target>
<note>{0} : Path to be deleted</note>
</trans-unit>
<trans-unit id="LocalsCommand_Help">
<source>usage: NuGet locals <all | http-cache | global-packages | temp | plugins-cache> [--clear | -c | --list | -l]
For more information, visit https://docs.nuget.org/docs/reference/command-line-reference</source>
<target state="translated">사용법: NuGet locals <all | http-cache | global-packages | temp | plugins-cache> [--clear | -c | --list | -l]
자세한 내용은 https://docs.nuget.org/docs/reference/command-line-reference를 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_InvalidLocalResourceName">
<source>An invalid local resource name was provided. Provide one of the following values: http-cache, temp, global-packages, all.</source>
<target state="translated">잘못된 로컬 리소스 이름을 제공했습니다. http-cache, temp, global-packages, all 값 중 하나를 제공하세요.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_LocalResourcePathNotSet">
<source>The location of local resource '{0}' is undefined.</source>
<target state="translated">로컬 리소스 '{0}'의 위치가 정의되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_LocalsPartiallyCleared">
<source>Local resources partially cleared.</source>
<target state="translated">로컬 리소스를 부분적으로 지웠습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_AliasingSupportedInNewDependencyResolver">
<source>The project {0} is attempting to restore duplicate frameworks, which are supported only in the default dependency resolver when the .NET SDK is version {1} or newer.
Upgrade your .NET SDK or remove RestoreUseLegacyDependencyResolver to use this feature.</source>
<target state="translated">프로젝트 {0}이(가) .NET SDK 버전이 {1} 이상일 때 기본 종속성 확인자에서만 지원되는 중복 프레임워크를 복원하려고 합니다.
이 기능을 사용하려면 .NET SDK를 업그레이드하거나 RestoreUseLegacyDependencyResolver를 제거하세요.</target>
<note />
</trans-unit>
<trans-unit id="Log_AllProjectsUpToDate">
<source>All projects are up-to-date for restore.</source>
<target state="translated">복원할 모든 프로젝트가 최신 상태입니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_AssetsFileNotOnDisk">
<source>The expected assets file for {0} does not exist, no-op is not possible. Continuing restore.</source>
<target state="translated">{0}에 필요한 자산 파일이 없습니다. No-op이 가능하지 않습니다. 복원을 계속합니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_CPVM_DowngradeError">
<source>Detected package downgrade: {0} from {1} to centrally defined {2}. Update the centrally managed package version to a higher version.</source>
<target state="translated">패키지 다운그레이드(ID: {0})가 {1}에서 중앙에서 정의된 {2}(으)로 검색되었습니다. 중앙 관리형 패키지 버전을 상위 버전으로 업데이트하세요.</target>
<note>{0} is package id, {1} is the package version, {2} is the downgraded package version.</note>
</trans-unit>
<trans-unit id="Log_Committing">
<source>Committing restore...</source>
<target state="translated">복원을 커밋하는 중...</target>
<note />
</trans-unit>
<trans-unit id="Log_ConfigFileSummary">
<source>NuGet Config files used:</source>
<target state="translated">사용된 NuGet Config 파일:</target>
<note />
</trans-unit>
<trans-unit id="Log_ConvertedPackageToOriginalCase">
<source>The package {0} was converted to original case in the packages directory.</source>
<target state="translated">packages 디렉터리에서 {0} 패키지가 원래 대/소문자로 변환되었습니다.</target>
<note>{0} is the package identity.</note>
</trans-unit>
<trans-unit id="Log_CycleDetected">
<source>Cycle detected.</source>
<target state="translated">순환이 발견되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_DependencyBumpedUp">
<source>Dependency specified was {0} {1} but ended up with {2} {3}.</source>
<target state="translated">지정된 종속성은 {0} {1}이었지만 결과적으로 {2} {3}입니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_DowngradeWarning">
<source>Detected package downgrade: {0} from {1} to {2}. Reference the package directly from the project to select a different version.</source>
<target state="translated">{1}에서 {2}(으)로 다운그레이드된 패키지 {0}을(를) 발견했습니다. 프로젝트에서 패키지를 직접 참조하여 다른 버전을 선택하세요.</target>
<note>{0}: package id
{1}: requested version
{2}: resolved version</note>
</trans-unit>
<trans-unit id="Log_ErrorSummary">
<source>Errors in {0}</source>
<target state="translated">{0} 오류</target>
<note>0 - project name/type</note>
</trans-unit>
<trans-unit id="Log_FeedsUsedSummary">
<source>Feeds used:</source>
<target state="translated">사용된 피드:</target>
<note />
</trans-unit>
<trans-unit id="Log_FrameworkDisplay">
<source>{0} ({1})</source>
<target state="translated">{0}({1})</target>
<note>0 - framework short name, 1 - System.FrameworkName</note>
</trans-unit>
<trans-unit id="Log_FrameworkRIDDisplay">
<source>{0} ({1}) / {2}</source>
<target state="translated">{0}({1}) / {2}</target>
<note>0 - framework short name, 1 - System.FrameworkName, 2 - Runtime ID</note>
</trans-unit>
<trans-unit id="Log_GeneratingMsBuildFile">
<source>Generating MSBuild file {0}.</source>
<target state="translated">MSBuild 파일 {0}을(를) 생성하고 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ImportsFallbackWarning">
<source>Package '{0}' was restored using '{1}' instead of the project target framework '{2}'. This package may not be fully compatible with your project.</source>
<target state="translated">프로젝트 대상 프레임워크 '{2}' 대신 '{1}'을(를) 사용하여 패키지 '{0}'을(를) 복원했습니다. 이 패키지는 프로젝트와 완벽하게 호환되지 않을 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_InstalledSummary">
<source>Installed:</source>
<target state="translated">설치됨:</target>
<note />
</trans-unit>
<trans-unit id="Log_InstalledSummaryCount">
<source>{0} package(s) to {1}</source>
<target state="translated">{1}의 {0} 패키지</target>
<note>0 - installed package count
1 - folder path</note>
</trans-unit>
<trans-unit id="Log_LockFileNotOnDisk">
<source>The lock file for {0} at location {1} does not exist, no-op is not possible. Continuing restore.</source>
<target state="translated">위치 {1}에 {0}의 잠금 파일이 없습니다. No-op이 가능하지 않습니다. 복원을 계속합니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_MergingRuntimes">
<source>Merging in runtimes defined in {0}.</source>
<target state="translated">{0}에 정의된 런타임에서 병합하고 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_MissingImplementationFx">
<source>{0} {1} provides a compile-time reference assembly for {2} on {3}, but there is no compatible run-time assembly.</source>
<target state="translated">{0} {1}이(가) {3}에서 {2}에 대한 compile-time 참조 어셈블리를 제공하지만 호환되는 런타임 어셈블리가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_MissingImplementationFxRuntime">
<source>{0} {1} provides a compile-time reference assembly for {2} on {3}, but there is no run-time assembly compatible with {4}.</source>
<target state="translated">{0} {1}이(가) {3}에서 {2}에 대한 compile-time 참조 어셈블리를 제공하지만 {4}과(와) 호환되는 런타임 어셈블리가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_MissingPackagesOnDisk">
<source>Not all packages are on disk for: {0}</source>
<target state="translated">{0}에 대한 일부 패키지가 디스크에 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_PackageCommandAddedFile">
<source>Added file '{0}'.</source>
<target state="translated">'{0}' 파일을 추가했습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_PackageCommandAttemptingToBuildSymbolsPackage">
<source>Attempting to build symbols package for '{0}'.</source>
<target state="translated">'{0}'에 대한 기호 패키지를 빌드하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_PackageCommandInstallPackageToOutputPath">
<source>Install {0} to output path '{1}'</source>
<target state="translated">출력 경로 '{1}'에 {0} 설치</target>
<note />
</trans-unit>
<trans-unit id="Log_PackageCommandSuccess">
<source>Successfully created package '{0}'.</source>
<target state="translated">'{0}' 패키지를 만들었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_PackageContentHashValidationFailed">
<source>Package content hash validation failed for {0}. Expected: {1} Actual: {2}</source>
<target state="translated">{0}의 패키지 콘텐츠 해시 유효성 검사에 실패했습니다. 예상: {1} 실제: {2}</target>
<note>0 - package ID, 1 - expected Sha, 2 - actual sha</note>
</trans-unit>
<trans-unit id="Log_PackageNotCompatibleWithFx">
<source>Package {0} {1} is not compatible with {2}.</source>
<target state="translated">{0} {1} 패키지가 {2}과(와) 호환되지 않습니다.</target>
<note>0 - package id, 1 - version, 2 - target framework</note>
</trans-unit>
<trans-unit id="Log_PackageNotCompatibleWithFx_NoSupports">
<source>Package {0} {1} does not support any target frameworks.</source>
<target state="translated">{0} {1} 패키지가 대상 프레임워크를 지원하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_PackageNotCompatibleWithFx_Supports">
<source>Package {0} {1} supports:</source>
<target state="translated">{0} {1} 패키지는 다음을 지원합니다.</target>
<note>0 - package id, 1 - version</note>
</trans-unit>
<trans-unit id="Log_PackagesAndProjectsAreCompatible">
<source>All packages and projects are compatible with {0}.</source>
<target state="translated">모든 패키지와 프로젝트가 {0}과(와) 호환됩니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ProjectDoesNotSpecifyTargetFrameworks">
<source>The project {0} does not specify any target frameworks in {1}.</source>
<target state="translated">{0} 프로젝트가 {1}에서 대상 프레임워크를 지정하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ProjectNotCompatibleWithFx">
<source>Project {0} is not compatible with {1}.</source>
<target state="translated">{0} 프로젝트가 {1}과(와) 호환되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ProjectNotCompatibleWithFx_NoSupports">
<source>Project {0} does not support any target frameworks.</source>
<target state="translated">{0} 프로젝트가 대상 프레임워크를 지원하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ProjectNotCompatibleWithFx_Supports">
<source>Project {0} supports:</source>
<target state="translated">{0} 프로젝트는 다음을 지원합니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ProjectUpToDateSummary">
<source>{0} of {1} projects are up-to-date for restore.</source>
<target state="translated">복원할 {1} 프로젝트의 {0}이(가) 최신 상태입니다.</target>
<note>0 - number of projects that were up-to-date
1 - Total number of projects</note>
</trans-unit>
<trans-unit id="Log_PropsFileNotOnDisk">
<source>The props file for {0} at location {1} does not exist, no-op is not possible. Continuing restore.</source>
<target state="translated">{1} 위치의 {0}에 대한 속성 파일이 없습니다. No-op이 가능하지 않습니다. 복원을 계속합니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ReadingProject">
<source>Reading project file {0}.</source>
<target state="translated">프로젝트 파일 {0}을(를) 읽는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ResolverConflict">
<source>Unable to satisfy conflicting requests for '{0}': {1} Framework: {2}</source>
<target state="translated">'{0}'에 대해 충돌하는 요청을 충족할 수 없습니다. {1} 프레임워크: {2}</target>
<note>0 - package id, 1 - comma delimited list of conflicts, 2 - framework</note>
</trans-unit>
<trans-unit id="Log_ResolvingConflicts">
<source>Resolving conflicts for {0}...</source>
<target state="translated">{0}에 대한 충돌을 해결하는 중...</target>
<note />
</trans-unit>
<trans-unit id="Log_RestoreComplete">
<source>Restored {0} (in {1}).</source>
<target state="translated">{0}을(를) {1} 동안 복원했습니다.</target>
<note>{0} is the path to the project file. {1} is the restore duration.</note>
</trans-unit>
<trans-unit id="Log_RestoreCompleteDotnetTool">
<source>Restored {0} (in {1}).</source>
<target state="translated">{0}을(를) {1} 동안 복원했습니다.</target>
<note>{0} is the restore duration.</note>
</trans-unit>
<trans-unit id="Log_RestoreFailed">
<source>Failed to restore {0} (in {1}).</source>
<target state="translated">{0}을(를) {1} 동안 복원하지 못했습니다.</target>
<note>{0} is the path to the project file.
{1} is the restore duration.</note>
</trans-unit>
<trans-unit id="Log_RestoreFailedDotnetTool">
<source>Failed to restore {0} (in {1}).</source>
<target state="translated">{0}을(를) {1} 동안 복원하지 못했습니다.</target>
<note>{0} is the path to the project file. {1} is the restore duration.</note>
</trans-unit>
<trans-unit id="Log_RestoreNoOpDGChanged">
<source>The restore inputs for '{0}' have changed. Continuing restore.</source>
<target state="translated">'{0}'에 대한 복원 입력이 변경되었습니다. 복원을 계속합니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_RestoreNoOpFinish">
<source>The restore inputs for '{0}' have not changed. No further actions are required to complete the restore.</source>
<target state="translated">'{0}'에 대한 복원 입력이 변경되지 않았습니다. 복원을 완료하기 위해 필요한 추가 작업이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_RestoringPackages">
<source>Restoring packages for {0}...</source>
<target state="translated">{0}의 패키지를 복원하는 중...</target>
<note />
</trans-unit>
<trans-unit id="Log_RunningNonParallelRestore">
<source>Running non-parallel restore.</source>
<target state="translated">비병렬 복원을 실행하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_RunningParallelRestore">
<source>Running restore with {0} concurrent jobs.</source>
<target state="translated">{0}개 동시 작업에서 복원을 실행하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ScanningForRuntimeJson">
<source>Scanning packages for runtime.json files...</source>
<target state="translated">runtime.json 파일의 패키지를 검색하는 중...</target>
<note />
</trans-unit>
<trans-unit id="Log_SkippingAssetsFile">
<source>Assets file has not changed. Skipping assets file writing. Path: {0}</source>
<target state="translated">자산 파일이 변경되지 않았습니다. 자산 파일 쓰기를 건너뜁니다. 경로: {0}</target>
<note />
</trans-unit>
<trans-unit id="Log_SkippingCacheFile">
<source>No-Op restore. The cache will not be updated. Path: {0}</source>
<target state="translated">No-Op 복원입니다. 캐시가 업데이트되지 않습니다. 경로: {0}</target>
<note>{0}: Path to cache file</note>
</trans-unit>
<trans-unit id="Log_SkippingPackagesLockFileGeneration">
<source>Skipping the lock file regeneration for '{0}'.</source>
<target state="translated">'{0}'에 대한 잠금 파일 재생성을 건너뜁니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_SourceMappingEnabledNoMatchingPackageSources">
<source>PackageSourceMapping is enabled, the following source(s) were not considered: {0}.</source>
<target state="translated">PackageSourceMapping을 사용하도록 설정했습니다. 다음 원본이 고려되지 않았습니다. {0}.</target>
<note>Please do not localize `PackageSourceMapping`. 0 - package source names list.</note>
</trans-unit>
<trans-unit id="Log_TargetsFileNotOnDisk">
<source>The targets file for {0} at location {1} does not exist, no-op is not possible. Continuing restore.</source>
<target state="translated">{1} 위치의 {0}에 대한 대상 파일이 없습니다. No-op이 가능하지 않습니다. 복원을 계속합니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_ToolSkippingAssetsFile">
<source>Tool assets file has not changed. Skipping assets file write. Path: {0}</source>
<target state="translated">도구 자산 파일이 변경되지 않았습니다. 자산 파일 쓰기를 건너뜁니다. 경로: {0}</target>
<note />
</trans-unit>
<trans-unit id="Log_ToolWritingAssetsFile">
<source>Writing tool assets file to disk. Path: {0}</source>
<target state="translated">도구 자산 파일을 디스크에 쓰는 중입니다. 경로: {0}</target>
<note />
</trans-unit>
<trans-unit id="Log_ToolWritingCacheFile">
<source>Writing tool cache file to disk. Path: {0}</source>
<target state="translated">도구 캐시 파일을 디스크에 쓰는 중입니다. 경로: {0}</target>
<note />
</trans-unit>
<trans-unit id="Log_UnknownCompatibilityProfile">
<source>Unknown Compatibility Profile: {0}</source>
<target state="translated">알 수 없는 호환성 프로필: {0}</target>
<note />
</trans-unit>
<trans-unit id="Log_UnresolvedDependency">
<source>Unable to resolve '{0}' for '{1}'.</source>
<target state="translated">'{1}'에 대해 '{0}'을(를) 확인할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Log_VersionConflict">
<source>Version conflict detected for {0}. Install/reference {1} directly to project {2} to resolve this issue.</source>
<target state="translated">{0}에 대해 버전 충돌이 검색되었습니다. 이 문제를 해결하려면 {1}을(를) {2} 프로젝트에 직접 설치/참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Log_WritingAssetsFile">
<source>Writing assets file to disk. Path: {0}</source>
<target state="translated">자산 파일을 디스크에 쓰는 중입니다. 경로: {0}</target>