@@ -719,23 +719,23 @@ msgid ""
719
719
"``env_dir`` - The location of the virtual environment. Used for "
720
720
"``__VENV_DIR__`` in activation scripts (see :meth:`install_scripts`)."
721
721
msgstr ""
722
- "``env_dir``—— 虛擬環境的位置。用於啟用腳本中的 ``__VENV_DIR__``(參見 :meth:"
722
+ "``env_dir`` —— 虛擬環境的位置。用於啟用腳本中的 ``__VENV_DIR__``(參見 :meth:"
723
723
"`install_scripts`)。"
724
724
725
725
#: ../../library/venv.rst:377
726
726
msgid ""
727
727
"``env_name`` - The name of the virtual environment. Used for "
728
728
"``__VENV_NAME__`` in activation scripts (see :meth:`install_scripts`)."
729
729
msgstr ""
730
- "``env_name``—— 虛擬環境的名稱。用於啟用腳本中的 ``__VENV_NAME__``(參見 :meth:"
730
+ "``env_name`` —— 虛擬環境的名稱。用於啟用腳本中的 ``__VENV_NAME__``(參見 :meth:"
731
731
"`install_scripts`)。"
732
732
733
733
#: ../../library/venv.rst:380
734
734
msgid ""
735
735
"``prompt`` - The prompt to be used by the activation scripts. Used for "
736
736
"``__VENV_PROMPT__`` in activation scripts (see :meth:`install_scripts`)."
737
737
msgstr ""
738
- "``prompt``—— 啟用腳本所使用的提示字元。用於啟用腳本中的 "
738
+ "``prompt`` —— 啟用腳本所使用的提示字元。用於啟用腳本中的 "
739
739
"``__VENV_PROMPT__``(參見 :meth:`install_scripts`)。"
740
740
741
741
#: ../../library/venv.rst:383
@@ -744,28 +744,28 @@ msgid ""
744
744
"environment. This takes into account the case where a virtual environment is "
745
745
"created from another virtual environment."
746
746
msgstr ""
747
- "``executable``—— 虛擬環境所使用的底層 Python 執行檔。在從其他虛擬環境建立虛擬"
747
+ "``executable`` —— 虛擬環境所使用的底層 Python 執行檔。在從其他虛擬環境建立虛擬"
748
748
"環境的情況下,也會一併考慮該情境。"
749
749
750
750
#: ../../library/venv.rst:387
751
751
msgid "``inc_path`` - The include path for the virtual environment."
752
- msgstr "``inc_path``—— 虛擬環境的 include 路徑。"
752
+ msgstr "``inc_path`` —— 虛擬環境的 include 路徑。"
753
753
754
754
#: ../../library/venv.rst:389
755
755
msgid "``lib_path`` - The purelib path for the virtual environment."
756
- msgstr "``lib_path``—— 虛擬環境的 purelib 路徑。"
756
+ msgstr "``lib_path`` —— 虛擬環境的 purelib 路徑。"
757
757
758
758
#: ../../library/venv.rst:391
759
759
msgid "``bin_path`` - The script path for the virtual environment."
760
- msgstr "``bin_path``- 虛擬環境的腳本路徑。"
760
+ msgstr "``bin_path``—— 虛擬環境的腳本路徑。"
761
761
762
762
#: ../../library/venv.rst:393
763
763
msgid ""
764
764
"``bin_name`` - The name of the script path relative to the virtual "
765
765
"environment location. Used for ``__VENV_BIN_NAME__`` in activation scripts "
766
766
"(see :meth:`install_scripts`)."
767
767
msgstr ""
768
- "``bin_name``—— 相對於虛擬環境位置的腳本路徑名稱。用於啟用腳本中的 "
768
+ "``bin_name`` —— 相對於虛擬環境位置的腳本路徑名稱。用於啟用腳本中的 "
769
769
"``__VENV_BIN_NAME__``(參見 :meth:`install_scripts`)。"
770
770
771
771
#: ../../library/venv.rst:397
@@ -774,7 +774,7 @@ msgid ""
774
774
"Used for ``__VENV_PYTHON__`` in activation scripts (see :meth:"
775
775
"`install_scripts`)."
776
776
msgstr ""
777
- "``env_exe``—— 虛擬環境中 Python 直譯器的名稱。用於啟用腳本中的 "
777
+ "``env_exe`` —— 虛擬環境中 Python 直譯器的名稱。用於啟用腳本中的 "
778
778
"``__VENV_PYTHON__``(參見 :meth:`install_scripts`)。"
779
779
780
780
#: ../../library/venv.rst:401
@@ -783,7 +783,7 @@ msgid ""
783
783
"filesystem redirections. This can be used to run Python in the virtual "
784
784
"environment."
785
785
msgstr ""
786
- "``env_exec_cmd``—— Python 直譯器名稱,會將檔案系統重新導向後納入考慮。可用於在"
786
+ "``env_exec_cmd`` —— Python 直譯器名稱,會將檔案系統重新導向後納入考慮。可用於在"
787
787
"虛擬環境中執行 Python。"
788
788
789
789
#: ../../library/venv.rst:406