Skip to content
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

Fixed fuzzies in tutorial #1400

Open
wants to merge 1 commit into
base: 3.9
from
Open

Fixed fuzzies in tutorial #1400

wants to merge 1 commit into from

Conversation

@Seluj78
Copy link
Collaborator

Seluj78 commented Aug 27, 2020

Closes #1395
Closes #1396
Closes #1394
Closes #1397
Closes #1398
Closes #1399

@Seluj78 Seluj78 self-assigned this Aug 27, 2020
@Seluj78
Copy link
Collaborator Author

Seluj78 commented Aug 27, 2020

Also, 1400 🎉 🥳 🍾

@@ -267,7 +267,6 @@ msgstr ""
"nommage."

#: tutorial/classes.rst:116
#, fuzzy

This comment has been minimized.

@awecx

awecx Aug 27, 2020

Collaborator

3 or 4 nested scopes devient « au minimum trois portées imbriquées ».
On s'éloigne un peu du sens là non ?

This comment has been minimized.

@christopheNan

christopheNan Aug 28, 2020

Collaborator

« Au minimum 3 » vient de la version originale précédente : git log -p tutorial/classes.po .
Il convient donc en effet d'adapter à 3 or 4.

@@ -371,8 +369,7 @@ msgstr ""
"symboles courante. La valeur du nom de la fonction est un type qui est "
"reconnu par l'interpréteur comme une fonction définie par l'utilisateur. "
"Cette valeur peut être affectée à un autre nom qui pourra alors être utilisé "
"également comme une fonction. Ceci fournit un mécanisme de renommage "
"général ::"
"également comme une fonction ::"

This comment has been minimized.

@awecx

awecx Aug 27, 2020

Collaborator

? Le sens n'y est pas.

@@ -686,6 +686,10 @@ msgid ""
"idiomatic way to loop over unique elements of the sequence in sorted "
"order. ::"
msgstr ""
"L'utilisation de la fonction :func:`set` sur une séquence élimine les "
"duplicatas. L'utilisation de la fonction :func:`sorted` en combinaison avec :"

This comment has been minimized.

@awecx

awecx Aug 27, 2020

Collaborator
Suggested change
"duplicatas. L'utilisation de la fonction :func:`sorted` en combinaison avec :"
"doublons. L'utilisation de la fonction :func:`sorted` en combinaison avec :"

#: tutorial/errors.rst:275
msgid ""
"The :keyword:`raise` statement allows an optional :keyword:`from` which "
"enables chaining exceptions by setting the ``__cause__`` attribute of the "
"raised exception. For example::"
msgstr ""
"L'instruction :keyword:`raise` autorise un :keyword:`from` optionnel qui "
"permets l'enchaînement d'exceptions en définissant l'attribut ``__cause__`` "

This comment has been minimized.

@awecx

awecx Aug 27, 2020

Collaborator
Suggested change
"permets l'enchaînement d'exceptions en définissant l'attribut ``__cause__`` "
"permet de chainer des exceptions en définissant l'attribut ``__cause__`` "
msgid "Exception Chaining"
msgstr "Exceptions"
msgstr "Enchaînement d'exceptions"

This comment has been minimized.

@awecx

awecx Aug 27, 2020

Collaborator

Ou

Suggested change
msgstr "Enchaînement d'exceptions"
msgstr "Chaînage d'exceptions"

?

@@ -380,6 +382,11 @@ msgid ""
"raised inside an exception handler or :keyword:`finally` section. Exception "
"chaining can be disabled by using ``from None`` idiom:"
msgstr ""
"L'expression suivant le :keyword:`from` doit être soit une exception soit "
"``None``. L'enchaînement d'exceptions se produit automatiquement lorsqu'une "

This comment has been minimized.

@awecx

awecx Aug 27, 2020

Collaborator
Suggested change
"``None``. L'enchaînement d'exceptions se produit automatiquement lorsqu'une "
"``None``. Le chaînage d'exceptions se produit automatiquement lorsqu'une "
"L'expression suivant le :keyword:`from` doit être soit une exception soit "
"``None``. L'enchaînement d'exceptions se produit automatiquement lorsqu'une "
"exception est levée dans un gestionnaire d'exception ou dans une section :"
"keyword:`finally`. L'enchaînement d'exceptions peut être désactivé en "

This comment has been minimized.

@awecx

awecx Aug 27, 2020

Collaborator
Suggested change
"keyword:`finally`. L'enchaînement d'exceptions peut être désactivé en "
"keyword:`finally`. Le chaînage d'exceptions peut être désactivé en "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.