Skip to content

Commit 72cb8e1

Browse files
committed
Closes #589 - update library/venv.po to reflect recent changes
1 parent ac92068 commit 72cb8e1

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

library/venv.po

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ msgid ""
159159
"particular note is that double-clicking ``python.exe`` in File Explorer "
160160
"will resolve the symlink eagerly and ignore the virtual environment."
161161
msgstr ""
162+
"심볼릭 링크가 윈도우에서 지원되지만, 추천하지는 않습니다. 특히 파일 탐색기에서 ``python.exe``\\를 더블 클릭하면 심볼릭 "
163+
"링크를 열심히 따라가고(resolve) 가상 환경은 무시됩니다."
162164

163165
#: ../Doc/using/venv-create.inc
164166
#: /Users/flowdas/works/docsbuild-scripts/cpython/Doc/library/venv.rst>:80
@@ -189,7 +191,8 @@ msgid ""
189191
"Multiple paths can be given to ``venv``, in which case an identical "
190192
"virtual environment will be created, according to the given options, at "
191193
"each provided path."
192-
msgstr "``venv``\\에 여러 경로를 지정할 수 있습니다. 이때 지정된 옵션에 따라 제공된 각 경로에서 같은 가상 환경이 만들어집니다."
194+
msgstr ""
195+
"``venv``\\에 여러 경로를 지정할 수 있습니다. 이때 지정된 옵션에 따라 제공된 각 경로에서 같은 가상 환경이 만들어집니다."
193196

194197
#: ../Doc/using/venv-create.inc
195198
#: /Users/flowdas/works/docsbuild-scripts/cpython/Doc/library/venv.rst>:91
@@ -451,13 +454,10 @@ msgid ""
451454
msgstr "``clear`` -- 참이면, 환경을 만들기 전에, 대상 디렉터리에 존재하는 내용을 지우도록 하는 논릿값."
452455

453456
#: ../Doc/library/venv.rst:116
454-
#, fuzzy
455457
msgid ""
456458
"``symlinks`` -- a Boolean value indicating whether to attempt to symlink "
457459
"the Python binary rather than copying."
458-
msgstr ""
459-
"``symlinks`` -- 파이썬 바이너리(및 필요한 DLL이나 다른 바이너리, 예를 들어 ``pythonw.exe``)를 "
460-
"복사하는 대신 심볼릭 링크하려고 시도할지를 나타내는 논릿값입니다."
460+
msgstr "``symlinks`` -- 파이썬 바이너리를 복사하는 대신 심볼릭 링크하려고 시도할지를 나타내는 논릿값입니다."
461461

462462
#: ../Doc/library/venv.rst:119
463463
msgid ""
@@ -548,23 +548,21 @@ msgid "Creates the ``pyvenv.cfg`` configuration file in the environment."
548548
msgstr "환경에 ``pyvenv.cfg`` 구성 파일을 만듭니다."
549549

550550
#: ../Doc/library/venv.rst:183
551-
#, fuzzy
552551
msgid ""
553552
"Creates a copy or symlink to the Python executable in the environment. On"
554553
" POSIX systems, if a specific executable ``python3.x`` was used, symlinks"
555554
" to ``python`` and ``python3`` will be created pointing to that "
556555
"executable, unless files with those names already exist."
557556
msgstr ""
558-
"POSIX 시스템에서 환경에 파이썬 실행 파일의 복사본을 만듭니다. 특정 실행 파일 ``python3.x``\\ 사용되면, 해당 "
559-
"이름의 파일이 이미 존재하지 않는 한 ``python`` 과 ``python3`` 심볼릭 링크가 해당 실행 파일을 가리키도록 "
560-
"만들어집니다."
557+
"환경에 파이썬 실행 파일의 복사본이나 심볼릭 링크를 만듭니다. POSIX 시스템에서, 특정 실행 파일 ``python3.x``\\가 "
558+
"사용되면, 해당 이름의 파일이 이미 존재하지 않는 한 ``python`` 과 ``python3`` 심볼릭 링크가 해당 실행 파일을 "
559+
"가리키도록 만들어집니다."
561560

562561
#: ../Doc/library/venv.rst:190
563-
#, fuzzy
564562
msgid ""
565563
"Installs activation scripts appropriate to the platform into the virtual "
566564
"environment."
567-
msgstr "플랫폼에 적합한 활성화 스크립트를 가상 환경에 설치합니다. 윈도우에서는, ``python[w].exe`` 스크립트도 설치합니다."
565+
msgstr "플랫폼에 적합한 활성화 스크립트를 가상 환경에 설치합니다."
568566

569567
#: ../Doc/library/venv.rst:195
570568
msgid ""
@@ -574,21 +572,22 @@ msgid ""
574572
msgstr "제삼자 구현에서 재정의하여 가상 환경에 패키지를 사전 설치하거나 다른 생성 후 단계를 수행할 수 있는 메서드입니다."
575573

576574
#: ../Doc/library/venv.rst:199
577-
#, fuzzy
578575
msgid ""
579576
"Windows now uses redirector scripts for ``python[w].exe`` instead of "
580577
"copying the actual binaries. In 3.7.2 only :meth:`setup_python` does "
581578
"nothing unless running from a build in the source tree."
582579
msgstr ""
583-
"윈도우는 이제 실제 바이너리를 복사하는 대신 ``python[w].exe``\\를 위한 리디렉터 스크립트를 사용하므로, 소스 트리의"
584-
" 빌드에서 실행하지 않는 한 :meth:`setup_python`\\ 아무 작업도 수행하지 않습니다."
580+
"윈도우는 이제 실제 바이너리를 복사하는 대신 ``python[w].exe``\\를 위한 리디렉터 스크립트를 사용합니다. 3.7.2 "
581+
"에서만, 소스 트리의 빌드에서 실행하지 않는 한 :meth:`setup_python`\\ 아무 작업도 수행하지 않습니다."
585582

586583
#: ../Doc/library/venv.rst:204
587584
msgid ""
588585
"Windows copies the redirector scripts as part of :meth:`setup_python` "
589586
"instead of :meth:`setup_scripts`. This was not the case in 3.7.2. When "
590587
"using symlinks, the original executables will be linked."
591588
msgstr ""
589+
"윈도우는 :meth:`setup_scripts` 대신 :meth:`setup_python`\\의 일부로 리디렉터 스크립트를 복사합니다. "
590+
"이것은 3.7.2는 해당하지 않습니다. 심볼릭 링크를 사용하면, 원래 실행 파일이 링크됩니다."
592591

593592
#: ../Doc/library/venv.rst:209
594593
msgid ""
@@ -676,5 +675,5 @@ msgstr ""
676675
msgid ""
677676
"This script is also available for download `online "
678677
"<https://gist.github.com/vsajip/4673395>`_."
679-
msgstr "이 스크립트는 `온라인 <https://gist.github.com/vsajip/4673395>`_\\에서 내려받을 수도 있습니다."
680-
678+
msgstr ""
679+
"이 스크립트는 `온라인 <https://gist.github.com/vsajip/4673395>`_\\에서 내려받을 수도 있습니다."

0 commit comments

Comments
 (0)