@@ -45,9 +45,8 @@ msgid ""
4545msgstr ""
4646
4747#: ../../library/venv.rst:33
48- #, fuzzy
4948msgid "See :pep:`405` for more background on Python virtual environments."
50- msgstr "更多關於 Python虛擬環境的資訊請見 :pep:`405`\\ 。"
49+ msgstr "更多關於 Python虛擬環境的背景資訊請見 :pep:`405`\\ 。"
5150
5251#: ../../library/venv.rst:37
5352msgid ""
@@ -225,36 +224,32 @@ msgid "bash/zsh"
225224msgstr "bash/zsh"
226225
227226#: ../../library/venv.rst:73
228- #, fuzzy
229227msgid ":samp:`$ source {<venv>}/bin/activate`"
230- msgstr "$ source <venv>/bin/activate"
228+ msgstr ":samp:` $ source{ <venv>} /bin/activate` "
231229
232230#: ../../library/venv.rst:75
233231msgid "fish"
234232msgstr "fish"
235233
236234#: ../../library/venv.rst:75
237- #, fuzzy
238235msgid ":samp:`$ source {<venv>}/bin/activate.fish`"
239- msgstr "$ source <venv>/bin/activate.fish"
236+ msgstr ":samp:` $ source{ <venv>} /bin/activate.fish` "
240237
241238#: ../../library/venv.rst:77
242239msgid "csh/tcsh"
243240msgstr "csh/tcsh"
244241
245242#: ../../library/venv.rst:77
246- #, fuzzy
247243msgid ":samp:`$ source {<venv>}/bin/activate.csh`"
248- msgstr "$ source <venv>/bin/activate.csh"
244+ msgstr ":samp:` $ source{ <venv>} /bin/activate.csh` "
249245
250246#: ../../library/venv.rst:79 ../../library/venv.rst:83
251247msgid "PowerShell"
252248msgstr "PowerShell"
253249
254250#: ../../library/venv.rst:79
255- #, fuzzy
256251msgid ":samp:`$ {<venv>}/bin/Activate.ps1`"
257- msgstr "$ <venv>/bin/Activate.ps1"
252+ msgstr ":samp:`$ { <venv>} /bin/Activate.ps1` "
258253
259254#: ../../library/venv.rst:81
260255msgid "Windows"
@@ -265,14 +260,12 @@ msgid "cmd.exe"
265260msgstr "cmd.exe"
266261
267262#: ../../library/venv.rst:81
268- #, fuzzy
269263msgid ":samp:`C:\\\\ > {<venv>}\\\\ Scripts\\\\ activate.bat`"
270- msgstr "C:\\\\ > <venv>\\\\ Scripts\\\\ activate.bat"
264+ msgstr ":samp:` C:\\\\ >{ <venv>} \\\\ Scripts\\\\ activate.bat` "
271265
272266#: ../../library/venv.rst:83
273- #, fuzzy
274267msgid ":samp:`PS C:\\\\ > {<venv>}\\\\ Scripts\\\\ Activate.ps1`"
275- msgstr "PS C:\\\\ > <venv>\\\\ Scripts\\\\ Activate.ps1"
268+ msgstr ":samp:` PS C:\\\\ >{ <venv>} \\\\ Scripts\\\\ Activate.ps1` "
276269
277270#: ../../library/venv.rst:86
278271msgid ":program:`!fish` and :program:`!csh` activation scripts."