@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.13\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2024-08-16 14:15 +0000\n "
18+ "POT-Creation-Date : 2024-08-23 14:16 +0000\n "
1919"PO-Revision-Date : 2021-06-28 01:50+0000\n "
2020"Last-Translator : 石井明久, 2024\n "
2121"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -574,43 +574,43 @@ msgstr ""
574574
575575#: ../../using/configure.rst:317
576576msgid "C compiler options"
577- msgstr ""
577+ msgstr "C コンパイラのオプション "
578578
579579#: ../../using/configure.rst:321 ../../using/configure.rst:1228
580580msgid "C compiler command."
581- msgstr ""
581+ msgstr "C コンパイラのコマンド。 "
582582
583583#: ../../using/configure.rst:325 ../../using/configure.rst:1240
584584msgid "C compiler flags."
585- msgstr ""
585+ msgstr "C コンパイラのフラグ。 "
586586
587587#: ../../using/configure.rst:329
588588msgid "C preprocessor command."
589- msgstr ""
589+ msgstr "C プリプロセッサのコマンド。 "
590590
591591#: ../../using/configure.rst:333
592592msgid "C preprocessor flags, e.g. :samp:`-I{include_dir}`."
593- msgstr ""
593+ msgstr "C プリプロセッサのフラグ。 (:samp:`-I{include_dir}` など) "
594594
595595#: ../../using/configure.rst:337 ../../using/configure.rst:779
596596msgid "Linker options"
597- msgstr ""
597+ msgstr "リンカのオプション "
598598
599599#: ../../using/configure.rst:341
600600msgid "Linker flags, e.g. :samp:`-L{library_directory}`."
601- msgstr ""
601+ msgstr "リンカのフラグ。 (:samp:`-L{library_directory}` など) "
602602
603603#: ../../using/configure.rst:345
604604msgid "Libraries to pass to the linker, e.g. :samp:`-l{library}`."
605- msgstr ""
605+ msgstr "リンカに渡すライブラリ。 (:samp:`-l{library}` など) "
606606
607607#: ../../using/configure.rst:349
608608msgid "Name for machine-dependent library files."
609- msgstr ""
609+ msgstr "マシン依存のライブラリファイルの名前。 "
610610
611611#: ../../using/configure.rst:353
612612msgid "Options for third-party dependencies"
613- msgstr ""
613+ msgstr "サードパーティ依存関係のオプション "
614614
615615#: ../../using/configure.rst:360
616616msgid ""
@@ -1488,54 +1488,59 @@ msgstr ""
14881488
14891489#: ../../using/configure.rst:992
14901490msgid "path to build ``python`` binary for cross compiling"
1491- msgstr "クロスコンパイル用のビルド ``python`` バイナリへのパス。"
1491+ msgstr "クロスコンパイル用のビルド ``python`` バイナリへのパス。"
14921492
14931493#: ../../using/configure.rst:998
14941494msgid "An environment variable that points to a file with configure overrides."
1495- msgstr ""
1495+ msgstr "構成をオーバーライドするファイルを指す環境変数。 "
14961496
14971497#: ../../using/configure.rst:1000
14981498msgid "Example *config.site* file:"
1499- msgstr ""
1499+ msgstr "*config.site* ファイルの例: "
15001500
15011501#: ../../using/configure.rst:1011
15021502msgid "Program to run CPython for the host platform for cross-compilation."
15031503msgstr ""
1504+ "クロスコンパイル用にホストプラットフォームの CPython を実行するプログラム。"
15041505
15051506#: ../../using/configure.rst:1016
15061507msgid "Cross compiling example::"
15071508msgstr "クロスコンパイルの例::"
15081509
15091510#: ../../using/configure.rst:1025
15101511msgid "Python Build System"
1511- msgstr ""
1512+ msgstr "Python ビルドシステム "
15121513
15131514#: ../../using/configure.rst:1028
15141515msgid "Main files of the build system"
1515- msgstr ""
1516+ msgstr "ビルドシステムの主要なファイル "
15161517
15171518#: ../../using/configure.rst:1030
15181519msgid ":file:`configure.ac` => :file:`configure`;"
1519- msgstr ""
1520+ msgstr ":file:`configure.ac` => :file:`configure`; "
15201521
15211522#: ../../using/configure.rst:1031
15221523msgid ""
15231524":file:`Makefile.pre.in` => :file:`Makefile` (created by :file:`configure`);"
15241525msgstr ""
1526+ ":file:`Makefile.pre.in` => :file:`Makefile` (:file:`configure` により作成され"
1527+ "ます);"
15251528
15261529#: ../../using/configure.rst:1032
15271530msgid ":file:`pyconfig.h` (created by :file:`configure`);"
1528- msgstr ""
1531+ msgstr ":file:`pyconfig.h` (:file:`configure` により作成されます); "
15291532
15301533#: ../../using/configure.rst:1033
15311534msgid ""
15321535":file:`Modules/Setup`: C extensions built by the Makefile using :file:"
15331536"`Module/makesetup` shell script;"
15341537msgstr ""
1538+ ":file:`Modules/Setup`: :file:`Module/makesetup` シェルスクリプトを使用して "
1539+ "Makefile がビルドする C 拡張。"
15351540
15361541#: ../../using/configure.rst:1037
15371542msgid "Main build steps"
1538- msgstr ""
1543+ msgstr "主要なビルドステップ "
15391544
15401545#: ../../using/configure.rst:1039
15411546msgid "C files (``.c``) are built as object files (``.o``)."
0 commit comments