@@ -526,7 +526,7 @@ msgstr ""
526
526
527
527
#: ../../using/configure.rst:325
528
528
msgid "Linker options"
529
- msgstr ""
529
+ msgstr "リンカのオプション "
530
530
531
531
#: ../../using/configure.rst:329
532
532
msgid "Enable building a shared Python library: ``libpython`` (default is no)."
@@ -767,38 +767,42 @@ msgstr ""
767
767
768
768
#: ../../using/configure.rst:495
769
769
msgid "Python Build System"
770
- msgstr ""
770
+ msgstr "Python ビルドシステム "
771
771
772
772
#: ../../using/configure.rst:498
773
773
msgid "Main files of the build system"
774
- msgstr ""
774
+ msgstr "ビルドシステムの主要なファイル "
775
775
776
776
#: ../../using/configure.rst:500
777
777
msgid ":file:`configure.ac` => :file:`configure`;"
778
- msgstr ""
778
+ msgstr ":file:`configure.ac` => :file:`configure`; "
779
779
780
780
#: ../../using/configure.rst:501
781
781
msgid ""
782
782
":file:`Makefile.pre.in` => :file:`Makefile` (created by :file:`configure`);"
783
783
msgstr ""
784
+ ":file:`Makefile.pre.in` => :file:`Makefile` (:file:`configure` により作成され"
785
+ "ます);"
784
786
785
787
#: ../../using/configure.rst:502
786
788
msgid ":file:`pyconfig.h` (created by :file:`configure`);"
787
- msgstr ""
789
+ msgstr ":file:`pyconfig.h` (:file:`configure` により作成されます); "
788
790
789
791
#: ../../using/configure.rst:503
790
792
msgid ""
791
793
":file:`Modules/Setup`: C extensions built by the Makefile using :file:"
792
794
"`Module/makesetup` shell script;"
793
795
msgstr ""
796
+ ":file:`Modules/Setup`: :file:`Module/makesetup` シェルスクリプトを使用して "
797
+ "Makefile がビルドする C 拡張。"
794
798
795
799
#: ../../using/configure.rst:505
796
800
msgid ":file:`setup.py`: C extensions built using the :mod:`distutils` module."
797
801
msgstr ""
798
802
799
803
#: ../../using/configure.rst:508
800
804
msgid "Main build steps"
801
- msgstr ""
805
+ msgstr "主要なビルドステップ "
802
806
803
807
#: ../../using/configure.rst:510
804
808
msgid "C files (``.c``) are built as object files (``.o``)."
@@ -973,7 +977,7 @@ msgstr ""
973
977
974
978
#: ../../using/configure.rst:623
975
979
msgid "C compiler command."
976
- msgstr ""
980
+ msgstr "C コンパイラのコマンド。 "
977
981
978
982
#: ../../using/configure.rst:625
979
983
msgid "Example: ``gcc -pthread``."
@@ -1008,7 +1012,7 @@ msgstr ""
1008
1012
1009
1013
#: ../../using/configure.rst:647
1010
1014
msgid "C compiler flags."
1011
- msgstr ""
1015
+ msgstr "C コンパイラのフラグ。 "
1012
1016
1013
1017
#: ../../using/configure.rst:651
1014
1018
msgid ""
0 commit comments