- Notifications
You must be signed in to change notification settings - Fork266
Translate library/copy.po#321
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
# 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. |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
copie profonde
library/copy.po Outdated
#: ../Doc/library/copy.rst:22 | ||
msgid "Return a shallow copy of *x*." | ||
msgstr "" | ||
msgstr "Retourne une copie superficielle de *x*." |
There was a problem hiding this comment.
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)
library/copy.po Outdated
#: ../Doc/library/copy.rst:41 | ||
msgid "" | ||
"A *deep copy* constructs a new compound object and then, recursively, " | ||
"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 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
insère les copiesdes (plutôt queaux) objets trouvés
library/copy.po Outdated
#: ../Doc/library/copy.rst:47 | ||
msgid "" | ||
"Recursive objects (compound objects that, directly or indirectly, contain a " | ||
"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." |
There was a problem hiding this comment.
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/
library/copy.po Outdated
@@ -108,21 +135,35 @@ msgid "" | |||
"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, " |
There was a problem hiding this comment.
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/
There was a problem hiding this comment.
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/
library/copy.po Outdated
msgid "" | ||
"Classes can use the same interfaces to control copying that they use to " | ||
"control pickling. See the description of module :mod:`pickle` for " | ||
"information on these methods. In fact, the :mod:`copy` module uses the " | ||
"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:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
la sérialisation ?
Merci@Celande pour la traduction, merci@christopheNan pour la relecture \o/ |
Closes#309