Skip to content

Commit 1a565c7

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 39954fe commit 1a565c7

File tree

4 files changed

+3929
-3908
lines changed

4 files changed

+3929
-3908
lines changed

c-api/init.po

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,6 +1988,9 @@ msgid ""
19881988
":const:`PyTrace_C_EXCEPTION` or :const:`PyTrace_C_RETURN` as a value for the"
19891989
" *what* parameter."
19901990
msgstr ""
1991+
"トレース関数を *func* に設定します。\n"
1992+
"この関数は :c:func:`PyEval_SetProfile` と同じですが、トレース関数は行番号イベントおよび opcode イベントを受け取り、呼び出された C 関数オブジェクトと関係する任意のイベントを受け取らないところが異なっています。\n"
1993+
":c:func:`PyEval_SetTrace` で登録されたトレース関数は、*what* 引数の値として :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN` を受け取りません。"
19911994

19921995
#: ../../c-api/init.rst:1372
19931996
msgid "Advanced Debugger Support"
@@ -2039,18 +2042,22 @@ msgid ""
20392042
"use a thread key and functions to associate a :c:type:`void\\*` value per "
20402043
"thread."
20412044
msgstr ""
2045+
"Python インタプリタは、スレッドローカルストレージ (thread-local storage, TLS) の低レベルサポートを提供していて、ネイティブの TLS 実装を内部にラップして Python レベルのスレッドローカルストレージ API (:class:`threading.local`) をサポートしています。\n"
2046+
"CPython の C レベル API は pthreads や Windows で与えられる TLS と同様です: スレッドキーとスレッドごとに :c:type:`void\\*` 値を関係付ける関数を使います。"
20422047

20432048
#: ../../c-api/init.rst:1417
20442049
msgid ""
20452050
"The GIL does *not* need to be held when calling these functions; they supply"
20462051
" their own locking."
2047-
msgstr ""
2052+
msgstr "API で使われる関数を呼ぶときは、 GIL を取得する必要は *ありません* 。関数自身のロックがサポートされています。"
20482053

20492054
#: ../../c-api/init.rst:1420
20502055
msgid ""
20512056
"Note that :file:`Python.h` does not include the declaration of the TLS APIs,"
20522057
" you need to include :file:`pythread.h` to use thread-local storage."
20532058
msgstr ""
2059+
":file:`Python.h` は TLS API の宣言を include せず、スレッドローカルストレージを使うには "
2060+
":file:`pythread.h` を include する必要があることに注意してください。"
20542061

20552062
#: ../../c-api/init.rst:1424
20562063
msgid ""
@@ -2060,21 +2067,26 @@ msgid ""
20602067
":c:type:`PyObject\\*`, these functions don't do refcount operations on them "
20612068
"either."
20622069
msgstr ""
2070+
"この API 関数はどれも :c:type:`void\\*` 値の代わりにメモリ管理を行うことはしません。\n"
2071+
"メモリの確保と解放は自前で行う必要があります。\n"
2072+
":c:type:`void\\*` 値がたまたま :c:type:`PyObject\\*` だった場合は、 API 関数はそれぞれの値の参照カウントの操作は行いません。"
20632073

20642074
#: ../../c-api/init.rst:1432
20652075
msgid "Thread Specific Storage (TSS) API"
2066-
msgstr ""
2076+
msgstr "スレッド固有ストレージ (Thread Specific Storage, TSS) API"
20672077

20682078
#: ../../c-api/init.rst:1434
20692079
msgid ""
20702080
"TSS API is introduced to supersede the use of the existing TLS API within "
20712081
"the CPython interpreter. This API uses a new type :c:type:`Py_tss_t` "
20722082
"instead of :c:type:`int` to represent thread keys."
20732083
msgstr ""
2084+
"TSS API は、 CPython インタプリタに含まれている既存の TLS API を置き換えるために導入されました。\n"
2085+
"この API は、スレッドキーの表現に :c:type:`int` の代わりに新しい型 :c:type:`Py_tss_t` を使います。"
20742086

20752087
#: ../../c-api/init.rst:1440
20762088
msgid "\"A New C-API for Thread-Local Storage in CPython\" (:pep:`539`)"
2077-
msgstr ""
2089+
msgstr "\"CPython のスレッドローカルストレージのための新しい C API\" (:pep:`539`)"
20782090

20792091
#: ../../c-api/init.rst:1445
20802092
msgid ""
@@ -2089,6 +2101,8 @@ msgid ""
20892101
"When :ref:`Py_LIMITED_API <stable>` is not defined, static allocation of "
20902102
"this type by :c:macro:`Py_tss_NEEDS_INIT` is allowed."
20912103
msgstr ""
2104+
":ref:`Py_LIMITED_API <stable>` が定義されていないときは、この型の "
2105+
":c:macro:`Py_tss_NEEDS_INIT` による静的メモリ確保ができます。"
20922106

20932107
#: ../../c-api/init.rst:1456
20942108
msgid ""

library/random.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.7\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2019-01-31 10:32+0900\n"
20+
"POT-Creation-Date: 2019-02-16 10:40+0900\n"
2121
"PO-Revision-Date: 2017-02-16 23:24+0000\n"
2222
"Last-Translator: tomo, 2017\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -573,7 +573,7 @@ msgstr "基礎的な例::"
573573
msgid "Simulations::"
574574
msgstr "シミュレーション::"
575575

576-
#: ../../library/random.rst:397
576+
#: ../../library/random.rst:401
577577
msgid ""
578578
"Example of `statistical bootstrapping "
579579
"<https://en.wikipedia.org/wiki/Bootstrapping_(statistics)>`_ using "
@@ -583,7 +583,7 @@ msgstr ""
583583
"5 サンプルの平均の信頼区間を推定するのに、重複ありでリサンプリングして `統計的ブートストラップ "
584584
"<https://en.wikipedia.org/wiki/Bootstrapping_(statistics)>`_ を行う例::"
585585

586-
#: ../../library/random.rst:411
586+
#: ../../library/random.rst:415
587587
msgid ""
588588
"Example of a `resampling permutation test "
589589
"<https://en.wikipedia.org/wiki/Resampling_(statistics)#Permutation_tests>`_ "
@@ -596,13 +596,13 @@ msgstr ""
596596
"<https://en.wikipedia.org/wiki/Resampling_(statistics)#Permutation_tests>`_ "
597597
"を行う例::"
598598

599-
#: ../../library/random.rst:438
599+
#: ../../library/random.rst:442
600600
msgid ""
601601
"Simulation of arrival times and service deliveries in a single server "
602602
"queue::"
603603
msgstr "一つのサーバーキューにおける到達時間とサービス提供のシミュレーション::"
604604

605-
#: ../../library/random.rst:469
605+
#: ../../library/random.rst:473
606606
msgid ""
607607
"`Statistics for Hackers <https://www.youtube.com/watch?v=Iq9DzN6mvYA>`_ a "
608608
"video tutorial by `Jake Vanderplas "
@@ -614,7 +614,7 @@ msgstr ""
614614
"`Jake Vanderplas <https://us.pycon.org/2016/speaker/profile/295/>`_ "
615615
"による統計解析のビデオ。シミュレーション、サンプリング、シャッフル、交差検定といった基本的な概念のみを用いています。"
616616

617-
#: ../../library/random.rst:475
617+
#: ../../library/random.rst:479
618618
msgid ""
619619
"`Economics Simulation "
620620
"<http://nbviewer.jupyter.org/url/norvig.com/ipython/Economics.ipynb>`_ a "
@@ -629,7 +629,7 @@ msgstr ""
629629
"による市場価格のシミュレーション。このモジュールが提供する多くのツールや分布 (gauss, uniform, sample, betavariate,"
630630
" choice, triangular, randrange) の活用法を示しています。"
631631

632-
#: ../../library/random.rst:482
632+
#: ../../library/random.rst:486
633633
msgid ""
634634
"`A Concrete Introduction to Probability (using Python) "
635635
"<http://nbviewer.jupyter.org/url/norvig.com/ipython/Probability.ipynb>`_ a "

whatsnew/3.7.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ msgstr "PEP written and implemented by Barry Warsaw"
446446

447447
#: ../../whatsnew/3.7.rst:288
448448
msgid "PEP 539: New C API for Thread-Local Storage"
449-
msgstr "PEP 539: スレッドローカルなストレージのための新しい C API"
449+
msgstr "PEP 539: スレッドローカルストレージのための新しい C API"
450450

451451
#: ../../whatsnew/3.7.rst:290
452452
msgid ""

0 commit comments

Comments
 (0)