Skip to content

Conversation

@pshop
Copy link
Contributor

@pshop pshop commented Oct 4, 2018

No description provided.

@JulienPalard JulienPalard merged commit 60cc76d into python:3.7 Oct 4, 2018
"0.25 --0.5 seconds; a nonzero *duration* has a system dependent meaning."
msgstr ""
"Envoie une pause sur le descripteur de fichier *fd*. Une *duration* à zéro "
"envoie une pause de 0.25 —0.5 seconde; Une *duration* différente de zéro a "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/-/--- /

msgid ""
"Wait until all output written to file descriptor *fd* has been transmitted."
msgstr ""
"Attends que toutes les sorties écrites dans le 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.

Attend que tout le contenu envoyé vers ?

"the output queue, or :const:`TCIOFLUSH` for both queues."
msgstr ""
"Vide la queue de données du descripteur de fichier *fd*. Le sélecteur "
"*queue* précise la queue: :const:`TCIFLUSH` pour la queue des entrées, :"
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 après précise la queue

"argument can be :const:`TCOOFF` to suspend output, :const:`TCOON` to restart "
"output, :const:`TCIOFF` to suspend input, or :const:`TCION` to restart input."
msgstr ""
"Suspends ou reprends l’entrée ou la sortie 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.

Suspend ou reprend

"Suspends ou reprends l’entrée ou la sortie du descripteur de fichier *fd*. "
"L’argument *action* peut être :const:`TCOOFF` pour suspendre la sortie, :"
"const:`TCOON` pour relancer la sortie, :const:`TCIOFF` pour suspendre "
"l’entrée, ou :const:`TCION` pour relancer l’entrée."
Copy link
Contributor

Choose a reason for hiding this comment

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

Il est d'usage en français, contrairement à l'anglais, de ne pas mettre de virgule avant le 'ou' ou le 'et' qui introduit la dernière possibilité.

#: ../Doc/library/termios.rst:80
msgid "Convenience functions for common terminal control operations."
msgstr ""
"Fonctions utiles pour les opérations de contrôle communes dans le terminal."
Copy link
Contributor

Choose a reason for hiding this comment

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

pour les opérations usuelles de contrôle du terminal ?

"Voici une fonction qui demande à l’utilisateur d’entrer un mot de passe sans "
"l’afficher. Remarquez la technique qui consiste à séparer un appel à :func:"
"`tcgetattr` et une instruction :keyword:`try`… :keyword:`finally` pour "
"s’assurer que les anciens attributs tty soient restaurés tels quels quoi "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/tty/du terminal/

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants