Skip to content

Translate library/copy.po - #321

Merged
JulienPalard merged 3 commits into
python:3.7from
Celande:glossary
Sep 25, 2018
Merged

Translate library/copy.po#321
JulienPalard merged 3 commits into
python:3.7from
Celande:glossary

Conversation

@Celande

@Celande Celande commented Sep 20, 2018

Copy link
Copy Markdown

Closes #309

Comment thread library/copy.po
"Last-Translator: \n"
"X-Generator: Poedit 2.0.4\n"

# Ce commentaire est valable pour l'ensemble du document. deep copy doit être traduit par copie profonde ou copie récursive ? Pour ma part, je pense que copie récursive est beaucoup plus explicite.

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.

copie profonde ou copie en profondeur ?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

copie profonde

Comment thread library/copy.po Outdated
#: ../Doc/library/copy.rst:22
msgid "Return a shallow copy of *x*."
msgstr ""
msgstr "Retourne une copie superficielle de *x*."

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.

La traduction faite jusqu'à maintenant préfère "renvoie" à "retourne" (voir la partie glossaire du README.rst)

Comment thread library/copy.po Outdated
"inserts *copies* into it of the objects found in the original."
msgstr ""
"Une *copie récursive (ou profonde)* construit un nouvel objet composé puis, "
"récursivement, insère dans l'objet composé des *copies* aux objets trouvés "

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.

insère les copies des (plutôt que aux) objets trouvés

Comment thread library/copy.po Outdated
"reference to themselves) may cause a recursive loop."
msgstr ""
"Les objets récursifs (objets composés qui, directement ou indirectement, "
"contiennent une référence à eux-même) peuvent causer une boucle récursive."

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/eux-même/eux-mêmes/

Comment thread library/copy.po Outdated
"unchanged; this is compatible with the way these are treated by the :mod:"
"`pickle` module."
msgstr ""
"Ce module ne copie pas les types tel que module, méthode, trace d'appel, "

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/tel que/tels que/

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/trace d'appel/trace d'appels/

Comment thread library/copy.po Outdated
"registered pickle functions from the :mod:`copyreg` module."
msgstr ""
"Les classes peuvent utiliser les mêmes interfaces de contrôle que celles "
"utilisées pour TROLOLOLOLOLOLOLOL. Voir la description du module :mod:"

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.

la sérialisation ?

@JulienPalard
JulienPalard merged commit 6a18cf0 into python:3.7 Sep 25, 2018
@JulienPalard

Copy link
Copy Markdown
Member

Merci @Celande pour la traduction, merci @christopheNan pour la relecture \o/

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