|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2018, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +#, fuzzy |
| 7 | +msgid "" |
| 8 | +msgstr "" |
| 9 | +"Project-Id-Version: Python 3.7\n" |
| 10 | +"Report-Msgid-Bugs-To: \n" |
| 11 | +"POT-Creation-Date: 2018-09-18 09:12+0900\n" |
| 12 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | +"Last-Translator: tomo🐧, 2018\n" |
| 14 | +"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | +"Language: ja\n" |
| 19 | +"Plural-Forms: nplurals=1; plural=0;\n" |
| 20 | + |
| 21 | +#: ../../library/asyncio-exceptions.rst:8 |
| 22 | +msgid "Exceptions" |
| 23 | +msgstr "例外" |
| 24 | + |
| 25 | +#: ../../library/asyncio-exceptions.rst:13 |
| 26 | +msgid "The operation has exceeded the given deadline." |
| 27 | +msgstr "" |
| 28 | + |
| 29 | +#: ../../library/asyncio-exceptions.rst:16 |
| 30 | +msgid "" |
| 31 | +"This exception is different from the builtin :exc:`TimeoutError` exception." |
| 32 | +msgstr "" |
| 33 | + |
| 34 | +#: ../../library/asyncio-exceptions.rst:22 |
| 35 | +msgid "The operation has been cancelled." |
| 36 | +msgstr "" |
| 37 | + |
| 38 | +#: ../../library/asyncio-exceptions.rst:24 |
| 39 | +msgid "" |
| 40 | +"This exception can be caught to perform custom operations when asyncio Tasks" |
| 41 | +" are cancelled. In almost all situations the exception must be re-raised." |
| 42 | +msgstr "" |
| 43 | + |
| 44 | +#: ../../library/asyncio-exceptions.rst:30 |
| 45 | +msgid "" |
| 46 | +"This exception is a subclass of :exc:`Exception`, so it can be accidentally " |
| 47 | +"suppressed by an overly broad ``try..except`` block::" |
| 48 | +msgstr "" |
| 49 | + |
| 50 | +#: ../../library/asyncio-exceptions.rst:40 |
| 51 | +msgid "Instead, the following pattern should be used::" |
| 52 | +msgstr "" |
| 53 | + |
| 54 | +#: ../../library/asyncio-exceptions.rst:52 |
| 55 | +msgid "Invalid internal state of :class:`Task` or :class:`Future`." |
| 56 | +msgstr "" |
| 57 | + |
| 58 | +#: ../../library/asyncio-exceptions.rst:54 |
| 59 | +msgid "" |
| 60 | +"Can be raised in situations like setting a result value for a *Future* " |
| 61 | +"object that already has a result value set." |
| 62 | +msgstr "" |
| 63 | + |
| 64 | +#: ../../library/asyncio-exceptions.rst:60 |
| 65 | +msgid "" |
| 66 | +"The \"sendfile\" syscall is not available for the given socket or file type." |
| 67 | +msgstr "" |
| 68 | + |
| 69 | +#: ../../library/asyncio-exceptions.rst:63 |
| 70 | +msgid "A subclass of :exc:`RuntimeError`." |
| 71 | +msgstr "" |
| 72 | + |
| 73 | +#: ../../library/asyncio-exceptions.rst:68 |
| 74 | +msgid "The requested read operation did not complete fully." |
| 75 | +msgstr "" |
| 76 | + |
| 77 | +#: ../../library/asyncio-exceptions.rst:70 |
| 78 | +msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`." |
| 79 | +msgstr "" |
| 80 | + |
| 81 | +#: ../../library/asyncio-exceptions.rst:72 |
| 82 | +msgid "This exception is a subclass of :exc:`EOFError`." |
| 83 | +msgstr "" |
| 84 | + |
| 85 | +#: ../../library/asyncio-exceptions.rst:76 |
| 86 | +msgid "The total number (:class:`int`) of expected bytes." |
| 87 | +msgstr "" |
| 88 | + |
| 89 | +#: ../../library/asyncio-exceptions.rst:80 |
| 90 | +msgid "A string of :class:`bytes` read before the end of stream was reached." |
| 91 | +msgstr "" |
| 92 | + |
| 93 | +#: ../../library/asyncio-exceptions.rst:85 |
| 94 | +msgid "Reached the buffer size limit while looking for a separator." |
| 95 | +msgstr "" |
| 96 | + |
| 97 | +#: ../../library/asyncio-exceptions.rst:87 |
| 98 | +msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`." |
| 99 | +msgstr "" |
| 100 | + |
| 101 | +#: ../../library/asyncio-exceptions.rst:91 |
| 102 | +msgid "The total number of to be consumed bytes." |
| 103 | +msgstr "" |
0 commit comments