Skip to content

Commit 20c3cb9

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 624a05f commit 20c3cb9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

library/asyncio-policy.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"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"
1515
"PO-Revision-Date: 2018-09-18 00:23+0000\n"
1616
"Last-Translator: tomo, 2018\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -122,7 +122,7 @@ msgid "This function is Unix specific."
122122
msgstr ""
123123

124124
#: ../../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*."
126126
msgstr ""
127127

128128
#: ../../library/asyncio-policy.rst:89

library/asyncio-task.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ msgid ""
6363
"The :func:`asyncio.run` function to run the top-level entry point \"main()\""
6464
" function (see the above example.)"
6565
msgstr ""
66+
"最上位のエントリーポイントである \"main()\" 関数を実行する :func:`asyncio.run` 関数 (上の例を参照してください。)"
6667

6768
#: ../../library/asyncio-task.rst:48
6869
msgid ""

tutorial/controlflow.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,9 @@ msgid ""
686686
"following example has a positional argument, a keyword argument, and the "
687687
"return value annotated::"
688688
msgstr ""
689+
":term:`アノテーション <function annotation>` は関数の :attr:`__annotations__` 属性に辞書として格納され、関数の他の部分には何も影響がありません。\n"
690+
"パラメータアノテーションは、パラメータ名の後にコロンを続けることによって定義され、その後にアノテーションの値として評価される式が置かれます。\n"
691+
"戻り値アノテーションは、パラメータリストと :keyword:`def` ステートメントの終わりを表すコロンの間に置かれたリテラル ``->`` によって定義され、その後に式が続きます。次の例は位置引数とキーワード引数、そして戻り値アノテーションを持っています::"
689692

690693
#: ../../tutorial/controlflow.rst:707
691694
msgid "Intermezzo: Coding Style"

whatsnew/changelog.po

Lines changed: 3 additions & 3 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: 2018-12-30 10:13+0900\n"
20+
"POT-Creation-Date: 2018-12-31 10:13+0900\n"
2121
"PO-Revision-Date: 2017-02-16 23:45+0000\n"
2222
"Last-Translator: Seiji Momoto <seiji.momoto@gmail.com>, 2018\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -345,8 +345,8 @@ msgstr ""
345345

346346
#: ../../../build/NEWS:108
347347
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."
350350
msgstr ""
351351

352352
#: ../../../build/NEWS:110

0 commit comments

Comments
 (0)