Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add beginning of unittest.po#320

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JulienPalard merged 2 commits intopython:3.7fromLouis-Gabriel-TM:unittest.po
Sep 27, 2018
Merged

Add beginning of unittest.po#320

JulienPalard merged 2 commits intopython:3.7fromLouis-Gabriel-TM:unittest.po
Sep 27, 2018

Conversation

Louis-Gabriel-TM
Copy link
Contributor

No description provided.


#: ../Doc/library/unittest.rst:12
msgid "**Source code:** :source:`Lib/unittest/__init__.py`"
msgstr ""
msgstr "**Code source:**:source:`Lib/unittest/__init.py__.py`"
Copy link
Member

Choose a reason for hiding this comment

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

Il manque un espace avant le: de Code source, et il manque un espace entre** et:.

Copy link
Member

Choose a reason for hiding this comment

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

Aussi, le nom du fichier n'est pas bon, il y a un.py de trop.


#: ../Doc/library/unittest.rst:16
msgid ""
"(If you are already familiar with the basic concepts of testing, you might "
"want to skip to :ref:`the list of assert methods <assert-methods>`.)"
msgstr ""
"(Si vous êtes déjà familier des concepts de base concernant les tests, vous "
"pouvez souhaiter passer à :href:`la liste des méthodes <assert-methods>`.)"
Copy link
Member

Choose a reason for hiding this comment

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

C'est un:ref: pas un:href:.

@@ -37,16 +39,24 @@ msgid ""
"for tests, aggregation of tests into collections, and independence of the "
"tests from the reporting framework."
msgstr ""
"Le *framework* :mod:`unittest` de tests unitaires était au départ inspiré "
"par JUnit et a une saveur analogue aux principaux *frameworks* de tests "
Copy link
Member

Choose a reason for hiding this comment

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

JUnit entre étoiles, ce n'est pas un mot francais.

Copy link
Member

Choose a reason for hiding this comment

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

saveur analogue me gêne, simplement il "ressemble" ?

@@ -37,16 +39,24 @@ msgid ""
"for tests, aggregation of tests into collections, and independence of the "
"tests from the reporting framework."
msgstr ""
"Le *framework* :mod:`unittest` de tests unitaires était au départ inspiré "
"par JUnit et a une saveur analogue aux principaux *frameworks* de tests "
"unitaires des autres langages. Il supporte l'automatisation des tests, le "
Copy link
Member

Choose a reason for hiding this comment

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

s/supporte/gère/


#: ../Doc/library/unittest.rst:35
msgid ""
"A :dfn:`test case` is the individual unit of testing. It checks for a "
"specific response to a particular set of inputs. :mod:`unittest` provides a "
"base class, :class:`TestCase`, which may be used to create new test cases."
msgstr ""
"Un :dfn:`cas test` est la composante élémentaire des tests. Il attend une "
Copy link
Member

Choose a reason for hiding this comment

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

s/cas/scénario/ ?


#: ../Doc/library/unittest.rst:41
msgid "test suite"
msgstr ""
msgstr "suite de tests"
Copy link
Member

Choose a reason for hiding this comment

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

emsemble de tests ?


#: ../Doc/library/unittest.rst:53
msgid "Another test-support module with a very different flavor."
msgstr ""
msgstr "Un autre module de test à la saveur très différente."
Copy link
Member

Choose a reason for hiding this comment

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

Hum il faut trouver autre chose que saveur :)


#: ../Doc/library/unittest.rst:60
msgid ""
"Third-party unittest frameworks with a lighter-weight syntax for writing "
"tests. For example, ``assert func(10) == 42``."
msgstr ""
"*Frameworks* unittest tierces avec une syntaxe allégée pour l'écriture des "
Copy link
Member

Choose a reason for hiding this comment

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

s/unittest/tests unitaires/


#: ../Doc/library/unittest.rst:60
msgid ""
"Third-party unittest frameworks with a lighter-weight syntax for writing "
"tests. For example, ``assert func(10) == 42``."
msgstr ""
"*Frameworks* unittest tierces avec une syntaxe allégée pour l'écriture des "
"tests. Par exemple, ``asser func(10) == 42``."
Copy link
Member

Choose a reason for hiding this comment

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

Il manque unt àassert.

@@ -177,6 +227,10 @@ msgid ""
"``test``. This naming convention informs the test runner about which "
"methods represent tests."
msgstr ""
"Un cas test est créé comme classe-fille de :class:`unittest.TestCase`. Les "
Copy link
Member

Choose a reason for hiding this comment

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

*scénario

@Louis-Gabriel-TM
Copy link
ContributorAuthor

Louis-Gabriel-TM commentedSep 23, 2018 via email
edited by JulienPalard
Loading

Salut Julien,J’ai un souci avec poedit : le chargement du fichier unittest.po ne me donne accès qu’aux lignes non traduites. Du coup, je ne sais pas comment faire les modifs. :-/J’imagine que tu as une solution pour ce type de souci. 😉A bientôt.

@christopheNan
Copy link
Contributor

christopheNan commentedSep 23, 2018 via email
edited by JulienPalard
Loading

Bonjour,peut-être as-tu coché "Entrées non traduites en premier" dans le menuAffichage, et que les entrées déjà traduites sont plus bas ?

@Louis-Gabriel-TM
Copy link
ContributorAuthor

Louis-Gabriel-TM commentedSep 23, 2018 via email
edited by JulienPalard
Loading

Merci Christophe c’était bien ça. :-pDu coup j’ai pu faire les modifs et mettre à jour la PR.Bon dimanche à toi.

@JulienPalardJulienPalard merged commit68e6ebe intopython:3.7Sep 27, 2018
@JulienPalard
Copy link
Member

Mergé ! Merci à toi !

@Louis-Gabriel-TM
Copy link
ContributorAuthor

Louis-Gabriel-TM commentedSep 27, 2018 via email

You’re welcome. 😊De : Julien PalardEnvoyé le :jeudi 27 septembre 2018 11:29À : python/python-docs-frCc : Lowic Mangin; AuthorObjet :Re: [python/python-docs-fr] Add beginning of unittest.po (#320)Mergé ! Merci à toi !—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@JulienPalardJulienPalardJulienPalard requested changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@Louis-Gabriel-TM@christopheNan@JulienPalard

[8]ページ先頭

©2009-2025 Movatter.jp