Skip to content

Conversation

@paquereeete
Copy link
Contributor

No description provided.

"`GetPassWarning`."
msgstr ""
msgid "If echo free input is unavailable getpass() falls back to printing a warning message to *stream* and reading from ``sys.stdin`` and issuing a :exc:`GetPassWarning`."
msgstr "S'il n'y a pas de disponible une saisie en mode sans écho, getpass() va en revanche changer de comportement et se résoudra à afficher un message d'avertissement vers *stream*, ensuite lire l'entrée depuis ``sys.stdin`` , et enfin lever une :exc:`GetPassWarning`."
Copy link
Member

Choose a reason for hiding this comment

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

Pas fan de "S'il n'y a pas de disponible une saisie"

Peut être : "Si aucune saisie en mode sans echo n'est disponnible" ?

"you launched IDLE from rather than the idle window itself."
msgstr ""
msgid "If you call getpass from within IDLE, the input may be done in the terminal you launched IDLE from rather than the idle window itself."
msgstr "Si vous appelez getpass à l'intérieur de IDLE, l'entrée peut être faite dans le terminal depuis lequel IDLE a été lancé, plutôt que dans la fenêtre d'IDLE."
Copy link
Member

Choose a reason for hiding this comment

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

"à l'intérieur de IDLE" → "depuis IDLE" ?

@JulienPalard JulienPalard mentioned this pull request Sep 22, 2017
Copy link
Collaborator

@entwanne entwanne left a comment

Choose a reason for hiding this comment

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

J'ai quelques légères remarques :

  • Fais attention à la configuration de ton éditeur, c'est bizarre que les msgid des traductions que tu as ajoutées soient modifiés ;
  • Je n'aime pas trop le terme « écho » dans lequel on ne retrouve pas vraiment le sens du mot anglais. Peut-être remplacer ça par « affichage » ?
  • Question typo, il faut normalement une espace insécable avant les deux points, et des guillemets français.
#: ../Doc/library/getpass.rst:2
msgid ":mod:`getpass` --- Portable password input"
msgstr ""
msgstr "Saisie de mot de passe portable"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Il faudrait ici commencer aussi ta phrase par le :mod:, c'est ce qui sert de titre à la page.

@JulienPalard JulienPalard merged commit 191b3a6 into python:3.6 Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants