1
0
Fork 0
python-docs-fr/library/asyncio-exceptions.po

100 lines
2.8 KiB
Plaintext
Raw Normal View History

2018-10-13 15:54:03 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2018-11-29 20:30:02 +00:00
# For licence information, see README file.
2018-10-13 15:54:03 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2018-10-13 15:54:03 +00:00
"Report-Msgid-Bugs-To: \n"
2022-03-23 17:40:12 +00:00
"POT-Creation-Date: 2022-03-23 18:39+0100\n"
2018-10-13 15:54:03 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2018-11-29 20:30:02 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
2018-10-13 15:54:03 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/asyncio-exceptions.rst:8
2018-10-13 15:54:03 +00:00
msgid "Exceptions"
msgstr "Exceptions"
2018-10-13 15:54:03 +00:00
#: library/asyncio-exceptions.rst:10
msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-exceptions.rst:16
2020-02-14 10:18:53 +00:00
#, fuzzy
2022-03-23 17:40:12 +00:00
msgid ""
"A deprecated alias of :exc:`TimeoutError`, raised when the operation has "
"exceeded the given deadline."
2020-02-14 10:18:53 +00:00
msgstr "L'opération a dépassé le délai donné."
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:21
msgid "This class was made an alias of :exc:`TimeoutError`."
2018-10-13 15:54:03 +00:00
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:26
2018-10-13 15:54:03 +00:00
msgid "The operation has been cancelled."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:28
2018-10-13 15:54:03 +00:00
msgid ""
"This exception can be caught to perform custom operations when asyncio Tasks "
"are cancelled. In almost all situations the exception must be re-raised."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:34
2019-10-09 16:10:12 +00:00
msgid ":exc:`CancelledError` is now a subclass of :class:`BaseException`."
2018-10-13 15:54:03 +00:00
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:39
2018-10-13 15:54:03 +00:00
msgid "Invalid internal state of :class:`Task` or :class:`Future`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:41
2018-10-13 15:54:03 +00:00
msgid ""
"Can be raised in situations like setting a result value for a *Future* "
"object that already has a result value set."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:47
2018-10-13 15:54:03 +00:00
msgid ""
"The \"sendfile\" syscall is not available for the given socket or file type."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:50
2018-10-13 15:54:03 +00:00
msgid "A subclass of :exc:`RuntimeError`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:55
2018-10-13 15:54:03 +00:00
msgid "The requested read operation did not complete fully."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:57
2018-10-13 15:54:03 +00:00
msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:59
2018-10-13 15:54:03 +00:00
msgid "This exception is a subclass of :exc:`EOFError`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:63
2018-10-13 15:54:03 +00:00
msgid "The total number (:class:`int`) of expected bytes."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:67
2018-10-13 15:54:03 +00:00
msgid "A string of :class:`bytes` read before the end of stream was reached."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:72
2018-10-13 15:54:03 +00:00
msgid "Reached the buffer size limit while looking for a separator."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:74
2018-10-13 15:54:03 +00:00
msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-exceptions.rst:78
2018-10-13 15:54:03 +00:00
msgid "The total number of to be consumed bytes."
msgstr ""