Skip to content

Commit 36cbeb5

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent e940b0d commit 36cbeb5

File tree

18 files changed

+8578
-8409
lines changed

18 files changed

+8578
-8409
lines changed

c-api/import.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Osamu NAKAMURA, 2021
88
# mollinaca, 2021
99
# tomo, 2021
10+
# Shin Saito, 2021
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
18-
"Last-Translator: tomo, 2021\n"
19+
"Last-Translator: Shin Saito, 2021\n"
1920
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -420,3 +421,5 @@ msgid ""
420421
" :c:func:`PyImport_ExtendInittab` must be called before each Python "
421422
"initialization."
422423
msgstr ""
424+
"Python が複数回初期化される場合、:c:func:`PyImport_AppendInittab` または "
425+
":c:func:`PyImport_ExtendInittab` は、それぞれの初期化の前に呼び出される必要があります。"

c-api/iterator.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ msgstr ""
5050
msgid ""
5151
"Return true if the type of *op* is :c:data:`PySeqIter_Type`. This function "
5252
"always succeeds."
53-
msgstr ""
53+
msgstr "*op* の型が :c:data:`PySeqlter_Type` 型の場合に真を返します。この関数は常に成功します。"
5454

5555
#: ../../c-api/iterator.rst:30
5656
msgid ""
@@ -73,7 +73,7 @@ msgstr ""
7373
msgid ""
7474
"Return true if the type of *op* is :c:data:`PyCallIter_Type`. This function"
7575
" always succeeds."
76-
msgstr ""
76+
msgstr "*op* の型が :c:data:`PyCallIter_Type` 型の場合に真を返します。この関数は常に成功します。"
7777

7878
#: ../../c-api/iterator.rst:49
7979
msgid ""

c-api/list.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ msgstr ""
4141
msgid ""
4242
"Return true if *p* is a list object or an instance of a subtype of the list "
4343
"type. This function always succeeds."
44-
msgstr ""
44+
msgstr "*p* がリストオブジェクトかリスト型のサブタイプのインスタンスである場合に真を返します。この関数は常に成功します。"
4545

4646
#: ../../c-api/list.rst:30
4747
msgid ""
4848
"Return true if *p* is a list object, but not an instance of a subtype of the"
4949
" list type. This function always succeeds."
50-
msgstr ""
50+
msgstr "*p* がリストオブジェクトだがリスト型のサブタイプのインスタンスでない場合に真を返します。この関数は常に成功します。"
5151

5252
#: ../../c-api/list.rst:36
5353
msgid "Return a new list of length *len* on success, or ``NULL`` on failure."

c-api/method.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ msgid ""
4949
":c:data:`PyInstanceMethod_Type`). The parameter must not be ``NULL``. This "
5050
"function always succeeds."
5151
msgstr ""
52+
"*o* がインスタンスメソッドオブジェクト (:c:data:`PyInstanceMethod_Type` 型である) "
53+
"場合に真を返します。パラメータは ``NULL`` にできません。この関数は常に成功します。"
5254

5355
#: ../../c-api/method.rst:30
5456
msgid ""
@@ -94,6 +96,8 @@ msgid ""
9496
"Return true if *o* is a method object (has type :c:data:`PyMethod_Type`). "
9597
"The parameter must not be ``NULL``. This function always succeeds."
9698
msgstr ""
99+
"*o* がメソッドオブジェクト (:c:data:`PyMethod_Type` 型である) 場合に真を返します。パラメータは ``NULL`` "
100+
"にできません。この関数は常に成功します。"
97101

98102
#: ../../c-api/method.rst:73
99103
msgid ""

c-api/sequence.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ msgid ""
196196
" iterable, raises :exc:`TypeError` with *m* as the message text. Returns "
197197
"``NULL`` on failure."
198198
msgstr ""
199+
"シーケンスまたはイテラブルの *o* を``PySequence_Fast*`` "
200+
"ファミリの関数で利用できるオブジェクトとして返します。オブジェクトがシーケンスでもイテラブルでもない場合は、メッセージ *m* を持つ、 "
201+
":exec:`TypeError` を送出します。失敗したら ``NULL`` を返します。"
199202

200203
#: ../../c-api/sequence.rst:138
201204
msgid ""
@@ -256,3 +259,5 @@ msgid ""
256259
":c:func:`PySequence_Check` on *o* is true and without adjustment for "
257260
"negative indices."
258261
msgstr ""
262+
"*o* の *i* 番目の要素を返し、失敗すると ``NULL`` を返します。 :c:func:`PySequence_GetItem` "
263+
"の高速版であり、:c:func:`PySequence_Check` で *o* が真を返すかどうかの検証や、負の添え字の調整を行いません。 "

distutils/index.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Shin Saito, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: Shin Saito, 2021\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -56,6 +57,9 @@ msgid ""
5657
" removed with the package. See the :ref:`What's New <distutils-deprecated>` "
5758
"entry for more information."
5859
msgstr ""
60+
"``distutils`` パッケージ全体の使用は非推奨 (deprecated) であり、Python 3.12 "
61+
"で削除されます。この文書は参照のために維持されており、パッケージとともに削除されます。詳しくは :ref:`What's New <distutils-"
62+
"deprecated>` エントリを参照してください。"
5963

6064
#: ../../distutils/_setuptools_disclaimer.rst:3
6165
msgid ""

extending/extending.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# tomo, 2021
88
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
99
# mollinaca, 2021
10+
# Shin Saito, 2021
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
18-
"Last-Translator: mollinaca, 2021\n"
19+
"Last-Translator: Shin Saito, 2021\n"
1920
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1116,6 +1117,8 @@ msgid ""
11161117
":func:`~gc.collect` function), as well as configuration interfaces and the "
11171118
"ability to disable the detector at runtime."
11181119
msgstr ""
1120+
"循環参照検出機構はそのようなガベージサイクル (前述したような循環参照オブジェクト) を検出して回収することができます。\n"
1121+
":mod:`gc` モジュールそのような検出機構の実行 (:func:`~gc.collect` 関数) を提供するとともに、設定のためのインタフェースおよび検出機構を実行時に無効にする方法も提供しています。"
11191122

11201123
#: ../../extending/extending.rst:920
11211124
msgid "Reference Counting in Python"

faq/extending.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2021
88
# mollinaca, 2021
9+
# Shin Saito, 2021
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
17-
"Last-Translator: mollinaca, 2021\n"
18+
"Last-Translator: Shin Saito, 2021\n"
1819
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -393,7 +394,7 @@ msgid ""
393394
"to point at your custom input function. See ``Modules/readline.c`` and "
394395
"``Parser/myreadline.c`` for more hints."
395396
msgstr ""
396-
"これを C で行う最も簡単な方法は、 :c:func:`PyRun_InteractiveLoop` を (必要ならば別のスレッドで) "
397+
"これを C で行う最も簡単な方法は、 :c:func:`PyRun_InteractiveLoop` を (おそらく別のスレッドで) "
397398
"呼び出し、Python インタプリタにあなたの入力を扱わせることです。独自の入力関数を指定するのに "
398399
":c:func:`PyOS_ReadlineFunctionPointer` を設定することもできます。詳しいヒントは、 "
399400
"``Modules/readline.c`` や ``Parser/myreadline.c`` を参照してください。"
@@ -412,6 +413,8 @@ msgid ""
412413
"parsing\". Here is a complete example using the GNU readline library (you "
413414
"may want to ignore **SIGINT** while calling readline())::"
414415
msgstr ""
416+
"しかし、場合によってはインタプリタをアプリケーション本体と同じスレッドで実行する必要があり、:c:func:`PyRun_InteractiveLoop` がユーザの入力を待っている間停止することを許容できないことがあります。\n"
417+
"その場合の解決策は、受け取られた文字列を :c:func:`Py_CompileString` でコンパイルすることを試みることです。エラー無くコンパイルされたら、返されたコードオブジェクトを :c:func:`PyEval_EvalCode` を呼んで実行することを試みてください。そうでなければ、入力を後のために保存してください。コンパイルが失敗したなら、それがエラーなのか入力の続きが求められているだけなのか調べてください。そのためには、例外タプルからメッセージ文字列を展開し、それを文字列 \"unexpected EOF while parsing\" と比較します。ここに GNU readline library を使った完全な例があります (readline() を呼んでいる間は **SIGINT** を無視したいかもしれません)::"
415418

416419
#: ../../faq/extending.rst:401
417420
msgid "How do I find undefined g++ symbols __builtin_new or __pure_virtual?"

install/index.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
88
# mollinaca, 2021
99
# tomo, 2021
10+
# Shin Saito, 2021
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
18-
"Last-Translator: tomo, 2021\n"
19+
"Last-Translator: Shin Saito, 2021\n"
1920
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -42,6 +43,9 @@ msgid ""
4243
" removed with the package. See the :ref:`What's New <distutils-deprecated>` "
4344
"entry for more information."
4445
msgstr ""
46+
"``distutils`` パッケージ全体の使用は非推奨 (deprecated) であり、Python 3.12 "
47+
"で削除されます。この文書は参照のために維持されており、パッケージとともに削除されます。詳しくは :ref:`What's New <distutils-"
48+
"deprecated>` エントリを参照してください。"
4549

4650
#: ../../install/index.rst:23
4751
msgid ":ref:`installing-index`"

library/atexit.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Shin Saito, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-06-30 12:50+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: Shin Saito, 2021\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -83,6 +84,8 @@ msgid ""
8384
"information is saved. After all exit handlers have had a chance to run, the"
8485
" last exception to be raised is re-raised."
8586
msgstr ""
87+
"終了ハンドラの実行中に例外が発生すると、(:exc:`SystemExit` "
88+
"以外の場合は)トレースバックを表示して、例外の情報を保存します。全ての終了ハンドラに動作するチャンスを与えた後に、最後に送出された例外を再送出します。"
8689

8790
#: ../../library/atexit.rst:45
8891
msgid ""
@@ -99,6 +102,10 @@ msgid ""
99102
"comparisons (``==``) are used internally during unregistration, so function "
100103
"references do not need to have matching identities."
101104
msgstr ""
105+
"関数 *func* をインタプリタ終了時に実行する関数のリストから削除します。*func* が登録されていなければ、:func:`unregister`"
106+
" は何もしません。*func* が2回以上登録されている場合は :mod:`atexit` のコールスタックにおける *func* "
107+
"のすべての出現が削除されます。削除の際の比較には等価比較 (``==``) が使われます。したがって削除したいものと同一の関数を *func* "
108+
"に指定する必要はありません。"
102109

103110
#: ../../library/atexit.rst:62
104111
msgid "Module :mod:`readline`"

0 commit comments

Comments
 (0)