Skip to content

Fixed fuzzys and finished translating faq/design.po#589

Merged
JulienPalard merged 16 commits into
python:3.7from
Seluj78:faq-design
Mar 26, 2019
Merged

Fixed fuzzys and finished translating faq/design.po#589
JulienPalard merged 16 commits into
python:3.7from
Seluj78:faq-design

Conversation

@Seluj78

@Seluj78 Seluj78 commented Feb 27, 2019

Copy link
Copy Markdown
Collaborator

This will close #575

@Seluj78 Seluj78 left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Fixed some travis errors

Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated

@christopheNan christopheNan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Un peu trop de deepl ?

Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Co-Authored-By: Seluj78 <jlasne@student.42.fr>
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated

@JulienPalard JulienPalard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Trop mot à mot, j'ignore a quel point ça sort de deepl, mais si c'est encore du deepl il faut vraiment que tu arrête avec deepl.

Copier coller du deepl, on sait déjà faire (et depuis howto/windows j'en peux plus de lire du deepl).

Comment thread faq/design.po Outdated
"not. If you fail to meet these restrictions dictionaries and other hash "
"based structures will misbehave."
msgstr ""
"De plus ce doit toujours être le cas si ``o1 == o2`` (par exemple ``o1.__eq__(o2) is "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Top mot à mot, ça se voit a des kilomètres que c'est pas du francais.

Comment thread faq/design.po Outdated
"Dans le cas de ListWrapper, chaque fois que l'objet *wrapper* est dans un "
"dictionnaire, la liste encapsulée ne doit pas changer pour éviter les "
"anomalies. Ne faites pas cela à moins que vous n’ayez pensé aux exigences et "
"aux conséquences de ne pas y répondre correctement. Vous avez été "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Trop mot à mot.

Comment thread faq/design.po Outdated
"helps in the construction of large programs."
msgstr ""
"Une spécification d'interface pour un module telle que fournie par des "
"langages tels que C++ et Java décrit les prototypes pour les méthodes et les "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Cette phrase ne me semble pas avoir de sens.

Comment thread faq/design.po Outdated
"not. If you fail to meet these restrictions dictionaries and other hash "
"based structures will misbehave."
msgstr ""
"De plus ce doit toujours être le cas que si ``o1 == o2`` (par exemple ``o1."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

"ce doit toujours être le cas que si" me surprend un peu ici, pourquoi pas carrément reformuler, je trouve ça beaucoup plus digeste :

De plus o1 == o2 implique hash(o1) == hash(o2) (en d'autres termes o1.__eq__(o2) is True implique o1.__hash__() == o2.__hash__())

Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
"Dans le cas de ListWrapper, chaque fois que l'objet *wrapper* est dans un "
"dictionnaire, la liste encapsulée ne doit pas changer pour éviter les "
"anomalies. Ne faites pas cela à moins que vous n’ayez pensé aux exigences et "
"les potentielles conséquences de ne pas rencontrer ces exigences "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

rencontrer vient de toi ou d'une traduction automatique ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Moi, mais j'arrive pas a trouver mieux 😖

Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Co-Authored-By: Seluj78 <jlasne@student.42.fr>
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
"Pour Python, la plupart des avantages des spécifications d'interface peuvent "
"être obtenus par une discipline de test appropriée pour les composants. Il "
"existe aussi un outil, PyChecker, qui peut être utilisé pour trouver des "
"problèmes de dérivation de classes."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
"problèmes de dérivation de classes."
"problèmes liés aux dérivations de classes."

Comment thread faq/design.po Outdated
Comment thread faq/design.po Outdated
"Une bonne suite de tests pour un module peut à la fois fournir un test de "
"non régression et servir de spécification d'interface de module et aussi un "
"ensemble d'exemples. De nombreux modules Python peuvent être exécutés en "
"tant que script pour fournir un simple «auto-test». Même les modules qui "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
"tant que script pour fournir un simple «auto-test». Même les modules qui "
"tant que script pour fournir un simple « auto-test ». Même les modules qui "

Comment thread faq/design.po Outdated
"Dans le cas de *ListWrapper*, chaque fois que l'objet *wrapper* est dans un "
"dictionnaire, la liste encapsulée ne doit pas changer pour éviter les "
"anomalies. Ne faites pas cela à moins que vous n’ayez pensé aux exigences et "
"les potentielles conséquences de ne pas rencontrer ces exigences "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"les potentielles conséquences de ne pas satisfaire entièrement ces conditions " ?

@JulienPalard JulienPalard merged commit d0e2328 into python:3.7 Mar 26, 2019
@Seluj78 Seluj78 deleted the faq-design branch March 28, 2019 11:00
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 faq/design.po

3 participants