From 482938b606001274122f52fbf900d485062b423c Mon Sep 17 00:00:00 2001 From: Thevenel Date: Thu, 16 Feb 2023 18:13:24 +0100 Subject: [PATCH 1/6] updated the apiabiversion.po file --- c-api/apiabiversion.po | 102 ++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 58 deletions(-) diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index 3948da99..0d168001 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -23,64 +23,52 @@ msgid "" "CPython exposes its version number in the following macros. Note that these " "correspond to the version code is **built** with, not necessarily the " "version used at **run time**." -msgstr "" +msgstr "CPython révèle son numéro de version dans les macros suivantes. À noter qu'ils " +"correspondent au code de la version qui est **built** avec, pas nécessairement la " +"version utilisée au **run time**." #: c-api/apiabiversion.rst:13 msgid "" "See :ref:`stable` for a discussion of API and ABI stability across versions." -msgstr "" +msgstr "Voir :ref:`stable` pour une discussion la stabilité de API et ABI à travers " +"les versions." #: c-api/apiabiversion.rst:17 -#, fuzzy msgid "The ``3`` in ``3.4.1a2``." -msgstr "``PY_MAJOR_VERSION`` (le ``3`` dans ``3.4.1a2``)" +msgstr "Le ``3`` dans ``3.4.1a2``.)" #: c-api/apiabiversion.rst:21 -#, fuzzy msgid "The ``4`` in ``3.4.1a2``." -msgstr "``PY_MINOR_VERSION`` (le ``4`` dans ``3.4.1a2``)" +msgstr "Le ``4`` dans ``3.4.1a2``.)" #: c-api/apiabiversion.rst:25 -#, fuzzy msgid "The ``1`` in ``3.4.1a2``." -msgstr "``PY_MICRO_VERSION`` (le ``1`` dans ``3.4.1a2``)" +msgstr "Le ``1`` dans ``3.4.1a2``.)" #: c-api/apiabiversion.rst:29 -#, fuzzy msgid "" "The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " "``0xC`` for release candidate or ``0xF`` for final." -msgstr "" -"``PY_RELEASE_LEVEL`` (``0xA`` pour alpha, ``0xB`` pour bêta, ``0xC`` pour " -"une version candidate et ``0xF`` pour final), dans ce cas c'est alpha." +msgstr " Le ``a`` dans ``3.4.1a2``. Cela peut être ``0xA`` pour alpha, ``0xB`` " +"pour bêta, ``0xC`` pour une version candidate ou ``0xF`` pour final)." #: c-api/apiabiversion.rst:35 -#, fuzzy msgid "The ``2`` in ``3.4.1a2``. Zero for final releases." -msgstr "" -"``PY_RELEASE_SERIAL`` (le ``2`` au ``3.4.1a2``, zéro pour des versions " -"finales)" +msgstr "Le ``2`` dans ``3.4.1a2``. Nul pour des versions finales." #: c-api/apiabiversion.rst:39 -#, fuzzy msgid "The Python version number encoded in a single integer." -msgstr "" -"``PY_VERSION_HEX`` est le numéro de version de Python encodé en un seul " -"entier." +msgstr "Le numéro de version de Python encodé en un seul entier." #: c-api/apiabiversion.rst:41 -#, fuzzy -msgid "" -"The underlying version information can be found by treating it as a 32 bit " +msgid "The underlying version information can be found by treating it as a 32 bit " "number in the following manner:" -msgstr "" -"Par exemple si le ``PY_VERSION_HEX` est défini à ``0x030401a2``, la " -"version d'information sous-jacente peut être trouvée en la traitant comme un " +msgstr "La version d'information sous-jacente peut être trouvée en la traitant comme un " "nombre sous 32 bits de la manière suivante:" #: c-api/apiabiversion.rst:45 msgid "Bytes" -msgstr "Bytes" +msgstr "Octets" #: c-api/apiabiversion.rst:45 msgid "Bits (big endian order)" @@ -92,115 +80,113 @@ msgstr "Signification" #: c-api/apiabiversion.rst:45 msgid "Value for ``3.4.1a2``" -msgstr "" +msgstr "Valeur pour ``3.4.1a2``" #: c-api/apiabiversion.rst:47 msgid "1" -msgstr "" +msgstr "1" #: c-api/apiabiversion.rst:47 -#, fuzzy msgid "1-8" -msgstr "``1-8``" +msgstr "1-8" #: c-api/apiabiversion.rst:47 msgid "``PY_MAJOR_VERSION``" -msgstr "" +msgstr "``PY_MAJOR_VERSION``" #: c-api/apiabiversion.rst:47 msgid "``0x03``" -msgstr "" +msgstr "``0x03``" #: c-api/apiabiversion.rst:49 msgid "2" -msgstr "" +msgstr "2" #: c-api/apiabiversion.rst:49 -#, fuzzy + msgid "9-16" -msgstr "``9-16``" +msgstr "9-16" #: c-api/apiabiversion.rst:49 msgid "``PY_MINOR_VERSION``" -msgstr "" +msgstr "``PY_MINOR_VERSION``" #: c-api/apiabiversion.rst:49 msgid "``0x04``" -msgstr "" +msgstr "``0x04``" #: c-api/apiabiversion.rst:51 msgid "3" -msgstr "" +msgstr "3" #: c-api/apiabiversion.rst:51 -#, fuzzy msgid "17-24" -msgstr "``17-24``" +msgstr "17-24" #: c-api/apiabiversion.rst:51 msgid "``PY_MICRO_VERSION``" -msgstr "" +msgstr "``PY_MICRO_VERSION``" #: c-api/apiabiversion.rst:51 msgid "``0x01``" -msgstr "" +msgstr "``0x01``" #: c-api/apiabiversion.rst:53 msgid "4" -msgstr "" +msgstr "4" #: c-api/apiabiversion.rst:53 -#, fuzzy msgid "25-28" -msgstr "``25-28``" +msgstr "25-28" #: c-api/apiabiversion.rst:53 msgid "``PY_RELEASE_LEVEL``" -msgstr "" +msgstr "``PY_RELEASE_LEVEL``" #: c-api/apiabiversion.rst:53 msgid "``0xA``" -msgstr "" +msgstr "``0xA``" #: c-api/apiabiversion.rst:55 -#, fuzzy msgid "29-32" -msgstr "``29-32``" +msgstr "29-32" #: c-api/apiabiversion.rst:55 msgid "``PY_RELEASE_SERIAL``" -msgstr "" +msgstr "``PY_RELEASE_SERIAL``" #: c-api/apiabiversion.rst:55 msgid "``0x2``" -msgstr "" +msgstr "``0x2``" #: c-api/apiabiversion.rst:58 #, fuzzy msgid "" "Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " "``0x030a00f0``." -msgstr "Ainsi ``3.4.1a2`` est une hexane-version ``0x030401a2``." +msgstr "Ainsi ``3.4.1a2`` est une hexane-version ``0x030401a2``. et ``3.10.0`` est une hexane-version " +"``0x030a00f0``." #: c-api/apiabiversion.rst:61 msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." -msgstr "" +msgstr "Utiliser ça pour les comparaisons numériques, par exemple, ``#if PY_VERSION_HEX >=...``." #: c-api/apiabiversion.rst:63 msgid "This version is also available via the symbol :data:`Py_Version`." -msgstr "" +msgstr "Cette version est aussi disponible via le symbole :data:`Py_Version`." #: c-api/apiabiversion.rst:67 msgid "" "The Python runtime version number encoded in a single constant integer, with " "the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the " "Python version used at run time." -msgstr "" +msgstr "La durée du numéro de la version de Python encodé en un seul entier, avec " +"le même format que la macro :c:macro:`PY_VERSION_HEX`. Cela contient la " +"version de Python utilisée en exécution." #: c-api/apiabiversion.rst:73 msgid "All the given macros are defined in :source:`Include/patchlevel.h`." -msgstr "" -"Toutes les macros données sont définies dans :source:`Include/patchlevel.h`." +msgstr "Toutes les macros données sont définies dans :source:`Include/patchlevel.h`." #~ msgid "``1``" #~ msgstr "``1``" -- 2.30.2 From ca68174135d1f092d6eb626824fa6ab3c6e78180 Mon Sep 17 00:00:00 2001 From: Thevenel Date: Fri, 17 Feb 2023 12:23:16 +0100 Subject: [PATCH 2/6] fixed issues --- c-api/apiabiversion.po | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index 0d168001..bee160cf 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -24,14 +24,14 @@ msgid "" "correspond to the version code is **built** with, not necessarily the " "version used at **run time**." msgstr "CPython révèle son numéro de version dans les macros suivantes. À noter qu'ils " -"correspondent au code de la version qui est **built** avec, pas nécessairement la " -"version utilisée au **run time**." +"correspondent au code de la version **compilée** avec, pas nécessairement la " +"version utilisée à l'**exécution**." #: c-api/apiabiversion.rst:13 msgid "" "See :ref:`stable` for a discussion of API and ABI stability across versions." -msgstr "Voir :ref:`stable` pour une discussion la stabilité de API et ABI à travers " -"les versions." +msgstr "Voir :ref:`stable` pour une discussion sur la stabilité des API et ABI entre (ou en fonction) " +"de la version." #: c-api/apiabiversion.rst:17 msgid "The ``3`` in ``3.4.1a2``." @@ -50,7 +50,7 @@ msgid "" "The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " "``0xC`` for release candidate or ``0xF`` for final." msgstr " Le ``a`` dans ``3.4.1a2``. Cela peut être ``0xA`` pour alpha, ``0xB`` " -"pour bêta, ``0xC`` pour une version candidate ou ``0xF`` pour final)." +"pour bêta, ``0xC`` pour une version candidate ou ``0xF`` pour finale)." #: c-api/apiabiversion.rst:35 msgid "The ``2`` in ``3.4.1a2``. Zero for final releases." @@ -63,7 +63,7 @@ msgstr "Le numéro de version de Python encodé en un seul entier." #: c-api/apiabiversion.rst:41 msgid "The underlying version information can be found by treating it as a 32 bit " "number in the following manner:" -msgstr "La version d'information sous-jacente peut être trouvée en la traitant comme un " +msgstr "L'information sur la version sous-jacente peut être trouvée en la traitant comme un " "nombre sous 32 bits de la manière suivante:" #: c-api/apiabiversion.rst:45 @@ -164,12 +164,13 @@ msgstr "``0x2``" msgid "" "Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " "``0x030a00f0``." -msgstr "Ainsi ``3.4.1a2`` est une hexane-version ``0x030401a2``. et ``3.10.0`` est une hexane-version " -"``0x030a00f0``." +msgstr "Ainsi, ``0x030401a2`` est la version en notation hexadécimale sur un entier ``3.4.1a2`` " +"et ``0x030a00f0``est la version en notation hexadécimale sur un entier ``3.10.0``" + #: c-api/apiabiversion.rst:61 msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." -msgstr "Utiliser ça pour les comparaisons numériques, par exemple, ``#if PY_VERSION_HEX >=...``." +msgstr "Vous pouvez l'utiliser pour les comparaisons numériques, par exemple, ``#if PY_VERSION_HEX >=...``." #: c-api/apiabiversion.rst:63 msgid "This version is also available via the symbol :data:`Py_Version`." @@ -181,8 +182,8 @@ msgid "" "the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the " "Python version used at run time." msgstr "La durée du numéro de la version de Python encodé en un seul entier, avec " -"le même format que la macro :c:macro:`PY_VERSION_HEX`. Cela contient la " -"version de Python utilisée en exécution." +"le même format que la macro :c:macro:`PY_VERSION_HEX`. Cela contient le numéro de " +"version de Python utilisé pour l'exécution." #: c-api/apiabiversion.rst:73 msgid "All the given macros are defined in :source:`Include/patchlevel.h`." -- 2.30.2 From 837a569a91e50adc2ad3f8c9237079e954064a9d Mon Sep 17 00:00:00 2001 From: Thevenel Date: Tue, 21 Feb 2023 10:28:39 +0100 Subject: [PATCH 3/6] fixed issues --- c-api/apiabiversion.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index bee160cf..c6922376 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -164,13 +164,13 @@ msgstr "``0x2``" msgid "" "Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " "``0x030a00f0``." -msgstr "Ainsi, ``0x030401a2`` est la version en notation hexadécimale sur un entier ``3.4.1a2`` " -"et ``0x030a00f0``est la version en notation hexadécimale sur un entier ``3.10.0``" +msgstr "Ainsi, ``0x030401a2`` est la version en notation hexadécimale sur un entier de ``3.4.1a2`` " +"et ``0x030a00f0``est la version en notation hexadécimale sur un entier de ``3.10.0``" #: c-api/apiabiversion.rst:61 msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." -msgstr "Vous pouvez l'utiliser pour les comparaisons numériques, par exemple, ``#if PY_VERSION_HEX >=...``." +msgstr "Vous pouvez l'utiliser pour les comparaisons numériques, par exemple, ``#if PY_VERSION_HEX >= ...``." #: c-api/apiabiversion.rst:63 msgid "This version is also available via the symbol :data:`Py_Version`." -- 2.30.2 From ba3097558c593a33225d66caf074f953c63340bd Mon Sep 17 00:00:00 2001 From: Thevenel Date: Thu, 23 Feb 2023 04:05:44 +0100 Subject: [PATCH 4/6] fixed the line 177 --- c-api/apiabiversion.po | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index c6922376..0a563016 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -19,8 +19,7 @@ msgid "API and ABI Versioning" msgstr "Version des API et ABI" #: c-api/apiabiversion.rst:9 -msgid "" -"CPython exposes its version number in the following macros. Note that these " +msgid "CPython exposes its version number in the following macros. Note that these " "correspond to the version code is **built** with, not necessarily the " "version used at **run time**." msgstr "CPython révèle son numéro de version dans les macros suivantes. À noter qu'ils " @@ -39,15 +38,14 @@ msgstr "Le ``3`` dans ``3.4.1a2``.)" #: c-api/apiabiversion.rst:21 msgid "The ``4`` in ``3.4.1a2``." -msgstr "Le ``4`` dans ``3.4.1a2``.)" +msgstr "Le ``4`` dans ``3.4.1a2``." #: c-api/apiabiversion.rst:25 msgid "The ``1`` in ``3.4.1a2``." msgstr "Le ``1`` dans ``3.4.1a2``.)" #: c-api/apiabiversion.rst:29 -msgid "" -"The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " +msgid "The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " "``0xC`` for release candidate or ``0xF`` for final." msgstr " Le ``a`` dans ``3.4.1a2``. Cela peut être ``0xA`` pour alpha, ``0xB`` " "pour bêta, ``0xC`` pour une version candidate ou ``0xF`` pour finale)." @@ -160,14 +158,11 @@ msgid "``0x2``" msgstr "``0x2``" #: c-api/apiabiversion.rst:58 -#, fuzzy -msgid "" -"Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " +msgid "Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " "``0x030a00f0``." msgstr "Ainsi, ``0x030401a2`` est la version en notation hexadécimale sur un entier de ``3.4.1a2`` " "et ``0x030a00f0``est la version en notation hexadécimale sur un entier de ``3.10.0``" - #: c-api/apiabiversion.rst:61 msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." msgstr "Vous pouvez l'utiliser pour les comparaisons numériques, par exemple, ``#if PY_VERSION_HEX >= ...``." @@ -177,13 +172,12 @@ msgid "This version is also available via the symbol :data:`Py_Version`." msgstr "Cette version est aussi disponible via le symbole :data:`Py_Version`." #: c-api/apiabiversion.rst:67 -msgid "" -"The Python runtime version number encoded in a single constant integer, with " +msgid "The Python runtime version number encoded in a single constant integer, with " "the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the " "Python version used at run time." -msgstr "La durée du numéro de la version de Python encodé en un seul entier, avec " -"le même format que la macro :c:macro:`PY_VERSION_HEX`. Cela contient le numéro de " -"version de Python utilisé pour l'exécution." +msgstr "La version à l'exécution de Python est encodée en une constante, avec " +"le même format que la macro :c:macro:`PY_VERSION_HEX`. Cela contient la " +"version de Python utilisée lors de l'exécution." #: c-api/apiabiversion.rst:73 msgid "All the given macros are defined in :source:`Include/patchlevel.h`." -- 2.30.2 From 71d63bf184a76609324add07ea564a70b0bd9d87 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 19 Mar 2023 18:42:21 +0100 Subject: [PATCH 5/6] powrap --- c-api/apiabiversion.po | 58 ++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 22 deletions(-) diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index 0a563016..b2e08bff 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -19,18 +19,21 @@ msgid "API and ABI Versioning" msgstr "Version des API et ABI" #: c-api/apiabiversion.rst:9 -msgid "CPython exposes its version number in the following macros. Note that these " +msgid "" +"CPython exposes its version number in the following macros. Note that these " "correspond to the version code is **built** with, not necessarily the " "version used at **run time**." -msgstr "CPython révèle son numéro de version dans les macros suivantes. À noter qu'ils " -"correspondent au code de la version **compilée** avec, pas nécessairement la " -"version utilisée à l'**exécution**." +msgstr "" +"CPython révèle son numéro de version dans les macros suivantes. À noter " +"qu'ils correspondent au code de la version **compilée** avec, pas " +"nécessairement la version utilisée à l'**exécution**." #: c-api/apiabiversion.rst:13 msgid "" "See :ref:`stable` for a discussion of API and ABI stability across versions." -msgstr "Voir :ref:`stable` pour une discussion sur la stabilité des API et ABI entre (ou en fonction) " -"de la version." +msgstr "" +"Voir :ref:`stable` pour une discussion sur la stabilité des API et ABI entre " +"(ou en fonction) de la version." #: c-api/apiabiversion.rst:17 msgid "The ``3`` in ``3.4.1a2``." @@ -45,10 +48,12 @@ msgid "The ``1`` in ``3.4.1a2``." msgstr "Le ``1`` dans ``3.4.1a2``.)" #: c-api/apiabiversion.rst:29 -msgid "The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " +msgid "" +"The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " "``0xC`` for release candidate or ``0xF`` for final." -msgstr " Le ``a`` dans ``3.4.1a2``. Cela peut être ``0xA`` pour alpha, ``0xB`` " -"pour bêta, ``0xC`` pour une version candidate ou ``0xF`` pour finale)." +msgstr "" +" Le ``a`` dans ``3.4.1a2``. Cela peut être ``0xA`` pour alpha, ``0xB`` pour " +"bêta, ``0xC`` pour une version candidate ou ``0xF`` pour finale)." #: c-api/apiabiversion.rst:35 msgid "The ``2`` in ``3.4.1a2``. Zero for final releases." @@ -59,10 +64,12 @@ msgid "The Python version number encoded in a single integer." msgstr "Le numéro de version de Python encodé en un seul entier." #: c-api/apiabiversion.rst:41 -msgid "The underlying version information can be found by treating it as a 32 bit " +msgid "" +"The underlying version information can be found by treating it as a 32 bit " "number in the following manner:" -msgstr "L'information sur la version sous-jacente peut être trouvée en la traitant comme un " -"nombre sous 32 bits de la manière suivante:" +msgstr "" +"L'information sur la version sous-jacente peut être trouvée en la traitant " +"comme un nombre sous 32 bits de la manière suivante:" #: c-api/apiabiversion.rst:45 msgid "Bytes" @@ -101,7 +108,6 @@ msgid "2" msgstr "2" #: c-api/apiabiversion.rst:49 - msgid "9-16" msgstr "9-16" @@ -158,30 +164,38 @@ msgid "``0x2``" msgstr "``0x2``" #: c-api/apiabiversion.rst:58 -msgid "Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " +msgid "" +"Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " "``0x030a00f0``." -msgstr "Ainsi, ``0x030401a2`` est la version en notation hexadécimale sur un entier de ``3.4.1a2`` " -"et ``0x030a00f0``est la version en notation hexadécimale sur un entier de ``3.10.0``" +msgstr "" +"Ainsi, ``0x030401a2`` est la version en notation hexadécimale sur un entier " +"de ``3.4.1a2`` et ``0x030a00f0``est la version en notation hexadécimale sur " +"un entier de ``3.10.0``" #: c-api/apiabiversion.rst:61 msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." -msgstr "Vous pouvez l'utiliser pour les comparaisons numériques, par exemple, ``#if PY_VERSION_HEX >= ...``." +msgstr "" +"Vous pouvez l'utiliser pour les comparaisons numériques, par exemple, ``#if " +"PY_VERSION_HEX >= ...``." #: c-api/apiabiversion.rst:63 msgid "This version is also available via the symbol :data:`Py_Version`." msgstr "Cette version est aussi disponible via le symbole :data:`Py_Version`." #: c-api/apiabiversion.rst:67 -msgid "The Python runtime version number encoded in a single constant integer, with " +msgid "" +"The Python runtime version number encoded in a single constant integer, with " "the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the " "Python version used at run time." -msgstr "La version à l'exécution de Python est encodée en une constante, avec " -"le même format que la macro :c:macro:`PY_VERSION_HEX`. Cela contient la " -"version de Python utilisée lors de l'exécution." +msgstr "" +"La version à l'exécution de Python est encodée en une constante, avec le " +"même format que la macro :c:macro:`PY_VERSION_HEX`. Cela contient la version " +"de Python utilisée lors de l'exécution." #: c-api/apiabiversion.rst:73 msgid "All the given macros are defined in :source:`Include/patchlevel.h`." -msgstr "Toutes les macros données sont définies dans :source:`Include/patchlevel.h`." +msgstr "" +"Toutes les macros données sont définies dans :source:`Include/patchlevel.h`." #~ msgid "``1``" #~ msgstr "``1``" -- 2.30.2 From c8dc15f43c1c9e7a26fae332521a857483067996 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 19 Mar 2023 18:43:45 +0100 Subject: [PATCH 6/6] space --- c-api/apiabiversion.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index b2e08bff..522f643b 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-15 22:33+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2023-03-19 18:43+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -169,7 +169,7 @@ msgid "" "``0x030a00f0``." msgstr "" "Ainsi, ``0x030401a2`` est la version en notation hexadécimale sur un entier " -"de ``3.4.1a2`` et ``0x030a00f0``est la version en notation hexadécimale sur " +"de ``3.4.1a2`` et ``0x030a00f0`` est la version en notation hexadécimale sur " "un entier de ``3.10.0``" #: c-api/apiabiversion.rst:61 -- 2.30.2