-
Notifications
You must be signed in to change notification settings - Fork 748
Expand file tree
/
Copy pathNuGetResources.ko.xlf
More file actions
1037 lines (1037 loc) · 61.9 KB
/
NuGetResources.ko.xlf
File metadata and controls
1037 lines (1037 loc) · 61.9 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="../NuGetResources.resx">
<body>
<trans-unit id="AddCommand_ExistingPackageInvalid">
<source>Package '{0}' already exists at feed '{1}' and is invalid.</source>
<target state="translated">'{1}' 피드에 '{0}' 패키지가 이미 있으며 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="AddCommand_PackageAlreadyExists">
<source>Package '{0}' already exists at feed '{1}'.</source>
<target state="translated">'{1}' 피드에 '{0}' 패키지가 이미 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="AddCommand_SourceNotProvided">
<source>'-Source' switch is not provided. nupkg gets added to the 'Source' and is mandatory.</source>
<target state="translated">'-Source' 스위치가 제공되지 않습니다. nupkg는 'Source'에 추가되며 필수입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddFileToPackage">
<source>Add file '{0}' to package as '{1}'</source>
<target state="translated">패키지에 '{0}' 파일을 '{1}'(으)로 추가</target>
<note />
</trans-unit>
<trans-unit id="AmbiguousCommand">
<source>Ambiguous command '{0}'. Possible values: {1}.</source>
<target state="translated">모호한 명령 '{0}'. 가능한 값: {1}.</target>
<note />
</trans-unit>
<trans-unit id="AmbiguousOption">
<source>Ambiguous option '{0}'. Possible values: {1}.</source>
<target state="translated">모호한 옵션 '{0}'. 가능한 값: {1}.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentNullOrEmpty">
<source>Argument cannot be null or empty.</source>
<target state="translated">인수는 null이거나 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="BuildingProjectTargetingFramework">
<source>Building project '{0}' for target framework '{1}'.</source>
<target state="translated">대상 프레임워크 '{1}'에 대한 '{0}' 프로젝트를 빌드하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="CommandLine_Warning">
<source>WARNING: {0}</source>
<target state="translated">경고: {0}</target>
<note />
</trans-unit>
<trans-unit id="ConfigCommandKeyNotFound">
<source>Key '{0}' not found.</source>
<target state="translated">키 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ConsoleConfirmMessage">
<source>{0} (y/N) </source>
<target state="translated">{0}(y/N) </target>
<note />
</trans-unit>
<trans-unit id="ConsoleConfirmMessageAccept">
<source>y</source>
<target state="translated">y</target>
<note />
</trans-unit>
<trans-unit id="ConsolePasswordProvider_DisplayFile">
<source>Please provide password for: {0}</source>
<target state="translated">다음 암호를 입력하세요. {0}</target>
<note>0 - file that requires password</note>
</trans-unit>
<trans-unit id="ConsolePasswordProvider_PromptForPassword">
<source>Password: </source>
<target state="translated">암호: </target>
<note />
</trans-unit>
<trans-unit id="Credentials_ForbiddenCredentials">
<source>The remote server indicated that the previous request was forbidden. Please provide credentials for: {0}</source>
<target state="translated">원격 서버에서 이전 요청이 금지되었음을 나타냅니다. {0}에 대한 자격 증명을 제공하세요.</target>
<note>{0} will be replaced with the URL that needs credentials.</note>
</trans-unit>
<trans-unit id="Credentials_Password">
<source>Password: </source>
<target state="translated">암호: </target>
<note />
</trans-unit>
<trans-unit id="Credentials_ProxyCredentials">
<source>Please provide proxy credentials:</source>
<target state="translated">프록시 자격 증명을 제공하세요:</target>
<note />
</trans-unit>
<trans-unit id="Credentials_RequestCredentials">
<source>Please provide credentials for: {0}</source>
<target state="translated">{0}에 대한 자격 증명을 제공하세요.</target>
<note />
</trans-unit>
<trans-unit id="Credentials_UserName">
<source>UserName: </source>
<target state="translated">사용자 이름: </target>
<note />
</trans-unit>
<trans-unit id="DefaultCommandDescription">
<source>No description was provided for this command.</source>
<target state="translated">이 명령에 대한 설명이 제공되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="DefaultSymbolServer">
<source>the symbol server</source>
<target state="translated">기호 서버</target>
<note />
</trans-unit>
<trans-unit id="Error">
<source>Error</source>
<target state="translated">오류</target>
<note />
</trans-unit>
<trans-unit id="Error_ArgumentNotExpected">
<source>The argument '{0}' is not expected.</source>
<target state="translated">인수 '{0}'이(가) 필요하지 않습니다.</target>
<note>0 - argument name</note>
</trans-unit>
<trans-unit id="Error_AttemptingToPackSDKproject">
<source>The `pack` command for SDK-style projects is not supported, use `dotnet pack` or `msbuild -t:pack` to pack this project instead. You can override this behavior by setting the '{0}' environment variable to 'true'.</source>
<target state="translated">SDK 스타일 프로젝트에 대한 `pack` 명령은 지원되지 않습니다. 대신 `dotnet pack` 또는 `msbuild -t:pack`을 사용하여 이 프로젝트를 압축하세요. '{0}' 환경 변수를 'true'로 설정하여 이 동작을 재정의할 수 있습니다.</target>
<note>0 - environment variable name.
Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
</trans-unit>
<trans-unit id="Error_CannotFindMsbuild">
<source>Cannot find the specified version of msbuild: '{0}'</source>
<target state="translated">지정된 버전의 msbuild를 찾을 수 없음: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotFindNonArchitectureSpecificMsbuild">
<source>The resolved MSBuild directory is `{0}` which is an architecture-specific directory. Could not find MSBuild in its parent directory (non-architecture specific).</source>
<target state="translated">확인된 MSBuild 디렉터리는 아키텍처별 디렉터리인 '{0}'입니다. 부모 디렉터리(비 아키텍처별)에서 MSBuild를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotGetGetAllProjectFileNamesMethod">
<source>Cannot get the GetAllProjectFileNamesMethod from type Mono.XBuild.CommandLine.SolutionParser.</source>
<target state="translated">Mono.XBuild.CommandLine.SolutionParser 유형에서 GetAllProjectFileNamesMethod를 가져올 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotGetXBuildSolutionParser">
<source>Cannot get type Mono.XBuild.CommandLine.SolutionParser.</source>
<target state="translated">Mono.XBuild.CommandLine.SolutionParser 유형을 가져올 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotKillMsBuild">
<source>MsBuild timeout out while trying to get project to project references, and NuGet.exe failed to kill the process.</source>
<target state="translated">프로젝트에서 프로젝트 참조를 가져오는 동안 MsBuild 시간 초과가 발생했으며 NuGet.exe가 프로세스를 종료하지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotLoadTypeProjectInSolution">
<source>Cannot load type Microsoft.Build.Construction.ProjectInSolution from Microsoft.Build.dll</source>
<target state="translated">Microsoft.Build.dll에서 Microsoft.Build.Construction.ProjectInSolution 유형을 로드할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotLoadTypeSolutionParser">
<source>Cannot load type Microsoft.Build.Construction.SolutionParser from Microsoft.Build.dll</source>
<target state="translated">Microsoft.Build.dll에서 Microsoft.Build.Construction.SolutionParser 유형을 로드할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotLocateSolutionFile">
<source>Cannot locate a solution file.</source>
<target state="translated">솔루션 파일을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotPromptForInput">
<source>Cannot prompt for input in non-interactive mode.</source>
<target state="translated">비대화형 모드에서는 입력을 요청할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_FailedToCreateRandomFileForP2P">
<source>Failed to create a temporary file while trying to get project to project references.</source>
<target state="translated">프로젝트 간 참조를 가져오는 동안 임시 파일을 생성하지 못했습니다.</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 />
</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 />
</trans-unit>
<trans-unit id="Error_InvalidCharactersInPathSegment">
<source>Invalid characters in one of the following path segments: '{0}'</source>
<target state="translated">다음 경로 세그먼트 중 하나에 잘못된 문자가 있습니다. '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidCultureInfo">
<source>Invalid culture identifier in {0} environment variable. Value read is '{1}'</source>
<target state="translated">{0} 환경 변수의 문화권 식별자가 잘못되었습니다. 읽은 값은 '{1}'입니다.</target>
<note>0 - Environment variable name, 1 - value set in environment variable</note>
</trans-unit>
<trans-unit id="Error_InvalidMsbuildVersion">
<source>Invalid MSBuild version specified: '{0}'</source>
<target state="translated">잘못된 MSBuild 버전 지정: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Error_InvalidSolutionDirectory">
<source>Invalid solution directory: '{0}'</source>
<target state="translated">잘못된 솔루션 디렉터리: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Error_MSBuildNotInstalled">
<source>MSBuild is not installed.</source>
<target state="translated">MSBuild가 설치되지 않았습니다.</target>
<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_MsBuildIsNetCoreMsBuild">
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
<target state="translated">MSBuild 디렉터리 '{0}'이(가) .NET SDK(dotnet) MSBuild 설치인 것 같습니다. NuGet.exe에는 Visual Studio에 포함된 .NET Framework 버전의 MSBuild가 필요합니다. 대신 dotnet restore를 사용하거나 Visual Studio MSBuild 설치 경로를 제공하세요.</target>
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
</trans-unit>
<trans-unit id="Error_MsBuildTimedOut">
<source>MsBuild timeout out while trying to get project to project references.</source>
<target state="translated">프로젝트에서 프로젝트 참조를 가져오는 동안 MsBuild 시간이 초과되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_MultipleSolutions">
<source>This folder contains more than one solution file.</source>
<target state="translated">이 폴더에는 둘 이상의 솔루션 파일이 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_MultipleTargetFrameworks">
<source>project.json cannot contain multiple Target Frameworks.</source>
<target state="translated">project.json은 여러 대상 프레임워크를 포함할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NuGetExeNeedsToBeUnblockedAfterDownloading">
<source>NuGet.exe file on path {0} needs to be unblocked after downloading.</source>
<target state="translated">{0} 경로의 NuGet.exe 파일은 다운로드 후 차단을 해제해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_PackagesConfigParseError">
<source>Error parsing packages.config file at {0}: {1}</source>
<target state="translated">{0}에서 packages.config 파일을 구문 분석하는 동안 {1} 오류가 발생했습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_ProcessingNuspecFile">
<source>Error occurred when processing file '{0}': {1}</source>
<target state="translated">'{0}' 파일을 처리하는 동안 오류가 발생했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="Error_ProjectJsonNotAllowed">
<source>Invalid input '{0}'. Provide the path of an msbuild solution file instead. 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}'. 대신 msbuild 솔루션 파일의 경로를 제공하세요. XProj 및 독립 실행형 project.json 파일에 대한 지원이 제거되었습니다. 레거시 프로젝트 작업을 계속하려면 https://nuget.org/downloads에서 NuGet 3.5.x를 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_ProjectJson_Deprecated_And_Removed">
<source>`project.json` pack is disabled in the current NuGet version, and will be permanently removed in a future version.
Please consider migrating '{0}' to `PackageReference` and using the pack targets.
You can set the '{1}' environment variable to 'true' to temporarily reenable this functionality.</source>
<target state="translated">`project.json` 팩은 현재 NuGet 버전에서 비활성화되어 있으며 향후 버전에서 영구적으로 제거됩니다.
'{0}'을(를) `PackageReference`로 마이그레이션하고 팩 대상을 사용하는 것을 고려하세요.
'{1}' 환경 변수를 'true'로 설정하여 이 기능을 일시적으로 다시 활성화할 수 있습니다.</target>
<note>Please do not localize `project.json` pack and `PackageReference`. 0 - path, 1 - env var name</note>
</trans-unit>
<trans-unit id="Error_ResponseFileDoesNotExist">
<source>Response file '{0}' does not exist</source>
<target state="translated">응답 파일 '{0}'이(가) 존재하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_ResponseFileInvalid">
<source>Invalid response file, '@' does not exist</source>
<target state="translated">잘못된 응답 파일, '@'이(가) 존재하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_ResponseFileMaxRecursionDepth">
<source>No more than {0} nested response files are allowed</source>
<target state="translated">중첩된 응답 파일은 {0}개까지만 허용됩니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_ResponseFileNullOrEmpty">
<source>Response file '{0}' cannot be empty</source>
<target state="translated">응답 파일 '{0}'은(는) 비워둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_ResponseFileTooLarge">
<source>Response file '{0}' cannot be larger than {1}mb</source>
<target state="translated">응답 파일 '{0}'은(는) {1}mb보다 클 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_SettingsIsNull">
<source>Property Settings is null.</source>
<target state="translated">속성 설정이 null입니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_SolutionFileParseError">
<source>Error parsing solution file at {0}: {1}</source>
<target state="translated">{0}에서 솔루션 파일 구문 분석 오류: {1}</target>
<note />
</trans-unit>
<trans-unit id="Error_SourceProviderIsNull">
<source>Property SourceProvider is null.</source>
<target state="translated">SourceProvider 속성이 null입니다.</target>
<note>Don't localize 'SourceProvider'</note>
</trans-unit>
<trans-unit id="Error_UnableToLocateRestoreTarget">
<source>The folder '{0}' does not contain an msbuild solution or packages.config file to restore.</source>
<target state="translated">폴더 '{0}'에는 복원할 msbuild 솔루션 또는 packages.config 파일이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnableToLocateRestoreTarget_Because">
<source>Failed to find an msbuild solution, packages.config, or project.json file in the folder '{0}'.</source>
<target state="translated">'{0}' 폴더에서 msbuild 솔루션, packages.config 또는 project.json 파일을 찾지 못했습니다.</target>
<note>{0} is the folder that could not be accessed. The underlying failure is available in the inner exception message.</note>
</trans-unit>
<trans-unit id="Error_UnknownAction">
<source>The action '{0}' is not recognized.</source>
<target state="translated">'{0}' 작업이 인식되지 않았습니다.</target>
<note>0 - action</note>
</trans-unit>
<trans-unit id="Error_UnknownDependencyVersion">
<source>Invalid value given for 'DependencyVersion': "{0}".</source>
<target state="translated">'DependencyVersion': "{0}"에 잘못된 값이 지정되었습니다.</target>
<note>Please don't localize "DependencyVersion".</note>
</trans-unit>
<trans-unit id="Error_UnsupportedMsBuildForSlnx">
<source>This version of MSBuild not support the slnx format: '{0}'. Please use a MSBuild version greater or equal to 17.13 to use this feature.</source>
<target state="translated">이 버전의 MSBuild는 slnx 형식 '{0}'을(를) 지원하지 않습니다. 이 기능을 사용하려면 17.13 이상의 MSBuild 버전을 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnsupportedMsBuildForSolutionFilter">
<source>This version of MSBuild not support Solution filter: '{0}'. Please use a MSBuild version greater or equal to 16.7 to use this feature.</source>
<target state="translated">이 버전의 MSBuild는 솔루션 필터 '{0}'을(를) 지원하지 않습니다. 이 기능을 사용하려면 16.7 이상 MSBuild 버전을 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_UnsupportedMsbuild">
<source>This version of msbuild is not supported: '{0}'</source>
<target state="translated">이 버전의 msbuild는 지원되지 않습니다: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Error_UpdateSelf_Source">
<source>The `update -self` command only accepts one source as an argument. If the source option is not specified, the default NuGet source will be used.</source>
<target state="translated">`update -self` 명령은 하나의 원본만 인수로 받아들입니다. 원본 옵션을 지정하지 않으면 기본 NuGet 원본이 사용됩니다.</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="FailedToLoadExtension">
<source>Failed to load {0}, if this extension was downloaded from the internet please make sure it got unblocked (right click, properties, unblock).</source>
<target state="translated">{0}을(를) 로드하지 못했습니다. 이 확장이 인터넷에서 다운로드된 경우 차단 해제되었는지 확인하세요(오른쪽 클릭, 속성, 차단 해제).</target>
<note />
</trans-unit>
<trans-unit id="FailedToLoadExtensionDuringMefComposition">
<source>Failed to load {0}{1}</source>
<target state="translated">{0}{1} 로드 실패</target>
<note />
</trans-unit>
<trans-unit id="FileConflictChoiceText">
<source>[Y] Yes [A] Yes to All [N] No [L] No to All ?</source>
<target state="translated">[Y] 예 [A] 모두 예 [N] 아니오 [L] 모두 아니오 ?</target>
<note>Please do not localize the letters inside the [] brackets.</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="FoundProject">
<source>Found 1 project with a packages.config file. ({0})</source>
<target state="translated">packages.config 파일이 있는 프로젝트 1개를 찾았습니다. ({0})</target>
<note />
</trans-unit>
<trans-unit id="FoundProjects">
<source>Found {0} projects with a packages.config file. ({1})</source>
<target state="translated">packages.config 파일이 있는 프로젝트 {0}개를 찾았습니다. ({1})</target>
<note />
</trans-unit>
<trans-unit id="HelpCommandForMoreInfo">
<source>For more information, visit {0}</source>
<target state="translated">자세한 내용은 {0}을(를) 방문하세요.</target>
<note>{0} will be replaced with a url.</note>
</trans-unit>
<trans-unit id="InitCommand_FeedContainsNoPackages">
<source>Feed '{0}' contains no packages.</source>
<target state="translated">피드 '{0}'에 패키지가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InitCommand_FeedIsNotFound">
<source>Provided feed folder '{0}' is not found.</source>
<target state="translated">제공된 피드 폴더 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InstallCommandHigherVersionAlreadyExists">
<source>Skipping installation of package "{0}" because higher version "{1}" is already installed.</source>
<target state="translated">상위 버전 "{1}"이(가) 이미 설치되어 있으므로 "{0}" 패키지 설치를 건너뜁니다.</target>
<note />
</trans-unit>
<trans-unit id="InstallCommandInvalidPackageReference">
<source>'{0}' contains invalid package references. </source>
<target state="translated">'{0}'에 잘못된 패키지 참조가 있습니다. </target>
<note />
</trans-unit>
<trans-unit id="InstallCommandNothingToInstall">
<source>All packages listed in {0} are already installed.</source>
<target state="translated">{0}에 나열된 모든 패키지가 이미 설치되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InstallCommandPackageAlreadyExists">
<source>Package "{0}" is already installed.</source>
<target state="translated">패키지 "{0}"이(가) 이미 설치되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InstallCommandPackageReferenceInvalidVersion">
<source>Version string specified for package reference '{0}' is invalid.</source>
<target state="translated">패키지 참조 '{0}'에 대해 지정된 버전 문자열이 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="InstallCommandPackageRestoreConsentNotFound">
<source>Package restore is disabled. To enable it, open the Visual Studio Options dialog, click on Package Manager node and check '{0}'. You can also enable package restore by setting the environment variable 'EnableNuGetPackageRestore' to 'true'.</source>
<target state="translated">패키지 복원이 비활성화되었습니다. 활성화하려면 Visual Studio 옵션 대화 상자를 열고 패키지 관리자 노드를 클릭하고 '{0}'을(를) 선택합니다. 환경 변수 'EnableNuGetPackageRestore'를 'true'로 설정하여 패키지 복원을 활성화할 수도 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InstallCommandUnableToFindPackage">
<source>Unable to find package '{0}'</source>
<target state="translated">'{0}' 패키지를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InstallPackageMessage">
<source>Installing package '{0}' to '{1}'.</source>
<target state="translated">패키지 '{0}'을(를) '{1}'에 설치하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidArguments">
<source>{0}: invalid arguments.</source>
<target state="translated">{0}: 잘못된 인수입니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAssemblyInformationalVersion">
<source>Invalid AssemblyInformationalVersion '{0}' on assembly '{1}'; falling back to AssemblyVersion '{2}'.</source>
<target state="translated">어셈블리 '{1}'의 잘못된 AssemblyInformalVersion '{0}'; AssemblyVersion '{2}'으로 대체합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidFile">
<source>No packages.config, project or solution file specified. Use the -self switch to update NuGet.exe.</source>
<target state="translated">packages.config, 프로젝트 또는 솔루션 파일이 지정되지 않았습니다. -self 스위치를 사용하여 NuGet.exe를 업데이트합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOptionValueError">
<source>Invalid option value: '{0} {1}'</source>
<target state="translated">잘못된 옵션 값: '{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="InvalidSource">
<source>The specified source '{0}' is invalid. Please provide a valid source.</source>
<target state="translated">지정된 소스 '{0}'이(가) 올바르지 않습니다. 올바른 소스를 제공해주세요.</target>
<note />
</trans-unit>
<trans-unit id="ListCommandNoPackages">
<source>No packages found.</source>
<target state="translated">패키지를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListCommand_LicenseUrl">
<source>License url: {0}</source>
<target state="translated">라이선스 URL: {0}</target>
<note />
</trans-unit>
<trans-unit id="ListCommand_ListNotSupported">
<source>This version of nuget.exe does not support listing packages from package source '{0}'.</source>
<target state="translated">이 버전의 nuget.exe는 패키지 원본 '{0}'의 패키지 나열을 지원하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="LiveFeed">
<source>the NuGet gallery</source>
<target state="translated">NuGet 갤러리</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ClearFailed">
<source>Clearing local resources failed: one or more errors occured.</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_ClearingNuGetCache">
<source>Clearing NuGet cache: {0}</source>
<target state="translated">NuGet 캐시 지우기: {0}</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ClearingNuGetGlobalPackagesCache">
<source>Clearing NuGet global packages cache: {0}</source>
<target state="translated">NuGet 글로벌 패키지 캐시 지우기: {0}</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ClearingNuGetHttpCache">
<source>Clearing NuGet HTTP cache: {0}</source>
<target state="translated">NuGet HTTP 캐시 지우기: {0}</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_FailedToDeletePath">
<source>Failed to delete '{0}'.</source>
<target state="translated">'{0}'을(를) 삭제하지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_InvalidLocalResourceName">
<source>An invalid local resource name was provided. Please provide one of the following values: http-cache, packages-cache, global-packages, all.</source>
<target state="translated">잘못된 로컬 리소스 이름이 제공되었습니다. 다음 값 중 하나를 제공하세요: http-cache, packages-cache, 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="LookingForInstalledPackages">
<source>Looking for installed packages in '{0}'.</source>
<target state="translated">'{0}'에서 설치된 패키지를 찾고 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="MSBuildAutoDetection">
<source>MSBuild auto-detection: using msbuild version '{0}' from '{1}'.</source>
<target state="translated">MSBuild 자동 검색: '{1}'의 msbuild 버전 '{0}' 사용.</target>
<note />
</trans-unit>
<trans-unit id="MSBuildAutoDetection_Verbose">
<source>MSBuild auto-detection: using msbuild version '{0}' from '{1}'. Use option -MSBuildVersion to force nuget to use a specific version of MSBuild.</source>
<target state="translated">MSBuild 자동 검색: '{1}'의 msbuild 버전 '{0}' 사용. -MSBuildVersion 옵션을 사용하여 nuget이 특정 버전의 MSBuild를 사용하도록 합니다.</target>
<note />
</trans-unit>
<trans-unit id="MSbuildFromPath">
<source>Using Msbuild from '{0}'.</source>
<target state="translated">'{0}'의 Msbuild를 사용합니다.</target>
<note />
</trans-unit>
<trans-unit id="MissingOptionValueError">
<source>Missing option value for: '{0}'</source>
<target state="translated">누락된 옵션 값: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="MsBuildDoesNotExistAtPath">
<source>MsBuild.exe does not exist at '{0}'.</source>
<target state="translated">MsBuild.exe가 '{0}'에 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="MsbuildLoadToolSetError">
<source>Failed to load msbuild Toolset</source>
<target state="translated">msbuild 도구 집합을 로드하지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="MsbuildPathNotExist">
<source>MSBuildPath : {0} does not exist.</source>
<target state="translated">MSBuildPath: {0}이(가) 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="MultipleProjectFilesFound">
<source>Found multiple project files for '{0}'.</source>
<target state="translated">'{0}'에 대한 여러 프로젝트 파일을 찾았습니다.</target>
<note />
</trans-unit>
<trans-unit id="NoPackagesConfig">
<source>Unable to update. The project does not contain a packages.config file.</source>
<target state="translated">업데이트할 수 없습니다. 프로젝트에 packages.config 파일이 포함되어 있지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="NoProjectsFound">
<source>No projects found with packages.config.</source>
<target state="translated">packages.config에서 프로젝트를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NupkgPath_InvalidNupkg">
<source>'{0}' is not a valid nupkg file.</source>
<target state="translated">'{0}'은(는) 유효한 nupkg 파일이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="NupkgPath_NotFound">
<source>Provided Nupkg file '{0}' is not found.</source>
<target state="translated">제공된 Nupkg 파일 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="OfficialPackageSourceName">
<source>NuGet official package source</source>
<target state="translated">NuGet 공식 패키지 원본</target>
<note />
</trans-unit>
<trans-unit id="OptionInvalidWithoutSetter">
<source>[option] on '{0}' is invalid without a setter.</source>
<target state="translated">'{0}'의 [옵션]은 setter가 없으면 유효하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Option_VerboseDeprecated">
<source>Option 'Verbose' has been deprecated. Use 'Verbosity' instead.</source>
<target state="translated">옵션 'Verbose'는 더 이상 사용되지 않습니다. 대신 'Verbosity'를 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="OutputNuGetVersion">
<source>{0} Version: {1}</source>
<target state="translated">{0} 버전: {1}</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandAddedFile">
<source>Added file '{0}'.</source>
<target state="translated">파일 '{0}'을(를) 추가했습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandAttemptingToBuildPackage">
<source>Attempting to build package from '{0}'.</source>
<target state="translated">'{0}'에서 패키지를 빌드하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandAttemptingToBuildSymbolsPackage">
<source>Attempting to build symbols package for '{0}'.</source>
<target state="translated">'{0}'에 대한 기호 패키지를 빌드하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandFileFromDependencyIsChanged">
<source>File from dependency is changed. Adding file '{0}'.</source>
<target state="translated">종속성의 파일이 변경되었습니다. '{0}' 파일을 추가하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandFileFromDependencyIsNotChanged">
<source>File from dependency is not changed. File '{0}' is not added.</source>
<target state="translated">종속성의 파일이 변경되지 않았습니다. '{0}' 파일이 추가되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandInvalidMinClientVersion">
<source>The value of MinClientVersion argument is not a valid version.</source>
<target state="translated">MinClientVersion 인수 값이 올바른 버전이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandIssueDescription">
<source>Description: {0}</source>
<target state="translated">설명: {0}</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandIssueSolution">
<source>Solution: {0}</source>
<target state="translated">솔루션: {0}</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandIssueTitle">
<source>Issue: {0}</source>
<target state="translated">문제: {0}</target>
<note />
</trans-unit>
<trans-unit id="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="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="PackageCommandPackageIssueSummary">
<source>{0} issue(s) found with package '{1}'.</source>
<target state="translated">패키지 '{1}'에서 {0}개의 문제가 발견되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandSpecifyInputFileError">
<source>Please specify a nuspec or project file to use.</source>
<target state="translated">사용할 nuspec 또는 프로젝트 파일을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="PackageCommandSuccess">
<source>Successfully created package '{0}'.</source>
<target state="translated">'{0}' 패키지를 만들었습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageDoesNotExist">
<source>Unable to locate '{0} {1}'. Make sure all packages exist in the packages folder before running update.</source>
<target state="translated">'{0} {1}'을(를) 찾을 수 없습니다. 업데이트를 실행하기 전에 모든 패키지가 패키지 폴더에 있는지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="PackageRestoreConsentCheckBoxText">
<source>&Allow NuGet to download missing packages</source>
<target state="translated">NuGet이 누락된 패키지를 다운로드하도록 허용(&A)</target>
<note />
</trans-unit>
<trans-unit id="PackagingFilesFromOutputPath">
<source>Packing files from '{0}'.</source>
<target state="translated">'{0}'에서 파일을 압축하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="Path_Invalid">
<source>'{0}' is not a valid path.</source>
<target state="translated">'{0}'은(는) 유효한 경로가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="Path_Invalid_NotFileNotUnc">
<source>'{0}' should be a local path or a UNC share path.</source>
<target state="translated">'{0}'은(는) 로컬 경로 또는 UNC 공유 경로여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectJsonPack_Deprecated">
<source>`project.json` pack is deprecated. Please consider migrating '{0}' to `PackageReference` and using the pack targets.</source>
<target state="translated">`project.json` 팩은 더 이상 사용되지 않습니다. '{0}'을(를) `PackageReference`로 마이그레이션하고 팩 대상을 사용하는 것을 고려하세요.</target>
<note>Do not localize project.json and `PackageReference`
0 - project path (project.json file path)</note>
</trans-unit>
<trans-unit id="ProjectRestoreCommandNoPackagesConfigOrProjectJson">
<source>Nothing to do. This project does not specify any packages for NuGet to restore.</source>
<target state="translated">수행할 작업이 없습니다. 이 프로젝트는 NuGet이 복원할 패키지를 지정하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="PushCommandNoSourceError">
<source>There is no default source, please specify a source.</source>
<target state="translated">기본 원본이 없습니다. 원본을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="PushCommandTimeoutError">
<source>Pushing took too long. You can change the default timeout of 300 seconds by using the -Timeout <seconds> option with the push command.</source>
<target state="translated">푸시하는 데 너무 오래 걸립니다. push 명령의 --Timeout <seconds> 옵션을 사용하여 기본 시간 제한인 300초를 변경할 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourcePropertyIncorrectType">
<source>The property '{0}' on resource type '{1}' is not a type of ResourceManager.</source>
<target state="translated">리소스 유형 '{1}'의 속성 '{0}'이(가) ResourceManager 유형이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourceTypeDoesNotHaveProperty">
<source>The resource type '{0}' does not have an accessible static property named '{1}'.</source>
<target state="translated">리소스 유형 '{0}'에는 '{1}'이라는 액세스 가능한 정적 속성이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandCannotDetermineGlobalPackagesFolder">
<source>'globalPackagesFolder' setting is a relative path. To determine full path, please specify either -SolutionDirectory or a solution file as a parameter. To ignore 'globalPackagesFolder' setting, specify -PackagesDirectory.</source>
<target state="translated">'globalPackagesFolder' 설정은 상대 경로입니다. 전체 경로를 확인하려면 -SolutionDirectory 또는 솔루션 파일을 매개변수로 지정하세요. 'globalPackagesFolder' 설정을 무시하려면 -PackagesDirectory를 지정하세요.</target>
<note>Please do not localize 'globalPackagesFolder', -SolutionDirectory or -PackagesDirectory</note>
</trans-unit>
<trans-unit id="RestoreCommandCannotDeterminePackagesFolder">
<source>Cannot determine the packages folder to restore NuGet packages. Please specify either -PackagesDirectory or -SolutionDirectory.</source>
<target state="translated">NuGet 패키지를 복원할 패키지 폴더를 결정할 수 없습니다. -PackagesDirectory 또는 -SolutionDirectory를 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandFileNotFound">
<source>Input file does not exist: {0}.</source>
<target state="translated">입력 파일이 없습니다: {0}.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandOptionSolutionDirectoryIsInvalid">
<source>Option -SolutionDirectory is not valid when restoring packages for a solution.</source>
<target state="translated">-SolutionDirectory 옵션은 솔루션에 대한 패키지를 복원할 때 유효하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandPackageRestoreOptOutMessage">
<source>Restoring NuGet packages...
To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the NuGet Package Manager node and uncheck '{0}'.</source>
<target state="translated">NuGet 패키지 복원 중...
빌드 중에 NuGet이 패키지를 다운로드하지 못하도록 하려면 Visual Studio 옵션 대화 상자를 열고, NuGet 패키지 관리자 노드를 클릭한 다음 '{0}' 선택을 취소합니다.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandProjectNotFound">
<source>Project file {0} cannot be found.</source>
<target state="translated">프로젝트 파일 {0}을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandRestoringPackagesForSolution">
<source>Restoring NuGet packages for solution {0}.</source>
<target state="translated">솔루션 {0}에 대한 NuGet 패키지를 복원합니다.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandRestoringPackagesFromPackagesConfigFile">
<source>Restoring NuGet packages listed in packages.config file.</source>
<target state="translated">packages.config 파일에 나열된 NuGet 패키지를 복원합니다.</target>
<note />
</trans-unit>
<trans-unit id="RestoreCommandRestoringPackagesListedInFile">
<source>Restoring NuGet packages listed in file {0}.</source>
<target state="translated">파일 {0}에 나열된 NuGet 패키지를 복원하는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="ScanningForProjects">
<source>Scanning for projects...</source>
<target state="translated">프로젝트 검색 중...</target>
<note />
</trans-unit>
<trans-unit id="SetApiKeyCommandApiKeySaved">
<source>The API Key '{0}' was saved for {1}.</source>
<target state="translated">API 키 '{0}'이(가) {1}에 저장되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SetApiKeyCommandDefaultApiKeysSaved">
<source>The API Key '{0}' was saved for {1} and {2}.</source>
<target state="translated">API 키 '{0}'이(가) {1} 및 {2}에 대해 저장되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SettingsCredentials_UsingSavedCredentials">
<source>Using credentials from config. UserName: {0}</source>
<target state="translated">구성의 자격 증명 사용 사용자 이름: {0}</target>
<note />
</trans-unit>
<trans-unit id="SolutionRestoreCommandNoPackagesConfigOrProjectJson">
<source>Nothing to do. None of the projects in this solution specify any packages for NuGet to restore.</source>
<target state="translated">수행할 작업이 없습니다. 이 솔루션의 어떤 프로젝트도 NuGet이 복원할 패키지를 지정하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Source_NotFound">
<source>Source '{0}' is not found.</source>
<target state="translated">원본 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecCommandCreatedNuSpec">
<source>Created '{0}' successfully.</source>
<target state="translated">'{0}'이(가) 생성되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecCommandFileExists">
<source>'{0}' already exists, use -Force to overwrite it.</source>
<target state="translated">'{0}'이(가) 이미 있습니다. -Force를 사용하여 덮어씁니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToConvertTypeError">
<source>Unable to change from type '{0}' to '{1}'.</source>
<target state="translated">유형 '{0}'에서 '{1}'(으)로 변경할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToExtractAssemblyMetadata">
<source>Unable to extract metadata from '{0}'.</source>
<target state="translated">'{0}'에서 메타데이터를 추출할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToFindBuildOutput">
<source>Unable to find '{0}'. Make sure the project has been built.</source>
<target state="translated">'{0}'을(를) 찾을 수 없습니다. 프로젝트가 빌드되었는지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="UnableToFindPackages">
<source>Unable to find '{0}'. Make sure they are specified in packages.config.</source>
<target state="translated">'{0}'을(를) 찾을 수 없습니다. packages.config에 지정되어 있는지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="UnableToFindProject">
<source>Unable to find project '{0}'.</source>
<target state="translated">프로젝트 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToFindSolution">
<source>Unable to find solution '{0}'.</source>
<target state="translated">솔루션 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToLocatePackagesFolder">
<source>Unable to locate the packages folder. Verify all the packages are restored before running 'nuget.exe update'.</source>
<target state="translated">패키지 폴더를 찾을 수 없습니다. 'nuget.exe 업데이트'를 실행하기 전에 모든 패키지가 복원되었는지 확인합니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToLocateProjectFile">
<source>Unable to locate project file for '{0}'.</source>
<target state="translated">'{0}'에 대한 프로젝트 파일을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnknowCommandError">
<source>Unknown command: '{0}'</source>
<target state="translated">알 수 없는 명령: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="UnknownOptionError">
<source>Unknown option: '{0}'</source>
<target state="translated">알 수 없는 옵션: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedFramework">
<source>'{0}' is not a valid target framework.</source>
<target state="translated">'{0}'은(는) 유효한 대상 프레임워크가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdateCommandCheckingForUpdates">
<source>Checking for updates from {0}.</source>
<target state="translated">{0}의 업데이트를 확인 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdateCommandCurrentlyRunningNuGetExe">
<source>Currently running NuGet.exe {0}.</source>
<target state="translated">현재 NuGet.exe {0}을(를) 실행 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdateCommandNuGetUpToDate">
<source>NuGet.exe is up to date.</source>
<target state="translated">NuGet.exe가 최신 버전입니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdateCommandUnableToFindPackage">
<source>Unable to find '{0}' package.</source>
<target state="translated">'{0}' 패키지를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdateCommandUnableToLocateNuGetExe">
<source>Invalid NuGet.CommandLine package. Unable to locate NuGet.exe within the package.</source>
<target state="translated">잘못된 NuGet.CommandLine 패키지입니다. 패키지 내에서 NuGet.exe를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdateCommandUpdateSuccessful">
<source>Update successful.</source>
<target state="translated">업데이트에 성공했습니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdateCommandUpdatingNuGet">
<source>Updating NuGet.exe to {0}.</source>
<target state="translated">NuGet.exe를 {0}(으)로 업데이트합니다.</target>
<note />
</trans-unit>
<trans-unit id="UpdatingProject">
<source>Updating '{0}'...</source>
<target state="translated">'{0}' 업데이트 중...</target>
<note />
</trans-unit>
<trans-unit id="UsingNuspecForMetadata">
<source>Using '{0}' for metadata.</source>
<target state="translated">메타데이터에 '{0}'을(를) 사용합니다.</target>
<note />
</trans-unit>
<trans-unit id="UsingPackagesConfigForDependencies">
<source>Found packages.config. Using packages listed as dependencies</source>
<target state="translated">packages.config를 찾았습니다. 나열된 패키지를 종속성으로 사용합니다.</target>
<note />
</trans-unit>
<trans-unit id="Warning_CommandDeprecated">
<source>'{0} {1}' is deprecated. Use '{0} {2}' instead.</source>
<target state="translated">'{0} {1}'은(는) 사용되지 않습니다. 대신 '{0} {2}'을(를) 사용하세요.</target>
<note>{0} - name of the assembly running the command, e.g., NuGet
{1} - current command marked as deprecated, e.g., list
{2} - replacement command. For example, search</note>
</trans-unit>
<trans-unit id="Warning_DefaultSpecValue">
<source>The value "{0}" for {1} is a sample value and should be removed.</source>
<target state="translated">{1}에 대한 "{0}" 값은 샘플 값이며 제거해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="Warning_DefaultSpecValueSolution">
<source>Replace with an appropriate value or remove and it and rebuild your package.</source>
<target state="translated">적절한 값으로 바꾸거나 제거하고 패키지를 다시 빌드하세요.</target>
<note />
</trans-unit>
<trans-unit id="Warning_DefaultSpecValueTitle">
<source>Remove sample nuspec values.</source>
<target state="translated">샘플 nuspec 값을 제거하세요.</target>
<note />
</trans-unit>
<trans-unit id="Warning_DuplicatePropertyKey">
<source>'{0}' key already exists in Properties collection. Overriding value.</source>
<target state="translated">'{0}' 키가 Properties 컬렉션에 이미 있습니다. 값을 덮어씁니다.</target>
<note />
</trans-unit>
<trans-unit id="Warning_FileDoesNotExist">
<source>'{0}' was included in the project but doesn't exist. Skipping...</source>
<target state="translated">'{0}'이(가) 프로젝트에 포함되었지만 없습니다. 건너뛰는 중...</target>
<note />
</trans-unit>
<trans-unit id="Warning_InvalidPackageSaveMode">
<source>Invalid PackageSaveMode value '{0}'.</source>
<target state="translated">PackageSaveMode 값 '{0}'이(가) 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Warning_LongPath_DisabledPolicy">
<source>Please enbale long file path support in local group policy. Fore more details, please refer to https://aka.ms/nuget-long-path.</source>
<target state="translated">로컬 그룹 정책에서 긴 파일 경로 지원을 활성화하세요. 자세한 내용은 https://aka.ms/nuget-long-path를 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Warning_LongPath_UnsupportedNetFramework">
<source>Please install .NET Framework 4.6.2 or above that supports long file paths. Fore more details, please refer to https://aka.ms/nuget-long-path.</source>
<target state="translated">긴 파일 경로를 지원하는 .NET Framework 4.6.2 이상을 설치하세요. 자세한 내용은 https://aka.ms/nuget-long-path를 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Warning_LongPath_UnsupportedOS">
<source>Long file path is currently only supported on Windows 10. Fore more details, please refer to https://aka.ms/nuget-long-path.</source>
<target state="translated">긴 파일 경로는 현재 Windows 10에서만 지원됩니다. 자세한 내용은 https://aka.ms/nuget-long-path를 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Warning_MsbuildPath">
<source>MsbuildPath : {0} is using, ignore MsBuildVersion: {1}. </source>
<target state="translated">MsbuildPath: {0}이(가) 사용 중입니다. MsBuildVersion: {1}을(를) 무시하세요. </target>
<note />
</trans-unit>
<trans-unit id="Warning_NoPromptDeprecated">
<source>Option 'NoPrompt' has been deprecated. Use 'NonInteractive' instead.</source>
<target state="translated">'NoPrompt' 옵션은 더 이상 사용되지 않습니다. 대신 'NonInteractive'를 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="Warning_ReadingProjectsFailed">
<source>Error reading msbuild project information, ensure that your input solution or project file is valid. NETCore and UAP projects will be skipped, only packages.config files will be restored.</source>
<target state="translated">msbuild 프로젝트 정보를 읽는 동안 오류가 발생했습니다. 입력 솔루션 또는 프로젝트 파일이 유효한지 확인하세요. NETCore 및 UAP 프로젝트는 건너뛰고 packages.config 파일만 복원됩니다.</target>
<note />
</trans-unit>
<trans-unit id="Warning_SemanticVersion">
<source>Version "{0}" does not follow semantic versioning guidelines.</source>
<target state="translated">"{0}" 버전이 유의적 버전 지침을 따르지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Warning_SemanticVersionSolution">