-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathapiref.po
More file actions
3036 lines (2618 loc) · 172 KB
/
Copy pathapiref.po
File metadata and controls
3036 lines (2618 loc) · 172 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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-08 03:37+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <[email protected]>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:5
msgid "API Reference"
msgstr "API 레퍼런스"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:11
msgid "`New and changed setup.py arguments in setuptools`_"
msgstr ""
"`setuptools의 신규 및 변경된 setup.py 인자 <New and changed setup.py arguments in "
"setuptools_>`_"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:10
msgid ""
"The ``setuptools`` project adds new capabilities to the ``setup`` "
"function and other APIs, makes the API consistent across different Python"
" versions, and is hence recommended over using ``distutils`` directly."
msgstr ""
"``setuptools`` 프로젝트는 ``setup`` 함수와 기타 API에 새로운 기능을 추가하고, API를 여러 파이썬 버전에서"
" 일관되게 만들어서, ``distutils``\\를 직접 사용하는 것보다 권장됩니다."
#: distutils/_setuptools_disclaimer.rst:3
msgid ""
"This document is being retained solely until the ``setuptools`` "
"documentation at "
"https://setuptools.readthedocs.io/en/latest/setuptools.html independently"
" covers all of the relevant information currently included here."
msgstr ""
"이 문서는 https://setuptools.readthedocs.io/en/latest/setuptools.html 의 "
"``setuptools`` 설명서가 현재 여기에 포함된 모든 관련 정보를 독립적으로 다루기 전까지만 보존됩니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:19
msgid ":mod:`distutils.core` --- Core Distutils functionality"
msgstr ":mod:`distutils.core` --- 핵심 Distutils 기능"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:25
msgid ""
"The :mod:`distutils.core` module is the only module that needs to be "
"installed to use the Distutils. It provides the :func:`setup` (which is "
"called from the setup script). Indirectly provides the "
":class:`distutils.dist.Distribution` and :class:`distutils.cmd.Command` "
"class."
msgstr ""
":mod:`distutils.core` 모듈은 Distutils를 사용하기 위해 설치해야 하는 유일한 모듈입니다. "
":func:`setup`\\(설치 스크립트에서 호출됩니다)을 제공합니다. "
":class:`distutils.dist.Distribution`\\과 :class:`distutils.cmd.Command` "
"클래스를 간접적으로 제공합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:33
msgid ""
"The basic do-everything function that does most everything you could ever"
" ask for from a Distutils method."
msgstr "Distutils 메서드에서 요청할 수 있는 대부분의 작업을 수행하는 기본 만능 함수."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:36
msgid ""
"The setup function takes a large number of arguments. These are laid out "
"in the following table."
msgstr "setup 함수는 많은 수의 인자를 취합니다. 이는 다음 표에 나와 있습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:42
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:185
msgid "argument name"
msgstr "인자 이름"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:42
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:143
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:185
msgid "value"
msgstr "값"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:42
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:185
msgid "type"
msgstr "형"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:44
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:187
msgid "*name*"
msgstr "*name*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:44
msgid "The name of the package"
msgstr "패키지 이름"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:44
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:46
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:50
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:53
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:56
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:58
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:61
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:68
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:72
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:75
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:96
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:106
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:187
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:278
msgid "a string"
msgstr "문자열"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:46
msgid "*version*"
msgstr "*version*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:46
msgid "The version number of the package; see :mod:`distutils.version`"
msgstr "패키지의 버전 번호; :mod:`distutils.version`\\을 참조하십시오"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:50
msgid "*description*"
msgstr "*description*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:50
msgid "A single line describing the package"
msgstr "패키지를 설명하는 한 줄"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:53
msgid "*long_description*"
msgstr "*long_description*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:53
msgid "Longer description of the package"
msgstr "패키지에 대한 자세한 설명"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:56
msgid "*author*"
msgstr "*author*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:56
msgid "The name of the package author"
msgstr "패키지 저자의 이름"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:58
msgid "*author_email*"
msgstr "*author_email*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:58
msgid "The email address of the package author"
msgstr "패키지 저자의 이메일 주소"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:61
msgid "*maintainer*"
msgstr "*maintainer*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:61
msgid ""
"The name of the current maintainer, if different from the author. Note "
"that if the maintainer is provided, distutils will use it as the author "
"in :file:`PKG-INFO`"
msgstr ""
"저자와 다르다면, 현재 관리자의 이름. 관리자가 제공되면 distutils는, 이것을 :file:`PKG-INFO`\\에서 저자로 "
"사용함에 유의하십시오."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:68
msgid "*maintainer_email*"
msgstr "*maintainer_email*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:68
msgid "The email address of the current maintainer, if different from the author"
msgstr "작성자와 다르다면, 현재 관리자의 이메일 주소"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:72
msgid "*url*"
msgstr "*url*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:72
msgid "A URL for the package (homepage)"
msgstr "패키지의 URL (홈페이지)"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:75
msgid "*download_url*"
msgstr "*download_url*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:75
msgid "A URL to download the package"
msgstr "패키지를 다운로드하기 위한 URL"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:77
msgid "*packages*"
msgstr "*packages*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:77
msgid "A list of Python packages that distutils will manipulate"
msgstr "distutils가 다룰 파이썬 패키지 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:77
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:80
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:83
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:100
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:193
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:207
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:223
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:226
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:230
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:234
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:240
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:247
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:258
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:267
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:275
msgid "a list of strings"
msgstr "문자열 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:80
msgid "*py_modules*"
msgstr "*py_modules*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:80
msgid "A list of Python modules that distutils will manipulate"
msgstr "distutils가 다룰 파이썬 모듈 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:83
msgid "*scripts*"
msgstr "*scripts*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:83
msgid "A list of standalone script files to be built and installed"
msgstr "빌드하고 설치할 독립 실행형 스크립트 파일 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:87
msgid "*ext_modules*"
msgstr "*ext_modules*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:87
msgid "A list of Python extensions to be built"
msgstr "빌드할 파이썬 확장 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:87
msgid "a list of instances of :class:`distutils.core.Extension`"
msgstr ":class:`distutils.core.Extension`\\의 인스턴스 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:90
msgid "*classifiers*"
msgstr "*classifiers*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:90
msgid "A list of categories for the package"
msgstr "패키지 범주 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:90
msgid ""
"a list of strings; valid classifiers are listed on `PyPI "
"<https://pypi.org/classifiers>`_."
msgstr "문자열 리스트; 유효한 분류자는 `PyPI <https://pypi.org/classifiers>`_\\에 나열됩니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:93
msgid "*distclass*"
msgstr "*distclass*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:93
msgid "the :class:`Distribution` class to use"
msgstr "사용할 :class:`Distribution` 클래스"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:93
msgid "a subclass of :class:`distutils.core.Distribution`"
msgstr ":class:`distutils.core.Distribution`\\의 서브 클래스"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:96
msgid "*script_name*"
msgstr "*script_name*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:96
msgid "The name of the setup.py script - defaults to ``sys.argv[0]``"
msgstr "setup.py 스크립트의 이름 - 기본값은 ``sys.argv[0]``"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:100
msgid "*script_args*"
msgstr "*script_args*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:100
msgid "Arguments to supply to the setup script"
msgstr "설정 스크립트에 제공할 인자"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:103
msgid "*options*"
msgstr "*options*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:103
msgid "default options for the setup script"
msgstr "설정 스크립트의 기본 옵션"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:103
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:113
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:119
msgid "a dictionary"
msgstr "딕셔너리"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:106
msgid "*license*"
msgstr "*license*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:106
msgid "The license for the package"
msgstr "패키지 라이선스"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:108
msgid "*keywords*"
msgstr "*keywords*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:108
msgid "Descriptive meta-data, see :pep:`314`"
msgstr "설명 메타 데이터, :pep:`314`\\를 참조하십시오"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:108
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:111
msgid "a list of strings or a comma-separated string"
msgstr "문자열 리스트나 쉼표로 구분된 문자열"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:111
msgid "*platforms*"
msgstr "*platforms*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:113
msgid "*cmdclass*"
msgstr "*cmdclass*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:113
msgid "A mapping of command names to :class:`Command` subclasses"
msgstr "명령 이름에서 :class:`Command` 서브 클래스로의 매핑"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:116
msgid "*data_files*"
msgstr "*data_files*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:116
msgid "A list of data files to install"
msgstr "설치할 데이터 파일 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:116
msgid "a list"
msgstr "리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:119
msgid "*package_dir*"
msgstr "*package_dir*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:119
msgid "A mapping of package to directory names"
msgstr "패키지에서 디렉터리 이름으로의 매핑"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:127
msgid ""
"Run a setup script in a somewhat controlled environment, and return the "
":class:`distutils.dist.Distribution` instance that drives things. This "
"is useful if you need to find out the distribution meta-data (passed as "
"keyword args from *script* to :func:`setup`), or the contents of the "
"config files or command-line."
msgstr ""
"다소 통제된 환경에서 설정 스크립트를 실행하고, 작업을 구동하는 :class:`distutils.dist.Distribution` "
"인스턴스를 반환합니다. 이는 (*script*\\에서 :func:`setup`\\으로 키워드 인자로 전달된) 배포 메타 데이터나, "
"구성 파일이나 명령 줄의 내용을 찾아야 하는 경우 유용합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:133
msgid ""
"*script_name* is a file that will be read and run with :func:`exec`. "
"``sys.argv[0]`` will be replaced with *script* for the duration of the "
"call. *script_args* is a list of strings; if supplied, ``sys.argv[1:]`` "
"will be replaced by *script_args* for the duration of the call."
msgstr ""
"*script_name*\\은 :func:`exec`\\로 읽고 실행할 파일입니다. 호출 기간에 ``sys.argv[0]``\\은 "
"*script*\\로 대체됩니다. *script_args*\\는 문자열 리스트입니다; 제공되면 ``sys.argv[1:]``\\은 "
"호출 기간에 *script_args*\\로 대체됩니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:138
msgid ""
"*stop_after* tells :func:`setup` when to stop processing; possible "
"values:"
msgstr "*stop_after*\\는 :func:`setup`\\에게 처리 중지 시기를 알려줍니다. 가능한 값:"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:143
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:562
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:1601
msgid "description"
msgstr "설명"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:145
msgid "*init*"
msgstr "*init*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:145
msgid ""
"Stop after the :class:`Distribution` instance has been created and "
"populated with the keyword arguments to :func:`setup`"
msgstr ":class:`Distribution` 인스턴스가 생성되고 :func:`setup`\\에 대한 키워드 인자로 채워진 후 중지합니다"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:149
msgid "*config*"
msgstr "*config*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:149
msgid ""
"Stop after config files have been parsed (and their data stored in the "
":class:`Distribution` instance)"
msgstr "구성 파일이 구문 분석된 (그리고 해당 데이터가 :class:`Distribution` 인스턴스에 저장된) 후 중지합니다"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:153
msgid "*commandline*"
msgstr "*commandline*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:153
msgid ""
"Stop after the command-line (``sys.argv[1:]`` or *script_args*) have "
"been parsed (and the data stored in the :class:`Distribution` instance.)"
msgstr ""
"명령 줄(``sys.argv[1:]``\\이나 *script_args*)이 구문 분석된 (그리고 데이터가 "
":class:`Distribution` 인스턴스에 저장된) 후 중지합니다"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:158
msgid "*run*"
msgstr "*run*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:158
msgid ""
"Stop after all commands have been run (the same as if :func:`setup` had "
"been called in the usual way). This is the default value."
msgstr "모든 명령이 실행된 후 중지합니다 (:func:`setup`\\이 일반적인 방법으로 호출된 것과 같습니다). 이것이 기본값입니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:164
msgid ""
"In addition, the :mod:`distutils.core` module exposed a number of "
"classes that live elsewhere."
msgstr "또한, :mod:`distutils.core` 모듈은 다른 곳에 있는 여러 클래스를 노출합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:167
msgid ":class:`~distutils.extension.Extension` from :mod:`distutils.extension`"
msgstr ":mod:`distutils.extension`\\의 :class:`~distutils.extension.Extension`"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:169
msgid ":class:`~distutils.cmd.Command` from :mod:`distutils.cmd`"
msgstr ":mod:`distutils.cmd`\\의 :class:`~distutils.cmd.Command`"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:171
msgid ":class:`~distutils.dist.Distribution` from :mod:`distutils.dist`"
msgstr ":mod:`distutils.dist`\\의 :class:`~distutils.dist.Distribution`"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:173
msgid ""
"A short description of each of these follows, but see the relevant module"
" for the full reference."
msgstr "이들 각각에 대한 간략한 설명은 다음과 같지만, 전체 레퍼런스는 관련 모듈을 참조하십시오."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:179
msgid ""
"The Extension class describes a single C or C++ extension module in a "
"setup script. It accepts the following keyword arguments in its "
"constructor:"
msgstr "Extension 클래스는 설정 스크립트의 단일 C나 C++ 확장 모듈을 기술합니다. 생성자에서 다음 키워드 인자를 받아들입니다:"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:187
msgid ""
"the full name of the extension, including any packages --- ie. *not* a "
"filename or pathname, but Python dotted name"
msgstr "모든 패키지를 포함하여, 확장의 전체 이름 --- 즉 파일명이나 경로명이 *아니라*, 점으로 구분된 파이썬 이름"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:193
msgid "*sources*"
msgstr "*sources*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:193
msgid ""
"list of source filenames, relative to the distribution root (where the "
"setup script lives), in Unix form (slash-separated) for portability. "
"Source files may be C, C++, SWIG (.i), platform-specific resource files, "
"or whatever else is recognized by the :command:`build_ext` command as "
"source for a Python extension."
msgstr ""
"이식성을 위해 유닉스 형식의 (슬래시로 구분된), 배포 루트(설치 스크립트가 있는 위치)에 상대적인, 소스 파일명 리스트. 소스 "
"파일은 C, C++, SWIG (.i), 플랫폼별 리소스 파일 또는 :command:`build_ext` 명령이 파이썬 확장의 "
"소스로 인식하는 다른 모든 것일 수 있습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:207
msgid "*include_dirs*"
msgstr "*include_dirs*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:207
msgid ""
"list of directories to search for C/C++ header files (in Unix form for "
"portability)"
msgstr "C/C++ 헤더 파일을 검색할 디렉터리 리스트 (이식성을 위해 유닉스 형식으로)"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:211
msgid "*define_macros*"
msgstr "*define_macros*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:211
msgid ""
"list of macros to define; each macro is defined using a 2-tuple ``(name, "
"value)``, where *value* is either the string to define it to or ``None`` "
"to define it without a particular value (equivalent of ``#define FOO`` in"
" source or :option:`!-DFOO` on Unix C compiler command line)"
msgstr ""
"정의할 매크로 리스트; 각 매크로는 2-튜플 ``(name, value)``\\를 사용하여 정의됩니다, 여기서 *value*\\는 "
"정의할 문자열이거나 특정 값없이 정의하는 ``None``\\입니다 (소스의 ``#define FOO``\\나 유닉스 C 컴파일러 "
"명령 줄의 :option:`!-DFOO`\\와 동등합니다)."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:211
msgid "a list of tuples"
msgstr "튜플 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:223
msgid "*undef_macros*"
msgstr "*undef_macros*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:223
msgid "list of macros to undefine explicitly"
msgstr "명시적으로 정의 해제(undef)할 매크로 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:226
msgid "*library_dirs*"
msgstr "*library_dirs*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:226
msgid "list of directories to search for C/C++ libraries at link time"
msgstr "링크 시점에 C/C++ 라이브러리를 검색할 디렉터리 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:230
msgid "*libraries*"
msgstr "*libraries*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:230
msgid "list of library names (not filenames or paths) to link against"
msgstr "링크할 라이브러리 이름 (파일명이나 경로가 아닙니다) 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:234
msgid "*runtime_library_dirs*"
msgstr "*runtime_library_dirs*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:234
msgid ""
"list of directories to search for C/C++ libraries at run time (for shared"
" extensions, this is when the extension is loaded)"
msgstr "실행 시점에 C/C++ 라이브러리를 검색할 디렉터리 리스트 (공유 확장의 경우, 확장이 로드될 때입니다)"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:240
msgid "*extra_objects*"
msgstr "*extra_objects*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:240
msgid ""
"list of extra files to link with (eg. object files not implied by "
"'sources', static library that must be explicitly specified, binary "
"resource files, etc.)"
msgstr ""
"링크할 추가 파일 리스트 (예를 들어 'sources'가 암시하지 않는 오브젝트 파일, 명시적으로 지정해야 하는 정적 라이브러리, "
"바이너리 리소스 파일 등)"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:247
msgid "*extra_compile_args*"
msgstr "*extra_compile_args*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:247
msgid ""
"any extra platform- and compiler-specific information to use when "
"compiling the source files in 'sources'. For platforms and compilers "
"where a command line makes sense, this is typically a list of command-"
"line arguments, but for other platforms it could be anything."
msgstr ""
"'sources'에 있는 소스 파일을 컴파일할 때 사용할 추가 플랫폼과 컴파일러별 정보. 명령 줄이 의미가 있는 플랫폼과 컴파일러의"
" 경우, 일반적으로 명령 줄 인자 리스트이지만, 다른 플랫폼의 경우 어떤 것이 든 될 수 있습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:258
msgid "*extra_link_args*"
msgstr "*extra_link_args*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:258
msgid ""
"any extra platform- and compiler-specific information to use when linking"
" object files together to create the extension (or to create a new static"
" Python interpreter). Similar interpretation as for 'extra_compile_args'."
msgstr ""
"확장을 만들기 위해 (또는 새로운 정적 파이썬 인터프리터를 만들기 위해) 오브젝트 파일을 함께 링크할 때 사용할 추가 플랫폼과 "
"컴파일러별 정보. 'extra_compile_args'와 유사한 해석."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:267
msgid "*export_symbols*"
msgstr "*export_symbols*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:267
msgid ""
"list of symbols to be exported from a shared extension. Not used on all "
"platforms, and not generally necessary for Python extensions, which "
"typically export exactly one symbol: ``init`` + extension_name."
msgstr ""
"공유 확장에서 내보낼 심볼 리스트. 모든 플랫폼에서 사용되지는 않으며, 일반적으로 정확히 하나의 심볼(``init`` + 확장 "
"이름)을 내보내는 파이썬 확장에는 필요하지 않습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:275
msgid "*depends*"
msgstr "*depends*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:275
msgid "list of files that the extension depends on"
msgstr "확장이 의존하는 파일 리스트"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:278
msgid "*language*"
msgstr "*language*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:278
msgid ""
"extension language (i.e. ``'c'``, ``'c++'``, ``'objc'``). Will be "
"detected from the source extensions if not provided."
msgstr "확장 언어(즉 ``'c'``, ``'c++'``, ``'objc'``). 제공되지 않으면 소스 확장자에서 감지됩니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:284
msgid "*optional*"
msgstr "*optional*"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:284
msgid ""
"specifies that a build failure in the extension should not abort the "
"build process, but simply skip the extension."
msgstr "확장의 빌드 실패가 빌드 프로세스를 중단하지 않고, 단순히 확장을 건너뛰도록 지정합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:284
msgid "a boolean"
msgstr "불리언"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:292
msgid ""
"On Unix, C extensions are no longer linked to libpython except on Android"
" and Cygwin."
msgstr "유닉스에서, 안드로이드와 Cygwin을 제외하고 C 확장은 더는 libpython에 링크되지 않습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:298
msgid ""
"A :class:`Distribution` describes how to build, install and package up a "
"Python software package."
msgstr ":class:`Distribution`\\은 파이썬 소프트웨어 패키지를 빌드, 설치 및 패키징하는 방법을 기술합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:301
msgid ""
"See the :func:`setup` function for a list of keyword arguments accepted "
"by the Distribution constructor. :func:`setup` creates a Distribution "
"instance."
msgstr ""
"Distribution 생성자에서 허용되는 키워드 인자 리스트는 :func:`setup` 함수를 참조하십시오. "
":func:`setup`\\은 Distribution 인스턴스를 만듭니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:304
msgid ""
":class:`~distutils.core.Distribution` now warns if ``classifiers``, "
"``keywords`` and ``platforms`` fields are not specified as a list or a "
"string."
msgstr ""
":class:`~distutils.core.Distribution`\\은 이제 ``classifiers``, ``keywords``"
" 및 ``platforms`` 필드가 리스트나 문자열로 지정되지 않으면 경고합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:311
msgid ""
"A :class:`Command` class (or rather, an instance of one of its "
"subclasses) implement a single distutils command."
msgstr ":class:`Command` 클래스(또는 서브 클래스 중 하나의 인스턴스)는 단일 distutils 명령을 구현합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:316
msgid ":mod:`distutils.ccompiler` --- CCompiler base class"
msgstr ":mod:`distutils.ccompiler` --- CCompiler 베이스 클래스"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:322
msgid ""
"This module provides the abstract base class for the :class:`CCompiler` "
"classes. A :class:`CCompiler` instance can be used for all the compile "
"and link steps needed to build a single project. Methods are provided to"
" set options for the compiler --- macro definitions, include "
"directories, link path, libraries and the like."
msgstr ""
"이 모듈은 :class:`CCompiler` 클래스를 위한 추상 베이스 클래스를 제공합니다. :class:`CCompiler` "
"인스턴스는 단일 프로젝트를 빌드하는 데 필요한 모든 컴파일과 링크 단계에 사용할 수 있습니다. 컴파일러 옵션을 설정하는 메서드가 "
"제공됩니다 --- 매크로 정의, 인클루드 디렉터리, 링크 경로, 라이브러리 등."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:328
msgid "This module provides the following functions."
msgstr "이 모듈은 다음과 같은 함수를 제공합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:333
msgid ""
"Generate linker options for searching library directories and linking "
"with specific libraries. *libraries* and *library_dirs* are, "
"respectively, lists of library names (not filenames!) and search "
"directories. Returns a list of command-line options suitable for use "
"with some compiler (depending on the two format strings passed in)."
msgstr ""
"라이브러리 디렉터리를 검색하고 특정 라이브러리와 링크하기 위한 링커 옵션을 생성합니다. *libraries*\\와 "
"*library_dirs*\\는 각각 라이브러리 이름(파일명이 아닙니다)과 검색 디렉터리 리스트입니다. 일부 컴파일러에서 사용하기에"
" 적합한 명령 줄 옵션 리스트를 반환합니다 (전달된 두 포맷 문자열에 따라 다릅니다)."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:342
msgid ""
"Generate C pre-processor options (:option:`!-D`, :option:`!-U`, "
":option:`!-I`) as used by at least two types of compilers: the typical "
"Unix compiler and Visual C++. *macros* is the usual thing, a list of 1- "
"or 2-tuples, where ``(name,)`` means undefine (:option:`!-U`) macro "
"*name*, and ``(name, value)`` means define (:option:`!-D`) macro *name* "
"to *value*. *include_dirs* is just a list of directory names to be added"
" to the header file search path (:option:`!-I`). Returns a list of "
"command-line options suitable for either Unix compilers or Visual C++."
msgstr ""
"최소 두 가지 유형의 컴파일러에서 사용되는 C 전처리기 옵션(:option:`!-D`, :option:`!-U`, "
":option:`!-I`)을 생성합니다: 일반적인 유닉스 컴파일러와 Visual C++. *macros*\\는 일반적으로 1-튜플 "
"또는 2-튜플 리스트입니다. 여기서 ``(name,)``\\은 정의 해제 (:option:`!-U`) 매크로 *name*\\을 "
"의미하고, ``(name, value)``\\는 *name*\\을 *value*\\로 정의하는 (:option:`!-D`) 매크로를"
" 의미합니다. *include_dirs*\\는 헤더 파일 검색 경로에 추가할 디렉터리 이름 리스트입니다 "
"(:option:`!-I`). 유닉스 컴파일러나 Visual C++에 적합한 명령 줄 옵션 리스트를 반환합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:354
msgid "Determine the default compiler to use for the given platform."
msgstr "주어진 플랫폼에 사용할 기본 컴파일러를 파악합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:356
msgid ""
"*osname* should be one of the standard Python OS names (i.e. the ones "
"returned by ``os.name``) and *platform* the common value returned by "
"``sys.platform`` for the platform in question."
msgstr ""
"*osname*\\은 표준 파이썬 OS 이름 (즉, ``os.name``\\에서 반환된 이름) 중 하나여야 하며 "
"*platform*\\은 해당 플랫폼에서 ``sys.platform``\\이 반환하는 일반 값이어야 합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:360
msgid ""
"The default values are ``os.name`` and ``sys.platform`` in case the "
"parameters are not given."
msgstr "매개 변수가 제공되지 않으면 기본값은 ``os.name``\\과 ``sys.platform``\\입니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:366
msgid ""
"Factory function to generate an instance of some CCompiler subclass for "
"the supplied platform/compiler combination. *plat* defaults to "
"``os.name`` (eg. ``'posix'``, ``'nt'``), and *compiler* defaults to the "
"default compiler for that platform. Currently only ``'posix'`` and "
"``'nt'`` are supported, and the default compilers are \"traditional Unix "
"interface\" (:class:`UnixCCompiler` class) and Visual C++ "
"(:class:`MSVCCompiler` class). Note that it's perfectly possible to ask "
"for a Unix compiler object under Windows, and a Microsoft compiler object"
" under Unix---if you supply a value for *compiler*, *plat* is ignored."
msgstr ""
"제공된 플랫폼/컴파일러 조합에 대한 어떤 CCompiler 서브 클래스의 인스턴스를 생성하는 팩토리 함수. *plat*\\의 "
"기본값은 ``os.name``\\이고 (예를 들어 ``'posix'``, ``'nt'``), *compiler*\\의 기본값은 해당"
" 플랫폼의 기본 컴파일러입니다. 현재 ``'posix'``\\와 ``'nt'`` 만 지원되며, 기본 컴파일러는 \"전통적인 유닉스 "
"인터페이스\"(:class:`UnixCCompiler` 클래스)와 Visual C++(:class:`MSVCCompiler` "
"클래스)입니다. 윈도우에서 유닉스 컴파일러 객체를, 유닉스에서 Microsoft 컴파일러 객체를 요청하는 것도 완벽히 가능함에 "
"유의하십시오 --- *compiler*\\에 대한 값을 제공하면, *plat*\\은 무시됩니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:382
msgid ""
"Print list of available compilers (used by the :option:`!--help-compiler`"
" options to :command:`build`, :command:`build_ext`, "
":command:`build_clib`)."
msgstr ""
"사용 가능한 컴파일러 리스트를 인쇄합니다 (:command:`build`, :command:`build_ext`, "
":command:`build_clib`\\에 대한 :option:`!--help-compiler` 옵션에서 사용됩니다)."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:388
msgid ""
"The abstract base class :class:`CCompiler` defines the interface that "
"must be implemented by real compiler classes. The class also has some "
"utility methods used by several compiler classes."
msgstr ""
"추상 베이스 클래스 :class:`CCompiler`\\는 실제 컴파일러 클래스에서 구현해야 하는 인터페이스를 정의합니다. 이 "
"클래스에는 여러 컴파일러 클래스에서 사용하는 유틸리티 메서드도 있습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:392
msgid ""
"The basic idea behind a compiler abstraction class is that each instance "
"can be used for all the compile/link steps in building a single project."
" Thus, attributes common to all of those compile and link steps --- "
"include directories, macros to define, libraries to link against, etc. "
"--- are attributes of the compiler instance. To allow for variability in"
" how individual files are treated, most of those attributes may be varied"
" on a per-compilation or per-link basis."
msgstr ""
"컴파일러 추상화 클래스의 기본 개념은 단일 프로젝트를 빌드하는 모든 컴파일/링크 단계에 각 인스턴스를 사용할 수 있다는 것입니다. "
"따라서, 모든 컴파일과 링크 단계에 공통적인 어트리뷰트는 컴파일러 인스턴스의 어트리뷰트입니다 --- 인클루드 디렉터리, 정의할 "
"매크로, 링크할 라이브러리 등. 개별 파일이 처리되는 방식의 가변성을 허용하기 위해, 이러한 어트리뷰트의 대부분은 컴파일 별 또는 "
"링크 별로 달라질 수 있습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:400
msgid ""
"The constructor for each subclass creates an instance of the Compiler "
"object. Flags are *verbose* (show verbose output), *dry_run* (don't "
"actually execute the steps) and *force* (rebuild everything, regardless "
"of dependencies). All of these flags default to ``0`` (off). Note that "
"you probably don't want to instantiate :class:`CCompiler` or one of its "
"subclasses directly - use the :func:`distutils.CCompiler.new_compiler` "
"factory function instead."
msgstr ""
"각 서브 클래스의 생성자는 Compiler 객체의 인스턴스를 만듭니다. 플래그는 *verbose* (상세한 출력을 표시합니다), "
"*dry_run* (실제로 단계를 실행하지 않습니다) 및 *force*\\(종속성과 관계없이, 모든 것을 다시 빌드합니다)입니다. "
"이러한 모든 플래그의 기본값은 ``0``\\(꺼짐)입니다. :class:`CCompiler`\\나 서브 클래스 중 하나를 직접 "
"인스턴스 화하고 싶지는 않을 것임에 유의하십시오 - 대신 :func:`distutils.CCompiler.new_compiler` "
"팩토리 함수를 사용하십시오."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:407
msgid ""
"The following methods allow you to manually alter compiler options for "
"the instance of the Compiler class."
msgstr "다음 메서드를 사용하면 Compiler 클래스의 인스턴스에 대한 컴파일러 옵션을 수동으로 변경할 수 있습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:413
msgid ""
"Add *dir* to the list of directories that will be searched for header "
"files. The compiler is instructed to search directories in the order in "
"which they are supplied by successive calls to :meth:`add_include_dir`."
msgstr ""
"헤더 파일을 검색할 디렉터리 리스트에 *dir*\\을 추가합니다. 컴파일러는 :meth:`add_include_dir`\\에 대한 "
"연속적인 호출에 의해 제공되는 순서대로 디렉터리를 검색하도록 지시받습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:420
msgid ""
"Set the list of directories that will be searched to *dirs* (a list of "
"strings). Overrides any preceding calls to :meth:`add_include_dir`; "
"subsequent calls to :meth:`add_include_dir` add to the list passed to "
":meth:`set_include_dirs`. This does not affect any list of standard "
"include directories that the compiler may search by default."
msgstr ""
"검색할 디렉터리 리스트를 *dirs*\\(문자열 리스트)로 설정합니다. :meth:`add_include_dir`\\에 대한 이전 "
"호출을 무시합니다; :meth:`add_include_dir`\\에 대한 후속 호출은 "
":meth:`set_include_dirs`\\에 전달된 리스트에 추가됩니다. 이는 컴파일러가 기본적으로 검색할 수 있는 표준 "
"인클루드 디렉터리 리스트에 영향을 주지 않습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:429
msgid ""
"Add *libname* to the list of libraries that will be included in all links"
" driven by this compiler object. Note that *libname* should \\*not\\* be"
" the name of a file containing a library, but the name of the library "
"itself: the actual filename will be inferred by the linker, the compiler,"
" or the compiler class (depending on the platform)."
msgstr ""
"이 컴파일러 객체에 의해 구동되는 모든 링크에 포함될 라이브러리 리스트에 *libname*\\을 추가합니다. *libname*\\은"
" 라이브러리를 포함하는 파일의 이름이 \\*아니라\\*, 라이브러리 자체의 이름이어야 합니다: 실제 파일명은 링커, 컴파일러 또는 "
"컴파일러 클래스(플랫폼에 따라 다릅니다)에 의해 유추됩니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:435
msgid ""
"The linker will be instructed to link against libraries in the order they"
" were supplied to :meth:`add_library` and/or :meth:`set_libraries`. It "
"is perfectly valid to duplicate library names; the linker will be "
"instructed to link against libraries as many times as they are mentioned."
msgstr ""
"링커는 :meth:`add_library` 및/또는 :meth:`set_libraries`\\에 제공된 순서대로 라이브러리에 "
"링크하도록 지시받습니다. 라이브러리 이름을 중복하는 것은 완벽하게 유효합니다; 링커는 언급된 횟수만큼 라이브러리에 링크하도록 "
"지시받습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:443
msgid ""
"Set the list of libraries to be included in all links driven by this "
"compiler object to *libnames* (a list of strings). This does not affect "
"any standard system libraries that the linker may include by default."
msgstr ""
"이 컴파일러 객체에 의해 구동되는 모든 링크에 포함될 라이브러리 리스트를 *libnames*\\(문자열 리스트)로 설정합니다. "
"이것은 링커가 기본적으로 포함할 수 있는 표준 시스템 라이브러리에 영향을 주지 않습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:450
msgid ""
"Add *dir* to the list of directories that will be searched for libraries "
"specified to :meth:`add_library` and :meth:`set_libraries`. The linker "
"will be instructed to search for libraries in the order they are supplied"
" to :meth:`add_library_dir` and/or :meth:`set_library_dirs`."
msgstr ""
":meth:`add_library`\\와 :meth:`set_libraries`\\에 지정된 라이브러리를 검색할 디렉터리 리스트에 "
"*dir*\\을 추가합니다. 링커는 :meth:`add_library_dir` 및/또는 "
":meth:`set_library_dirs`\\에 제공된 순서대로 라이브러리를 검색하도록 지시받습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:458
msgid ""
"Set the list of library search directories to *dirs* (a list of strings)."
" This does not affect any standard library search path that the linker "
"may search by default."
msgstr ""
"라이브러리 검색 디렉터리 리스트를 *dirs*\\(문자열 리스트)로 설정합니다. 이것은 링커가 기본적으로 검색할 수 있는 표준 "
"라이브러리 검색 경로에 영향을 주지 않습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:465
msgid ""
"Add *dir* to the list of directories that will be searched for shared "
"libraries at runtime."
msgstr "실행 시간에 공유 라이브러리를 검색할 디렉터리 리스트에 *dir*\\을 추가합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:471
msgid ""
"Set the list of directories to search for shared libraries at runtime to "
"*dirs* (a list of strings). This does not affect any standard search "
"path that the runtime linker may search by default."
msgstr ""
"실행 시간에 공유 라이브러리를 검색할 디렉터리 리스트를 *dirs*\\(문자열 리스트)로 설정합니다. 이는 실행 시간 링커가 "
"기본적으로 검색할 수 있는 표준 검색 경로에 영향을 주지 않습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:478
msgid ""
"Define a preprocessor macro for all compilations driven by this compiler "
"object. The optional parameter *value* should be a string; if it is not "
"supplied, then the macro will be defined without an explicit value and "
"the exact outcome depends on the compiler used."
msgstr ""
"이 컴파일러 객체에 의해 구동되는 모든 컴파일에 대한 전처리기 매크로를 정의합니다. 선택적 매개 변수 *value*\\는 "
"문자열이어야 합니다; 제공되지 않으면, 매크로는 명시적 값없이 정의되며 정확한 결과는 사용된 컴파일러에 따라 다릅니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:488
msgid ""
"Undefine a preprocessor macro for all compilations driven by this "
"compiler object. If the same macro is defined by :meth:`define_macro` "
"and undefined by :meth:`undefine_macro` the last call takes precedence "
"(including multiple redefinitions or undefinitions). If the macro is "
"redefined/undefined on a per-compilation basis (ie. in the call to "
":meth:`compile`), then that takes precedence."
msgstr ""
"이 컴파일러 객체에 의해 구동되는 모든 컴파일에 대한 전처리기 매크로를 정의 해제합니다. 같은 매크로가 "
":meth:`define_macro`\\에 의해 정의되고 :meth:`undefine_macro`\\에 의해 정의 해제되면 마지막 "
"호출이 우선합니다 (여러 재정의나 정의 해제를 포함합니다). 매크로가 컴파일 별로 (즉, :meth:`compile` 호출에서) "
"재정의/정의 해제되면, 이것이 우선합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:498
msgid ""
"Add *object* to the list of object files (or analogues, such as "
"explicitly named library files or the output of \"resource compilers\") "
"to be included in every link driven by this compiler object."
msgstr ""
"이 컴파일러 객체에 의해 구동되는 모든 링크에 포함될 오브젝트 파일(또는 유사물들, 가령 명시적으로 명명된 라이브러리 파일이나 "
"\"리소스 컴파일러\"의 출력) 리스트에 *object*\\를 추가합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:505
msgid ""
"Set the list of object files (or analogues) to be included in every link "
"to *objects*. This does not affect any standard object files that the "
"linker may include by default (such as system libraries)."
msgstr ""
"*objects*\\에 대한 모든 링크에 포함될 오브젝트 파일(또는 유사물들) 리스트를 설정합니다. 이는 링커가 기본적으로 포함할 "
"수 있는 표준 오브젝트 파일에는 영향을 주지 않습니다 (가령 시스템 라이브러리)."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:509
msgid ""
"The following methods implement methods for autodetection of compiler "
"options, providing some functionality similar to GNU :program:`autoconf`."
msgstr ""
"다음 메서드는 GNU :program:`autoconf`\\와 유사한 일부 기능을 제공하는 컴파일러 옵션의 자동 감지 방법을 "
"구현합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:515
msgid ""
"Detect the language of a given file, or list of files. Uses the instance"
" attributes :attr:`language_map` (a dictionary), and "
":attr:`language_order` (a list) to do the job."
msgstr ""
"주어진 파일이나 파일 리스트의 언어를 감지합니다. 인스턴스 어트리뷰트 :attr:`language_map`\\(딕셔너리)과 "
":attr:`language_order`\\(리스트)를 사용하여 작업을 수행합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:522
msgid ""
"Search the specified list of directories for a static or shared library "
"file *lib* and return the full path to that file. If *debug* is true, "
"look for a debugging version (if that makes sense on the current "
"platform). Return ``None`` if *lib* wasn't found in any of the specified"
" directories."
msgstr ""
"지정된 디렉터리 리스트에서 정적 또는 공유 라이브러리 파일 *lib*\\를 검색하고 해당 파일의 전체 경로를 반환합니다. "
"*debug*\\가 참이면, 디버깅 버전을 찾습니다 (현재 플랫폼에서 의미가 있다면). 지정된 디렉터리 어디에서도 *lib*\\를 "
"찾을 수 없으면 ``None``\\을 반환합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:530
msgid ""
"Return a boolean indicating whether *funcname* is supported on the "
"current platform. The optional arguments can be used to augment the "
"compilation environment by providing additional include files and paths "
"and libraries and paths."
msgstr ""
"현재 플랫폼에서 *funcname*\\이 지원되는지를 나타내는 불리언을 반환합니다. 선택적 인자는 추가 인클루드 파일과 경로 및 "
"라이브러리와 경로를 제공하여 컴파일 환경을 보강하는 데 사용할 수 있습니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:538
msgid ""
"Return the compiler option to add *dir* to the list of directories "
"searched for libraries."
msgstr "라이브러리 검색 디렉터리 리스트에 *dir*\\을 추가하는 컴파일러 옵션을 반환합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:544
msgid ""
"Return the compiler option to add *lib* to the list of libraries linked "
"into the shared library or executable."
msgstr "공유 라이브러리나 실행 파일에 링크되는 라이브러리 리스트에 *lib*\\를 추가하는 컴파일러 옵션을 반환합니다."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/distutils/apiref.rst:550
msgid ""
"Return the compiler option to add *dir* to the list of directories "