From b47f2094365c97727d1c9d49458f52cc86640661 Mon Sep 17 00:00:00 2001 From: zztin <32836585+zztin@users.noreply.github.com> Date: Thu, 12 Jul 2018 19:59:48 +0800 Subject: [PATCH] Translational venv --- tutorial/venv.po | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tutorial/venv.po b/tutorial/venv.po index cc3156278c..ac56ce5bb7 100644 --- a/tutorial/venv.po +++ b/tutorial/venv.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6 TW\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-26 18:54+0800\n" -"PO-Revision-Date: 2018-05-23 16:19+0000\n" +"PO-Revision-Date: 2018-07-12 19:58+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese Traditional (http://www.transifex.com/python-tw-doc/" "python-36-tw/language/zh-Hant/)\n" @@ -17,6 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 2.0.9\n" #: ../../tutorial/venv.rst:6 msgid "Virtual Environments and Packages" @@ -94,11 +95,11 @@ msgstr "" #: ../../tutorial/venv.rst:55 msgid "On Windows, run::" -msgstr "" +msgstr "在 Windows 系統中,使用:" #: ../../tutorial/venv.rst:59 msgid "On Unix or MacOS, run::" -msgstr "" +msgstr "在 Unix 或 MacOS 系統,使用:" #: ../../tutorial/venv.rst:63 msgid "" @@ -106,6 +107,9 @@ msgid "" "or :program:`fish` shells, there are alternate ``activate.csh`` and " "``activate.fish`` scripts you should use instead.)" msgstr "" +"(這段程式碼適用於bash shell. 如果你是用 :program: `csh` 或者 :program:" +"`fish` shells,應當使用替代的 ``activate.csh`` 與 ``activate.fish`` 程式" +"碼。)" #: ../../tutorial/venv.rst:68 msgid "" @@ -133,7 +137,7 @@ msgid "" "``pip`` has a number of subcommands: \"search\", \"install\", \"uninstall\", " "\"freeze\", etc. (Consult the :ref:`installing-index` guide for complete " "documentation for ``pip``.)" -msgstr "" +msgstr "``pip`` " #: ../../tutorial/venv.rst:109 msgid ""