Skip to content

Conversation

@Lomanic
Copy link
Contributor

@Lomanic Lomanic commented Oct 5, 2018

Closes #356.

@JulienPalard
Copy link
Member

Quelques petits soucis selon le correcteur d'orthographe:

library/gzip.po:27:program library/gzip.po:40:func library/gzip.po:69:gzip library/gzip.po:164:program library/gzip.po:179:L'arguement library/gzip.po:225:class library/gzip.po:240:class library/gzip.po:266:class library/gzip.po:266:' library/gzip.po:352:d'utilsiation 
library/gzip.po Outdated
"just like the GNU programs :program:`gzip` and :program:`gunzip` would."
msgstr ""
"Ce module fournit une interface simple pour compresser et décompresser des "
"fichiers tout comme les programmes GNU :program:`gzip` et :program:`gunzip` "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tout comme le font les programmes ....
Il y a un 'a' en trop juste avant le point final du paragraphe.

library/gzip.po Outdated
"Notez que les formats de fichier supplémentaires qui peuvent être "
"décompressés par les programmes :program:`gzip` et :program:`gunzip`, comme "
"ceux produits par le programmes :program:`compress` et :program:`pack`, ne "
"sont pas supportés par ce module."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/supportés/gérés/

library/gzip.po Outdated
"`bytes` object), or an existing file object to read from or write to."
msgstr ""
"L'argument *filename* peut être un nom de fichier (un objet :class:`str` ou :"
"class:`bytes`) ou un objet fichier existant à lire ou écrire dedans."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/à lire ou écrire dedans/que l'on peut lire, ou où l'on peut écrire/

library/gzip.po Outdated
msgstr ""
"L'argument *mode* peut-être ``'r'``, ``'rb'``, ``'a'``, ``'ab'``, ``'w'``, "
"``'wb'``, ``'x'``, ou ``'xb'``, selon que le fichier va être lu ou écrit. "
"Par défaut prend la valeur du mode de *fileobj* si discernable; sinon, la "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

il manque une espace insécable avant le point-virgule.

library/gzip.po Outdated
"be provided in compression mode. If omitted or ``None``, the current time "
"is used. See the :attr:`mtime` attribute for more details."
msgstr ""
"L'argument *mtime* est un *timestamp* numérique optionnel à écrire dans le "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

timestamp : groupe date-heure

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cette traduction est introuvable dans la documentation python, timestamp n'est traduit que trois fois par horodatage.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bien vu. Je prends : #372

library/gzip.po Outdated
"class:`io.BytesIO` object's :meth:`~io.BytesIO.getvalue` method."
msgstr ""
"Appeler la méthode :meth:`close` d'un objet :class:`GzipFile` ne ferme pas "
"*fileobj*, puisque vous pourriez souhaiter ajouter des informations après "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pourriez souhaiter ajouter : pourriez avoir besoin d'ajouter (un peu moins lourd ?)

library/gzip.po Outdated
"including iteration and the :keyword:`with` statement. Only the :meth:"
"`truncate` method isn't implemented."
msgstr ""
":La classe :class:`GzipFile` supporte l'interface :class:`io."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/supporte/implémente/

library/gzip.po Outdated
"The basic data compression module needed to support the :program:`gzip` file "
"format."
msgstr ""
"Le module de compression de données de base nécessaire pour supporter le "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/supporter/gérer/

@JulienPalard JulienPalard merged commit a1b55b3 into python:3.7 Oct 7, 2018
@JulienPalard
Copy link
Member

Mergé ! Merci \o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants