8000 [skip ci] Update .po files · python/python-docs-ja@2904e76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2904e76

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 83efabf commit 2904e76

File tree

4 files changed

+86
-79
lines changed

4 files changed

+86
-79
lines changed

extending/extending.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-04-10 13:00+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: tomo🐧, 2018\n"
13+
"Last-Translator: TAKAHASHI Shuuji <shuuji3@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -81,6 +81,9 @@ msgid ""
8181
"terminated character string as argument and returns an integer. We want "
8282
"this function to be callable from Python as follows:"
8383
msgstr ""
84+
"``spam`` (Monty Python ファンの好物ですね) という名の拡張モジュールを作成することにして、C ライブラリ関数 "
85+
":c:func:`system` に対する Python インタフェースを作成したいとします。 [#]_ この関数は null "
86+
"で終端されたキャラクタ文字列を引数にとり、整数を返します。この関数を以下のようにして Python から呼び出せるようにしたいとします。"
8487

8588
#: ../../extending/extending.rst:52
8689
msgid ""
@@ -655,6 +658,10 @@ msgid ""
655658
"the :file:`Modules/` directory of an unpacked source distribution, add a "
656659
"line to the file :file:`Modules/Setup.local` describing your file:"
657660
msgstr ""
661+
"動的読み込みを使えなかったり、モジュールを常時 Python "
662+
"インタプリタの一部にしておきたい場合には、インタプリタのビルド設定を変更して再ビルドしなければならなくなるでしょう。Unixでは、幸運なことにこの作業はとても単純です:"
663+
" 単に自作のモジュールファイル (例えば :file:`spammodule.c`) を展開したソース配布物の :file:`Modules/` "
664+
"ディレクトリに置き、 :file:`Modules/Setup.local` に自分のファイルを説明する以下の一行:"
658665

659666
#: ../../extending/extending.rst:449
660667
msgid ""
@@ -673,7 +680,7 @@ msgstr ""
673680
msgid ""
674681
"If your module requires additional libraries to link with, these can be "
675682
"listed on the line in the configuration file as well, for instance:"
676-< BF6A div class="diff-text-inner">msgstr ""
683+
msgstr "モジュールが別のライブラリとリンクされている必要がある場合、ライブラリも設定ファイルに列挙できます。例えば以下のようにします。"
677684

678685
#: ../../extending/extending.rst:466
679686
msgid "Calling Python Functions from C"
@@ -1160,6 +1167,9 @@ msgid ""
11601167
"borrowed. Using a borrowed reference after the owner has disposed of it "
11611168
"risks using freed memory and should be avoided completely [#]_."
11621169
msgstr ""
1170+
"オブジェクトに対する参照は、借用 (:dfn:`borrow`) も可能です。 [#]_ 参照の借用者は、 :c:func:`Py_DECREF` "
1171+
"を呼んではなりません。借用者は、参照の所有者から借用した期間を超えて参照を保持し続けてはなりません。所有者が参照を放棄した後で借用参照を使うと、解放済みメモリを使用してしまう危険があるので、絶対に避けねばなりません。"
1172+
" [#]_"
11631173

11641174
#: ../../extending/extending.rst:928
11651175
msgid ""
@@ -1424,6 +1434,8 @@ msgid ""
14241434
" C functions (``args`` in the examples) is never *NULL* --- in fact it "
14251435
"guarantees that it is always a tuple [#]_."
14261436
msgstr ""
1437+
"Python から C 関数を呼び出す機構は、C 関数に渡される引数リスト (例でいうところの ``args``) が決して *NULL* "
1438+
"にならないよう保証しています --- 実際には、常にタプル型になるよう保証しています。[#]_"
14271439

14281440
#: ../../extending/extending.rst:1099
14291441
msgid ""

0 commit comments

Comments
 (0)
0