Skip to content

Conversation

@JulienPalard
Copy link
Member

No description provided.

library/os.po Outdated
"Lit depuis un descripteur de fichier *fd*, à la position *offset* dans des :"
"term:`objets bytes-compatibles <bytes-like object>` muables *buffers*, sans "
"modifier la position dans le fichier. Les données sont transférées dans "
"chaque tampon, jusqu'à ce qu'ils soient pleins, tour à tour."
Copy link
Contributor

Choose a reason for hiding this comment

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

"chaque tampon" --> jusqu'à ce qu'il soit plein ?

library/os.po Outdated
"Écrit *bytestring* dans un descripteur de fichier *fd* à une position "
"*offset* en laissant le décalage du fichier inchangé."
"Écrit la chaîne d'octets de *str* dans le descripteur de fichier *fd* à la "
"position *offset* en laissant la position dans le fichier inchangé."
Copy link
Contributor

Choose a reason for hiding this comment

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

C'est la position qui est inchangée.

library/os.po Outdated
#, fuzzy
msgid "Return the number of bytes actually written."
msgstr "Renvoie le numéro d'*inode* de l'entrée."
msgstr "Renvoie le numéro d'octets effectivement écrits."
Copy link
Contributor

Choose a reason for hiding this comment

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

s/numéro/nombre/

library/os.po Outdated
#, fuzzy
msgid "Read at most *n* bytes from file descriptor *fd*."
msgstr "Ferme le descripteur de fichier *fd*."
msgstr "Lis au maximum *n* octets du descripteur de fichier *fd*."
Copy link
Contributor

Choose a reason for hiding this comment

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

s/Lis/Lit/

library/os.po Outdated
"Lit depuis un descripteur de fichier *fd* dans une séquence d':term:`objets "
"bytes-compatibles <bytes-like object>` muables : *buffers*. Les données sont "
"transférées vers le premier tampon jusqu'à ce qu'il soit plein et puis "
"passer au tampon suivant dans la séquence pour y placer le reste de la "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/passer/passe/
ou reprendre l'expression que tu as utilisée plus haut : " Les données sont transférées dans chaque tampon, jusqu'à ce qu'il soit plein, tour à tour."

library/os.po Outdated
#, fuzzy
msgid "Returns the total number of bytes actually written."
msgstr "Renvoie le numéro d'*inode* de l'entrée."
msgstr "Renvoie la quantité totale d'octets effectivement écrits."
Copy link
Contributor

Choose a reason for hiding this comment

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

s/quantité/nombre/ ? (pour rester cohérent avec les autres entrées)

library/os.po Outdated
msgstr ""
"Support de la spécification d'un descripteur de répertoire pour *path* "
"ajouté."
msgstr "Gestion des :ref:`descripteurs de fichiers <path_fd>` sur Unix."
Copy link
Contributor

Choose a reason for hiding this comment

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

éventuellement ajouter en début de phrase : "Ajout de ... "

library/os.po Outdated
"La valeur de retour est un objet dont les attributs décrivent le système de "
"fichier sur le chemin donné, et correspondent auxmembres de la structure :c:"
"type:`statvfs` nommés : :attr:`f_bsize`, :attr:`f_frsize`, :attr:"
"fichier pour le chemin donné, et correspondent auxmembres de la structure :c:"
Copy link
Contributor

Choose a reason for hiding this comment

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

système de fichiers
Il manque une espace entre "aux" et "membres"

library/os.po Outdated
"fichier sur le chemin donné, et correspondent auxmembres de la structure :c:"
"type:`statvfs` nommés : :attr:`f_bsize`, :attr:`f_frsize`, :attr:"
"fichier pour le chemin donné, et correspondent auxmembres de la structure :c:"
"type:`statvfs`, c'est à dire : :attr:`f_bsize`, :attr:`f_frsize`, :attr:"
Copy link
Contributor

Choose a reason for hiding this comment

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

s/c'est à dire/c'est-à-dire/

library/os.po Outdated
#, fuzzy
msgid "Added support for :class:`bytes` paths."
msgstr "Support pour Windows ajouté."
msgstr "Gestion des chemins de type :class:`path`."
Copy link
Contributor

Choose a reason for hiding this comment

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

éventuellement ajouter en début de phrase : "Ajout de ... "

@JulienPalard JulienPalard merged commit 68c535e into python:3.7 Jul 4, 2018
@JulienPalard JulienPalard deleted the 37fuzzy branch November 29, 2019 21:00
JulienPalard pushed a commit that referenced this pull request Nov 23, 2023
Closes #197. Co-authored-by: James Adjinwa <jaymee126@gmail.com> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/198 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: James Adjinwa <gaanlub2@duck.com> Co-committed-by: James Adjinwa <gaanlub2@duck.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants