-
Notifications
You must be signed in to change notification settings - Fork 266
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
Tutorial/errors.po #1077
Conversation
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.
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 :" |
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.
"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 :" |
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.
"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." |
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.
"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." |
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.
"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é ::" |
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.
msgstr "Un exemple plus compliqué ::" | |
msgstr "Un exemple plus compliqué ::" |
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.
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 " |
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.
"Si la clause :keyword:`finally` inclus une déclaration :keyword:`return`, la " | |
"Si la clause :keyword:`finally` contiens une déclaration :keyword:`return`, la " |
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.
"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…
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.
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`, :" |
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.
"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`, :" |
Hello @Joktaa, des news ? 🏓 |
Hello @Joktaa, ping ! |
cette PR a besoin d'être reprise et c'est un boulot pour papa 💪 |
Gamin, |
Hmmm, il est rigolo son dernier commit. Et oui, je vais refaire une passe dessus et livrer un truc impeccable. Tu me connais ;) |
* 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>
Elle a été reprise via #1226, fermeture. |
Fix #1072
(Première pull request)