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

update translations for module library/glob.po#245

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 4 commits intopython:3.7fromjulienvitard:glob
Jul 20, 2018

Conversation

julienvitard
Copy link
Contributor

fix#224


#: ../Doc/library/glob.rst:23
msgid ""
"For a literal match, wrap the meta-characters in brackets. For example, "
"``'[?]'`` matches the character ``'?'``."
msgstr ""
"Pour une correspondance littérale, il faut entourer le métacaractère par des "
"crochets =. Par exemple, ``'[?]'`` reconnaîtra le caractère ``'?'``."
Copy link
Member

Choose a reason for hiding this comment

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

Un= qui traîne ?

@@ -53,29 +71,44 @@ msgid ""
"`../../Tools/\\*/\\*.gif`), and can contain shell-style wildcards. Broken "
"symlinks are included in the results (as in the shell)."
msgstr ""
"Retourne une liste, potentiellement vide, de chemins d'accès correspond au "
Copy link
Member

Choose a reason for hiding this comment

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

correspondant*

@julienvitard
Copy link
ContributorAuthor

julienvitard commentedJul 12, 2018
edited
Loading

fix#224, j'ai appliqué les modifications demandées.

Copy link
Contributor

@christopheNanchristopheNan left a comment

Choose a reason for hiding this comment

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

Merci de cette contribution.
Il me semble que dans le reste de la documentation, on utilise "chemin" tout court pour les emplacements dans les systèmes de fichiers.
Je mettrais les phrases au futur en anglais au présent en français, sauf si cela ne fait plus sens (le futur anglais est idiomatique).

@@ -34,16 +37,31 @@ msgid ""
"as special cases. (For tilde and shell variable expansion, use :func:`os."
"path.expanduser` and :func:`os.path.expandvars`.)"
msgstr ""
"Le module :mod:`glob` recherche tous les chemins d'accès correspondant à un "
"motif particulier selon les règles utilisées par le shell Unix, les "
"résultats sont retournés dans un ordre arbitraire. Aucun remplacement du "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/retournés/renvoyés/ pour être en cohérence avec le reste de documentation (remarque globale).

"fnmatch` de concert, et sans invoquer une sous-commande. Notons qu'à la "
"différence de :func:`fnmatch.fnmatch`, :mod:`glob` traite les noms de "
"fichiers commençant par un point (``.``) comme des cas spéciaux. (Pour "
"remplacer le tilde et les variables shell, nous préférerons utiliser les "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/nous préférerons/ nous vous conseillons/ ?


#: ../Doc/library/glob.rst:53
msgid ""
"Return an :term:`iterator` which yields the same values as :func:`glob` "
"without actually storing them all simultaneously."
msgstr ""
"Retourne un :term:`iterator` qui renvoit les mêmes valeurs que :func:`glob`, "
Copy link
Contributor

Choose a reason for hiding this comment

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

s/renvoit/renvoie/


#: ../Doc/library/glob.rst:53
msgid ""
"Return an :term:`iterator` which yields the same values as :func:`glob` "
"without actually storing them all simultaneously."
msgstr ""
"Retourne un :term:`iterator` qui renvoit les mêmes valeurs que :func:`glob`, "
"sans tous les charger en mémoire simultanément."
Copy link
Contributor

Choose a reason for hiding this comment

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

s/tous/toutes/ (les valeurs ?)

Copy link
Contributor

@christopheNanchristopheNan left a comment

Choose a reason for hiding this comment

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

Juste un point : nous utilisons "renvoyer" pour "to return" et "gérer" pour "to support".

@julienvitard
Copy link
ContributorAuthor

Merci pour les remarques, je viens d'appliquer les corrections

@julienvitard
Copy link
ContributorAuthor

@JulienPalard: les modifications sont effectuées

@JulienPalardJulienPalard merged commit197e699 intopython:3.7Jul 20, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@JulienPalardJulienPalardJulienPalard requested changes

@christopheNanchristopheNanchristopheNan approved these changes

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

Successfully merging this pull request may close these issues.

Je travaille sur library/glob.po
3 participants
@julienvitard@JulienPalard@christopheNan

[8]ページ先頭

©2009-2025 Movatter.jp