@@ -17,13 +17,12 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/ensurepip.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!ensurepip` --- Bootstrapping the ``pip`` installer"
22
- msgstr ":mod:`ensurepip` --- ``pip`` 설치 프로그램 부트스트랩"
21
+ msgstr ":mod:`! ensurepip` --- ``pip`` 설치 프로그램 부트스트랩"
23
22
24
23
#: ../../library/ensurepip.rst:10
25
24
msgid "**Source code:** :source:`Lib/ensurepip`"
26
- msgstr ""
25
+ msgstr "**소스 코드:** :source:`Lib/ensurepip` "
27
26
28
27
#: ../../library/ensurepip.rst:14
29
28
msgid ""
@@ -101,22 +100,22 @@ msgstr "가장 간단한 호출은 이렇습니다::"
101
100
102
101
#: ../../library/ensurepip.rst:52
103
102
msgid "python -m ensurepip"
104
- msgstr ""
103
+ msgstr "python -m ensurepip "
105
104
106
105
#: ../../library/ensurepip.rst:54
107
- #, fuzzy
108
106
msgid ""
109
107
"This invocation will install ``pip`` if it is not already installed, but "
110
108
"otherwise does nothing. To ensure the installed version of ``pip`` is at "
111
109
"least as recent as the one available in ``ensurepip``, pass the "
112
110
"``--upgrade`` option::"
113
111
msgstr ""
114
112
"이 호출은 아직 설치되지 않았으면 ``pip``\\ 를 설치하지만, 그렇지 않으면 아무것도 하지 않습니다. ``pip``\\ 의 설치 "
115
- "버전이 적어도 ``ensurepip``\\ 에 번들 된 최신 버전이 되도록 하려면, ``--upgrade`` 옵션을 전달하십시오::"
113
+ "버전이 적어도 ``ensurepip``\\ 에서 제공하는 것 만큼 최신 버전이 되도록 하려면, ``--upgrade`` 옵션을 "
114
+ "전달하십시오::"
116
115
117
116
#: ../../library/ensurepip.rst:59
118
117
msgid "python -m ensurepip --upgrade"
119
- msgstr ""
118
+ msgstr "python -m ensurepip --upgrade "
120
119
121
120
#: ../../library/ensurepip.rst:61
122
121
msgid ""
@@ -129,24 +128,22 @@ msgstr ""
129
128
"설치 위치는 두 개의 추가 명령 줄 옵션을 통해 제어할 수 있습니다:"
130
129
131
130
#: ../../library/ensurepip.rst:68
132
- #, fuzzy
133
131
msgid ""
134
132
"Installs ``pip`` relative to the given root directory rather than the "
135
133
"root of the currently active virtual environment (if any) or the default "
136
134
"root for the current Python installation."
137
135
msgstr ""
138
- "``--root <dir>``: 현재 활성화된 가상 환경의 루트(있다면)나 현재 파이썬 설치의 기본 루트 대신, 지정된 루트 "
139
- "디렉터리에 상대적으로 ``pip``\\ 를 설치합니다."
136
+ "현재 활성화된 가상 환경의 루트(있다면)나 현재 파이썬 설치의 기본 루트 대신, 지정된 루트 디렉터리에 상대적으로 "
137
+ "``pip``\\ 를 설치합니다."
140
138
141
139
#: ../../library/ensurepip.rst:74
142
- #, fuzzy
143
140
msgid ""
144
141
"Installs ``pip`` into the user site packages directory rather than "
145
142
"globally for the current Python installation (this option is not "
146
143
"permitted inside an active virtual environment)."
147
144
msgstr ""
148
- "``--user``: `` pip``\\ 를 현재 파이썬 설치에 전역적으로 설치하지 않고 사용자 사이트 패키지 디렉터리에 설치합니다 "
149
- "(이 옵션은 활성 가상 환경에서는 허용되지 않습니다)."
145
+ "``pip``\\ 를 현재 파이썬 설치에 전역적으로 설치하지 않고 사용자 사이트 패키지 디렉터리에 설치합니다 (이 옵션은 활성 가상 "
146
+ "환경에서는 허용되지 않습니다)."
150
147
151
148
#: ../../library/ensurepip.rst:78
152
149
msgid ""
@@ -159,20 +156,16 @@ msgstr ""
159
156
"데 사용된 파이썬 버전을 나타냅니다). 설치된 스크립트는 두 개의 추가 명령 줄 옵션을 통해 제어할 수 있습니다:"
160
157
161
158
#: ../../library/ensurepip.rst:85
162
- #, fuzzy
163
159
msgid ""
164
160
"If an alternate installation is requested, the ``pipX`` script will *not*"
165
161
" be installed."
166
- msgstr "``--altinstall``: 대안 설치가 요청되면, ``pipX`` 스크립트가 설치되지 *않습니다*."
162
+ msgstr "대안 설치가 요청되면, ``pipX`` 스크립트가 설치되지 *않습니다*."
167
163
168
164
#: ../../library/ensurepip.rst:90
169
- #, fuzzy
170
165
msgid ""
171
166
"If a \" default pip\" installation is requested, the ``pip`` script will "
172
167
"be installed in addition to the two regular scripts."
173
- msgstr ""
174
- "``--default-pip``: \" 기본 pip\" 설치가 요청되면, 두 개의 일반 스크립트에 더해 ``pip`` 스크립트가 "
175
- "설치됩니다."
168
+ msgstr "\" 기본 pip\" 설치가 요청되면, 두 개의 일반 스크립트에 더해 ``pip`` 스크립트가 설치됩니다."
176
169
177
170
#: ../../library/ensurepip.rst:93
178
171
msgid "Providing both of the script selection options will trigger an exception."
@@ -187,11 +180,10 @@ msgid ":mod:`ensurepip` exposes two functions for programmatic use:"
187
180
msgstr ":mod:`ensurepip`\\ 는 프로그래밍 방식으로 사용하기 위해 두 가지 함수를 제공합니다:"
188
181
189
182
#: ../../library/ensurepip.rst:102
190
- #, fuzzy
191
183
msgid ""
192
184
"Returns a string specifying the available version of pip that will be "
193
185
"installed when bootstrapping an environment."
194
- msgstr "환경을 부트스트랩 할 때 설치될 pip의 번들 버전을 지정하는 문자열을 반환합니다."
186
+ msgstr "환경을 부트스트랩 할 때 설치될 pip의 버전을 지정하는 문자열을 반환합니다."
195
187
196
188
#: ../../library/ensurepip.rst:109
197
189
msgid "Bootstraps ``pip`` into the current or designated environment."
@@ -207,11 +199,10 @@ msgstr ""
207
199
"환경의 기본 설치 위치를 사용합니다."
208
200
209
201
#: ../../library/ensurepip.rst:115
210
- #, fuzzy
211
202
msgid ""
212
203
"*upgrade* indicates whether or not to upgrade an existing installation of"
213
204
" an earlier version of ``pip`` to the available version."
214
- msgstr "*upgrade*\\ 는 이미 설치된 이전 버전의 ``pip``\\ 를 번들 된 버전으로 업그레이드할지를 나타냅니다."
205
+ msgstr "*upgrade*\\ 는 이미 설치된 이전 버전의 ``pip``\\ 를 제공되는 버전으로 업그레이드할지를 나타냅니다."
215
206
216
207
#: ../../library/ensurepip.rst:118
217
208
msgid ""
0 commit comments