@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.11\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-02-24 14:15 +0000\n "
15
+ "POT-Creation-Date : 2023-03-17 14:14 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:49+0000\n "
17
17
"Last-Translator : tomo, 2022\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -168,37 +168,23 @@ msgstr ""
168
168
msgid ""
169
169
"The header files are typically installed with Python. On Unix, these are "
170
170
"located in the directories :file:`{prefix}/include/pythonversion/` and :file:"
171
- "`{exec_prefix}/include/pythonversion/`, where :envvar :`prefix` and :envvar: "
172
- "`exec_prefix` are defined by the corresponding parameters to Python's : "
173
- "program:`configure` script and *version* is ``'%d.%d' % sys ."
174
- "version_info[:2]``. On Windows, the headers are installed in :file :"
175
- "`{prefix}/include`, where :envvar:` prefix` is the installation directory "
171
+ "`{exec_prefix}/include/pythonversion/`, where :option :`prefix <--prefix>` "
172
+ "and :option: `exec_prefix <--exec-prefix> ` are defined by the corresponding "
173
+ "parameters to Python's : program:`configure` script and *version* is ``'%d."
174
+ "%d' % sys. version_info[:2]``. On Windows, the headers are installed in :"
175
+ "file: `{prefix}/include`, where `` prefix` ` is the installation directory "
176
176
"specified to the installer."
177
177
msgstr ""
178
- "ヘッダファイル群は通常 Python と共にインストールされます。 Unixでは :file:"
179
- "`{prefix}/include/pythonversion/` および :file:`{exec_prefix}/include/"
180
- "pythonversion/` に置かれます。 :envvar:`prefix` と :envvar:`exec_prefix` は "
181
- "Python をビルドする際の :program:`configure` スクリプトに与えたパラメタに対応"
182
- "し、 *version* は ``'%d.%d' % sys.version_info[:2]`` に対応します。 Windows "
183
- "では、ヘッダは :file:`{prefix}/include` に置かれます。 :envvar:`prefix` はイ"
184
- "ンストーラに指定したインストールディレクトリです。"
185
178
186
179
#: ../../c-api/intro.rst:88
187
180
msgid ""
188
181
"To include the headers, place both directories (if different) on your "
189
182
"compiler's search path for includes. Do *not* place the parent directories "
190
183
"on the search path and then use ``#include <pythonX.Y/Python.h>``; this will "
191
184
"break on multi-platform builds since the platform independent headers under :"
192
- "envvar:`prefix` include the platform specific headers from :envvar:"
193
- "`exec_prefix`."
194
- msgstr ""
195
- "ヘッダをインクルードするには、各ヘッダの入ったディレクトリ (別々のディレクト"
196
- "リの場合は両方) を、コンパイラがインクルードファイルを検索するためのパスに入"
197
- "れます。親ディレクトリをサーチパスに入れて、 ``#include <pythonX.Y/Python."
198
- "h>`` のようにしては *なりません* ; :envvar:`prefix` 内のプラットフォームに依"
199
- "存しないヘッダは、 :envvar:`exec_prefix` からプラットフォーム依存のヘッダをイ"<
67E6
/span>
200
- "ンクルードしているので、このような操作を行うと複数のプラットフォームでのビル"
201
- "ドができなくなります。"
185
+ "option:`prefix <--prefix>` include the platform specific headers from :"
186
+ "option:`exec_prefix <--exec-prefix>`."
187
+ msgstr ""
202
188
203
189
#: ../../c-api/intro.rst:95
204
190
msgid ""
0 commit comments