Thanks to visit codestin.com
Credit goes to github.com

Skip to content

traduction 100% de library/dataclasses.po #1749

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

Merged
merged 17 commits into from
Oct 29, 2021

Conversation

lythari
Copy link
Contributor

@lythari lythari commented Oct 27, 2021

Closes #1746
Ajout de kw_only et arg_match.

msgid "The generated :meth:`__init__` method for ``D`` will look like::"
msgstr "La méthode :meth:`__init__` générée pour ``C`` ressemble à :"
msgstr "La méthode :meth:`__init__` générée pour ``D`` ressemble à ::"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Attention, il faut une espace insécable. CONTRIBUTING.rst explique comment insérer ce caractère.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

J'ai essayé mais je suis sous Windows là et pas sur de moi du coup. A vérifier ce soir après mon prochain push svp

@@ -532,22 +544,21 @@ msgstr ""

#: library/dataclasses.rst:304
msgid "``name``: The name of the field."
msgstr "*name* : le nom du champ ;"
msgstr "*name* : le nom du champ ;"
Copy link
Member

Choose a reason for hiding this comment

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

Avant le ; on doit mettre une espace insécable pour éviter qu'il ne se retrouve seul en début de ligne, le fichier CONTRIBUTING donne quelques indications selon ton OS pour pouvoir taper ce caractère.

Suggested change
msgstr "*name* : le nom du champ ;"
msgstr "*name* : le nom du champ ;"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

idem espaces insécables précédents


#: library/dataclasses.rst:306
msgid "``type``: The type of the field."
msgstr "*type* : le type associé au champ par l'annotation ;"
msgstr "*type* : le type associé au champ par l'annotation ;"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
msgstr "*type* : le type associé au champ par l'annotation ;"
msgstr "*type* : le type associé au champ par l'annotation ;"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

idem

@@ -59,7 +59,7 @@ msgstr ""

#: library/dataclasses.rst:47
msgid "Module contents"
msgstr ""
msgstr "Classe de données"
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm ce serait pas plutot:

Suggested change
msgstr "Classe de données"
msgstr "Contenu du module"

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Dans les autres modules ils remettent plutôt le nom de l'objet/classe qu'un banal "Contenu du modèle". A débattre.

Copy link
Member

Choose a reason for hiding this comment

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

Moi les deux me vont.

@PyDocTeur
Copy link

C'est bien parti ! Ça manque d'un label automerge ?


Disclaimer

Je suis un robot fait par l'équipe de l'AFPy et de Traduction
sur leur temps libre. Je risque de dire des bétises. Ne me blâmez pas, blamez les développeurs.

Code source

I'm a bot made by the Translation and AFPy teams on their free
time. I might say or do dumb things sometimes. Don't blame me, blame the developer !

Source code

(state: approved)
PyDocTeur v1.12.0

@JulienPalard JulienPalard merged commit 8acf233 into python:3.10 Oct 29, 2021
@JulienPalard
Copy link
Member

Merci pour cette PR @lythari !

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 library/dataclasses.po
6 participants