From 76e2ac4f7dcb11a6bbf739c418f1a170b478459f Mon Sep 17 00:00:00 2001 From: VictorNail Date: Tue, 15 Nov 2022 16:18:19 +0100 Subject: [PATCH 01/12] =?UTF-8?q?msvcrt=2015/11=20d=C3=A9but?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/msvcrt.po | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index 8bdb0c733c..b3ec758840 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -6,13 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-08-24 09:01+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2022-11-15 16:17+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 3.2\n" #: library/msvcrt.rst:2 msgid ":mod:`msvcrt` --- Useful routines from the MS VC++ runtime" @@ -25,6 +26,11 @@ msgid "" "Windows implementations of their services. For example, the :mod:`getpass` " "module uses this in the implementation of the :func:`getpass` function." msgstr "" +"Ces fonctions permettent d'accéder à certaines capacités utiles sur les " +"plateformes Windows. Certains modules de niveau supérieur utilisent ces " +"fonctions pour construire les implémentations Windows de leurs services. " +"Par exemple, le module :mod:`getpass` les utilise dans l'implémentation de " +"la fonction :func:`getpass`." #: library/msvcrt.rst:17 msgid "" @@ -45,10 +51,12 @@ msgid "" "Operations in this module now raise :exc:`OSError` where :exc:`IOError` was " "raised." msgstr "" +"Les opérations de ce module affichent désormais :exc:`OSError` au lieu de :" +"exc:`IOError`." #: library/msvcrt.rst:33 msgid "File Operations" -msgstr "" +msgstr "Opérations sur les fichiers" #: library/msvcrt.rst:38 msgid "" @@ -73,16 +81,24 @@ msgid "" "immediately tries again after 1 second. If, after 10 attempts, the bytes " "cannot be locked, :exc:`OSError` is raised." msgstr "" +"Verrouille les octets spécifiés. Si les octets ne peuvent pas être " +"verrouillés, le programme réessaie immédiatement après 1 seconde. Si, après " +"10 tentatives, les octets ne peuvent pas être verrouillés, :exc:`OSError` " +"est affiché." #: library/msvcrt.rst:59 msgid "" "Locks the specified bytes. If the bytes cannot be locked, :exc:`OSError` is " "raised." msgstr "" +"Verrouille les octets spécifiés. Si les octets ne peuvent pas être " +"verrouillés, :exc:`OSError` est affiché." #: library/msvcrt.rst:65 msgid "Unlocks the specified bytes, which must have been previously locked." msgstr "" +"Déverrouille les octets spécifiés, qui doivent avoir été précédemment " +"verrouillés." #: library/msvcrt.rst:70 msgid "" @@ -119,11 +135,11 @@ msgstr "" #: library/msvcrt.rst:96 msgid "Console I/O" -msgstr "" +msgstr "Console I|O" #: library/msvcrt.rst:101 msgid "Return ``True`` if a keypress is waiting to be read." -msgstr "" +msgstr "Retourne ``True`` si une touche est en attente de lecture." #: library/msvcrt.rst:106 msgid "" @@ -138,6 +154,7 @@ msgstr "" #: library/msvcrt.rst:116 msgid "Wide char variant of :func:`getch`, returning a Unicode value." msgstr "" +"Character larges variante de :func:`getch`, retourne une valeur Unicode." #: library/msvcrt.rst:121 msgid "" @@ -148,6 +165,7 @@ msgstr "" #: library/msvcrt.rst:127 msgid "Wide char variant of :func:`getche`, returning a Unicode value." msgstr "" +"Character larges variante de :func:`getche`, retourne une valeur Unicode." #: library/msvcrt.rst:132 msgid "Print the byte string *char* to the console without buffering." @@ -156,6 +174,7 @@ msgstr "" #: library/msvcrt.rst:137 msgid "Wide char variant of :func:`putch`, accepting a Unicode value." msgstr "" +"Character larges variante de :func:`putch`, accepte une valeur Unicode." #: library/msvcrt.rst:142 msgid "" @@ -166,9 +185,9 @@ msgstr "" #: library/msvcrt.rst:148 msgid "Wide char variant of :func:`ungetch`, accepting a Unicode value." msgstr "" +"Character larges variante de :func:`ungetch`, accepte une valeur Unicode." #: library/msvcrt.rst:154 -#, fuzzy msgid "Other Functions" msgstr "Autres fonctions" From 1efaf97547806ab2bd333aa7a52e20e1e022e35d Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:59:15 +0100 Subject: [PATCH 02/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index b3ec758840..badfc6b81e 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -27,7 +27,7 @@ msgid "" "module uses this in the implementation of the :func:`getpass` function." msgstr "" "Ces fonctions permettent d'accéder à certaines capacités utiles sur les " -"plateformes Windows. Certains modules de niveau supérieur utilisent ces " +"plateformes Windows. Certains modules de plus haut niveau utilisent ces " "fonctions pour construire les implémentations Windows de leurs services. " "Par exemple, le module :mod:`getpass` les utilise dans l'implémentation de " "la fonction :func:`getpass`." From f2f17e01014b6841200e3897e688e91e8fd59de1 Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:59:22 +0100 Subject: [PATCH 03/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index badfc6b81e..f0550d9941 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -84,7 +84,7 @@ msgstr "" "Verrouille les octets spécifiés. Si les octets ne peuvent pas être " "verrouillés, le programme réessaie immédiatement après 1 seconde. Si, après " "10 tentatives, les octets ne peuvent pas être verrouillés, :exc:`OSError` " -"est affiché." +"est levée." #: library/msvcrt.rst:59 msgid "" From f3b439d4bf545de1b60b9e6ad1bd4124b91508b0 Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:59:31 +0100 Subject: [PATCH 04/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index f0550d9941..dd287dcee0 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -51,7 +51,7 @@ msgid "" "Operations in this module now raise :exc:`OSError` where :exc:`IOError` was " "raised." msgstr "" -"Les opérations de ce module affichent désormais :exc:`OSError` au lieu de :" +"Les opérations de ce module lèvent désormais :exc:`OSError` au lieu de :" "exc:`IOError`." #: library/msvcrt.rst:33 From 8df0651798a54ef522eded2e3da2065ae4b2ec7c Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:00:25 +0100 Subject: [PATCH 05/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index dd287dcee0..bc4a27a439 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -92,7 +92,7 @@ msgid "" "raised." msgstr "" "Verrouille les octets spécifiés. Si les octets ne peuvent pas être " -"verrouillés, :exc:`OSError` est affiché." +"verrouillés, :exc:`OSError` est levée." #: library/msvcrt.rst:65 msgid "Unlocks the specified bytes, which must have been previously locked." From 68a601d6479053a4e195715fd560e2c00762d1d8 Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:00:33 +0100 Subject: [PATCH 06/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index bc4a27a439..0d23fd7f63 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -135,7 +135,7 @@ msgstr "" #: library/msvcrt.rst:96 msgid "Console I/O" -msgstr "Console I|O" +msgstr "Entrées-sorties sur un terminal" #: library/msvcrt.rst:101 msgid "Return ``True`` if a keypress is waiting to be read." From 7e537d491ad9b0ceeeb5b9a4f497b5f3cc8d683c Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:00:52 +0100 Subject: [PATCH 07/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index 0d23fd7f63..ae90b92038 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -139,7 +139,7 @@ msgstr "Entrées-sorties sur un terminal" #: library/msvcrt.rst:101 msgid "Return ``True`` if a keypress is waiting to be read." -msgstr "Retourne ``True`` si une touche est en attente de lecture." +msgstr "Renvoie ``True`` si une touche est en attente de lecture." #: library/msvcrt.rst:106 msgid "" From 588bd8e34f25e4b15e738b639cb42f65883053b6 Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:01:00 +0100 Subject: [PATCH 08/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index ae90b92038..aaf649fb95 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -154,7 +154,7 @@ msgstr "" #: library/msvcrt.rst:116 msgid "Wide char variant of :func:`getch`, returning a Unicode value." msgstr "" -"Character larges variante de :func:`getch`, retourne une valeur Unicode." +"Variante de :func:`getch` qui lit un caractère large et renvoie une valeur Unicode." #: library/msvcrt.rst:121 msgid "" From 1e2b907a2d98bfec1b92902902264c589ea29628 Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:03:24 +0100 Subject: [PATCH 09/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index aaf649fb95..94303ac47d 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -165,7 +165,7 @@ msgstr "" #: library/msvcrt.rst:127 msgid "Wide char variant of :func:`getche`, returning a Unicode value." msgstr "" -"Character larges variante de :func:`getche`, retourne une valeur Unicode." +"Variante de :func:`getche` qui lit un caractère large et renvoie une valeur Unicode." #: library/msvcrt.rst:132 msgid "Print the byte string *char* to the console without buffering." From 322db33e5bb3b051e1f2a2c56b720c541f33f549 Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:04:26 +0100 Subject: [PATCH 10/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index 94303ac47d..2459031434 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -174,7 +174,7 @@ msgstr "" #: library/msvcrt.rst:137 msgid "Wide char variant of :func:`putch`, accepting a Unicode value." msgstr "" -"Character larges variante de :func:`putch`, accepte une valeur Unicode." +"Variante de :func:`putch` qui accepte une valeur Unicode et l'écrit comme caractère large." #: library/msvcrt.rst:142 msgid "" From c8022b9be18dbd6364df517dd444ce0dfce2f9d0 Mon Sep 17 00:00:00 2001 From: Victor <84389999+VictorNail@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:10:59 +0100 Subject: [PATCH 11/12] Update library/msvcrt.po Co-authored-by: Jean Abou-Samra --- library/msvcrt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index 2459031434..873669dc67 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -185,7 +185,7 @@ msgstr "" #: library/msvcrt.rst:148 msgid "Wide char variant of :func:`ungetch`, accepting a Unicode value." msgstr "" -"Character larges variante de :func:`ungetch`, accepte une valeur Unicode." +"Variante de :func:`ungetch` qui accepte une valeur Unicode et l'écrit comme caractère large." #: library/msvcrt.rst:154 msgid "Other Functions" From 1faa46308e80377e90f09aaf964fcc853f937629 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 16 Nov 2022 16:44:37 +0100 Subject: [PATCH 12/12] powrap --- library/msvcrt.po | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/library/msvcrt.po b/library/msvcrt.po index 873669dc67..9d8d7ddb5f 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -154,7 +154,8 @@ msgstr "" #: library/msvcrt.rst:116 msgid "Wide char variant of :func:`getch`, returning a Unicode value." msgstr "" -"Variante de :func:`getch` qui lit un caractère large et renvoie une valeur Unicode." +"Variante de :func:`getch` qui lit un caractère large et renvoie une valeur " +"Unicode." #: library/msvcrt.rst:121 msgid "" @@ -165,7 +166,8 @@ msgstr "" #: library/msvcrt.rst:127 msgid "Wide char variant of :func:`getche`, returning a Unicode value." msgstr "" -"Variante de :func:`getche` qui lit un caractère large et renvoie une valeur Unicode." +"Variante de :func:`getche` qui lit un caractère large et renvoie une valeur " +"Unicode." #: library/msvcrt.rst:132 msgid "Print the byte string *char* to the console without buffering." @@ -174,7 +176,8 @@ msgstr "" #: library/msvcrt.rst:137 msgid "Wide char variant of :func:`putch`, accepting a Unicode value." msgstr "" -"Variante de :func:`putch` qui accepte une valeur Unicode et l'écrit comme caractère large." +"Variante de :func:`putch` qui accepte une valeur Unicode et l'écrit comme " +"caractère large." #: library/msvcrt.rst:142 msgid "" @@ -185,7 +188,8 @@ msgstr "" #: library/msvcrt.rst:148 msgid "Wide char variant of :func:`ungetch`, accepting a Unicode value." msgstr "" -"Variante de :func:`ungetch` qui accepte une valeur Unicode et l'écrit comme caractère large." +"Variante de :func:`ungetch` qui accepte une valeur Unicode et l'écrit comme " +"caractère large." #: library/msvcrt.rst:154 msgid "Other Functions"