8000 Tutorial/errors.po by Joktaa · Pull Request #1077 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Tutorial/errors.po #1077

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed

Tutorial/errors.po #1077

wants to merge 4 commits into from

Conversation

Joktaa
Copy link
Contributor
@Joktaa Joktaa commented Dec 13, 2019

Fix #1072
(Première pull request)

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.

Merci beaucoup pour cette PR ! 🎉

@@ -429,35 +429,35 @@ msgid ""
"will execute as the last task before the :keyword:`try` statement completes. "
"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
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!

"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
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 :"

"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
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."

"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
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."


#: ../Doc/tutorial/errors.rst:354
msgid "For example::"
msgstr "Par exemple ::"

#: ../Doc/tutorial/errors.rst:365
msgid "A more complicated example::"
msgstr ""
msgstr "Un exemple plus compliqué ::"
Copy link
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é ::"

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.

Fail, je voulais request changes et pas approve


#: ../Doc/tutorial/errors.rst:352
msgid ""
"If a :keyword:`finally` clause includes a :keyword:`return` statement, the :"
"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
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
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
Collaborator

Choose a reason for hiding this comment

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

Oups

@@ -466,21 +466,29 @@ msgid ""
"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
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
Copy link
Collaborator
Seluj78 commented Dec 27, 2019

Hello @Joktaa, des news ? 🏓

@Seluj78
Copy link
Collaborator
Seluj78 commented Feb 4, 2020

Hello @Joktaa, ping !

@deronnax
Copy link
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
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
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
Copy link
Collaborator
deronnax commented May 2, 2020

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
0