Skip to content

Tutorial/errors.po - #1077

Closed
Joktaa wants to merge 4 commits into
python:3.8from
Joktaa:tutorial/errors.po
Closed

Tutorial/errors.po#1077
Joktaa wants to merge 4 commits into
python:3.8from
Joktaa:tutorial/errors.po

Conversation

@Joktaa

@Joktaa Joktaa commented Dec 13, 2019

Copy link
Copy Markdown
Contributor

Fix #1072
(Première pull request)

@Seluj78 Seluj78 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Merci beaucoup pour cette PR ! 🎉

Comment thread tutorial/errors.po
Comment thread tutorial/errors.po
"The :keyword:`finally` clause runs whether or not the :keyword:`try` "
"statement produces an exception. The following points discuss more complex "
"cases when an exception occurs:"
"cases when an exception occurs :"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"cases when an exception occurs :"
"cases when an exception occurs:"

Attention tu as modifié l'original!

Comment thread tutorial/errors.po
"va s'exécuter en dernière tâche avant que la déclaration :keyword:`try` se "
"complète. La clause :keyword:`finally` se lance que la déclaration :keyword:"
"`try` produise une exception ou non. Les prochains points parlent de cas "
"plus complexes lorsqu'une exception apparait :"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"plus complexes lorsqu'une exception apparait :"
"plus complexes lorsqu'une exception apparait :"

Comment thread tutorial/errors.po
"Si une exception se produit durant l'exécution de la clause :keyword:`!try`, "
"l'exception sera récupérée par une clause :keyword:`except`. Si l'exception "
"n'est pas récupérée par une clause :keyword:`except`, l'exception est "
"reprise après que la clause :keyword:`!finally` est été exécutée."

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"reprise après que la clause :keyword:`!finally` est été exécutée."
"reprise après que la clause :keyword:`!finally` a été exécutée."

Comment thread tutorial/errors.po
"exécutée."
"Une exception peut se produire durant l'exécution d'une clause :keyword:`!"
"except` ou :keyword:`!else`. Encore une fois, l'exception est reprise après "
"que la clause :keyword:`!finally` est été exécutée."

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"que la clause :keyword:`!finally` est été exécutée."
"que la clause :keyword:`!finally` a été exécutée."

Comment thread tutorial/errors.po
#: ../Doc/tutorial/errors.rst:365
msgid "A more complicated example::"
msgstr ""
msgstr "Un exemple plus compliqué ::"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
msgstr "Un exemple plus compliqué ::"
msgstr "Un exemple plus compliqué ::"

@Seluj78 Seluj78 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Fail, je voulais request changes et pas approve

Comment thread tutorial/errors.po
"keyword:`finally` clause's :keyword:`return` statement will execute before, "
"and instead of, the :keyword:`return` statement in a :keyword:`try` clause."
msgstr ""
"Si la clause :keyword:`finally` inclus une déclaration :keyword:`return`, la "

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"Si la clause :keyword:`finally` inclus une déclaration :keyword:`return`, la "
"Si la clause :keyword:`finally` contiens une déclaration :keyword:`return`, la "

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.

Suggested change
"Si la clause :keyword:`finally` inclus une déclaration :keyword:`return`, la "
"Si la clause :keyword:`finally` contient une déclaration :keyword:`return`, la "

Tant qu'à faire…

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Oups

Comment thread tutorial/errors.po
"will execute just prior to the :keyword:`break`, :keyword:`continue` or :"
"keyword:`return` statement's execution."
msgstr ""
"Si la déclaration :keyword:`!try` reçoit la déclaration :keyword:`break`, :"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"Si la déclaration :keyword:`!try` reçoit la déclaration :keyword:`break`, :"
"Si la déclaration :keyword:`!try` atteint la déclaration :keyword:`break`, :"

@Seluj78

Seluj78 commented Dec 27, 2019

Copy link
Copy Markdown
Collaborator

Hello @Joktaa, des news ? 🏓

@Seluj78

Seluj78 commented Feb 4, 2020

Copy link
Copy Markdown
Collaborator

Hello @Joktaa, ping !

@deronnax

Copy link
Copy Markdown
Collaborator

cette PR a besoin d'être reprise et c'est un boulot pour papa 💪

@deronnax deronnax self-assigned this Mar 30, 2020
@christopheNan

Copy link
Copy Markdown
Contributor

Gamin,
regarde bien avec gît blame qui a le dernier commit. Je t'attends sur la typographie (ce que je vois actuellement n'est pas top)

@deronnax

Copy link
Copy Markdown
Collaborator

Hmmm, il est rigolo son dernier commit. Et oui, je vais refaire une passe dessus et livrer un truc impeccable. Tu me connais ;)

deronnax added a commit to deronnax/python-docs-fr that referenced this pull request Apr 3, 2020
christopheNan added a commit that referenced this pull request Apr 6, 2020
* modif errors.po 1

* modif errors 2

* modif errors 3

* test

* application des suggstions de la revue de code de la PR #1077

* petites corrections

* Apply suggestions from code review

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* wrapping

* commentaires informant de l'énumération + restauration des minuscules

Co-authored-by: Joris <joris.rouziere@ynov.com>
Co-authored-by: root <root@DESKTOP-37E60HJ.localdomain>
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
@deronnax

deronnax commented May 2, 2020

Copy link
Copy Markdown
Collaborator

Elle a été reprise via #1226, fermeture.

@deronnax deronnax closed this May 2, 2020
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.

Je travaille sur tutorial/errors.po

4 participants