Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMerging from transifex #299
Merged
Conversation
Closed
library/multiprocessing.po
Outdated
| msgid "Equivalent to ``get(False)``." | ||
| msgstr "" | ||
| msgstr "Équivalant à ``get(False)``." |
This comment has been minimized.
This comment has been minimized.
library/os.path.po
Outdated
| msgid "The :mod:`pathlib` module offers high-level path objects." | ||
| msgstr "" | ||
| "Le module :mod:`pathlib` offre une représentation objet des chemins de haut " |
This comment has been minimized.
This comment has been minimized.
christopheNan
Sep 21, 2018
Collaborator
Je pense que c'est la représentation qui est de haut-niveau.
"représentation objet de haut-niveau des chemins."
library/queue.po
Outdated
| "*timeout* secondes et lève l'exception :exc:`Full` s'il n'y avait pas " | ||
| "d'emplacement libre pendant cette période de temps. Sinon (*block* est " | ||
| "``False``), elle met un élément dans la file s'il y a un emplacement libre " | ||
| "immédiatement disponible. Si ce n'est pas le cas, elle soulève l'exception :" |
This comment has been minimized.
This comment has been minimized.
| msgid "Equivalent to ``put(item, False)``." | ||
| msgstr "" | ||
| msgstr "Équivalant à ``put(item, False)``." | ||
|
|
This comment has been minimized.
This comment has been minimized.
library/queue.po
Outdated
| "*timeout* secondes et lève l'exception :exc:`Empty` s'il n'y avait pas " | ||
| "d'élément disponible pendant cette période de temps. Sinon (*block* vaut " | ||
| "``False``), elle renvoie un élément s'il y en a un immédiatement disponible. " | ||
| "Si ce n'est pas le cas, elle soulève l'exception :exc:`Empty` (*timeout* est " |
This comment has been minimized.
This comment has been minimized.
library/queue.po
Outdated
| msgid "Equivalent to ``get(False)``." | ||
| msgstr "" | ||
| msgstr "Équivalant à ``get(False)``." |
This comment has been minimized.
This comment has been minimized.
library/queue.po
Outdated
| msgid "" | ||
| "Two methods are offered to support tracking whether enqueued tasks have been " | ||
| "fully processed by daemon consumer threads." | ||
| msgstr "" | ||
| "Deux méthodes sont proposées afin de savoir si les tâches mises dans la file " | ||
| "ont été entièrement traitées par les threads consommateurs du démon." |
This comment has been minimized.
This comment has been minimized.
christopheNan
Sep 21, 2018
Collaborator
s/threads/fils d'exécution/ (éventuellement ajouter thread entre parenthèses)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
JulienPalard commentedAug 13, 2018
No description provided.