Skip to content

Commit 95091bf

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 1b1e39a commit 95091bf

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

‎using/configure.po

+12-8
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ msgstr ""
526526

527527
#: ../../using/configure.rst:325
528528
msgid "Linker options"
529-
msgstr ""
529+
msgstr "リンカのオプション"
530530

531531
#: ../../using/configure.rst:329
532532
msgid "Enable building a shared Python library: ``libpython`` (default is no)."
@@ -767,38 +767,42 @@ msgstr ""
767767

768768
#: ../../using/configure.rst:495
769769
msgid "Python Build System"
770-
msgstr ""
770+
msgstr "Python ビルドシステム"
771771

772772
#: ../../using/configure.rst:498
773773
msgid "Main files of the build system"
774-
msgstr ""
774+
msgstr "ビルドシステムの主要なファイル"
775775

776776
#: ../../using/configure.rst:500
777777
msgid ":file:`configure.ac` => :file:`configure`;"
778-
msgstr ""
778+
msgstr ":file:`configure.ac` => :file:`configure`;"
779779

780780
#: ../../using/configure.rst:501
781781
msgid ""
782782
":file:`Makefile.pre.in` => :file:`Makefile` (created by :file:`configure`);"
783783
msgstr ""
784+
":file:`Makefile.pre.in` => :file:`Makefile` (:file:`configure` により作成され"
785+
"ます);"
784786

785787
#: ../../using/configure.rst:502
786788
msgid ":file:`pyconfig.h` (created by :file:`configure`);"
787-
msgstr ""
789+
msgstr ":file:`pyconfig.h` (:file:`configure` により作成されます);"
788790

789791
#: ../../using/configure.rst:503
790792
msgid ""
791793
":file:`Modules/Setup`: C extensions built by the Makefile using :file:"
792794
"`Module/makesetup` shell script;"
793795
msgstr ""
796+
":file:`Modules/Setup`: :file:`Module/makesetup` シェルスクリプトを使用して "
797+
"Makefile がビルドする C 拡張。"
794798

795799
#: ../../using/configure.rst:505
796800
msgid ":file:`setup.py`: C extensions built using the :mod:`distutils` module."
797801
msgstr ""
798802

799803
#: ../../using/configure.rst:508
800804
msgid "Main build steps"
801-
msgstr ""
805+
msgstr "主要なビルドステップ"
802806

803807
#: ../../using/configure.rst:510
804808
msgid "C files (``.c``) are built as object files (``.o``)."
@@ -973,7 +977,7 @@ msgstr ""
973977

974978
#: ../../using/configure.rst:623
975979
msgid "C compiler command."
976-
msgstr ""
980+
msgstr "C コンパイラのコマンド。"
977981

978982
#: ../../using/configure.rst:625
979983
msgid "Example: ``gcc -pthread``."
@@ -1008,7 +1012,7 @@ msgstr ""
10081012

10091013
#: ../../using/configure.rst:647
10101014
msgid "C compiler flags."
1011-
msgstr ""
1015+
msgstr "C コンパイラのフラグ。"
10121016

10131017
#: ../../using/configure.rst:651
10141018
msgid ""

0 commit comments

Comments
 (0)