-
Notifications
You must be signed in to change notification settings - Fork 753
Expand file tree
/
Copy pathStrings.ko.xlf
More file actions
1587 lines (1586 loc) · 105 KB
/
Strings.ko.xlf
File metadata and controls
1587 lines (1586 loc) · 105 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="AddClientCertCommandDescription">
<source>Adds a client certificate configuration that matches the given package source name.</source>
<target state="translated">지정된 패키지 원본 이름과 일치하는 클라이언트 인증서 구성을 추가합니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_All">
<source>all</source>
<target state="translated">모두</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_Description">
<source>Adds a package reference to a project.</source>
<target state="translated">프로젝트에 패키지 참조를 추가합니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_DgFileDescription">
<source>Path to the dependency graph file to be used to restore preview and compatibility check.</source>
<target state="translated">미리 보기 복원 및 호환성 검사에 사용할 종속성 그래프 파일의 경로입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_FrameworksDescription">
<source>Frameworks for which the package reference should be added.</source>
<target state="translated">패키지 참조를 추가할 프레임워크입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_InteractiveDescription">
<source>Allow the command to block and require manual action for operations like authentication.</source>
<target state="translated">명령이 인증 같은 작업에 대해 수동 작업을 차단하고 요구하도록 허용합니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_NoRestoreDescription">
<source>Do not perform restore preview and compatibility check. The added package reference will be unconditional.</source>
<target state="translated">미리 보기 복원 및 호환성 검사를 수행하지 않습니다. 추가된 패키지 참조는 비조건부입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_PackageDirectoryDescription">
<source>Directory to restore packages in.</source>
<target state="translated">패키지를 복원할 디렉터리입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_PackageIdDescription">
<source>Id of the package to be added.</source>
<target state="translated">추가할 패키지의 ID입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_PackageVersionDescription">
<source>Version of the package to be added.</source>
<target state="translated">추가할 패키지의 버전입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_ProjectPathDescription">
<source>Path to the project file.</source>
<target state="translated">프로젝트 파일의 경로입니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_SourcesDescription">
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="translated">복원 중 사용할 NuGet 패키지 원본을 지정합니다.</target>
<note />
</trans-unit>
<trans-unit id="AddPkg_UserSpecified">
<source>user specified</source>
<target state="translated">사용자 지정</target>
<note />
</trans-unit>
<trans-unit id="AddSourceCommandDescription">
<source>Add a NuGet source.</source>
<target state="translated">NuGet 소스를 추가합니다.</target>
<note />
</trans-unit>
<trans-unit id="Add_Description">
<source>Add a NuGet source.</source>
<target state="translated">NuGet 소스를 추가합니다.</target>
<note />
</trans-unit>
<trans-unit id="AllowInsecureConnections_Description">
<source>Allows pushing to HTTP sources (insecure).</source>
<target state="translated">HTTP 원본으로 푸시할 수 있습니다(안전하지 않음).</target>
<note />
</trans-unit>
<trans-unit id="ApiKey_Description">
<source>The API key for the server.</source>
<target state="translated">서버의 API 키입니다.</target>
<note />
</trans-unit>
<trans-unit id="App_FullName">
<source>NuGet Command Line</source>
<target state="translated">NuGet Command Line</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="ConfigCommandKeyNotFound">
<source>Key '{0}' not found.</source>
<target state="translated">키 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigGetAllOrConfigKeyDescription">
<source>ALL: Get all merged NuGet configuration settings from multiple NuGet configuration files that will be applied, when invoking NuGet command from the working directory path. CONFIG_KEY: Get the effective value of the specified configuration settings of the config section.</source>
<target state="translated">모두: 작업 디렉터리 경로에서 NuGet 명령을 호출할 때 적용될 여러 NuGet 구성 파일에서 병합된 NuGet 구성 설정을 모두 가져옵니다. CONFIG_KEY: 구성 섹션의 지정된 구성 설정의 유효 값을 가져옵니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigGetCommandDescription">
<source>Gets the NuGet configuration settings that will be applied.</source>
<target state="translated">적용할 NuGet 구성 설정을 가져옵니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigGetShowPathDescription">
<source>Indicate that the NuGet configuration file path will be shown beside the configuration settings.</source>
<target state="translated">NuGet 구성 파일 경로가 구성 설정 옆에 표시됨을 나타냅니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigPathsCommandDescription">
<source>Lists the paths to all NuGet configuration files that will be applied when invoking NuGet command in a specific directory</source>
<target state="translated">특정 디렉터리에서 NuGet 명령을 호출할 때 적용될 모든 NuGet 구성 파일의 경로를 나열합니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigPathsWorkingDirectoryDescription">
<source>Specifies the directory to start from when listing configuration files. If not specified, the current directory is used.</source>
<target state="translated">구성 파일을 나열할 때 시작할 디렉터리를 지정합니다. 지정하지 않으면 현재 디렉터리가 사용됩니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigSetCommandDescription">
<source>Set the value of a specified NuGet configuration setting.</source>
<target state="translated">지정된 NuGet 구성 설정의 값을 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigSetConfigKeyDescription">
<source>The key of the settings that are to be set.</source>
<target state="translated">설정할 설정의 키입니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigSetConfigValueDescription">
<source>The value of the settings that are to be set.</source>
<target state="translated">설정할 설정의 값입니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigUnsetCommandDescription">
<source>Removes the key-value pair from a specified NuGet configuration setting.</source>
<target state="translated">지정된 NuGet 구성 설정에서 키-값 쌍을 제거합니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigUnsetConfigKeyDescription">
<source>The key of the settings that are to be removed.</source>
<target state="translated">제거할 설정의 키입니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigUnsetNonExistingKey">
<source>The key "{0}" could not be found in config section, so it could not be unset.</source>
<target state="translated">"{0}" 키를 구성 섹션에서 찾을 수 없으므로 설정 해제할 수 없습니다.</target>
<note>0 - The config key</note>
</trans-unit>
<trans-unit id="Config_Description">
<source>NuGet configuration CLI</source>
<target state="translated">NuGet 구성 CLI</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="Debug_CurrentUICulture">
<source>DefaultThreadCurrentUICulture value: {0}</source>
<target state="translated">DefaultThreadCurrentUICulture 값: {0}</target>
<note>0 - Value of CultureInfo.DefaultThreadCurrentUICulture</note>
</trans-unit>
<trans-unit id="Delete_Description">
<source>Deletes a package from the server.</source>
<target state="translated">서버에서 패키지를 삭제합니다.</target>
<note />
</trans-unit>
<trans-unit id="Delete_MissingArguments">
<source>Please provide arguments for package id and package version.</source>
<target state="translated">패키지 ID 및 패키지 버전에 대한 인수를 입력하세요.</target>
<note />
</trans-unit>
<trans-unit id="Delete_PackageIdAndVersion_Description">
<source>The Package Id and version.</source>
<target state="translated">패키지 ID 및 버전입니다.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuffering_Description">
<source>Disable buffering when pushing to an HTTP(S) server to decrease memory usage.</source>
<target state="translated">메모리 사용량을 줄이려면 HTTP(S) 서버로 푸시할 때 버퍼링을 사용하지 않도록 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="DisableSourceCommandDescription">
<source>Disable a NuGet source.</source>
<target state="translated">NuGet 소스를 사용하지 않도록 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="Disable_Description">
<source>Disable a NuGet source.</source>
<target state="translated">NuGet 소스를 사용하지 않도록 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="EnableSourceCommandDescription">
<source>Enable a NuGet source.</source>
<target state="translated">NuGet 소스를 사용하도록 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="Enable_Description">
<source>Enable a NuGet source.</source>
<target state="translated">NuGet 소스를 사용하도록 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="Err_InvalidValue">
<source>Invalid value provided for '{0}'. The accepted values are {1}.</source>
<target state="translated">'{0}'에 잘못된 값이 제공되었습니다. 허용되는 값은 {1}입니다.</target>
<note>{0} - argument name in SignCommand. e.g. certificate storeName, certificate storelocation, hashAlgorithmName {1} - the possible values of the argument.</note>
</trans-unit>
<trans-unit id="Error_AddPkgErrorStringForImportedEdit">
<source>Item '{0}' for '{1}' in Imported file '{2}'.</source>
<target state="translated">가져온 파일 '{2}'의 '{1}'에 대한 '{0}' 항목입니다.</target>
<note>{0} - ItemType
{1} - Package Id
{2} - Imported File Path</note>
</trans-unit>
<trans-unit id="Error_AddPkgFailOnImportEdit">
<source>Error while performing {0} for package '{1}'. Cannot edit items in imported files - {2}{3}</source>
<target state="translated">'{1}' 패키지에 대해 {0}을(를) 수행하는 동안 오류가 발생했습니다. 가져온 파일의 항목을 편집할 수 없음 - {2}{3}</target>
<note>{0} - Operation Name
{1} - packageId
{2} - New line (this is just to hold a new line between sentences. does not need any translation)
{3} - Error string</note>
</trans-unit>
<trans-unit id="Error_AddPkgIncompatibleWithAllFrameworks">
<source>Package '{0}' is incompatible with '{1}' frameworks in project '{2}'.</source>
<target state="translated">'{0}' 패키지는 '{2}' 프로젝트의 '{1}'개 프레임워크와 호환되지 않습니다.</target>
<note>{0} - Package Id
{1} - all / user specified
{2} - Project Path</note>
</trans-unit>
<trans-unit id="Error_AddPkgProjectReference">
<source>Failed to add a PackageReference for '{0}'. A ProjectReference with the same name already exists and a package with the same name cannot be added to the project.</source>
<target state="translated">'{0}'에 대한 PackageReference를 추가하지 못했습니다. 동일한 이름의 ProjectReference가 이미 존재하며, 이름이 같은 패키지는 프로젝트에 추가할 수 없습니다.</target>
<note>{0} - PackageId</note>
</trans-unit>
<trans-unit id="Error_AddPkgUnresolved">
<source>Unable to find a resolved package for '{0}'. This is a tooling error. Please file an issue at https://github.com/NuGet/Home.</source>
<target state="translated">'{0}'에 대해 확인된 패키지를 찾을 수 없습니다. 도구 오류입니다. https://github.com/NuGet/Home에서 문제를 제출하세요.</target>
<note>{0} Package Id</note>
</trans-unit>
<trans-unit id="Error_AddPkg_CentralPackageVersions_EmptyVersionOverride">
<source>VersionOverride for package '{0}' should not be empty.</source>
<target state="translated">패키지 '{0}'의 VersionOverride는 비워 둘 수 없습니다.</target>
<note>0 - package id</note>
</trans-unit>
<trans-unit id="Error_AddPkg_CentralPackageVersions_PackageReference_WrongLocation">
<source>Package reference for package '{0}' defined in incorrect location, PackageReference should be defined in project file.</source>
<target state="translated">패키지 '{0}'에 대한 패키지 참조가 잘못된 위치에 정의되었습니다. PackageReference는 프로젝트 파일에 정의되어야 합니다.</target>
<note>0 - package id</note>
</trans-unit>
<trans-unit id="Error_AddPkg_CentralPackageVersions_PackageVersion_WrongLocation">
<source>PackageVersion for package '{0}' defined in incorrect location, PackageVersion should be defined in Directory.Package.props.</source>
<target state="translated">패키지 '{0}'에 대한 PackageVersion이 잘못된 위치에 정의되었습니다. PackageVersion은 Directory.Package.props에 정의되어야 합니다.</target>
<note>0 - package id</note>
</trans-unit>
<trans-unit id="Error_AssetsFileNotFound">
<source>No assets file was found for `{0}`. Please run restore before running this command.</source>
<target state="translated">`{0}`에 대한 자산 파일을 찾을 수 없습니다. 이 명령을 실행하기 전에 복원을 실행하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotObtainSearchSource">
<source>Failed to obtain a search resource.</source>
<target state="translated">검색 리소스를 가져오지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CannotUpgradeAutoReferencedPackage">
<source>{0}: Package {1} is implicitly added by the SDK and cannot be upgraded independently</source>
<target state="translated">{0}: 패키지 {1}은(는) SDK에 의해 암시적으로 추가되며 독립적으로 업그레이드할 수 없습니다.</target>
<note>{0} - project referencing the package
{1} - package id</note>
</trans-unit>
<trans-unit id="Error_CentralPackageVersions_AutoreferencedReferencesNotAllowed">
<source>The packages {0} are implicitly referenced. You do not typically need to reference them from your project or in your central package versions management file. For more information, see https://aka.ms/sdkimplicitrefs</source>
<target state="translated">{0} 패키지는 암시적으로 참조됩니다. 일반적으로 프로젝트나 중앙 패키지 버전 관리 파일에서 해당 패키지를 참조할 필요가 없습니다. 자세한 내용은 https://aka.ms/sdkimplicitrefs를 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Error_CentralPackageVersions_FloatingVersionsAreNotAllowed">
<source>Centrally defined floating package versions are not allowed.</source>
<target state="translated">중앙에서 정의된 부동 패키지 버전은 허용되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CentralPackageVersions_MissingPackageVersion">
<source>The PackageReference items {0} do not have corresponding PackageVersion.</source>
<target state="translated">PackageReference 항목 {0}에 해당하는 PackageVersion이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_CentralPackageVersions_VersionOverrideDisabled">
<source>The package reference {0} specifies a VersionOverride but the ability to override a centrally defined version is currently disabled.</source>
<target state="translated">{0} 패키지 참조에서 VersionOverride를 지정하지만 현재 중앙에서 정의된 버전을 재정의하는 기능을 사용할 수 없습니다.</target>
<note>0 - packagereference name</note>
</trans-unit>
<trans-unit id="Error_CentralPackageVersions_VersionsNotAllowed">
<source>Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items: {0}</source>
<target state="translated">중앙 패키지 버전 관리를 사용하는 프로젝트에서는 PackageReference 항목의 버전이 아니라 PackageVersion 항목의 버전을 정의해야 합니다. {0}</target>
<note>0 - package id</note>
</trans-unit>
<trans-unit id="Error_ConfigSetInvalidKey">
<source>'{0}' is not a valid config key in config section.</source>
<target state="translated">'{0}'은(는) 구성 섹션의 올바른 구성 키가 아닙니다.</target>
<note>0 - The config key</note>
</trans-unit>
<trans-unit id="Error_CouldNotFindPackageVersionForCpmPackage">
<source>Central Package Management configuration error: Could not find PackageVersion for package {0}</source>
<target state="translated">중앙 패키지 관리 구성 오류: 패키지 {0}의 PackageVersion을 찾을 수 없습니다.</target>
<note>0 - a package name
Do not translate "PackageVersion"</note>
</trans-unit>
<trans-unit id="Error_HttpServerUsage">
<source>You are running the '{0}' operation with an 'HTTP' source, '{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 - server uri.</note>
</trans-unit>
<trans-unit id="Error_HttpServerUsage_MultipleSources">
<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">'HTTP' 원본을 사용하여 '{0}' 작업을 실행하고 있습니다. {1}
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_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_InvalidOptionValue">
<source>Invalid value `{0}` for option {1}.</source>
<target state="translated">{1} 옵션의 `{0}` 값이 잘못되었습니다.</target>
<note>0 - The invalid value. 1 - the option.</note>
</trans-unit>
<trans-unit id="Error_InvalidSource">
<source>The specified source '{0}' is invalid. Provide a valid source.</source>
<target state="translated">지정된 소스 '{0}'이(가) 올바르지 않습니다. 유효한 소스를 제공하세요.</target>
<note>0 - The invalid source.</note>
</trans-unit>
<trans-unit id="Error_InvalidVersion">
<source>Invalid version value '{0}'.</source>
<target state="translated">버전 값 '{0}'이(가) 잘못되었습니다.</target>
<note>0 - package version</note>
</trans-unit>
<trans-unit id="Error_InvalidVersionRange">
<source>Invalid version range '{0}'</source>
<target state="translated">잘못된 버전 범위 '{0}'</target>
<note>0 - string provided by customer</note>
</trans-unit>
<trans-unit id="Error_MissingVersion">
<source>Missing version from {0}</source>
<target state="translated">{0}의 버전이 없습니다.</target>
<note>0 - package id </note>
</trans-unit>
<trans-unit id="Error_MsBuildUnableToOpenProject">
<source>MsBuild was unable to open Project '{0}'.</source>
<target state="translated">MsBuild가 '{0}' 프로젝트를 열 수 없습니다.</target>
<note>{0} - Project/csproj path</note>
</trans-unit>
<trans-unit id="Error_MultipleProjectOrSolutionFilesInDirectory">
<source>The directory '{0}' contains multiple project or solution files. Please specify which project or solution file to use.</source>
<target state="translated">디렉터리 '{0}'에 여러 프로젝트 또는 솔루션 파일이 포함되어 있습니다. 사용할 프로젝트 또는 솔루션 파일을 지정하십시오.</target>
<note>{0} - Directory</note>
</trans-unit>
<trans-unit id="Error_NoDgSpec">
<source>None or invalid DgSpec was passed to NuGet add package command.</source>
<target state="translated">NuGet add package 명령에 전달된 DgSpec이 없거나 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoProjectOrSolutionFilesInDirectory">
<source>The directory '{0}' does not contain any project or solution files.</source>
<target state="translated">디렉터리 '{0}'에 프로젝트 또는 솔루션 파일이 없습니다.</target>
<note>{0} - Directory</note>
</trans-unit>
<trans-unit id="Error_NoSource">
<source>No package sources found.</source>
<target state="translated">패키지 원본을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_NoVersionsAvailable">
<source>There are no versions available for the package '{0}'.</source>
<target state="translated">'{0}' 패키지에 사용할 수 있는 버전이 없습니다.</target>
<note>{0} - PackageID</note>
</trans-unit>
<trans-unit id="Error_NotPRProject">
<source>The project `{0}` uses package.config for NuGet packages, while the command works only with package reference projects.</source>
<target state="translated">`{0}` 프로젝트는 NuGet 패키지에 대한 package.config를 사용합니다. 명령은 패키지 참조 프로젝트에서만 작동합니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_PackageDownload_VersionNotFound">
<source>Unable to find a valid package version</source>
<target state="translated">유효한 패키지 버전을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Error_PackageSourceMappingNotFound">
<source>Package source mapping is enabled, but no mapping for package {0} was found. See https://aka.ms/nuget/psm for more information.</source>
<target state="translated">패키지 원본 매핑이 사용하도록 설정되어 있지만 패키지 {0}에 대한 매핑을 찾을 수 없습니다. 자세한 내용은 https://aka.ms/nuget/psm을 참조하세요.</target>
<note>{0} - package id</note>
</trans-unit>
<trans-unit id="Error_PathIsMissingOrInvalid">
<source>Missing or invalid path '{0}'. Please provide a path to a project, solution file, or directory.</source>
<target state="translated">'{0}' 경로가 없거나 잘못되었습니다. 프로젝트, 솔루션 파일 또는 디렉터리의 경로를 제공하세요.</target>
<note>{0} - Input path argument</note>
</trans-unit>
<trans-unit id="Error_PathNotFound">
<source>The specified path '{0}' does not exist.</source>
<target state="translated">지정한 경로 '{0}'이(가) 없습니다.</target>
<note>0 - path</note>
</trans-unit>
<trans-unit id="Error_PkgMissingArgument">
<source>Unable to {0} package. Argument '{1}' not provided.</source>
<target state="translated">패키지를 {0}할 수 없습니다. '{1}' 인수가 제공되지 않았습니다.</target>
<note>{0} - Operation Name
{1} - Argument which was not provided</note>
</trans-unit>
<trans-unit id="Error_PkgMissingOrInvalidProjectFile">
<source>Unable to {0} package. Missing or Invalid project file '{1}'.</source>
<target state="translated">패키지를 {0}할 수 없습니다. 프로젝트 파일 '{1}'이(가) 없거나 잘못되었습니다.</target>
<note>{0} - Operation Name
{1} - project file path</note>
</trans-unit>
<trans-unit id="Error_PrereleaseWhenVersionSpecified">
<source>The --prerelease and --version options are not supported in the same command.</source>
<target state="translated">--prerelease 옵션과 --version 옵션은 같은 명령에서 지원되지 않습니다.</target>
<note>Please don't localize "prerelease" and "version"</note>
</trans-unit>
<trans-unit id="Error_ProjectAssetsFilePropertyNotFound">
<source>Project '{0}' does not have MSBuild property ProjectAssetsFile defined. This may indicate that this project does not support NuGet PackageReference, or that project customization has prevented the .NET SDK setting default values.</source>
<target state="translated">'{0}' 프로젝트에 MSBuild 속성 ProjectAssetsFile이 정의되지 않았습니다. 이는 이 프로젝트가 NuGet PackageReference를 지원하지 않거나 프로젝트 사용자 지정으로 인해 .NET SDK 설정 기본값이 차단되었음을 나타낼 수 있습니다.</target>
<note>{0} - Path to the project with the error</note>
</trans-unit>
<trans-unit id="Error_TrustFingerPrintAlreadyExist">
<source>The certificate finger you're trying to add is already in the certificate fingerprint list.</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_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_UnsupportedProject">
<source>Error while adding package '{0}' to project '{1}'. The project does not support adding package references through the add package command.</source>
<target state="translated">패키지 '{0}'을(를) 프로젝트 '{1}'(으)로 추가하는 중 오류가 발생했습니다. add package 명령을 통한 패키지 참조 추가는 프로젝트에서 지원되지 않습니다.</target>
<note>{0} - Package Id
{1} - Project path</note>
</trans-unit>
<trans-unit id="Error_UpdatePkgNoSuchPackage">
<source>Project '{0}' does not contain any PackageReference '{1}' to {2}.</source>
<target state="translated">'{0}' 프로젝트에 {2}에 대한 PackageReference '{1}'이(가) 포함되어 있지 않습니다.</target>
<note>{0} - project path
{1} - package id
{2} - operation name</note>
</trans-unit>
<trans-unit id="ForceEnglishOutput_Description">
<source>Forces the application to run using an invariant, English-based culture.</source>
<target state="translated">고정 영어 기반 문화권을 사용하여 애플리케이션을 강제로 실행합니다.</target>
<note />
</trans-unit>
<trans-unit id="Info_AddPkgAdded">
<source>PackageReference for package '{0}' version '{1}' added to file '{2}'.</source>
<target state="translated">'{0}' 패키지 '{1}' 버전에 대한 PackageReference가 '{2}' 파일에 추가되었습니다.</target>
<note>{0} - Package Id
{1} - package version
{2} - project file path</note>
</trans-unit>
<trans-unit id="Info_AddPkgAddingReference">
<source>Adding PackageReference for package '{0}' into project '{1}'.</source>
<target state="translated">'{1}' 프로젝트에 '{0}' 패키지에 대한 PackageReference를 추가하는 중입니다.</target>
<note>{0} - Package Id
{1} - Project Path</note>
</trans-unit>
<trans-unit id="Info_AddPkgCPM">
<source>PackageReference for package '{0}' added to '{1}' and PackageVersion added to central package management file '{2}'.</source>
<target state="translated">패키지 '{0}'에 대한 PackageReference가 '{1}'에 추가되고 PackageVersion이 중앙 패키지 관리 파일 '{2}'에 추가되었습니다.</target>
<note>0 - The package ID. 1 - Project file path. 2 - Directory.Packages.props.</note>
</trans-unit>
<trans-unit id="Info_AddPkgCompatibleWithAllFrameworks">
<source>Package '{0}' is compatible with all the specified frameworks in project '{1}'.</source>
<target state="translated">'{0}' 패키지는 '{1}' 프로젝트에 지정된 모든 프레임워크와 호환됩니다.</target>
<note>{0} - Package Id
{1} - Project Path</note>
</trans-unit>
<trans-unit id="Info_AddPkgCompatibleWithSubsetFrameworks">
<source>Package '{0}' is compatible with a subset of the specified frameworks in project '{1}'.</source>
<target state="translated">'{0}' 패키지는 '{1}' 프로젝트에 지정된 프레임워크의 하위 집합과 호환됩니다.</target>
<note>{0} - Package Id
{1} - Project Path</note>
</trans-unit>
<trans-unit id="Info_AddPkgUpdated">
<source>PackageReference for package '{0}' version '{1}' updated in file '{2}'.</source>
<target state="translated">'{0}' 패키지 '{1}' 버전에 대한 PackageReference가 '{2}' 파일에서 업데이트되었습니다.</target>
<note>{0} - Package Id
{1} - package version
{2} - project file path</note>
</trans-unit>
<trans-unit id="Info_RemovePkgRemovingReference">
<source>Removing PackageReference for package '{0}' from project '{1}'.</source>
<target state="translated">'{1}' 프로젝트에서 '{0}' 패키지에 대한 PackageReference를 제거하는 중입니다.</target>
<note>{0} - Package Id
{1} - Project Path</note>
</trans-unit>
<trans-unit id="ListClientCertCommandDescription">
<source>Lists all the client certificates in the configuration.</source>
<target state="translated">구성에 있는 모든 클라이언트 인증서를 나열합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_AutoReferenceDescription">
<source>(A) : Auto-referenced package.</source>
<target state="translated">(A): 자동 참조된 패키지입니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ConfigDescription">
<source>A path to a config file to specify sources. Works only with `--outdated`.</source>
<target state="translated">소스를 지정할 구성 파일의 경로입니다. `--outdated`로만 작동합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_DeprecatedDescription">
<source>Displays only the packages marked deprecated by the authors.</source>
<target state="translated">작성자가 사용 중단함이라고 표시된 패키지만 표시합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_DeprecationAlternative">
<source>Alternative</source>
<target state="translated">대체</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_DeprecationReasons">
<source>Reason(s)</source>
<target state="translated">이유</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_Description">
<source>Lists all the packages used by the current project(s).</source>
<target state="translated">현재 프로젝트에서 사용하는 패키지를 모두 나열합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ErrorFileNotFound">
<source>The given file `{0}` was not found</source>
<target state="translated">지정된 파일 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ErrorReadingAssetsFile">
<source>Unable to read the assets file `{0}`. Please make sure the file has the write format.</source>
<target state="translated">자산 파일 `{0}`을(를) 읽을 수 없습니다. 파일에 쓰기 형식이 있는지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ErrorReadingReferenceFromProject">
<source>Unable to read a package reference from the project `{0}`. Please make sure that your project file and project.assets.json file are in sync by running restore.</source>
<target state="translated">'{0}' 프로젝트에서 패키지 참조를 읽을 수 없습니다. 복원을 실행하여 프로젝트 파일과 project.assets.json 파일이 동기화되었는지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_FrameworkDescription">
<source>Specifies the target framework for which the packages will be listed.</source>
<target state="translated">패키지가 나열될 대상 프레임워크를 지정합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_HighestMinorDescription">
<source>Considers only the versions with matching major. Works only with `--outdated`.</source>
<target state="translated">일치하는 주 버전이 있는 버전만 고려합니다. `--outdated`로만 작동합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_HighestPatchDescription">
<source>Considers only the versions with matching minor and major. Works only with `--outdated`.</source>
<target state="translated">일치하는 주 버전 및 부 버전이 있는 버전만 고려합니다. `--outdated`로만 작동합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_InvalidFramework">
<source>Failed to parse one of the given frameworks. Please make sure the given frameworks are valid.</source>
<target state="translated">지정된 프레임워크 중 하나를 구문 분석하지 못했습니다. 지정된 프레임워크가 유효한지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_InvalidOptions">
<source>Options '--outdated', '--deprecated' and '--vulnerable' cannot be combined.</source>
<target state="translated">옵션 '--outdated', '--deprecated' 및 '--vulnerable'는 결합할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_InvalidOutputFormat">
<source>Invalid value {0} provided for output format. The accepted values are {1}.</source>
<target state="translated">출력 형식에 대해 잘못된 값 {0}이(가) 제공되었습니다. 허용되는 값은 {1}입니다.</target>
<note>{0} - argument name in format option {1} - the possible values of the argument.</note>
</trans-unit>
<trans-unit id="ListPkg_InvalidOutputVersion">
<source>Unsupported output format version {0} was requested. The accepted format version value is {1}.</source>
<target state="translated">지원되지 않는 출력 형식 버전 {0}이(가) 요청되었습니다. 허용되는 형식 버전 값은 {1}입니다.</target>
<note>{0} - argument name in version option {1} - the possible value of the argument.</note>
</trans-unit>
<trans-unit id="ListPkg_Latest">
<source>Latest</source>
<target state="translated">최신</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoDeprecatedPackagesForProject">
<source>The given project `{0}` has no deprecated packages given the current sources.</source>
<target state="translated">현재 소스를 고려해 볼 때 지정된 프로젝트 '{0}'에 사용되지 않는 패키지가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoDeprecationsForFramework">
<source>No deprecated packages for this framework.</source>
<target state="translated">이 프레임워크에 대해 사용되지 않는 패키지가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoPackagesForFramework">
<source>No packages were found for this framework.</source>
<target state="translated">이 프레임워크에 대한 패키지를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoPackagesFoundForFrameworks">
<source>No packages were found for the project `{0}` given the specified frameworks.</source>
<target state="translated">지정된 프레임워크를 고려해 볼 때 '{0}' 프로젝트에 대한 패키지를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoUpdatesForFramework">
<source>No package updates available for this framework.</source>
<target state="translated">이 프레임워크에 대해 사용 가능한 패키지 업데이트가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoUpdatesForProject">
<source>The given project `{0}` has no updates given the current sources.</source>
<target state="translated">현재 소스를 고려해 볼 때 지정된 프로젝트 '{0}'에 업데이트가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoVulnerabilitiesForFramework">
<source>No vulnerable packages for this framework.</source>
<target state="translated">이 프레임워크에 취약한 패키지가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NoVulnerablePackagesForProject">
<source>The given project `{0}` has no vulnerable packages given the current sources.</source>
<target state="translated">현재 소스를 고려해 볼 때 지정된 프로젝트 `{0}`에 취약한 패키지가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_NotFoundAtSources">
<source>Not found at the sources</source>
<target state="translated">소스에 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_OutdatedDescription">
<source>Displays only the packages that need updates with the latest version from the sources.</source>
<target state="translated">소스의 최신 버전으로 업데이트가 필요한 패키지만 표시합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_OutputFormatDescription">
<source>Set the report output format.</source>
<target state="translated">보고서 출력 형식을 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_OutputVersionDescription">
<source>The version of report output.</source>
<target state="translated">보고서 출력의 버전입니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_OutputVersionNotApplicable">
<source>'--output-version' option not applicable for console output, it can only be used together with `--format json` option.</source>
<target state="translated">'--output-version' 옵션은 콘솔 출력에 적용할 수 없습니다. 해당 옵션은 '--format json' 옵션하고만 함께 사용할 수 있습니다.</target>
<note>Don't localize '--output-version' and `--format json`</note>
</trans-unit>
<trans-unit id="ListPkg_PathDescription">
<source>A path to a project, solution file or directory.</source>
<target state="translated">프로젝트, 솔루션 파일 또는 디렉터리의 경로입니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_PrereleaseDescription">
<source>Considers prerelease versions when looking for latest. Works only with `--outdated`.</source>
<target state="translated">최신 버전을 찾을 때 시험판 버전을 고려합니다. `--outdated`로만 작동합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ProjectDeprecationsHeaderLog">
<source>Project `{0}` has the following deprecated packages</source>
<target state="translated">'{0}' 프로젝트에 다음 사용되지 않는 패키지가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ProjectHeaderLog">
<source>Project '{0}' has the following package references</source>
<target state="translated">'{0}' 프로젝트에 다음 패키지 참조가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ProjectUpdatesHeaderLog">
<source>Project `{0}` has the following updates to its packages</source>
<target state="translated">'{0}' 프로젝트에 패키지에 대한 다음 업데이트가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_ProjectVulnerabilitiesHeaderLog">
<source>Project `{0}` has the following vulnerable packages</source>
<target state="translated">`{0}` 프로젝트에 다음과 같은 취약한 패키지가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_Requested">
<source>Requested</source>
<target state="translated">요청됨</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_Resolved">
<source>Resolved</source>
<target state="translated">확인됨</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_SourceDescription">
<source>Sources to lookup for latest versions. Works only with `--outdated`.</source>
<target state="translated">최신 버전을 조회할 소스입니다. `--outdated`로만 작동합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_SourcesUsedDescription">
<source>The following sources were used:</source>
<target state="translated">다음 소스가 사용되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_TopLevelHeader">
<source>Top-level Package</source>
<target state="translated">최상위 패키지</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_TransitiveDescription">
<source>Includes transitive packages too in the result.</source>
<target state="translated">결과에 전이적 패키지도 포함합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_TransitiveHeader">
<source>Transitive Package</source>
<target state="translated">전이적 패키지</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_VulnerabilityAdvisoryUrl">
<source>Advisory URL</source>
<target state="translated">자문 URL</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_VulnerabilitySeverity">
<source>Severity</source>
<target state="translated">심각도</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_VulnerableDescription">
<source>Displays only the packages flagged as vulnerable.</source>
<target state="translated">취약한 것으로 플래그가 지정된 패키지만 표시합니다.</target>
<note />
</trans-unit>
<trans-unit id="ListPkg_VulnerableIgnoredOptions">
<source>The command option(s) '--include-prerelease', '--highest-minor', and '--highest-patch' are ignored by this command.</source>
<target state="translated">이 명령에서 명령 옵션 '--include-prerelease', '--highest-minor' 및 '--highest-patch'가 무시됩니다.</target>
<note />
</trans-unit>
<trans-unit id="ListSourceCommandDescription">
<source>Lists all configured NuGet sources.</source>
<target state="translated">구성된 모든 NuGet 소스를 나열합니다.</target>
<note />
</trans-unit>
<trans-unit id="List_Description">
<source>List configured NuGet sources.</source>
<target state="translated">구성된 NuGet 소스를 나열합니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ArgumentDescription">
<source>Specifies the cache location(s) to list or clear.
<all | http-cache | global-packages | temp></source>
<target state="translated">나열하거나 지울 캐시 위치를 지정합니다.
<all | http-cache | global-packages | temp></target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ClearDescription">
<source>Clear the selected local resources or cache location(s).</source>
<target state="translated">선택한 로컬 리소스 또는 캐시 위치를 지웁니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_Description">
<source>Clears or lists local NuGet resources such as http requests cache, packages folder, plugin operations cache or machine-wide global packages folder.</source>
<target state="translated">http 요청 캐시, 패키지 폴더, 플러그 인 작업 캐시 또는 시스템 전체의 전역 패키지 폴더와 같은 로컬 NuGet 리소스를 지우거나 나열합니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_ListDescription">
<source>List the selected local resources or cache location(s).</source>
<target state="translated">선택한 로컬 리소스 또는 캐시 위치의 목록입니다.</target>
<note />
</trans-unit>
<trans-unit id="LocalsCommand_MultipleOperations">
<source>Both operations, --list and --clear, are not supported in the same command. Please specify only one operation.
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">--list와 --clear 작업을 모두 동일한 명령에서 사용할 수 없습니다. 하나의 명령만 지정하세요.
사용법: 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_NoArguments">
<source>No Cache Type was specified.
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_NoOperation">
<source>Please specify an operation i.e. --list or --clear.
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">작업을 지정하세요(예: --list 또는 --clear).
사용법: 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="NoServiceEndpoint_Description">
<source>Does not append "api/v2/package" to the source URL.</source>
<target state="translated">"api/v2/package"를 소스 URL에 추가하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="NoSymbols_Description">
<source>If a symbols package exists, it will not be pushed to a symbols server.</source>
<target state="translated">기호 패키지가 있는 경우 기호 서버로 푸시되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="NonInteractive_Description">
<source>Do not prompt for user input or confirmations.</source>
<target state="translated">사용자 입력을 요청하거나 확인을 묻는 메시지를 표시하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="NuGetXplatCommand_Interactive">
<source>Allow the command to block and require manual action for operations like authentication.</source>
<target state="translated">명령이 인증 같은 작업에 대해 수동 작업을 차단하고 요구하도록 허용합니다.</target>
<note />
</trans-unit>
<trans-unit id="Option_ConfigFile">
<source>The NuGet configuration file. If specified, only the settings from this file will be used. If not specified, the hierarchy of configuration files from the current directory will be used. For more information, see https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior.</source>
<target state="translated">NuGet 구성 파일. 지정한 경우 이 파일의 설정만 사용됩니다. 지정하지 않은 경우 현재 디렉터리의 구성 파일 계층 구조가 사용됩니다. 자세한 정보는 https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior를 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="Option_FindBy">
<source>Search method to find certificate in certificate store (see docs).</source>
<target state="translated">인증서 저장소에서 인증서를 찾을 수 있는 검색 방법(문서 참조).</target>
<note />
</trans-unit>
<trans-unit id="Option_FindValue">
<source>Search the certificate store for the supplied value. Used with FindValue (see docs).</source>
<target state="translated">인증서 저장소에서 제공된 값을 검색합니다. FindValue와 함께 사용합니다(문서 참조).</target>
<note>Don't translate FindValue</note>
</trans-unit>
<trans-unit id="Option_Force">
<source>Skip certificate validation.</source>
<target state="translated">인증서 확인을 건너뜁니다.</target>
<note />
</trans-unit>
<trans-unit id="Option_PackageSource">
<source>Package source name.</source>
<target state="translated">패키지 원본 이름.</target>
<note />
</trans-unit>
<trans-unit id="Option_Password">
<source>Password for the certificate, if needed.</source>
<target state="translated">인증서 암호(필요한 경우).</target>
<note />
</trans-unit>
<trans-unit id="Option_Path">
<source>Path to certificate file.</source>
<target state="translated">인증서 파일의 경로.</target>
<note />
</trans-unit>
<trans-unit id="Option_StoreLocation">
<source>Certificate store location (see docs).</source>
<target state="translated">인증서 저장소 위치(문서 참조).</target>
<note />
</trans-unit>
<trans-unit id="Option_StoreName">
<source>Certificate store name (see docs).</source>
<target state="translated">인증서 저장소 이름(문서 참조).</target>
<note />
</trans-unit>
<trans-unit id="Option_StorePasswordInClearText">
<source>Enables storing password for the certificate by disabling password encryption.</source>
<target state="translated">암호 암호화를 사용하지 않도록 설정하여 인증서 암호를 저장할 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="OutputNuGetVersion">
<source>{0} Version: {1}</source>
<target state="translated">{0} 버전: {1}</target>
<note>{0}: App full name
{1}: App version</note>
</trans-unit>
<trans-unit id="PackageDownloadCommand_AllowInsecureConnectionsDescription">
<source>Allows downloading from HTTP (non-HTTPS) package sources.</source>
<target state="translated">HTTP(비 HTTPS) 패키지 원본에서 다운로드할 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageDownloadCommand_AlreadyInstalled">
<source>Skipping download. Package '{0}' version {1} already exists at '{2}'.</source>
<target state="translated">다운로드를 건너뛰는 중입니다. 패키지 '{0}' 버전 {1}이(가) '{2}'에 이미 있습니다.</target>
<note>0 - package id
1 - version
2 - directory path where the package was downloaded</note>
</trans-unit>
<trans-unit id="PackageDownloadCommand_Description">
<source>Downloads a NuGet package to a local folder without requiring a project file.</source>
<target state="translated">프로젝트 파일을 요구하지 않고 NuGet 패키지를 로컬 폴더에 다운로드합니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageDownloadCommand_Failed">
<source>Package '{0}' ({1}) failed to download.</source>
<target state="translated">패키지 '{0}'({1})을(를) 다운로드하지 못했습니다.</target>
<note>0 - package id
1 - package version</note>
</trans-unit>
<trans-unit id="PackageDownloadCommand_LatestVersion">
<source>latest version</source>
<target state="translated">최신 버전</target>
<note />
</trans-unit>
<trans-unit id="PackageDownloadCommand_OutputDirectoryDescription">
<source>Directory where the package will be placed. Defaults to the current working directory.</source>
<target state="translated">패키지를 배치할 디렉터리입니다. 기본값은 현재 작업 디렉터리입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageDownloadCommand_PackageIdDescription">
<source>Package identifier (e.g. 'Newtonsoft.Json').</source>
<target state="translated">패키지 식별자(예: 'Newtonsoft.Json').</target>
<note />
</trans-unit>
<trans-unit id="PackageDownloadCommand_PackageSourceMapping_NoSourcesMapped">
<source>Unable to download package '{0}'. PackageSourceMapping is enabled, but no mapped sources were found for this package. The following source(s) were not considered: {1}.</source>
<target state="new">Unable to download package '{0}'. PackageSourceMapping is enabled, but no mapped sources were found for this package. The following source(s) were not considered: {1}.</target>
<note>{0} = package ID
{1} = comma-separated list of all configured sources </note>
</trans-unit>
<trans-unit id="PackageDownloadCommand_PackageSourceMapping_NoSuchSource">
<source>The mapped source '{0}' for package '{1}' was not found among the configured sources.</source>
<target state="translated">구성된 원본 중 '{1}' 패키지에 대해 매핑된 원본 '{0}'을(를) 찾을 수 없습니다.</target>
<note>0 - package source name
1 - package name</note>
</trans-unit>
<trans-unit id="PackageDownloadCommand_SourcesDescription">
<source>Specifies one or more NuGet package sources to use.</source>
<target state="translated">사용할 NuGet 패키지 원본을 하나 이상 지정합니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageDownloadCommand_Starting">
<source>Downloading package {0}, version {1}.</source>
<target state="translated">패키지 {0}, 버전 {1}을(를) 다운로드하는 중입니다.</target>
<note>0- package id
1- package version</note>
</trans-unit>
<trans-unit id="PackageDownloadCommand_Succeeded">
<source>Package '{0}' ({1}) successfully downloaded to '{2}'.</source>
<target state="translated">패키지 '{0}'({1})을 '{2}'에 다운로드했습니다.</target>
<note>0 - package id
1 - package version
2 - package download location</note>
</trans-unit>
<trans-unit id="PackageDownloadCommand_UnableToDownload">
<source>Package download failed for `{0} {1}` from source `{2}`.</source>
<target state="translated">원본 '{2}'에서 '{0} {1}'에 대한 패키지를 다운로드하지 못했습니다.</target>
<note>0 package id
1 package version
2 package source</note>
</trans-unit>
<trans-unit id="PackageUpdateCommand_Description">
<source>Update referenced packages in a project or solution.</source>
<target state="translated">프로젝트 또는 솔루션에서 참조된 패키지를 업데이트합니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageUpdateCommand_ProjectOptionDescription">
<source>Path to a project or solution file, or a directory.</source>
<target state="translated">프로젝트, 솔루션 파일 또는 디렉터리의 경로입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageUpdateCommand_VulnerableOptionDescription">
<source>Upgrade packages with known vulnerabilities.</source>
<target state="translated">알려진 취약점이 있는 패키지를 업그레이드하세요.</target>
<note />
</trans-unit>
<trans-unit id="PackageUpdate_AllPackagesAlreadyUpToDate">
<source>All packages are already up to date.</source>
<target state="translated">모든 패키지가 이미 최신 상태입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageUpdate_AllVersionsHaveAdvisories">
<source>All versions of package {0} have security advisories. Unable to find a non-vulnerable version to update to.</source>
<target state="translated">패키지 {0}의 모든 버전에는 보안 권고가 있습니다. 업데이트할 취약하지 않은 버전을 찾을 수 없습니다.</target>
<note>{0}: package id</note>
</trans-unit>
<trans-unit id="PackageUpdate_AlreadyUpToDate">
<source>All packages are up to date</source>
<target state="translated">모든 패키지가 최신 상태입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageUpdate_AuditDisabled">
<source>This command requires NuGetAudit to be enabled at this time. See https://aka.ms/nuget/audit for more information.</source>