Skip to content

Traduction de tabnanny. - #335

Merged
JulienPalard merged 2 commits into
python:3.7from
griquois:tabnanny
Oct 4, 2018
Merged

Traduction de tabnanny.#335
JulienPalard merged 2 commits into
python:3.7from
griquois:tabnanny

Conversation

@griquois

@griquois griquois commented Oct 4, 2018

Copy link
Copy Markdown
Contributor

Gestion des indentations ambiguës.

Comment thread library/tabnanny.po Outdated
"written to standard output using the :func:`print` function."
msgstr ""
"Si *file_or_dir* est un répertoire et non un lien symbolique, alors "
"descendez récursivement l'arborescence de répertoire nommée par "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

descendez semble indiquer qu'il faut qu'on le fasse, nous, alors que non c'est la fonction check qui descend récursivement.

Comment thread library/tabnanny.po Outdated
"written to standard output using the :func:`print` function."
msgstr ""
"Si *file_or_dir* est un répertoire et non un lien symbolique, alors "
"descendez récursivement l'arborescence de répertoire nommée par "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

C'est le répertoire qui est nommé, par l'arborescence, donc au masculin nommé.

Comment thread library/tabnanny.po Outdated
"Flag indicating whether to print verbose messages. This is incremented by "
"the ``-v`` option if called as a script."
msgstr ""
"Indicateur indiquant s'il faut imprimer des messages détaillés. Cela est "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/Indicateur/Option/ pour éviter la répétition ?

Comment thread library/tabnanny.po Outdated
"Flag indicating whether to print verbose messages. This is incremented by "
"the ``-v`` option if called as a script."
msgstr ""
"Indicateur indiquant s'il faut imprimer des messages détaillés. Cela est "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/imprimer/afficher/ ?

Comment thread library/tabnanny.po Outdated
"the ``-v`` option if called as a script."
msgstr ""
"Indicateur indiquant s'il faut imprimer des messages détaillés. Cela est "
"incrémenté par l'option ``-v`` 's'il est appelé comme un script."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Il y a un apostrophe de trop avant le s de s'il.

Comment thread library/tabnanny.po Outdated
"whitespace related problems. This is set to true by the ``-q`` option if "
"called as a script."
msgstr ""
"Indicateur indiquant s'il faut imprimer uniquement les noms de fichiers "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

indicateur, imprimer.

@JulienPalard
JulienPalard merged commit 9a45c07 into python:3.7 Oct 4, 2018
Comment thread library/tabnanny.po
"written to standard output using the :func:`print` function."
msgstr ""
"Si *file_or_dir* est un répertoire et non un lien symbolique, alors descend "
"récursivement l'arborescence de répertoire nommé par *file_or_dir*, en "

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/répertoire/répertoires/

Comment thread library/tabnanny.po
"récursivement l'arborescence de répertoire nommé par *file_or_dir*, en "
"vérifiant tous les fichiers :file:`.py` en chemin. Si *file_or_dir* est un "
"fichier source Python ordinaire, il est vérifié pour les problèmes liés aux "
"espaces blancs. Les messages de diagnostic sont écrits sur la sortie "

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.

En typographie, espace est féminin.

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