File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2018-11-08 09:41 +0900\n "
14
+ "POT-Creation-Date : 2018-12-31 10:13 +0900\n "
15
15
"PO-Revision-Date : 2018-09-18 00:23+0000\n "
16
16
"Last-Translator : tomo, 2018\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -122,7 +122,7 @@ msgid "This function is Unix specific."
122
122
msgstr ""
123
123
124
124
#: ../../library/asyncio-policy.rst:84
125
- msgid "Get the current child process watcher to *watcher*."
125
+ msgid "Set the current child process watcher to *watcher*."
126
126
msgstr ""
127
127
128
128
#: ../../library/asyncio-policy.rst:89
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ msgid ""
63
63
"The :func:`asyncio.run` function to run the top-level entry point \" main()\" "
64
64
" function (see the above example.)"
65
65
msgstr ""
66
+ "最上位のエントリーポイントである \" main()\" 関数を実行する :func:`asyncio.run` 関数 (上の例を参照してください。)"
66
67
67
68
#: ../../library/asyncio-task.rst:48
68
69
msgid ""
Original file line number Diff line number Diff line change @@ -686,6 +686,9 @@ msgid ""
686
686
"following example has a positional argument, a keyword argument, and the "
687
687
"return value annotated::"
688
688
msgstr ""
689
+ ":term:`アノテーション <function annotation>` は関数の :attr:`__annotations__` 属性に辞書として格納され、関数の他の部分には何も影響がありません。\n"
690
+ "パラメータアノテーションは、パラメータ名の後にコロンを続けることによって定義され、その後にアノテーションの値として評価される式が置かれます。\n"
691
+ "戻り値アノテーションは、パラメータリストと :keyword:`def` ステートメントの終わりを表すコロンの間に置かれたリテラル ``->`` によって定義され、その後に式が続きます。次の例は位置引数とキーワード引数、そして戻り値アノテーションを持っています::"
689
692
690
693
#: ../../tutorial/controlflow.rst:707
691
694
msgid "Intermezzo: Coding Style"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version: Python 3.7\n"
19
19
"Report-Msgid-Bugs-To: \n"
20
- "POT-Creation-Date: 2018-12-30 10:13+0900\n"
20
+ "POT-Creation-Date: 2018-12-31 10:13+0900\n"
21
21
"PO-Revision-Date: 2017-02-16 23:45+0000\n"
22
22
"Last-Translator: Seiji Momoto <seiji.momoto@gmail.com>, 2018\n"
23
23
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -345,8 +345,8 @@ msgstr ""
345
345
346
346
#: ../../../build/NEWS:108
347
347
msgid ""
348
- "`bpo-35598 <https://bugs.python.org/issue35598>`__: Apply PEP8 naming "
349
- "convention to config_key.py ."
348
+ "`bpo-35598 <https://bugs.python.org/issue35598>`__: Update config_key: use "
349
+ "PEP 8 names, ttk widgets, and add tests ."
350
350
msgstr ""
351
351
352
352
#: ../../../build/NEWS:110
You can’t perform that action at this time.
0 commit comments