From aedc50e8e43492bb4047b2de8458842d12f92baa Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Wed, 23 Aug 2023 12:56:25 +0000 Subject: [PATCH] library/sqlite.po: quelques fuzzies (#183) Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/183 Reviewed-by: Christophe Nanteuil Co-authored-by: Mathieu Dupuy Co-committed-by: Mathieu Dupuy --- library/sqlite3.po | 53 +++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 29 deletions(-) diff --git a/library/sqlite3.po b/library/sqlite3.po index 781ceba7..02734804 100644 --- a/library/sqlite3.po +++ b/library/sqlite3.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-23 14:38+0200\n" -"PO-Revision-Date: 2023-03-20 09:40+0100\n" +"PO-Revision-Date: 2023-08-21 17:17+0200\n" "Last-Translator: Julien Palard \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.2\n" +"X-Generator: Poedit 3.3.1\n" #: library/sqlite3.rst:2 msgid ":mod:`sqlite3` --- DB-API 2.0 interface for SQLite databases" @@ -41,14 +41,14 @@ msgstr "" "robuste telle que PostgreSQL ou Oracle." #: library/sqlite3.rst:30 -#, fuzzy msgid "" "The :mod:`!sqlite3` module was written by Gerhard Häring. It provides an " "SQL interface compliant with the DB-API 2.0 specification described by :pep:" "`249`, and requires SQLite 3.7.15 or newer." msgstr "" -"Le module *sqlite3* a été écrit par Gerhard Häring. Il fournit une " -"interface SQL conforme à la spécification DB-API 2.0 décrite par :pep:`249`." +"Le module :mod:`!sqlite3` a été écrit par Gerhard Häring. Il fournit une " +"interface SQL conforme à la spécification DB-API 2.0 décrite par :pep:`249`, " +"et nécessite SQLite 3.7.15 ou une version plus récente." #: library/sqlite3.rst:34 msgid "This document includes four main sections:" @@ -126,7 +126,6 @@ msgstr "" "notamment les `curseurs`_ et les `transactions`_." #: library/sqlite3.rst:73 -#, fuzzy msgid "" "First, we need to create a new database and open a database connection to " "allow :mod:`!sqlite3` to work with it. Call :func:`sqlite3.connect` to " @@ -354,29 +353,27 @@ msgid "Parameters" msgstr "Paramètres" #: library/sqlite3.rst:266 -#, fuzzy msgid "" "The path to the database file to be opened. You can pass ``\":memory:\"`` to " "create an `SQLite database existing only in memory `_, and open a connection to it." msgstr "" "Le chemin d’accès au fichier de la base de données à ouvrir. Passez ``\":" -"memory:\"`` pour ouvrir une connexion à une base de données qui est dans la " -"RAM plutôt que sur le disque." +"memory :\"`` pour créer une `base de données SQLite existant uniquement en " +"mémoire `_, et ouvrir une connexion à " +"celle-ci." #: library/sqlite3.rst:273 -#, fuzzy msgid "" "How many seconds the connection should wait before raising an :exc:" "`OperationalError` when a table is locked. If another connection opens a " "transaction to modify a table, that table will be locked until the " "transaction is committed. Default five seconds." msgstr "" -"Le temps (en secondes) que la connexion doit attendre avant de lever une " -"exception, si la base de données est verrouillée par une autre connexion. Si " -"une autre connexion ouvre une transaction pour modifier la base de données, " -"celle-ci sera verrouillée jusqu’à ce que cette transaction soit validée. Par " -"défaut, cinq secondes." +"Le temps (en secondes) que la connexion doit attendre avant de lever une :" +"exc:`OperationalError`, si la table est verrouillée. Si une autre connexion " +"ouvre une transaction pour modifier la table, celle-ci sera verrouillée " +"jusqu’à ce que cette transaction soit validée. Par défaut, cinq secondes." #: library/sqlite3.rst:280 msgid "" @@ -465,9 +462,8 @@ msgstr "" "ref:`astuces d’URI sqlite3 `." #: library/sqlite3.rst:0 -#, fuzzy msgid "Return type" -msgstr "Type Python" +msgstr "Type renvoyé" #: library/sqlite3.rst:331 msgid "" @@ -550,20 +546,18 @@ msgstr "" "améliorée :" #: library/sqlite3.rst:398 -#, fuzzy msgid "" "Register an *adapter* :term:`callable` to adapt the Python type *type* into " "an SQLite type. The adapter is called with a Python object of type *type* as " "its sole argument, and must return a value of a :ref:`type that SQLite " "natively understands `." msgstr "" -"Enregistre un *adaptateur* appelable pour adapter le type Python *type* en " -"un type SQLite. L’adaptateur est appelé avec un objet Python de type *type* " -"comme unique argument, et doit retourner une valeur d’un :ref:`type que " -"SQLite comprend nativement `." +"Enregistre un *adaptateur* :term:`callable` pour adapter le type Python " +"*type* en un type SQLite. L'adaptateur est appelé avec un objet Python de " +"type *type* comme seul argument, et doit retourner une valeur d'un :ref:" +"`type que SQLite comprend nativement `." #: library/sqlite3.rst:406 -#, fuzzy msgid "" "Register the *converter* :term:`callable` to convert SQLite objects of type " "*typename* into a Python object of a specific type. The converter is invoked " @@ -572,12 +566,13 @@ msgid "" "parameter *detect_types* of :func:`connect` for information regarding how " "type detection works." msgstr "" -"Enregistre le *convertisseur* appelable pour convertir les objets SQLite de " -"type *typename* en un objet Python d’un type spécifique. Le convertisseur " -"est invoqué pour toutes les valeurs SQLite de type *typename* ; on lui passe " -"un objet :class:`bytes` et il doit retourner un objet du type Python désiré. " -"Consultez le paramètre *detect_types* de :func:`connect` pour des " -"informations sur le fonctionnement de la détection des types." +"Enregistrer le *convertisseur* :term:`callable` pour convertir les objets " +"SQLite de type *typename* en un objet Python d'un type spécifique. Le " +"convertisseur est invoqué pour toutes les valeurs SQLite de type " +"*typename* ; on lui passe un objet :class:`bytes` et il doit retourner un " +"objet du type Python désiré. Consultez le paramètre *detect_types* de :func:" +"`connect` pour plus d'informations sur le fonctionnement de la détection de " +"type." #: library/sqlite3.rst:414 msgid ""