7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-10-15 20:43 +0000\n "
10
+ "POT-Creation-Date : 2023-03-16 00:18 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 14:06+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -117,11 +117,11 @@ msgstr ""
117
117
msgid ""
118
118
"The header files are typically installed with Python. On Unix, these are "
119
119
"located in the directories :file:`{prefix}/include/pythonversion/` and :file:"
120
- "`{exec_prefix}/include/pythonversion/`, where :envvar :`prefix` and :envvar: "
121
- "`exec_prefix` are defined by the corresponding parameters to Python's : "
122
- "program:`configure` script and *version* is ``'%d.%d' % sys ."
123
- "version_info[:2]``. On Windows, the headers are installed in :file :"
124
- "`{prefix}/include`, where :envvar:` prefix` is the installation directory "
120
+ "`{exec_prefix}/include/pythonversion/`, where :option :`prefix <--prefix>` "
121
+ "and :option: `exec_prefix <--exec-prefix> ` are defined by the corresponding "
122
+ "parameters to Python's : program:`configure` script and *version* is ``'%d."
123
+ "%d' % sys. version_info[:2]``. On Windows, the headers are installed in :"
124
+ "file: `{prefix}/include`, where `` prefix` ` is the installation directory "
125
125
"specified to the installer."
126
126
msgstr ""
127
127
@@ -131,8 +131,8 @@ msgid ""
131
131
"compiler's search path for includes. Do *not* place the parent directories "
132
132
"on the search path and then use ``#include <pythonX.Y/Python.h>``; this will "
133
133
"break on multi-platform builds since the platform independent headers under :"
134
- "envvar :`prefix` include the platform specific headers from :envvar :"
135
- "`exec_prefix`."
134
+ "option :`prefix <--prefix> ` include the platform specific headers from :"
135
+ "option: `exec_prefix <--exec-prefix> `."
136
136
msgstr ""
137
137
138
138
#: ../../c-api/intro.rst:95
0 commit comments