@@ -8,15 +8,16 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-05-09 00:15+0000\n "
11
- "PO-Revision-Date : 2018-05-23 16:15+0000 \n "
12
- "Last-Translator : Adrian Liaw <adrianliaw2000 @gmail.com>\n "
11
+ "PO-Revision-Date : 2023-07-08 16:20+0800 \n "
12
+ "Last-Translator : Matt Wang <mattwang44 @gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
15
15
"Language : zh_TW\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
+ "X-Generator : Poedit 3.3.2\n "
20
21
21
22
#: ../../library/venv.rst:2
22
23
msgid ":mod:`venv` --- Creation of virtual environments"
@@ -180,7 +181,7 @@ msgstr ""
180
181
181
182
#: ../../library/venv.rst:50
182
183
msgid "How venvs work"
183
- msgstr ""
184
+ msgstr "虛擬環境如何運作 "
184
185
185
186
#: ../../library/venv.rst:52
186
187
msgid ""
@@ -191,6 +192,10 @@ msgid ""
191
192
"environment. It is sufficient to check ``sys.prefix != sys.base_prefix`` to "
192
193
"determine if the current interpreter is running from a virtual environment."
193
194
msgstr ""
195
+ "當 Python 跑在虛擬環境時,:data:`sys.prefix` 和 :data:`sys.exec_prefix` 會指"
196
+ "向虛擬環境的目錄,而 :data:`sys.base_prefix` 和 :data:`sys.base_exec_prefix` "
197
+ "會指向創建虛擬環境的基本的 Python 的目錄。檢查 ``sys.prefix != sys."
198
+ "base_prefix`` 就可以確定目前的直譯器是否跑在虛擬環境中。"
194
199
195
200
#: ../../library/venv.rst:61
196
201
msgid ""
0 commit comments