Skip to content

Commit 946d07b

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 5711cc9 commit 946d07b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

c-api/init.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,32 +1926,32 @@ msgid ""
19261926
"reported. It may be disabled for a frame by setting :attr:`f_trace_lines` to"
19271927
" *0* on that frame."
19281928
msgstr ""
1929-
"行番号イベントを報告するときに (プロファイル関数ではなく) :c:type:`Py_tracefunc` 関数に *what* パラメタとして渡す値です。\n"
1929+
"行番号イベントを報告するときに (プロファイル関数ではなく) :c:type:`Py_tracefunc` 関数に *what* 引数として渡す値です。\n"
19301930
":attr:`f_trace_lines` が *0* に設定されたフレームでは無効化されていることもあります。"
19311931

19321932
#: ../../c-api/init.rst:1320
19331933
msgid ""
19341934
"The value for the *what* parameter to :c:type:`Py_tracefunc` functions when "
19351935
"a call is about to return."
1936-
msgstr "呼び出しが返るときに :c:type:`Py_tracefunc` 関数に *what* パラメタとして渡す値です。"
1936+
msgstr "呼び出しが返るときに :c:type:`Py_tracefunc` 関数に *what* 引数として渡す値です。"
19371937

19381938
#: ../../c-api/init.rst:1326
19391939
msgid ""
19401940
"The value for the *what* parameter to :c:type:`Py_tracefunc` functions when "
19411941
"a C function is about to be called."
1942-
msgstr "C関数を呼び出す直前に :c:type:`Py_tracefunc` 関数の *what* パラメタとして渡す値です。"
1942+
msgstr "C関数を呼び出す直前に :c:type:`Py_tracefunc` 関数の *what* 引数として渡す値です。"
19431943

19441944
#: ../../c-api/init.rst:1332
19451945
msgid ""
19461946
"The value for the *what* parameter to :c:type:`Py_tracefunc` functions when "
19471947
"a C function has raised an exception."
1948-
msgstr "C関数が例外を送出したときに :c:type:`Py_tracefunc` 関数の *what* パラメタとして渡す値です。"
1948+
msgstr "C関数が例外を送出したときに :c:type:`Py_tracefunc` 関数の *what* 引数として渡す値です。"
19491949

19501950
#: ../../c-api/init.rst:1338
19511951
msgid ""
19521952
"The value for the *what* parameter to :c:type:`Py_tracefunc` functions when "
19531953
"a C function has returned."
1954-
msgstr "C関数から戻るときに :c:type:`Py_tracefunc` 関数の *what* パラメタとして渡す値です。"
1954+
msgstr "C関数から戻るときに :c:type:`Py_tracefunc` 関数の *what* 引数として渡す値です。"
19551955

19561956
#: ../../c-api/init.rst:1344
19571957
msgid ""
@@ -1960,6 +1960,8 @@ msgid ""
19601960
"event is not emitted by default: it must be explicitly requested by setting "
19611961
":attr:`f_trace_opcodes` to *1* on the frame."
19621962
msgstr ""
1963+
"新しい opcode が実行されるときに、 (プロファイル関数ではなく) :c:type:`Py_tracefunc` 関数に *what* 引数として渡す値です。\n"
1964+
"デフォルトではイベントは発火しません。フレーム上で :attr:`f_trace_lines` を *1* に設定して、明示的に要請しなければなりません。"
19631965

19641966
#: ../../c-api/init.rst:1352
19651967
msgid ""

sphinx.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.7\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
17+
"POT-Creation-Date: 2019-02-11 10:37+0900\n"
1818
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
1919
"Last-Translator: tomo, 2018\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -227,8 +227,8 @@ msgid "Python 3.7 (stable)"
227227
msgstr ""
228228

229229
#: ../../tools/templates/indexsidebar.html:7
230-
msgid "Python 3.6 (stable)"
231-
msgstr "Python 3.6 (stable)"
230+
msgid "Python 3.6 (security-fixes)"
231+
msgstr ""
232232

233233
#: ../../tools/templates/indexsidebar.html:8
234234
msgid "Python 3.5 (security-fixes)"

0 commit comments

Comments
 (0)