- Notifications
You must be signed in to change notification settings - Fork266
Traduction de library/asyncio-dev.po#1891
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
6 commits Select commitHold shift + click to select a range
a04f5a9
Traduction de library/asyncio-dev.po
Gaasmanna0a4da7
Apply suggestions from code review
Gaasmann1ad508f
Modifications suite à la review de @christopheNan + powrap
Gaasmann5deab46
Doublon supprimé
Gaasmann5d05f9e
Apply suggestions from code review
Gaasmann2f3133b
Règle la discusssion sur mitige/atténue + fcts de rappel + powrap
GaasmannFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Modifications suite à la review de@christopheNan + powrap
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit1ad508f124ff7cfc2e331a908e313e1c0558d310
There are no files selected for viewing
22 changes: 12 additions & 10 deletionslibrary/asyncio-dev.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -6,7 +6,7 @@ msgstr "" | ||
"Project-Id-Version: Python 3\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-10-01 16:00+0200\n" | ||
"PO-Revision-Date: 2022-05-31 22:10-0400\n" | ||
"Last-Translator: Nicolas Haller <nicolas@haller.im>\n" | ||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||
"Language: fr\n" | ||
@@ -116,17 +116,18 @@ msgid "" | ||
"`loop.call_at` methods) raise an exception if they are called from a wrong " | ||
"thread." | ||
msgstr "" | ||
"beaucoup d'*API* *asyncio* ne prenant pas en charge les fils d'exécution " | ||
"multiples (comme les méthodes :meth:`loop.call_soon` et :meth:`loop." | ||
"call_at`) lèvent une exception si elles sont appelées par le mauvais fil " | ||
"d’exécution ;" | ||
#: library/asyncio-dev.rst:57 | ||
msgid "" | ||
"The execution time of the I/O selector is logged if it takes too long to " | ||
"perform an I/O operation." | ||
msgstr "" | ||
"le temps d'exécution du sélecteur d'entrée-sortie est journalisé si uneune" | ||
"opération prend trop de temps à s'effectuer ;" | ||
#: library/asyncio-dev.rst:60 | ||
msgid "" | ||
@@ -151,9 +152,9 @@ msgid "" | ||
"executes the next Task." | ||
msgstr "" | ||
"Une boucle d'évènements s'exécute dans un fil d’exécution (typiquement dans " | ||
"le fil principal) et traite tous les rappels (*callbacks*) ainsi que toutes " | ||
Gaasmann marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"lestâches dans ce même fil. Lorsqu'une tâche est en cours d'exécution dans " | ||
"laboucle d'évènements, aucune autre tâche ne peut s'exécuter dans ce fil. " | ||
"Quand une tâche traite une expression ``await``, elle se suspend et laisse " | ||
"la boucle d’évènements traiter la tâche suivante." | ||
@@ -247,7 +248,8 @@ msgstr "" | ||
"Du code bloquant sur des opérations de calcul (*CPU-bound*) ne devrait pas " | ||
"être appelé directement. Par exemple, si une fonction effectue des calculs " | ||
"utilisant le CPU intensivement pendant une seconde, toutes les tâches " | ||
"*asyncio* concurrentes et les opérations d'entrées-sorties seront bloquées " | ||
"pour une seconde." | ||
#: library/asyncio-dev.rst:131 | ||
msgid "" | ||
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.