forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCommonLocalizableStrings.ko.xlf
More file actions
1031 lines (1007 loc) · 49.5 KB
/
CommonLocalizableStrings.ko.xlf
File metadata and controls
1031 lines (1007 loc) · 49.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../CommonLocalizableStrings.resx">
<body>
<trans-unit id="ArchArgumentName">
<source>ARCH</source>
<target state="new">ARCH</target>
<note />
</trans-unit>
<trans-unit id="ArchitectureOptionDescription">
<source>The target architecture.</source>
<target state="translated">대상 아키텍처입니다.</target>
<note />
</trans-unit>
<trans-unit id="ArtifactsPathArgumentName">
<source>ARTIFACTS_DIR</source>
<target state="new">ARTIFACTS_DIR</target>
<note />
</trans-unit>
<trans-unit id="ArtifactsPathOptionDescription">
<source>The artifacts path. All output from the project, including build, publish, and pack output, will go in subfolders under the specified path.</source>
<target state="new">The artifacts path. All output from the project, including build, publish, and pack output, will go in subfolders under the specified path.</target>
<note />
</trans-unit>
<trans-unit id="CannotResolveRuntimeIdentifier">
<source>Resolving the current runtime identifier failed.</source>
<target state="translated">현재 런타임 식별자를 확인하지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotSpecifyBothRuntimeAndArchOptions">
<source>Specifying both the `-r|--runtime` and `-a|--arch` options is not supported.</source>
<target state="translated">`-r|--runtime` 및 `-a|--arch` 옵션을 모두 지정하는 것은 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotSpecifyBothRuntimeAndOsOptions">
<source>Specifying both the `-r|--runtime` and `-os` options is not supported.</source>
<target state="translated">`-r|--runtime` 및 `-os` 옵션을 모두 지정하는 것은 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="CommandInteractiveOptionDescription">
<source>Allows the command to stop and wait for user input or action (for example to complete authentication).</source>
<target state="translated">명령을 중지하고 사용자 입력 또는 작업을 기다리도록 허용합니다(예: 인증 완료).</target>
<note />
</trans-unit>
<trans-unit id="CommandPrereleaseOptionDescription">
<source>Allows prerelease packages to be installed.</source>
<target state="translated">시험판 패키지를 설치할 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="CorruptSolutionProjectFolderStructure">
<source>The solution file '{0}' is missing EndProject tags or has invalid child-parent project folder mappings around project GUID: '{1}'. Manually repair the solution or try to open and save it in Visual Studio."</source>
<target state="translated">솔루션 파일 '{0}'에 EndProject 태그가 없거나 프로젝트 GUID '{1}' 주위에 잘못된 하위-상위 프로젝트 폴더 매핑이 있습니다. 솔루션을 수동으로 복구하거나 Visual Studio에서 열어서 저장해 보세요.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotFindAnyProjectInDirectory">
<source>Could not find any project in `{0}`.</source>
<target state="translated">'{0}'에서 프로젝트를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">모든 영구 빌드 서버를 무시하도록 명령을 강제 실행합니다.</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentPathOSXBashManualInstructions">
<source>Tools directory '{0}' is not currently on the PATH environment variable.
If you are using bash, you can add it to your profile by running the following command:
cat << \EOF >> ~/.bash_profile
# Add .NET Core SDK tools
export PATH="$PATH:{0}"
EOF
You can add it to the current session by running the following command:
export PATH="$PATH:{0}"
</source>
<target state="translated">도구 디렉터리 '{0}'이(가) 현재 PATH 환경 변수에 없습니다.
Bash를 사용하는 경우 다음 명령을 실행하여 프로필에 Bash를 추가할 수 있습니다.
cat << \EOF >> ~/.bash_profile
# Add .NET Core SDK tools
export PATH="$PATH:{0}"
EOF
다음 명령을 실행하여 현재 세션에 Bash를 추가할 수 있습니다.
export PATH="$PATH:{0}"
</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentPathOSXZshManualInstructions">
<source>Tools directory '{0}' is not currently on the PATH environment variable.
If you are using zsh, you can add it to your profile by running the following command:
cat << \EOF >> ~/.zprofile
# Add .NET Core SDK tools
export PATH="$PATH:{0}"
EOF
And run `zsh -l` to make it available for current session.
You can only add it to the current session by running the following command:
export PATH="$PATH:{0}"
</source>
<target state="translated">도구 디렉터리 '{0}'이(가) 현재 PATH 환경 변수에 없습니다.
zsh를 사용하는 경우 다음 명령을 실행하여 프로필에 zsh를 추가할 수 있습니다.
cat << \EOF >> ~/.zprofile
# Add .NET Core SDK tools
export PATH="$PATH:{0}"
EOF
또한 'zsh -l'을 실행하여 현재 세션에 zsh를 사용하도록 설정합니다.
현재 세션에 추가하려면 다음 명령을 실행해야 합니다.
export PATH="$PATH:{0}"
</target>
<note />
</trans-unit>
<trans-unit id="FrameworkDependentOptionDescription">
<source>Publish your application as a framework dependent application. A compatible .NET runtime must be installed on the target machine to run your application.</source>
<target state="translated">애플리케이션을 프레임워크 종속 애플리케이션으로 게시합니다. 애플리케이션을 실행하려면 호환되는 .NET 런타임이 대상 시스템에 설치되어 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="MSBuildAdditionalOptionTitle">
<source>.NET Cli Options:</source>
<target state="new">.NET Cli Options:</target>
<note />
</trans-unit>
<trans-unit id="MoreThanOneProjectInDirectory">
<source>Found more than one project in `{0}`. Specify which one to use.</source>
<target state="translated">'{0}'에서 프로젝트를 두 개 이상 찾았습니다. 사용할 프로젝트를 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="OSArgumentName">
<source>OS</source>
<target state="new">OS</target>
<note />
</trans-unit>
<trans-unit id="OperatingSystemOptionDescription">
<source>The target operating system.</source>
<target state="translated">대상 운영 체제입니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectAlreadyHasAreference">
<source>Project already has a reference to `{0}`.</source>
<target state="translated">프로젝트에 이미 '{0}'에 대한 참조가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectReferenceCouldNotBeFound">
<source>Project reference `{0}` could not be found.</source>
<target state="translated">프로젝트 참조 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectReferenceRemoved">
<source>Project reference `{0}` removed.</source>
<target state="translated">프로젝트 참조 '{0}'이(가) 제거되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Project">
<source>Project</source>
<target state="translated">프로젝트</target>
<note />
</trans-unit>
<trans-unit id="ProjectFile">
<source>Project file</source>
<target state="translated">프로젝트 파일</target>
<note />
</trans-unit>
<trans-unit id="Reference">
<source>Reference</source>
<target state="translated">참조</target>
<note />
</trans-unit>
<trans-unit id="ProjectReference">
<source>Project reference</source>
<target state="translated">프로젝트 참조</target>
<note />
</trans-unit>
<trans-unit id="PackageReference">
<source>Package reference</source>
<target state="translated">패키지 참조</target>
<note />
</trans-unit>
<trans-unit id="P2P">
<source>Project to Project</source>
<target state="translated">프로젝트 간</target>
<note />
</trans-unit>
<trans-unit id="P2PReference">
<source>Project to Project reference</source>
<target state="translated">프로젝트 간 참조</target>
<note />
</trans-unit>
<trans-unit id="Package">
<source>Package</source>
<target state="translated">패키지</target>
<note />
</trans-unit>
<trans-unit id="ResponseFileNotFound">
<source>Response file '{0}' does not exist.</source>
<target state="translated">지시 파일 '{0}'이(가) 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="SelfContainAndNoSelfContainedConflict">
<source>The '--self-contained' and '--no-self-contained' options cannot be used together.</source>
<target state="translated">'--self-contained' 및 '--no-self-contained' 옵션은 함께 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="SelfContainedOptionDescription">
<source>Publish the .NET runtime with your application so the runtime doesn't need to be installed on the target machine.
The default is 'true' if a runtime identifier is specified.</source>
<target state="translated">대상 머신에 런타임을 설치할 필요가 없도록 애플리케이션과 함께 .NET 런타임을 게시합니다.
런타임 식별자를 지정한 경우 기본값은 'true'입니다.</target>
<note />
</trans-unit>
<trans-unit id="Solution">
<source>Solution</source>
<target state="translated">솔루션</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">솔루션 파일</target>
<note />
</trans-unit>
<trans-unit id="Executable">
<source>Executable</source>
<target state="translated">실행 파일</target>
<note />
</trans-unit>
<trans-unit id="Library">
<source>Library</source>
<target state="translated">라이브러리</target>
<note />
</trans-unit>
<trans-unit id="Program">
<source>Program</source>
<target state="translated">프로그램</target>
<note />
</trans-unit>
<trans-unit id="Application">
<source>Application</source>
<target state="translated">애플리케이션</target>
<note />
</trans-unit>
<trans-unit id="ReferenceAddedToTheProject">
<source>Reference `{0}` added to the project.</source>
<target state="translated">프로젝트에 '{0}' 참조가 추가되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="Add">
<source>Add</source>
<target state="translated">추가</target>
<note />
</trans-unit>
<trans-unit id="Remove">
<source>Remove</source>
<target state="translated">제거</target>
<note />
</trans-unit>
<trans-unit id="Delete">
<source>Delete</source>
<target state="translated">삭제</target>
<note />
</trans-unit>
<trans-unit id="Update">
<source>Update</source>
<target state="translated">업데이트</target>
<note />
</trans-unit>
<trans-unit id="New">
<source>New</source>
<target state="translated">새로 만들기</target>
<note />
</trans-unit>
<trans-unit id="List">
<source>List</source>
<target state="translated">목록</target>
<note />
</trans-unit>
<trans-unit id="Load">
<source>Load</source>
<target state="translated">로드</target>
<note />
</trans-unit>
<trans-unit id="Save">
<source>Save</source>
<target state="translated">저장</target>
<note />
</trans-unit>
<trans-unit id="Find">
<source>Find</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="Warning">
<source>Warning</source>
<target state="translated">경고</target>
<note />
</trans-unit>
<trans-unit id="File">
<source>File</source>
<target state="translated">파일</target>
<note />
</trans-unit>
<trans-unit id="Directory">
<source>Directory</source>
<target state="translated">디렉터리</target>
<note />
</trans-unit>
<trans-unit id="Type">
<source>Type</source>
<target state="translated">형식</target>
<note />
</trans-unit>
<trans-unit id="Value">
<source>Value</source>
<target state="translated">값</target>
<note />
</trans-unit>
<trans-unit id="Group">
<source>Group</source>
<target state="translated">그룹</target>
<note />
</trans-unit>
<trans-unit id="XAddedToY">
<source>{0} added to {1}.</source>
<target state="translated">{0}이(가) {1}에 추가되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="XRemovedFromY">
<source>{0} removed from {1}.</source>
<target state="translated">{0}이(가) {1}에서 제거되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="XDeletedFromY">
<source>{0} deleted from {1}.</source>
<target state="translated">{0}이(가) {1}에서 삭제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="XSuccessfullyUpdated">
<source>{0} successfully updated.</source>
<target state="translated">{0}이(가) 업데이트되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="XIsInvalid">
<source>{0} is invalid.</source>
<target state="translated">{0}이(가) 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="XYFoundButInvalid">
<source>{0} `{1}` found but is invalid.</source>
<target state="translated">{0} '{1}'이(가) 있지만 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="XFoundButInvalid">
<source>`{0}` found but is invalid.</source>
<target state="translated">{0}이(가) 있지만 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="OperationInvalid">
<source>Operation is invalid.</source>
<target state="translated">작업이 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="OperationXInvalid">
<source>Operation {0} is invalid.</source>
<target state="translated">{0} 작업이 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="XNotFound">
<source>{0} not found.</source>
<target state="translated">'{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="XOrYNotFound">
<source>{0} or {1} not found.</source>
<target state="translated">'{0}' 또는 {1}을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="XOrYNotFoundInZ">
<source>{0} or {1} not found in `{2}`.</source>
<target state="translated">'{2}'에서 '{0}' 또는 {1}을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="FileNotFound">
<source>File `{0}` not found.</source>
<target state="translated">'{0}' 파일을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="XDoesNotExist">
<source>{0} does not exist.</source>
<target state="translated">{0}이(가) 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="XYDoesNotExist">
<source>{0} `{1}` does not exist.</source>
<target state="translated">{0} '{1}'이(가) 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="MoreThanOneXFound">
<source>More than one {0} found.</source>
<target state="translated">{0}을(를) 두 개 이상 찾았습니다.</target>
<note />
</trans-unit>
<trans-unit id="XAlreadyContainsY">
<source>{0} already contains {1}.</source>
<target state="translated">{0}에 {1}이(가) 이미 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="XAlreadyContainsYZ">
<source>{0} already contains {1} `{2}`.</source>
<target state="translated">{0}에 {1} '{2}'이(가) 이미 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="XAlreadyHasY">
<source>{0} already has {1}.</source>
<target state="translated">{0}에 {1}이(가) 이미 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="XAlreadyHasYZ">
<source>{0} already has {1} `{2}`.</source>
<target state="translated">{0}에 {1} '{2}'이(가) 이미 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="XWasNotExpected">
<source>{0} was not expected.</source>
<target state="translated">{0}은(는) 필요하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="XNotProvided">
<source>{0} not provided.</source>
<target state="translated">{0}이(가) 제공되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifyAtLeastOne">
<source>Specify at least one {0}.</source>
<target state="translated">{0}을(를) 하나 이상 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotConnectWithTheServer">
<source>Could not connect with the server.</source>
<target state="translated">서버에 연결할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentIsInvalid">
<source>Required argument {0} is invalid.</source>
<target state="translated">필수 인수 {0}이(가) 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="OptionIsInvalid">
<source>Option {0} is invalid.</source>
<target state="translated">{0} 옵션이 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentIsInvalid">
<source>Argument {0} is invalid.</source>
<target state="translated">{0} 인수가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentNotPassed">
<source>Required argument {0} was not provided.</source>
<target state="translated">필수 인수 {0}이(가) 제공되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotFindProjectOrDirectory">
<source>Could not find project or directory `{0}`.</source>
<target state="translated">프로젝트 또는 디렉터리 {0}을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="FoundInvalidProject">
<source>Found a project `{0}` but it is invalid.</source>
<target state="translated">'{0}' 프로젝트가 있지만 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidProject">
<source>Invalid project `{0}`.</source>
<target state="translated">'{0}' 프로젝트가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotFindSolutionIn">
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
<target state="translated">지정한 솔루션 파일 {0}이(가) 없거나 디렉터리에 솔루션 파일이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotFindSolutionOrDirectory">
<source>Could not find solution or directory `{0}`.</source>
<target state="translated">솔루션 또는 디렉터리 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="SolutionDoesNotExist">
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
<target state="translated">지정한 솔루션 파일 {0}이(가) 없거나 디렉터리에 솔루션 파일이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ReferenceIsInvalid">
<source>Reference `{0}` is invalid.</source>
<target state="translated">'{0}' 참조가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
<source>You must specify at least one reference to add.</source>
<target state="translated">추가할 참조를 하나 이상 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageReferenceDoesNotExist">
<source>Package reference `{0}` does not exist.</source>
<target state="translated">패키지 참조 '{0}'이(가) 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageReferenceIsInvalid">
<source>Package reference `{0}` is invalid.</source>
<target state="translated">패키지 참조 '{0}'이(가) 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifyAtLeastOnePackageReferenceToAdd">
<source>You must specify at least one package to add.</source>
<target state="translated">추가할 패키지를 하나 이상 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageReferenceAddedToTheProject">
<source>Package reference `{0}` added to the project.</source>
<target state="translated">프로젝트에 패키지 참조 '{0}'이(가) 추가되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectAlreadyHasAPackageReference">
<source>Project {0} already has a reference `{1}`.</source>
<target state="translated">{0} 프로젝트에 이미 '{1}' 참조가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="PleaseSpecifyVersion">
<source>Specify a version of the package.</source>
<target state="translated">패키지 버전을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="ProjectDoesNotExist">
<source>Project `{0}` does not exist.</source>
<target state="translated">'{0}' 프로젝트가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectIsInvalid">
<source>Project `{0}` is invalid.</source>
<target state="translated">'{0}' 프로젝트가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifyAtLeastOneProjectToAdd">
<source>You must specify at least one project to add.</source>
<target state="translated">추가할 프로젝트를 하나 이상 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectAddedToTheSolution">
<source>Project `{0}` added to the solution.</source>
<target state="translated">'{0}' 프로젝트가 솔루션에 추가되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="ReferenceNotFoundInTheProject">
<source>Specified reference {0} does not exist in project {1}.</source>
<target state="translated">지정한 참조 {0}이(가) {1} 프로젝트에 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ReferenceRemoved">
<source>Reference `{0}` deleted from the project.</source>
<target state="translated">'{0}' 참조가 프로젝트에서 삭제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
<source>You must specify at least one reference to remove.</source>
<target state="translated">제거할 참조를 하나 이상 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ReferenceDeleted">
<source>Reference `{0}` deleted.</source>
<target state="translated">'{0}' 참조가 삭제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageReferenceNotFoundInTheProject">
<source>Package reference `{0}` could not be found in the project.</source>
<target state="translated">프로젝트에서 패키지 참조 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageReferenceRemoved">
<source>Reference `{0}` deleted from the project.</source>
<target state="translated">'{0}' 참조가 프로젝트에서 삭제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifyAtLeastOnePackageReferenceToRemove">
<source>You must specify at least one package reference to remove.</source>
<target state="translated">제거할 패키지 참조를 하나 이상 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageReferenceDeleted">
<source>Package reference `{0}` deleted.</source>
<target state="translated">패키지 참조 '{0}'이(가) 삭제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectNotFoundInTheSolution">
<source>Project `{0}` could not be found in the solution.</source>
<target state="translated">솔루션에서 '{0}' 프로젝트를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectRemoved">
<source>Project `{0}` removed from solution.</source>
<target state="translated">'{0}' 프로젝트가 솔루션에서 제거되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifyAtLeastOneProjectToRemove">
<source>You must specify at least one project to remove.</source>
<target state="translated">제거할 프로젝트를 하나 이상 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectDeleted">
<source>Project `{0}` deleted from solution.</source>
<target state="translated">'{0}' 프로젝트가 솔루션에서 삭제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="NoReferencesFound">
<source>There are no {0} references in project {1}.</source>
<target state="translated">{1} 프로젝트에 {0} 참조가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NoProjectsFound">
<source>No projects found in the solution.</source>
<target state="translated">솔루션에서 프로젝트를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="PleaseSpecifyNewVersion">
<source>Specify new version of the package.</source>
<target state="translated">패키지의 새 버전을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="PleaseSpecifyWhichPackageToUpdate">
<source>Specify which package to update.</source>
<target state="translated">업데이트할 패키지를 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="NothingToUpdate">
<source>Nothing to update.</source>
<target state="translated">업데이트할 사항이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="EverythingUpToDate">
<source>Everything is already up-to-date.</source>
<target state="translated">모든 항목이 이미 최신 상태입니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageVersionUpdatedTo">
<source>Version of package `{0}` updated to `{1}`.</source>
<target state="translated">'{0}' 패키지의 버전이 '{1}'(으)로 업데이트되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageVersionUpdated">
<source>Version of package `{0}` updated.</source>
<target state="translated">'{0}' 패키지의 버전이 업데이트되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotUpdateTheVersion">
<source>Could not update the version of the package `{0}`.</source>
<target state="translated">'{0}' 패키지의 버전을 업데이트할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="TemplateCreatedSuccessfully">
<source>The template {0} created successfully. run "dotnet restore" to get started!</source>
<target state="translated">{0} 템플릿을 만들었습니다. 시작하려면 "dotnet restore"를 실행하세요.</target>
<note />
</trans-unit>
<trans-unit id="TemplateInstalledSuccesfully">
<source>The template {0} installed successfully. You can use "dotnet new {0}" to get started with the new template.</source>
<target state="translated">{0} 템플릿이 설치되었습니다. 새 템플릿으로 시작하려면 "dotnet new {0}"을(를) 사용하세요.</target>
<note />
</trans-unit>
<trans-unit id="TemplateCreateError">
<source>Template {0} could not be created. Error returned was: {1}.</source>
<target state="translated">{0} 템플릿을 만들 수 없습니다. 반환된 오류는 {1}입니다.</target>
<note />
</trans-unit>
<trans-unit id="TemplateInstallError">
<source>Template {0} could not be installed. Error returned was: {1}.</source>
<target state="translated">{0} 템플릿을 설치할 수 없습니다. 반환된 오류는 {1}입니다.</target>
<note />
</trans-unit>
<trans-unit id="SpecifiedNameExists">
<source>Specified name {0} already exists. Specify a different name.</source>
<target state="translated">지정한 이름 {0}이(가) 이미 있습니다. 다른 이름을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="SpecifiedAliasExists">
<source>Specified alias {0} already exists. Specify a different alias.</source>
<target state="translated">지정한 별칭 {0}이(가) 이미 있습니다. 다른 별칭을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="MandatoryParameterMissing">
<source>Mandatory parameter {0} missing for template {1}. </source>
<target state="translated">{1} 템플릿에 대한 필수 매개 변수 {0}이(가) 없습니다. </target>
<note />
</trans-unit>
<trans-unit id="ProjectReferenceOneOrMore">
<source>Project reference(s)</source>
<target state="translated">프로젝트 참조</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandNotPassed">
<source>Required command was not provided.</source>
<target state="translated">필수 명령을 제공하지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="MoreThanOneSolutionInDirectory">
<source>Found more than one solution file in {0}. Specify which one to use.</source>
<target state="translated">{0}에서 솔루션 파일을 두 개 이상 찾았습니다. 사용할 파일을 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="SolutionAlreadyContainsProject">
<source>Solution {0} already contains project {1}.</source>
<target state="translated">{0} 솔루션에 {1} 프로젝트가 이미 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentsProjectOrSolutionDescription">
<source>The project or solution to operation on. If a file is not specified, the current directory is searched.</source>
<target state="translated">작업할 프로젝트 또는 솔루션입니다. 파일을 지정하지 않으면 현재 디렉터리가 검색됩니다.</target>
<note />
</trans-unit>
<trans-unit id="CmdFramework">
<source>FRAMEWORK</source>
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="ProjectNotCompatibleWithFrameworks">
<source>Project `{0}` cannot be added due to incompatible targeted frameworks between the two projects. Review the project you are trying to add and verify that is compatible with the following targets:</source>
<target state="translated">두 프로젝트 간에 호환되지 않는 대상 프레임워크 때문에 '{0}' 프로젝트를 추가할 수 없습니다. 추가하려는 프로젝트를 검토하고 다음 대상과 호환되는지 확인하세요.</target>
<note />
</trans-unit>
<trans-unit id="ProjectDoesNotTargetFramework">
<source>Project `{0}` does not target framework `{1}`.</source>
<target state="translated">'{0}' 프로젝트의 대상 프레임워크가 '{1}'이(가) 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCouldNotBeEvaluated">
<source>Project `{0}` could not be evaluated. Evaluation failed with following error:
{1}.</source>
<target state="translated">'{0}' 프로젝트를 평가할 수 없습니다. 다음 오류로 인해 평가가 실패했습니다.
{1}.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedProjectType">
<source>Project '{0}' has an unknown project type and cannot be added to the solution file. Contact your SDK provider for support.</source>
<target state="translated">'{0}' 프로젝트는 알 수 없는 프로젝트 형식이고 솔루션 파일에 추가할 수 없습니다. SDK 공급자에 문의하여 지원을 받으세요.</target>
<note />
</trans-unit>
<trans-unit id="InvalidSolutionFormatString">
<source>Invalid solution `{0}`. {1}.</source>
<target state="translated">'{0}' 솔루션이 잘못되었습니다. {1}.</target>
<note />
</trans-unit>
<trans-unit id="InvalidProjectWithExceptionMessage">
<source>Invalid project `{0}`. {1}.</source>
<target state="translated">'{0}' 프로젝트가 잘못되었습니다. {1}.</target>
<note />
</trans-unit>
<trans-unit id="VerbosityOptionDescription">
<source>Set the MSBuild verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].</source>
<target state="translated">MSBuild 세부 정보 표시 수준을 설정합니다. 허용되는 값은 q[uiet], m[inimal], n[ormal], d[etailed] 및 diag[nostic]입니다.</target>
<note />
</trans-unit>
<trans-unit id="CmdVersionSuffixDescription">
<source>Set the value of the $(VersionSuffix) property to use when building the project.</source>
<target state="translated">프로젝트를 빌드할 때 사용할 $(VersionSuffix) 속성의 값을 설정합니다.</target>
<note />
</trans-unit>
<trans-unit id="ShowHelpDescription">
<source>Show command line help.</source>
<target state="translated">명령줄 도움말을 표시합니다.</target>
<note />
</trans-unit>
<trans-unit id="NoRestoreDescription">
<source>Do not restore the project before building.</source>
<target state="translated">빌드하기 전에 프로젝트를 복원하지 마세요.</target>
<note />
</trans-unit>
<trans-unit id="ProjectRemovedFromTheSolution">
<source>Project `{0}` removed from the solution.</source>
<target state="translated">'{0}' 프로젝트가 솔루션에서 제거되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsInvalidXml">
<source>Invalid XML: {0}</source>
<target state="translated">잘못된 XML: {0}</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentPathLinuxNeedLogout">
<source>Since you just installed the .NET SDK, you will need to logout or restart your session before running the tool you installed.</source>
<target state="translated">.NET SDK를 방금 설치했기 때문에 설치한 도구를 실행하기 전에 로그아웃하거나 세션을 다시 시작해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentPathOSXNeedReopen">
<source>Since you just installed the .NET SDK, you will need to reopen terminal before running the tool you installed.</source>
<target state="translated">.NET SDK를 방금 설치했기 때문에 설치한 도구를 실행하기 전에 터미널을 다시 열어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentPathWindowsNeedReopen">
<source>Since you just installed the .NET SDK, you will need to reopen the Command Prompt window before running the tool you installed.</source>
<target state="translated">.NET SDK를 방금 설치했기 때문에 설치한 도구를 실행하기 전에 명령 프롬프트 창을 다시 열어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsMissingCommandName">
<source>Tool defines a command with a missing name setting.</source>
<target state="translated">도구에서 이름 설정 없이 명령을 정의합니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsMissingEntryPoint">
<source>Command '{0}' is missing an entry point setting.</source>
<target state="translated">'{0}' 명령에 진입점 설정이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsInvalidCommandName">
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
<target state="translated">'{0}' 명령에 다음과 같은 잘못된 문자가 하나 이상 포함되어 있습니다. {1}.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsMoreThanOneCommand">
<source>More than one command is defined for the tool.</source>
<target state="translated">도구에 대해 두 개 이상의 명령이 등록되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsUnsupportedRunner">
<source>Command '{0}' uses unsupported runner '{1}'."</source>
<target state="translated">'{0}' 명령에서 지원되지 않는 실행기 '{1}'을(를) 사용합니다."</target>
<note />
</trans-unit>
<trans-unit id="ToolPackageConflictPackageId">
<source>Tool '{0}' (version '{1}') is already installed.</source>
<target state="translated">'{0}' 도구(버전 '{1}')가 이미 설치되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ShellShimConflict">
<source>Command '{0}' conflicts with an existing command from another tool.</source>
<target state="translated">'{0}' 명령이 다른 도구의 기존 명령과 충돌합니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotCreateShimForEmptyExecutablePath">
<source>Cannot create shell shim for an empty executable path.</source>
<target state="translated">빈 실행 파일 경로에 대해 셸 shim을 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotCreateShimForEmptyCommand">
<source>Cannot create shell shim for an empty command.</source>
<target state="translated">빈 명령에 대해 셸 shim을 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="FailedToRetrieveToolConfiguration">
<source>Failed to retrieve tool configuration: {0}</source>
<target state="translated">도구 구성을 검색하지 못했습니다. {0}</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentPathLinuxManualInstructions">
<source>Tools directory '{0}' is not currently on the PATH environment variable.
If you are using bash, you can add it to your profile by running the following command:
cat << \EOF >> ~/.bash_profile
# Add .NET Core SDK tools
export PATH="$PATH:{0}"
EOF
You can add it to the current session by running the following command:
export PATH="$PATH:{0}"
</source>
<target state="translated">도구 디렉터리 '{0}'이(가) 현재 PATH 환경 변수에 없습니다.
Bash를 사용하는 경우 다음 명령을 실행하여 프로필에 Bash를 추가할 수 있습니다.
cat << \EOF >> ~/.bash_profile
# Add .NET Core SDK tools
export PATH="$PATH:{0}"
EOF
다음 명령을 실행하여 현재 세션에 Bash를 추가할 수 있습니다.
export PATH="$PATH:{0}"
</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentPathWindowsManualInstructions">
<source>Tools directory '{0}' is not currently on the PATH environment variable.
You can add the directory to the PATH by running the following command:
setx PATH "%PATH%;{0}"
</source>
<target state="translated">도구 디렉터리 '{0}'이(가) 현재 PATH 환경 변수에 없습니다.
다음 명령을 실행하여 디렉터리를 PATH에 추가할 수 있습니다.
setx PATH "%PATH%;{0}"
</target>
<note />
</trans-unit>
<trans-unit id="FailedToCreateShellShim">
<source>Failed to create tool shim for command '{0}': {1}</source>
<target state="translated">'{0}' 명령에 대해 도구 shim을 만들지 못했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="FailedToRemoveShellShim">
<source>Failed to remove tool shim for command '{0}': {1}</source>
<target state="translated">'{0}' 명령에 대해 도구 shim을 제거하지 못했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="FailedSettingShimPermissions">
<source>Failed to set user executable permissions for shell shim: {0}</source>
<target state="translated">셸 shim에 대해 사용자 실행 파일 권한을 설정하지 못했습니다. {0}</target>
<note />
</trans-unit>
<trans-unit id="FailedToInstallToolPackage">
<source>Failed to install tool package '{0}': {1}</source>
<target state="translated">도구 패키지 '{0}'을(를) 설치하지 못했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="FailedToUninstallToolPackage">
<source>Failed to uninstall tool package '{0}': {1}</source>
<target state="translated">도구 패키지 '{0}'을(를) 제거하지 못했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="ColumnMaxWidthMustBeGreaterThanZero">
<source>Column maximum width must be greater than zero.</source>
<target state="translated">열 최대 너비는 0보다 커야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="MissingToolEntryPointFile">
<source>Entry point file '{0}' for command '{1}' was not found in the package.</source>
<target state="translated">패키지에서 '{1}' 명령에 대한 진입점 파일 '{0}'을(를) 찾지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="MissingToolSettingsFile">
<source>Settings file 'DotnetToolSettings.xml' was not found in the package.</source>
<target state="translated">패키지에서 설정 파일 'DotnetToolSettings.xml'을 찾지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="FailedToFindStagedToolPackage">
<source>Failed to find staged tool package '{0}'.</source>
<target state="translated">스테이징된 도구 패키지 '{0}'을(를) 찾지 못했습니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
<target state="translated">명령 이름 '{0}'은(는) 앞에 점(.)으로 시작할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="FormatVersionIsHigher">
<source>Format version is higher than supported. This tool may not be supported in this SDK version. Update your SDK.</source>
<target state="translated">형식 버전이 지원되는 버전보다 높습니다. 이 SDK 버전에서 이 도구를 지원하지 않을 수 있습니다. SDK를 업데이트하세요.</target>
<note />
</trans-unit>
<trans-unit id="FormatVersionIsMalformed">
<source>Format version is malformed. This tool may not be supported in this SDK version. Contact the author of the tool.</source>
<target state="translated">형식 버전의 형식이 잘못되었습니다. 이 SDK 버전에서 이 도구를 지원하지 않을 수 있습니다. 도구 작성자에게 문의하세요.</target>
<note />
</trans-unit>
<trans-unit id="FormatVersionIsMissing">
<source>Format version is missing. This tool may not be supported in this SDK version. Contact the author of the tool.</source>
<target state="translated">형식 버전이 누락되었습니다. 이 SDK 버전에서 이 도구를 지원하지 않을 수 있습니다. 도구 작성자에게 문의하세요.</target>
<note />
</trans-unit>
<trans-unit id="FailedToSetToolsPathEnvironmentVariable">
<source>Failed to add '{0}' to the PATH environment variable. Add this directory to your PATH to use tools installed with 'dotnet tool install'.</source>
<target state="translated">PATH 환경 변수에 '{0}'을(를) 추가하지 못했습니다. 'dotnet tool install'로 설치한 도구를 사용하려면 이 디렉터리를 PATH에 추가하세요.</target>
<note />
</trans-unit>
<trans-unit id="MoreThanOnePackagedShimAvailable">
<source>More than one packaged shim is available: {0}.</source>
<target state="translated">패키지된 shim을 하나 이상 사용할 수 있습니다. {0}</target>
<note />
</trans-unit>
<trans-unit id="FailedToReadNuGetLockFile">
<source>Failed to read NuGet LockFile for tool package '{0}': {1}</source>
<target state="translated">'{0}' 도구 패키지의 NuGet LockFile을 읽지 못했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgumentName">
<source>PROJECT</source>
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgumentDescription">
<source>The project file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="translated">수행할 프로젝트 파일입니다. 파일을 지정하지 않으면 명령이 현재 디렉터리에서 파일을 검색합니다.</target>
<note />
</trans-unit>
<trans-unit id="LevelArgumentName">
<source>LEVEL</source>
<target state="translated">LEVEL</target>
<note />
</trans-unit>
<trans-unit id="FrameworkArgumentName">
<source>FRAMEWORK</source>