@@ -450,6 +450,9 @@ msgid ""
450450"else is recognized by the :command:`build_ext` command as source for a "
451451"Python extension."
452452msgstr ""
453+ "ソースファイル名のリスト。配布物ルートディレクトリ (setupスクリプトのある場所) からの相対パス、プラットフォーム独立のため Unix "
454+ "形式(スラッシュで区切る)で記述します。ソースファイルは C, C++, SWIG (.i)、特定プラットフォーム用のリソースファイル、その他 "
455+ ":command:`build_ext` コマンドがソースファイルだと認識するどの形式でもありえます。"
453456
454457#: ../../distutils/apiref.rst:197
455458msgid "*include_dirs*"
@@ -1414,6 +1417,11 @@ msgid ""
14141417"to compile Python. For Python 2.3 and earlier, the compiler was Visual "
14151418"Studio 6. For Python 2.4 and 2.5, the compiler is Visual Studio .NET 2003."
14161419msgstr ""
1420+ "このモジュールは :class:`MSVCCompiler` クラスを提供します。抽象クラス :class:`CCompiler` "
1421+ "の具象クラスでMicrosoft Visual "
1422+ "Studio向けのものです。一般的に、拡張モジュールはPythonをコンパイルしたのと同じコンパイラでコンパイルする必要があります。Python 2.3"
1423+ " やそれ以前では、コンパイラはVisual Studio 6でした。 Python 2.4 と Python 2.5 では、コンパイラは Visual "
1424+ "Studio .NET 2003 です。"
14171425
14181426#: ../../distutils/apiref.rst:830
14191427msgid ""
@@ -1767,6 +1775,10 @@ msgid ""
17671775"included depends on the OS; e.g., on Linux, the kernel version isn't "
17681776"particularly important."
17691777msgstr ""
1778+ "現在のプラットフォームを示す文字列を返します。\n"
1779+ "これはプラットフォーム依存のビルドディレクトリやプラットフォーム依存の配布物を区別するために使われます。\n"
1780+ "典型的には、('os.uname()' のように) OSの名前とバージョン、アーキテクチャを含みますが、厳密にはOSに依存します。\n"
1781+ "例えば Linux ではカーネルのバージョンはそれほど重要ではありません。"
17701782
17711783#: ../../distutils/apiref.rst:1099
17721784msgid "Examples of returned values:"
@@ -2447,7 +2459,7 @@ msgstr "*strip_comments*"
24472459msgid ""
24482460"strip from ``'#'`` to end-of-line, as well as any whitespace leading up to "
24492461"the ``'#'``\\ ---unless it is escaped by a backslash"
2450- msgstr ""
2462+ msgstr "バックスラッシュでエスケープされていない限り、``'#'`` から行末までと、``'#'`` の先にある空白文字の並びを削除します "
24512463
24522464#: ../../distutils/apiref.rst:1570 ../../distutils/apiref.rst:1579
24532465#: ../../distutils/apiref.rst:1584
0 commit comments