Skip to content

Traduction de netrc.#367

Merged
JulienPalard merged 5 commits into
python:3.7from
griquois:netrc
Oct 7, 2018
Merged

Traduction de netrc.#367
JulienPalard merged 5 commits into
python:3.7from
griquois:netrc

Conversation

@griquois

@griquois griquois commented Oct 5, 2018

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread library/netrc.po Outdated
"encapsule les données à partir d'un fichier *netrc*. L'argument "
"d'initialisation, s'il est présent, précise le fichier à analyser. Si aucun "
"argument n'est donné, le fichier :file:`.netrc` dans le répertoire personnel "
"de l'utilisateur -- déterminé par :func:`os.path.expanduser` -- sera lu. "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

futur inutile à mon avis.

Comment thread library/netrc.po Outdated
"de l'utilisateur -- déterminé par :func:`os.path.expanduser` -- sera lu. "
"Sinon, l'exception :exc:`FileNotFoundError` sera levée. Les erreurs "
"d'analyse lèveront :exc:`NetrcParseError` avec les informations de "
"diagnostic, y compris le nom de fichier, le numéro de ligne, et le jeton de "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Je pense que "token" se traduit ici par lexème.

Comment thread library/netrc.po Outdated
"`NetrcParseError` si la propriété du fichier ou les permissions ne sont pas "
"sécurisées (propriété d'un utilisateur autre que l'utilisateur exécutant le "
"processus ou accessible en lecture ou en écriture par n'importe quel autre "
"utilisateur). Cela implémente un comportement de sécurité équivalent à celui "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Le niveau de sécurité offert est ainsi équivalent à celui proposé par ftp ...

Comment thread library/netrc.po Outdated
#: ../Doc/library/netrc.rst:35
msgid "Added the POSIX permission check."
msgstr ""
msgstr "Ajout de la vérification d'autorisation POSIX."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

s/autorisation/autorisations/ (en anglais, les adjectifs ne prennent pas la marque du pluriel).

Comment thread library/netrc.po Outdated
"return the tuple associated with the 'default' entry. If neither matching "
"host nor default entry is available, return ``None``."
msgstr ""
"Renvoie un *3-tuple* ``(login, account, password)`` des identifiants de "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

3-tuple : un triplet

Comment thread library/netrc.po Outdated
"return the tuple associated with the 'default' entry. If neither matching "
"host nor default entry is available, return ``None``."
msgstr ""
"Renvoie un *3-tuple* ``(login, account, password)`` des identifiants de "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

pour s'authentifier auprès de l'hôte host.

Comment thread library/netrc.po Outdated
msgstr ""
"Renvoie un *3-tuple* ``(login, account, password)`` des identifiants de "
"l'hôte. Si le fichier *netrc* ne contient pas d'entrée pour l'hôte donné, "
"renvoie le tuple associé à l'entré par défaut. Si aucun hôte correspondant "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

s/entré/entrée/

Comment thread library/netrc.po Outdated
"Dictionary mapping host names to ``(login, account, password)`` tuples. The "
"'default' entry, if any, is represented as a pseudo-host by that name."
msgstr ""
"Dictionnaire mappant les noms d'hôtes dans des tuples ``(login, account, "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

mappant : faisant correspondre

Comment thread library/netrc.po Outdated
"ASCII. Toute ponctuation ASCII est autorisée dans les mots de passe, "
"cependant notez que les espaces et les caractères non imprimables ne sont "
"pas autorisés dans les mots de passe. C'est une limitation de la façon dont "
"le fichier *.netrc* est analysé et peut être supprimée à l'avenir."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

s/peut/pourra/

@JulienPalard JulienPalard merged commit c9586c0 into python:3.7 Oct 7, 2018
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