Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

translate library/readline#274

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JulienPalard merged 1 commit intopython:3.7fromeregnier:3.7
Sep 30, 2018
Merged

translate library/readline#274

JulienPalard merged 1 commit intopython:3.7fromeregnier:3.7
Sep 30, 2018

Conversation

eregnier
Copy link
Contributor

I am not sure about the * : ::* tokens, the render in the final python doc isn't good for me.
and the link
https://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html#SEC9
seems broken at the moment.
I hope there is not too much left errors.

"Le module :mod:`readline` définit des fonctions pour faciliter la complétion "
"et la lecture/écriture des fichiers d'historique depuis l'interpréteur "
"Python. Ce module peut être utilisé directement, ou depuis le module :mod:"
"`rlcompleter`, qui supporte la complétion des mots clefs dans l'invite de "
Copy link
Contributor

Choose a reason for hiding this comment

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

Dans la documentation, nous préférons "gérer" (ou autre si plus approprié) à "supporter" qui est un anglicisme. Remarque globale.

"et la lecture/écriture des fichiers d'historique depuis l'interpréteur "
"Python. Ce module peut être utilisé directement, ou depuis le module :mod:"
"`rlcompleter`, qui supporte la complétion des mots clefs dans l'invite de "
"commande interactive. Les paramétrages fait en utilisant ce module affectent "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/fait/faits/ (les paramétrages)

"utilisateur. Voir `Readline Init File <https://cnswww.cns.cwru.edu/php/chet/"
"readline/rluserman.html#SEC9>`_ dans le manuel GNU pour Readline pour des "
"information à propos du format et de la construction autorisée de ce "
"fichier, ainsi que les possibilités de la librairie Readline en général."
Copy link
Contributor

Choose a reason for hiding this comment

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

s/librairie/bibliothèque/g (voir glossaire dans le README).


#: ../Doc/library/readline.rst:29
msgid ""
"The underlying Readline library API may be implemented by the ``libedit`` "
"library instead of GNU readline. On macOS the :mod:`readline` module detects "
"which library is being used at run time."
msgstr ""
"L'API de la librairie utilisée par Readline peut être implémentée par la "
"librairie ``libedit`` au lieu de GNU readline. Sur macOS le module :mod:"
"`readline` détecte quelle librairie va être utilisé au cours de l'exécution "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/utilisé/utilisée/ (la bibliothèque)

@@ -52,6 +69,10 @@ msgid ""
"for the text \"libedit\" in :const:`readline.__doc__` to differentiate "
"between GNU readline and libedit."
msgstr ""
"Le fichier de configuration pour ``libedit`` est différent de celui de GNU "
"readline. Si vous chargez programmatiquement lignes de configuration vous "
Copy link
Contributor

Choose a reason for hiding this comment

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

Si, dans votre programme, vous chargez les chaines de configuration ...


#: ../Doc/library/readline.rst:160
msgid ""
"Remove history item specified by its position from the history. The position "
"is zero-based. This calls :c:func:`remove_history` in the underlying "
"library."
msgstr ""
"Supprime l'objet de l'historique définit par sa position depuis "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/définit/défini/


#: ../Doc/library/readline.rst:180
msgid ""
"Enable or disable automatic calls to :c:func:`add_history` when reading "
"input via readline. The *enabled* argument should be a Boolean value that "
"when true, enables auto history, and that when false, disables auto history."
msgstr ""
"Active ou désactive les appels automatiques à la fonction :c:func:"
"`add_history` lors de la lecture d'une entrée via readline. L'argument "
"*enabled* devrait être une valeur booléenne qui lorsqu'elle est vraie, "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/devrait/doit/ (conditionnel idiomatique en anglais)


#: ../Doc/library/readline.rst:193
msgid "Startup hooks"
msgstr ""
msgstr "Hooks d'initialisation"
Copy link
Contributor

Choose a reason for hiding this comment

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

Hook : point d'entrée ?

"saisie. Par défaut, Readline est configuré pour être utilisé par :mod:"
"`rlcompleter` pour compléter les mots clefs de Python pour l'interpréteur "
"interactif. Si le module :mod:`readline` doit être utilisé avec une "
"complétion spécifique, un ensemble de mots délimiteurs devraient être "
Copy link
Contributor

Choose a reason for hiding this comment

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

conditionnel idiomatique à remplacer par un présent.


#: ../Doc/library/readline.rst:245
msgid ""
"Get the completer function, or ``None`` if no completer function has been "
"set."
msgstr ""
"Récupére la fonction de complétion, ou ``None`` si aucune fonction de "
"complétion à été définie."
Copy link
Contributor

Choose a reason for hiding this comment

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

s/à/ n'a/

@JulienPalardJulienPalard merged commit64ec5c7 intopython:3.7Sep 30, 2018
@JulienPalard
Copy link
Member

Mergé ! Merci !!

eregnier reacted with laugh emoji

@eregniereregnier deleted the 3.7 branchOctober 5, 2018 22:47
@eregniereregnier restored the 3.7 branchOctober 5, 2018 22:48
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@JulienPalardJulienPalardJulienPalard left review comments

@Abdur-rahmaanJAbdur-rahmaanJAbdur-rahmaanJ left review comments

@christopheNanchristopheNanchristopheNan requested changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@eregnier@JulienPalard@Abdur-rahmaanJ@christopheNan

[8]ページ先頭

©2009-2025 Movatter.jp