Skip to content

Commit ca7db62

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent cc182f0 commit ca7db62

File tree

3 files changed

+6407
-6400
lines changed

3 files changed

+6407
-6400
lines changed

library/asyncio-task.po

+12-45
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
22+
"POT-Creation-Date: 2020-07-03 03:32+0000\n"
2323
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
2424
"Last-Translator: tomo, 2020\n"
2525
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1023,96 +1023,63 @@ msgid ""
10231023
":func:`repr` output of a task object."
10241024
msgstr ""
10251025

1026-
#: ../../library/asyncio-task.rst:967
1027-
msgid "Return a set of all tasks for an event loop."
1028-
msgstr "イベントループのすべての Task の集合を返します。"
1029-
10301026
#: ../../library/asyncio-task.rst:969
1031-
msgid ""
1032-
"By default all tasks for the current event loop are returned. If *loop* is "
1033-
"``None``, the :func:`get_event_loop` function is used to get the current "
1034-
"loop."
1035-
msgstr ""
1036-
1037-
#: ../../library/asyncio-task.rst:975
1038-
msgid ""
1039-
"Do not call this as a task method. Use the :func:`asyncio.all_tasks` "
1040-
"function instead."
1041-
msgstr ""
1042-
1043-
#: ../../library/asyncio-task.rst:980
1044-
msgid "Return the currently running task or ``None``."
1045-
msgstr ""
1046-
1047-
#: ../../library/asyncio-task.rst:982
1048-
msgid ""
1049-
"If *loop* is ``None``, the :func:`get_event_loop` function is used to get "
1050-
"the current loop."
1051-
msgstr ""
1052-
1053-
#: ../../library/asyncio-task.rst:987
1054-
msgid ""
1055-
"Do not call this as a task method. Use the :func:`asyncio.current_task` "
1056-
"function instead."
1057-
msgstr ""
1058-
1059-
#: ../../library/asyncio-task.rst:994
10601027
msgid "Generator-based Coroutines"
10611028
msgstr ""
10621029

1063-
#: ../../library/asyncio-task.rst:998
1030+
#: ../../library/asyncio-task.rst:973
10641031
msgid ""
10651032
"Support for generator-based coroutines is **deprecated** and is scheduled "
10661033
"for removal in Python 3.10."
10671034
msgstr ""
10681035

1069-
#: ../../library/asyncio-task.rst:1001
1036+
#: ../../library/asyncio-task.rst:976
10701037
msgid ""
10711038
"Generator-based coroutines predate async/await syntax. They are Python "
10721039
"generators that use ``yield from`` expressions to await on Futures and other"
10731040
" coroutines."
10741041
msgstr ""
10751042

1076-
#: ../../library/asyncio-task.rst:1005
1043+
#: ../../library/asyncio-task.rst:980
10771044
msgid ""
10781045
"Generator-based coroutines should be decorated with "
10791046
":func:`@asyncio.coroutine <asyncio.coroutine>`, although this is not "
10801047
"enforced."
10811048
msgstr ""
10821049

1083-
#: ../../library/asyncio-task.rst:1012
1050+
#: ../../library/asyncio-task.rst:987
10841051
msgid "Decorator to mark generator-based coroutines."
10851052
msgstr ""
10861053

1087-
#: ../../library/asyncio-task.rst:1014
1054+
#: ../../library/asyncio-task.rst:989
10881055
msgid ""
10891056
"This decorator enables legacy generator-based coroutines to be compatible "
10901057
"with async/await code::"
10911058
msgstr ""
10921059

1093-
#: ../../library/asyncio-task.rst:1024
1060+
#: ../../library/asyncio-task.rst:999
10941061
msgid "This decorator should not be used for :keyword:`async def` coroutines."
10951062
msgstr ""
10961063

1097-
#: ../../library/asyncio-task.rst:1029
1064+
#: ../../library/asyncio-task.rst:1004
10981065
msgid "Use :keyword:`async def` instead."
10991066
msgstr ""
11001067

1101-
#: ../../library/asyncio-task.rst:1033
1068+
#: ../../library/asyncio-task.rst:1008
11021069
msgid "Return ``True`` if *obj* is a :ref:`coroutine object <coroutine>`."
11031070
msgstr "*obj* が :ref:`コルーチンオブジェクト <coroutine>` であれば ``True`` を返します。"
11041071

1105-
#: ../../library/asyncio-task.rst:1035
1072+
#: ../../library/asyncio-task.rst:1010
11061073
msgid ""
11071074
"This method is different from :func:`inspect.iscoroutine` because it returns"
11081075
" ``True`` for generator-based coroutines."
11091076
msgstr ""
11101077

1111-
#: ../../library/asyncio-task.rst:1040
1078+
#: ../../library/asyncio-task.rst:1015
11121079
msgid "Return ``True`` if *func* is a :ref:`coroutine function <coroutine>`."
11131080
msgstr ""
11141081

1115-
#: ../../library/asyncio-task.rst:1043
1082+
#: ../../library/asyncio-task.rst:1018
11161083
msgid ""
11171084
"This method is different from :func:`inspect.iscoroutinefunction` because it"
11181085
" returns ``True`` for generator-based coroutine functions decorated with "

0 commit comments

Comments
 (0)