@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.8\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2019-09-12 11:28 +0000\n "
14
+ "POT-Creation-Date : 2019-10-11 11:39 +0000\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 "
@@ -25,76 +25,80 @@ msgstr ""
25
25
msgid "Exceptions"
26
26
msgstr "例外"
27
27
28
- #: ../../library/asyncio-exceptions.rst:13
29
- msgid "The operation has exceeded the given deadline. "
28
+ #: ../../library/asyncio-exceptions.rst:10
29
+ msgid "**Source code:** :source:`Lib/asyncio/exceptions.py` "
30
30
msgstr ""
31
31
32
32
#: ../../library/asyncio-exceptions.rst:16
33
+ msgid "The operation has exceeded the given deadline."
34
+ msgstr ""
35
+
36
+ #: ../../library/asyncio-exceptions.rst:19
33
37
msgid ""
34
38
"This exception is different from the builtin :exc:`TimeoutError` exception."
35
39
msgstr ""
36
40
37
- #: ../../library/asyncio-exceptions.rst:22
41
+ #: ../../library/asyncio-exceptions.rst:25
38
42
msgid "The operation has been cancelled."
39
43
msgstr ""
40
44
41
- #: ../../library/asyncio-exceptions.rst:24
45
+ #: ../../library/asyncio-exceptions.rst:27
42
46
msgid ""
43
47
"This exception can be caught to perform custom operations when asyncio Tasks"
44
48
" are cancelled. In almost all situations the exception must be re-raised."
45
49
msgstr ""
46
50
47
- #: ../../library/asyncio-exceptions.rst:30
51
+ #: ../../library/asyncio-exceptions.rst:33
48
52
msgid ":exc:`CancelledError` is now a subclass of :class:`BaseException`."
49
53
msgstr ""
50
54
51
- #: ../../library/asyncio-exceptions.rst:35
55
+ #: ../../library/asyncio-exceptions.rst:38
52
56
msgid "Invalid internal state of :class:`Task` or :class:`Future`."
53
57
msgstr ""
54
58
55
- #: ../../library/asyncio-exceptions.rst:37
59
+ #: ../../library/asyncio-exceptions.rst:40
56
60
msgid ""
57
61
"Can be raised in situations like setting a result value for a *Future* "
58
62
"object that already has a result value set."
59
63
msgstr ""
60
64
61
- #: ../../library/asyncio-exceptions.rst:43
65
+ #: ../../library/asyncio-exceptions.rst:46
62
66
msgid ""
63
67
"The \" sendfile\" syscall is not available for the given socket or file type."
64
68
msgstr ""
65
69
66
- #: ../../library/asyncio-exceptions.rst:46
70
+ #: ../../library/asyncio-exceptions.rst:49
67
71
msgid "A subclass of :exc:`RuntimeError`."
68
72
msgstr ""
69
73
70
- #: ../../library/asyncio-exceptions.rst:51
74
+ #: ../../library/asyncio-exceptions.rst:54
71
75
msgid "The requested read operation did not complete fully."
72
76
msgstr ""
73
77
74
- #: ../../library/asyncio-exceptions.rst:53
78
+ #: ../../library/asyncio-exceptions.rst:56
75
79
msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`."
76
80
msgstr ""
77
81
78
- #: ../../library/asyncio-exceptions.rst:55
82
+ #: ../../library/asyncio-exceptions.rst:58
79
83
msgid "This exception is a subclass of :exc:`EOFError`."
80
84
msgstr ""
81
85
82
- #: ../../library/asyncio-exceptions.rst:59
86
+ #: ../../library/asyncio-exceptions.rst:62
83
87
msgid "The total number (:class:`int`) of expected bytes."
84
88
msgstr ""
85
89
86
- #: ../../library/asyncio-exceptions.rst:63
90
+ #: ../../library/asyncio-exceptions.rst:66
87
91
msgid "A string of :class:`bytes` read before the end of stream was reached."
88
92
msgstr ""
89
93
90
- #: ../../library/asyncio-exceptions.rst:68
94
+ #: ../../library/asyncio-exceptions.rst:71
91
95
msgid "Reached the buffer size limit while looking for a separator."
92
96
msgstr ""
93
97
94
- #: ../../library/asyncio-exceptions.rst:70
98
+ #: ../../library/asyncio-exceptions.rst:73
95
99
msgid "Raised by the :ref:`async
523B
io stream APIs <asyncio-streams>`."
96
100
msgstr ""
97
101
98
- #: ../../library/asyncio-exceptions.rst:74
102
+ #: ../../library/asyncio-exceptions.rst:77
99
103
msgid "The total number of to be consumed bytes."
100
104
msgstr ""
0 commit comments