Skip to content

Conversation

@JavaVivi
Copy link

No description provided.

@Seluj78 Seluj78 assigned Seluj78 and JavaVivi and unassigned Seluj78 Dec 10, 2019
@Seluj78 Seluj78 added the NEED REVIEWER This PR needs a reviewer :) label Dec 10, 2019
Copy link
Collaborator

@Seluj78 Seluj78 left a comment

Choose a reason for hiding this comment

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

Je n'ai pas tout relu, il y a pas mal de choses a revoir !

"objects)"
msgstr ""
":mod:`unittest.mock` (remplace des parties de votre système par mock "
"objects)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Il manque qq chose ici ! Tu as cassé la syntaxe :/

Copy link

@awecx awecx left a comment

Choose a reason for hiding this comment

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

Merci pour cette PR.
Il faut néanmoins bien comprendre le sens originel de la documentation pour produire une traduction qui ait du sens et ne pas traduire mot-à-mot (quitte à s'éloigner légèrement de la forme du texte original).
Je t'ai fait quelques remarques.

whatsnew/3.3.po Outdated
#: ../Doc/whatsnew/3.3.rst:55
msgid "Summary -- Release highlights"
msgstr ""
msgstr "Résumé -- Les sorties phares "
Copy link

Choose a reason for hiding this comment

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

Suggested change
msgstr "Résumé -- Les sorties phares "
msgstr "Résumé Les sorties phares "
#: ../Doc/whatsnew/3.3.rst:90
msgid "Security improvements:"
msgstr ""
msgstr "Améliorations du sécurité:"
Copy link

Choose a reason for hiding this comment

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

Suggested change
msgstr "Améliorations du sécurité:"
msgstr "Améliorations du sécurité :"
Copy link
Contributor

@christopheNan christopheNan left a comment

Choose a reason for hiding this comment

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

Merci pour cette première contribution. Quelques remarques à prendre en compte et je t'encourage à lire le fichier CONTRIBUTING à la racine du dépôt, ainsi que les références vers lesquelles il pointe.

whatsnew/3.3.po Outdated
msgid ""
"New ``yield from`` expression for :ref:`generator delegation <pep-380>`."
msgstr ""
msgstr "`Rendement de`` expression pour :ref:`délégation du générateur <pep-380>`."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
msgstr "`Rendement de`` expression pour :ref:`délégation du générateur <pep-380>`."
msgstr "Nouvelle expression `yield from`` pour la :ref:`délégation de générateur <pep-380>`."
whatsnew/3.3.po Outdated
#: ../Doc/whatsnew/3.3.rst:63
msgid "The ``u'unicode'`` syntax is accepted again for :class:`str` objects."
msgstr ""
msgstr "Le `caractère `u''`` est de nouveau accepté pour :class:`str` objects."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
msgstr "Le `caractère `u''`` est de nouveau accepté pour :class:`str` objects."
msgstr "La syntaxe ``u'unicode'`` est de nouveau acceptée pour les objets :class:`str`."
whatsnew/3.3.po Outdated
#: ../Doc/whatsnew/3.3.rst:65
msgid "New library modules:"
msgstr ""
msgstr "Nouveaux modules de bibliothèques"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
msgstr "Nouveaux modules de bibliothèques"
msgstr "Nouveaux modules de la bibliothèque :"

Avec une espace insécable avant le deux-points.

":mod:`venv` (Python :ref:`virtual environments <pep-405>`, as in the popular "
"``virtualenv`` package)"
msgstr ""
":mod:`venv` (Python :ref:`virtual environments <pep-405>`, comme dans le populaire "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
":mod:`venv` (Python :ref:`virtual environments <pep-405>`, comme dans le populaire "
":mod:`venv` (:ref:`environnements virtuels <pep-405>` Python, comme dans le paquet "
#: ../Doc/whatsnew/3.3.rst:90
msgid "Security improvements:"
msgstr ""
msgstr "Améliorations du sécurité:"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
msgstr "Améliorations du sécurité:"
msgstr "Améliorations relatives à la sécurité :"
whatsnew/3.3.po Outdated
#: ../Doc/whatsnew/3.3.rst:92
msgid "Hash randomization is switched on by default."
msgstr ""
msgstr "La randomisation du hachage est activé par défaut."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
msgstr "La randomisation du hachage est activé par défaut."
msgstr "La randomisation du hachage est activée par défaut."
whatsnew/3.3.po Outdated
#: ../Doc/whatsnew/3.3.rst:94
msgid "Please read on for a comprehensive list of user-facing changes."
msgstr ""
msgstr "Veuillez lire pour une liste compréhensible de changements sur le temps réel."
Copy link
Contributor

Choose a reason for hiding this comment

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

Ce n'est pas très clair !

whatsnew/3.3.po Outdated
#: ../Doc/whatsnew/3.3.rst:100
msgid "PEP 405: Virtual Environments"
msgstr ""
msgstr "PEP 405: Environnements virtuelles"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
msgstr "PEP 405: Environnements virtuelles"
msgstr "PEP 405 : environnements virtuels"

En français, une espace insécable avant les deux-points et pas de majuscule après.

@awecx
Copy link

awecx commented Dec 11, 2019

@JavaVivi, @christopheNan t'a fait des remarques en même temps que moi (ça arrive...). Tu as parfois deux suggestions pour la même ligne ; tu peux en retenir une, un mélange des deux (ou en proposer une troisième).

@Seluj78 Seluj78 self-assigned this Dec 11, 2019
@Seluj78 Seluj78 removed the NEED REVIEWER This PR needs a reviewer :) label Dec 13, 2019
JavaVivi and others added 14 commits December 14, 2019 20:16
Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr>
Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr>
Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr>
Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
@christopheNan
Copy link
Contributor

Parfait.
Tu dois maintenant aller dans l'interface de github et cliquer sur "Resolve conversation" pour toutes les remarques que tu as prises en compte. Pour les remarques avec lesquelles tu n'es pas d'accord, tu peux écrire ton point de vue dans la case "comment".

@Seluj78
Copy link
Collaborator

Seluj78 commented Dec 27, 2019

Hello @JavaVivi, ping ? 🏓

@Seluj78
Copy link
Collaborator

Seluj78 commented Feb 4, 2020

Hello @JavaVivi, ping ! 😄

@deronnax
Copy link
Collaborator

deronnax commented May 4, 2020

fichier à ne pas traduire, traduction pas au niveau de qualité attendu. Fermeture.

@deronnax deronnax closed this May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants