-
- Notifications
You must be signed in to change notification settings - Fork 264
translated library/asynchat.po #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
library/asynchat.po Outdated
| "data that the channel receives asynchronously. The methods are described " | ||
| "below." | ||
| msgstr "" | ||
| "Pour construire une sous classe fonctionnelle de :class:`async_chat`pour vos " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il manque un espace avant pour.
library/asynchat.po Outdated
| "méthodes :meth:`collect_incoming_data` et :meth:`found_terminator`. Il " | ||
| "utilise la même boucle asynchrone que :mod:`asyncore`, et deux types de " | ||
| "canaux, :class:`asyncore.dispatcher` et :class:`asynchat.async_chat`, qui " | ||
| "peuvent être librement mélangé dans la carte des canaux. Habituellement, un " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*mélangés
library/asynchat.po Outdated
| "utilise la même boucle asynchrone que :mod:`asyncore`, et deux types de " | ||
| "canaux, :class:`asyncore.dispatcher` et :class:`asynchat.async_chat`, qui " | ||
| "peuvent être librement mélangé dans la carte des canaux. Habituellement, un " | ||
| "canal de serveur :class:`asyncore.dispatcher`génère de nouveaux canaux " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manque un espace après génère
library/asynchat.po Outdated
| "Cette classe est une sous-classe abstraite de :class:`asyncore.dispatcher`. " | ||
| "Pour en faire un usage pratique, vous devez créer une classe héritant de :" | ||
| "class:`async_chat`, et implémentant des méthodes :meth:" | ||
| "`collect_incoming_data` et :meth:`found_terminator` sensées.\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a un \n qui traîne.
library/asynchat.po Outdated
| "with no action on the part of the programmer." | ||
| msgstr "" | ||
| "Comme :class:`asyncore.dispatcher`, :class:`async_chat` définit un ensemble " | ||
| "d’événements générés par une analyse de l'état des *socket* après un appel :" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
après un appel à select.
library/asynchat.po Outdated
| #: ../Doc/library/asynchat.rst:61 | ||
| msgid "The asynchronous output buffer size (default ``4096``)." | ||
| msgstr "" | ||
| msgstr "La taille du tampon de sorties asynchrones ( ``4096`` par défaut)." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
library/asynchat.po Outdated
| "recognize the end of, or an important breakpoint in, an incoming " | ||
| "transmission from the remote endpoint." | ||
| msgstr "" | ||
| "Contrairement à :class:`asyncore.dispatcher`, :class:`async_chat`permet de " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manque un espace avant permet.
library/asynchat.po Outdated
| "transmission from the remote endpoint." | ||
| msgstr "" | ||
| "Contrairement à :class:`asyncore.dispatcher`, :class:`async_chat`permet de " | ||
| "définirune queue :abbr:`FIFO (first-in, first-out)` de *producteurs*. Un " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manque un espace entre définir et une
library/asynchat.po Outdated
| "Contrairement à :class:`asyncore.dispatcher`, :class:`async_chat`permet de " | ||
| "définirune queue :abbr:`FIFO (first-in, first-out)` de *producteurs*. Un " | ||
| "producteur nécessite seulement une méthode, :meth:`more`, qui renvoie la " | ||
| "donnée a transmettre au canal. Le producteur indique son épuisement (*i.e.* " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/a/à/
library/asynchat.po Outdated
| "Contrairement à :class:`asyncore.dispatcher`, :class:`async_chat`permet de " | ||
| "définirune queue :abbr:`FIFO (first-in, first-out)` de *producteurs*. Un " | ||
| "producteur nécessite seulement une méthode, :meth:`more`, qui renvoie la " | ||
| "donnée a transmettre au canal. Le producteur indique son épuisement (*i.e.* " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i.e. si tu veux c.-à-d. ou c'est à dire
Potentially bad translation...