From 03af9fee243c3828d08736a6bb546e768856f311 Mon Sep 17 00:00:00 2001 From: Antoine Wecxsteen Date: Thu, 6 Dec 2018 22:08:15 +0100 Subject: [PATCH 1/6] Premier commit --- library/asyncio.po | 44 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 10 deletions(-) diff --git a/library/asyncio.po b/library/asyncio.po index 04473ab82..f8147a00e 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-10-12 18:59+0200\n" -"PO-Revision-Date: 2018-10-13 09:27+0200\n" +"PO-Revision-Date: 2018-12-06 21:58+0100\n" "Last-Translator: \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.9\n" +"X-Generator: Poedit 2.0.6\n" #: ../Doc/library/asyncio.rst:2 msgid ":mod:`asyncio` --- Asynchronous I/O" @@ -21,13 +21,15 @@ msgstr ":mod:`asyncio` — Entrées/Sorties asynchrones" #: ../Doc/library/asyncio.rst:None msgid "Hello World!" -msgstr "" +msgstr "Hello World !" #: ../Doc/library/asyncio.rst:23 msgid "" "asyncio is a library to write **concurrent** code using the **async/await** " "syntax." msgstr "" +"asyncio est une bibliothèque pour faire de la programmation **concurrente** " +"en utilisant la syntaxe **async/await**." #: ../Doc/library/asyncio.rst:26 msgid "" @@ -35,44 +37,58 @@ msgid "" "that provide high-performance network and web-servers, database connection " "libraries, distributed task queues, etc." msgstr "" +"asyncio constitue la base de nombreux cadriciels (*frameworks*) Python " +"asynchrones qui fournissent des utilitaires réseau et des serveurs web, des " +"bibliothèques de connexion à des bases de données, des files d'exécution " +"distribuées, etc." #: ../Doc/library/asyncio.rst:30 msgid "" "asyncio is often a perfect fit for IO-bound and high-level **structured** " "network code." msgstr "" +"asyncio est souvent le bon choix pour du code réseau de haut-niveau et " +"tributaire des entrées-sorties (*IO-bound*)." #: ../Doc/library/asyncio.rst:33 msgid "asyncio provides a set of **high-level** APIs to:" -msgstr "" +msgstr "asyncio fournit des interfaces de programmation **haut-niveau**pour :" #: ../Doc/library/asyncio.rst:35 msgid "" ":ref:`run Python coroutines ` concurrently and have full control " "over their execution;" msgstr "" +":ref:`exécuter des coroutines Python ` de manière concurrente et " +"d'avoir le contrôle total sur leur exécution ;" #: ../Doc/library/asyncio.rst:38 msgid "perform :ref:`network IO and IPC `;" msgstr "" +"effectuer :ref:`des entrées/sorties réseau et de la communication inter-" +"processus `;" #: ../Doc/library/asyncio.rst:40 msgid "control :ref:`subprocesses `;" -msgstr "" +msgstr "contrôler des :ref:`sous-processus `;" #: ../Doc/library/asyncio.rst:42 msgid "distribute tasks via :ref:`queues `;" -msgstr "" +msgstr "distribuer des tâches avec des :ref:`queues `;" #: ../Doc/library/asyncio.rst:44 msgid ":ref:`synchronize ` concurrent code;" msgstr "" +":ref:`synchroniser ` du code s'exécutant de manière " +"concurrente ;" #: ../Doc/library/asyncio.rst:46 msgid "" "Additionally, there are **low-level** APIs for *library and framework " "developers* to:" msgstr "" +"En plus, il existe des bibliothèques de **bas-niveau** pour que les " +"*développeurs de bibliothèques et de frameworks* puissent :" #: ../Doc/library/asyncio.rst:49 msgid "" @@ -81,34 +97,42 @@ msgid "" "`subprocesses `, handling :meth:`OS signals `, etc;" msgstr "" +"créer et gérer des :ref:`boucles d'événements `, qui " +"fournissent des bibliothèques asynchrones de :meth:`réseau `, d'exécution de :meth:`subprocesses `, " +"de gestion de :meth:`signaux système `, etc ;" #: ../Doc/library/asyncio.rst:54 msgid "" "implement efficient protocols using :ref:`transports `;" msgstr "" +"implémenter des protocoles efficaces à l'aide de :ref:`transports `;" #: ../Doc/library/asyncio.rst:57 msgid "" ":ref:`bridge ` callback-based libraries and code with async/" "await syntax." msgstr "" +":ref:`lier ` des bibliothèques basées sur les fonctions de " +"rappel et développer avec la syntaxe async/await." #: ../Doc/library/asyncio.rst:65 msgid "Reference" -msgstr "" +msgstr "Références" #: ../Doc/library/asyncio.rst:66 msgid "High-level APIs" -msgstr "" +msgstr "Bibliothèques de de haut-niveau" #: ../Doc/library/asyncio.rst:77 msgid "Low-level APIs" -msgstr "" +msgstr "Bibliothèques de bas-niveau" #: ../Doc/library/asyncio.rst:87 msgid "Guides and Tutorials" -msgstr "" +msgstr "Guides et tutoriels" #~ msgid "**Source code:** :source:`Lib/asyncio/`" #~ msgstr "**Code source :** :source:`Lib/asyncio/`" From c3b0b5818f9f94b3dac8766a9db90534bf6772e8 Mon Sep 17 00:00:00 2001 From: Antoine Wecxsteen Date: Thu, 6 Dec 2018 22:38:20 +0100 Subject: [PATCH 2/6] Correction build --- dict | 2 ++ library/asyncio.po | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dict b/dict index a573151a9..0aab689d5 100644 --- a/dict +++ b/dict @@ -8,6 +8,8 @@ c- C- C99 Catucci +cadriciel +cadriciels concourance coroutine coroutine diff --git a/library/asyncio.po b/library/asyncio.po index f8147a00e..7bbf72875 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -28,8 +28,8 @@ msgid "" "asyncio is a library to write **concurrent** code using the **async/await** " "syntax." msgstr "" -"asyncio est une bibliothèque pour faire de la programmation **concurrente** " -"en utilisant la syntaxe **async/await**." +"`asyncio` est une bibliothèque pour faire de la programmation **concurrente** " +"en utilisant la syntaxe *async*/*await*." #: ../Doc/library/asyncio.rst:26 msgid "" @@ -37,7 +37,7 @@ msgid "" "that provide high-performance network and web-servers, database connection " "libraries, distributed task queues, etc." msgstr "" -"asyncio constitue la base de nombreux cadriciels (*frameworks*) Python " +"`asyncio` constitue la base de nombreux cadriciels (*frameworks*) Python " "asynchrones qui fournissent des utilitaires réseau et des serveurs web, des " "bibliothèques de connexion à des bases de données, des files d'exécution " "distribuées, etc." @@ -47,12 +47,13 @@ msgid "" "asyncio is often a perfect fit for IO-bound and high-level **structured** " "network code." msgstr "" -"asyncio est souvent le bon choix pour du code réseau de haut-niveau et " +"`asyncio` est souvent le bon choix pour du code réseau de haut-niveau et " "tributaire des entrées-sorties (*IO-bound*)." #: ../Doc/library/asyncio.rst:33 msgid "asyncio provides a set of **high-level** APIs to:" -msgstr "asyncio fournit des interfaces de programmation **haut-niveau**pour :" +msgstr "`asyncio` fournit des interfaces de programmation **haut-niveau** " +"pour :" #: ../Doc/library/asyncio.rst:35 msgid "" From 3f2e07086bb02c44731cdeb15d56f2a3babaf2e7 Mon Sep 17 00:00:00 2001 From: Antoine Wecxsteen Date: Fri, 7 Dec 2018 10:08:36 +0100 Subject: [PATCH 3/6] Modifs mineures + correction Travis --- library/asyncio.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/library/asyncio.po b/library/asyncio.po index 7bbf72875..fc21cf6e7 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-10-12 18:59+0200\n" -"PO-Revision-Date: 2018-12-06 21:58+0100\n" +"PO-Revision-Date: 2018-12-07 09:59+0100\n" "Last-Translator: \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -38,22 +38,22 @@ msgid "" "libraries, distributed task queues, etc." msgstr "" "`asyncio` constitue la base de nombreux cadriciels (*frameworks*) Python " -"asynchrones qui fournissent des utilitaires réseau et des serveurs web, des " -"bibliothèques de connexion à des bases de données, des files d'exécution " -"distribuées, etc." +"asynchrones qui fournissent des utilitaires réseau et des serveurs web " +"performants, des bibliothèques de connexion à des bases de données, des files " +"d'exécution distribuées, etc." #: ../Doc/library/asyncio.rst:30 msgid "" "asyncio is often a perfect fit for IO-bound and high-level **structured** " "network code." msgstr "" -"`asyncio` est souvent le bon choix pour du code réseau de haut-niveau et " -"tributaire des entrées-sorties (*IO-bound*)." +"`asyncio` est souvent le bon choix pour écrire du code réseau de haut-niveau " +"et tributaire des entrées-sorties (*IO-bound*)." #: ../Doc/library/asyncio.rst:33 msgid "asyncio provides a set of **high-level** APIs to:" -msgstr "`asyncio` fournit des interfaces de programmation **haut-niveau** " -"pour :" +msgstr "" +"`asyncio` fournit des interfaces de programmation **haut-niveau** pour :" #: ../Doc/library/asyncio.rst:35 msgid "" @@ -125,7 +125,7 @@ msgstr "Références" #: ../Doc/library/asyncio.rst:66 msgid "High-level APIs" -msgstr "Bibliothèques de de haut-niveau" +msgstr "Bibliothèques de haut-niveau" #: ../Doc/library/asyncio.rst:77 msgid "Low-level APIs" From 8204eefa7916dce83485b39294daa0322d6d417a Mon Sep 17 00:00:00 2001 From: Antoine Wecxsteen Date: Fri, 7 Dec 2018 22:20:17 +0100 Subject: [PATCH 4/6] =?UTF-8?q?Mofif=20de=20Jules=20+=20r=C3=A9pare=20inde?= =?UTF-8?q?ntation=20+=20corrige=20Travis.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/asyncio.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/asyncio.po b/library/asyncio.po index fc21cf6e7..e1474cf92 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-10-12 18:59+0200\n" -"PO-Revision-Date: 2018-12-07 09:59+0100\n" +"PO-Revision-Date: 2018-12-07 22:10+0100\n" "Last-Translator: \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -28,8 +28,8 @@ msgid "" "asyncio is a library to write **concurrent** code using the **async/await** " "syntax." msgstr "" -"`asyncio` est une bibliothèque pour faire de la programmation **concurrente** " -"en utilisant la syntaxe *async*/*await*." +"`asyncio` est une bibliothèque permettant de faire de la programmation " +"asynchrone en utilisant la syntaxe *async*/*await*." #: ../Doc/library/asyncio.rst:26 msgid "" @@ -39,8 +39,8 @@ msgid "" msgstr "" "`asyncio` constitue la base de nombreux cadriciels (*frameworks*) Python " "asynchrones qui fournissent des utilitaires réseau et des serveurs web " -"performants, des bibliothèques de connexion à des bases de données, des files " -"d'exécution distribuées, etc." +"performants, des bibliothèques de connexion à des bases de données, des " +"files d'exécution distribuées, etc." #: ../Doc/library/asyncio.rst:30 msgid "" @@ -117,7 +117,7 @@ msgid "" "await syntax." msgstr "" ":ref:`lier ` des bibliothèques basées sur les fonctions de " -"rappel et développer avec la syntaxe async/await." +"rappel et développer avec la syntaxe *async*/*await*." #: ../Doc/library/asyncio.rst:65 msgid "Reference" From afe7921185cf0f3727aa4ab116f75fa9ff8ba0a3 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 11 Dec 2018 23:04:08 +0100 Subject: [PATCH 5/6] Remarques de Julien P. Co-Authored-By: awecx <43954001+awecx@users.noreply.github.com> --- library/asyncio.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/asyncio.po b/library/asyncio.po index e1474cf92..908d92ebc 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -67,15 +67,15 @@ msgstr "" msgid "perform :ref:`network IO and IPC `;" msgstr "" "effectuer :ref:`des entrées/sorties réseau et de la communication inter-" -"processus `;" +"processus ` ;" #: ../Doc/library/asyncio.rst:40 msgid "control :ref:`subprocesses `;" -msgstr "contrôler des :ref:`sous-processus `;" +msgstr "contrôler des :ref:`sous-processus ` ;" #: ../Doc/library/asyncio.rst:42 msgid "distribute tasks via :ref:`queues `;" -msgstr "distribuer des tâches avec des :ref:`queues `;" +msgstr "distribuer des tâches avec des :ref:`queues ` ;" #: ../Doc/library/asyncio.rst:44 msgid ":ref:`synchronize ` concurrent code;" @@ -109,7 +109,7 @@ msgid "" "protocols>`;" msgstr "" "implémenter des protocoles efficaces à l'aide de :ref:`transports `;" +"transports-protocols>` ;" #: ../Doc/library/asyncio.rst:57 msgid "" From 4433692bb5ed97610a503625688091b2965b9c97 Mon Sep 17 00:00:00 2001 From: Antoine Wecxsteen Date: Sun, 16 Dec 2018 16:23:31 +0100 Subject: [PATCH 6/6] =?UTF-8?q?'R=C3=A9f=C3=A9rences'=20=3D>=20'sommaire'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/asyncio.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/asyncio.po b/library/asyncio.po index e1474cf92..338bc0a0f 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-10-12 18:59+0200\n" -"PO-Revision-Date: 2018-12-07 22:10+0100\n" -"Last-Translator: \n" +"PO-Revision-Date: 2018-12-16 16:19+0100\n" +"Last-Translator: Antoine Wecxsteen\n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" #: ../Doc/library/asyncio.rst:65 msgid "Reference" -msgstr "Références" +msgstr "Sommaire" #: ../Doc/library/asyncio.rst:66 msgid "High-level APIs"