From 2b8252836cc6179d0ad5f7fb7575749d1bc86850 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 3 Sep 2020 12:08:29 +0200 Subject: [PATCH 1/5] =?UTF-8?q?corrige=20une=20section=20"modifi=C3=A9=20e?= =?UTF-8?q?n=20X.y"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/http.cookies.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/http.cookies.po b/library/http.cookies.po index 18d244589..d9bad5ae4 100644 --- a/library/http.cookies.po +++ b/library/http.cookies.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-07-20 10:51+0200\n" -"PO-Revision-Date: 2019-05-23 21:39+0200\n" +"PO-Revision-Date: 2020-09-03 12:07+0200\n" "Last-Translator: Jules Lasne \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.2.1\n" +"X-Generator: Poedit 2.4.1\n" #: library/http.cookies.rst:2 msgid ":mod:`http.cookies` --- HTTP state management" @@ -62,9 +62,10 @@ msgstr "" "et ``!#$%&'*+-.^_`|~:`` définissent l'ensemble des caractères autorisés par " "ce module pour le nom du témoin (comme :attr:`~Morsel.key`)." +# "Modifié dans la version 3.3" #: library/http.cookies.rst:29 msgid "Allowed ':' as a valid Cookie name character." -msgstr "Ajouté « : » comme caractère autorisé pour les noms de témoin." +msgstr "ajout de « : » comme caractère autorisé pour les noms de témoin." #: library/http.cookies.rst:35 msgid "" From df153b61317835641aaa770d2488bb92ce6653fb Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 3 Sep 2020 12:16:06 +0200 Subject: [PATCH 2/5] =?UTF-8?q?d'autres=20am=C3=A9liorations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/http.cookies.po | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/library/http.cookies.po b/library/http.cookies.po index d9bad5ae4..b7069ad70 100644 --- a/library/http.cookies.po +++ b/library/http.cookies.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-07-20 10:51+0200\n" -"PO-Revision-Date: 2020-09-03 12:07+0200\n" +"PO-Revision-Date: 2020-09-03 12:15+0200\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -261,7 +261,7 @@ msgstr "``httponly``" #: library/http.cookies.rst:142 msgid "``samesite``" -msgstr "" +msgstr "``samesite``" #: library/http.cookies.rst:144 msgid "" @@ -271,7 +271,7 @@ msgid "" msgstr "" "L'attribut :attr:`httponly` spécifie que le témoin transféré dans les " "requêtes HTTP n'est pas accessible par le biais de JavaScript. Il s'agit " -"d'une contremesure à certaines attaques de scripts inter-sites (*XSS*)." +"d'une contre-mesure à certaines attaques de scripts inter-sites (*XSS*)." #: library/http.cookies.rst:148 msgid "" @@ -279,32 +279,39 @@ msgid "" "send the cookie along with cross-site requests. This helps to mitigate CSRF " "attacks. Valid values for this attribute are \"Strict\" and \"Lax\"." msgstr "" +"L'attribut :attr:`samesite` spécifie que le navigateur n'est pas autorisé à " +"envoyer le cookie avec les requêtes intersites. Cela aide à éviter les " +"attaques *CSRF*. Les valeurs valides pour cet attribut sont « Strict » et " +"« Lax »." #: library/http.cookies.rst:152 msgid "The keys are case-insensitive and their default value is ``''``." msgstr "" "Les clés ne sont pas sensibles à la casse, leur valeur par défaut est ``''``." +# « ajouté en X.Y » #: library/http.cookies.rst:154 msgid "" ":meth:`~Morsel.__eq__` now takes :attr:`~Morsel.key` and :attr:`~Morsel." "value` into account." msgstr "" -"Dorénavant, :meth:`~Morsel.__eq__` prend en compte :attr:`~Morsel.key` et :" +"dorénavant, :meth:`~Morsel.__eq__` prend en compte :attr:`~Morsel.key` et :" "attr:`~Morsel.value`." +# « ajouté en X.Y » #: library/http.cookies.rst:158 msgid "" "Attributes :attr:`~Morsel.key`, :attr:`~Morsel.value` and :attr:`~Morsel." "coded_value` are read-only. Use :meth:`~Morsel.set` for setting them." msgstr "" -"Les attributs :attr:`~Morsel.key`, :attr:`~Morsel.value` et :attr:`~Morsel." -"coded_value` sont en lecture seule. Utilisez :meth:`~Morsel.set` pour les " +"les attributs :attr:`~Morsel.key`, :attr:`~Morsel.value` et :attr:`~Morsel." +"coded_value` sont en lecture seule. Utilisez :meth:`~Morsel.set` pour les " "assigner." +# « ajouté en X.Y » #: library/http.cookies.rst:163 msgid "Added support for the :attr:`samesite` attribute." -msgstr "" +msgstr "ajout de la prise en charge de l'attribut :attr:`samesite`." #: library/http.cookies.rst:169 msgid "The value of the cookie." From 3d95c5c263f97a90dea1fe990cab806abf464554 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Tue, 8 Sep 2020 23:00:07 +0200 Subject: [PATCH 3/5] applique les suggestions de ChristopheNan Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- library/http.cookies.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/http.cookies.po b/library/http.cookies.po index b7069ad70..f74cd92ba 100644 --- a/library/http.cookies.po +++ b/library/http.cookies.po @@ -280,7 +280,7 @@ msgid "" "attacks. Valid values for this attribute are \"Strict\" and \"Lax\"." msgstr "" "L'attribut :attr:`samesite` spécifie que le navigateur n'est pas autorisé à " -"envoyer le cookie avec les requêtes intersites. Cela aide à éviter les " +"envoyer le témoin de connexion avec les requêtes intersites. Cela vise à contrer les " "attaques *CSRF*. Les valeurs valides pour cet attribut sont « Strict » et " "« Lax »." From 2e5d130aa120a648e9548cf60b9aa20dda6cc19c Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Tue, 8 Sep 2020 23:01:33 +0200 Subject: [PATCH 4/5] wrapping --- library/http.cookies.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/http.cookies.po b/library/http.cookies.po index f74cd92ba..0f1b280dd 100644 --- a/library/http.cookies.po +++ b/library/http.cookies.po @@ -280,9 +280,9 @@ msgid "" "attacks. Valid values for this attribute are \"Strict\" and \"Lax\"." msgstr "" "L'attribut :attr:`samesite` spécifie que le navigateur n'est pas autorisé à " -"envoyer le témoin de connexion avec les requêtes intersites. Cela vise à contrer les " -"attaques *CSRF*. Les valeurs valides pour cet attribut sont « Strict » et " -"« Lax »." +"envoyer le témoin de connexion avec les requêtes intersites. Cela vise à " +"contrer les attaques *CSRF*. Les valeurs valides pour cet attribut sont " +"« Strict » et « Lax »." #: library/http.cookies.rst:152 msgid "The keys are case-insensitive and their default value is ``''``." From c63d38764179cb026c372bf6c118e599e0781350 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Tue, 8 Sep 2020 23:02:49 +0200 Subject: [PATCH 5/5] intersites -> intersites --- library/http.cookies.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/http.cookies.po b/library/http.cookies.po index 0f1b280dd..35042ca17 100644 --- a/library/http.cookies.po +++ b/library/http.cookies.po @@ -280,7 +280,7 @@ msgid "" "attacks. Valid values for this attribute are \"Strict\" and \"Lax\"." msgstr "" "L'attribut :attr:`samesite` spécifie que le navigateur n'est pas autorisé à " -"envoyer le témoin de connexion avec les requêtes intersites. Cela vise à " +"envoyer le témoin de connexion avec les requêtes inter-sites. Cela vise à " "contrer les attaques *CSRF*. Les valeurs valides pour cet attribut sont " "« Strict » et « Lax »."