1
0
Fork 0

updated the apiabiversion.po file (#60)

Co-authored-by: Julien Palard <julien@palard.fr>
Reviewed-on: AFPy/python-docs-fr#60
Co-authored-by: Thevenel <thevenel25@gmail.com>
Co-committed-by: Thevenel <thevenel25@gmail.com>
This commit is contained in:
Thevenel 2023-03-19 17:44:20 +00:00 committed by Julien Palard
parent 88312851b0
commit fb964077fc
1 changed files with 46 additions and 51 deletions

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n" "Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-15 22:33+0100\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 <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
@ -24,63 +24,56 @@ msgid ""
"correspond to the version code is **built** with, not necessarily the " "correspond to the version code is **built** with, not necessarily the "
"version used at **run time**." "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 **compilée** avec, pas "
"nécessairement la version utilisée à l'**exécution**."
#: c-api/apiabiversion.rst:13 #: c-api/apiabiversion.rst:13
msgid "" msgid ""
"See :ref:`stable` for a discussion of API and ABI stability across versions." "See :ref:`stable` for a discussion of API and ABI stability across versions."
msgstr "" 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 #: c-api/apiabiversion.rst:17
#, fuzzy
msgid "The ``3`` in ``3.4.1a2``." 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 #: c-api/apiabiversion.rst:21
#, fuzzy
msgid "The ``4`` in ``3.4.1a2``." 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 #: c-api/apiabiversion.rst:25
#, fuzzy
msgid "The ``1`` in ``3.4.1a2``." 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 #: c-api/apiabiversion.rst:29
#, fuzzy
msgid "" msgid ""
"The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " "The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, "
"``0xC`` for release candidate or ``0xF`` for final." "``0xC`` for release candidate or ``0xF`` for final."
msgstr "" msgstr ""
"``PY_RELEASE_LEVEL`` (``0xA`` pour alpha, ``0xB`` pour bêta, ``0xC`` pour " " Le ``a`` dans ``3.4.1a2``. Cela peut être ``0xA`` pour alpha, ``0xB`` pour "
"une version candidate et ``0xF`` pour final), dans ce cas c'est alpha." "bêta, ``0xC`` pour une version candidate ou ``0xF`` pour finale)."
#: c-api/apiabiversion.rst:35 #: c-api/apiabiversion.rst:35
#, fuzzy
msgid "The ``2`` in ``3.4.1a2``. Zero for final releases." msgid "The ``2`` in ``3.4.1a2``. Zero for final releases."
msgstr "" msgstr "Le ``2`` dans ``3.4.1a2``. Nul pour des versions finales."
"``PY_RELEASE_SERIAL`` (le ``2`` au ``3.4.1a2``, zéro pour des versions "
"finales)"
#: c-api/apiabiversion.rst:39 #: c-api/apiabiversion.rst:39
#, fuzzy
msgid "The Python version number encoded in a single integer." msgid "The Python version number encoded in a single integer."
msgstr "" msgstr "Le numéro de version de Python encodé en un seul entier."
"``PY_VERSION_HEX`` est le numéro de version de Python encodé en un seul "
"entier."
#: c-api/apiabiversion.rst:41 #: c-api/apiabiversion.rst:41
#, fuzzy
msgid "" msgid ""
"The underlying version information can be found by treating it as a 32 bit " "The underlying version information can be found by treating it as a 32 bit "
"number in the following manner:" "number in the following manner:"
msgstr "" msgstr ""
"Par exemple si le ``PY_VERSION_HEX` est défini à ``0x030401a2``, la " "L'information sur la version sous-jacente peut être trouvée en la traitant "
"version d'information sous-jacente peut être trouvée en la traitant comme un " "comme un nombre sous 32 bits de la manière suivante:"
"nombre sous 32 bits de la manière suivante:"
#: c-api/apiabiversion.rst:45 #: c-api/apiabiversion.rst:45
msgid "Bytes" msgid "Bytes"
msgstr "Bytes" msgstr "Octets"
#: c-api/apiabiversion.rst:45 #: c-api/apiabiversion.rst:45
msgid "Bits (big endian order)" msgid "Bits (big endian order)"
@ -92,103 +85,102 @@ msgstr "Signification"
#: c-api/apiabiversion.rst:45 #: c-api/apiabiversion.rst:45
msgid "Value for ``3.4.1a2``" msgid "Value for ``3.4.1a2``"
msgstr "" msgstr "Valeur pour ``3.4.1a2``"
#: c-api/apiabiversion.rst:47 #: c-api/apiabiversion.rst:47
msgid "1" msgid "1"
msgstr "" msgstr "1"
#: c-api/apiabiversion.rst:47 #: c-api/apiabiversion.rst:47
#, fuzzy
msgid "1-8" msgid "1-8"
msgstr "``1-8``" msgstr "1-8"
#: c-api/apiabiversion.rst:47 #: c-api/apiabiversion.rst:47
msgid "``PY_MAJOR_VERSION``" msgid "``PY_MAJOR_VERSION``"
msgstr "" msgstr "``PY_MAJOR_VERSION``"
#: c-api/apiabiversion.rst:47 #: c-api/apiabiversion.rst:47
msgid "``0x03``" msgid "``0x03``"
msgstr "" msgstr "``0x03``"
#: c-api/apiabiversion.rst:49 #: c-api/apiabiversion.rst:49
msgid "2" msgid "2"
msgstr "" msgstr "2"
#: c-api/apiabiversion.rst:49 #: c-api/apiabiversion.rst:49
#, fuzzy
msgid "9-16" msgid "9-16"
msgstr "``9-16``" msgstr "9-16"
#: c-api/apiabiversion.rst:49 #: c-api/apiabiversion.rst:49
msgid "``PY_MINOR_VERSION``" msgid "``PY_MINOR_VERSION``"
msgstr "" msgstr "``PY_MINOR_VERSION``"
#: c-api/apiabiversion.rst:49 #: c-api/apiabiversion.rst:49
msgid "``0x04``" msgid "``0x04``"
msgstr "" msgstr "``0x04``"
#: c-api/apiabiversion.rst:51 #: c-api/apiabiversion.rst:51
msgid "3" msgid "3"
msgstr "" msgstr "3"
#: c-api/apiabiversion.rst:51 #: c-api/apiabiversion.rst:51
#, fuzzy
msgid "17-24" msgid "17-24"
msgstr "``17-24``" msgstr "17-24"
#: c-api/apiabiversion.rst:51 #: c-api/apiabiversion.rst:51
msgid "``PY_MICRO_VERSION``" msgid "``PY_MICRO_VERSION``"
msgstr "" msgstr "``PY_MICRO_VERSION``"
#: c-api/apiabiversion.rst:51 #: c-api/apiabiversion.rst:51
msgid "``0x01``" msgid "``0x01``"
msgstr "" msgstr "``0x01``"
#: c-api/apiabiversion.rst:53 #: c-api/apiabiversion.rst:53
msgid "4" msgid "4"
msgstr "" msgstr "4"
#: c-api/apiabiversion.rst:53 #: c-api/apiabiversion.rst:53
#, fuzzy
msgid "25-28" msgid "25-28"
msgstr "``25-28``" msgstr "25-28"
#: c-api/apiabiversion.rst:53 #: c-api/apiabiversion.rst:53
msgid "``PY_RELEASE_LEVEL``" msgid "``PY_RELEASE_LEVEL``"
msgstr "" msgstr "``PY_RELEASE_LEVEL``"
#: c-api/apiabiversion.rst:53 #: c-api/apiabiversion.rst:53
msgid "``0xA``" msgid "``0xA``"
msgstr "" msgstr "``0xA``"
#: c-api/apiabiversion.rst:55 #: c-api/apiabiversion.rst:55
#, fuzzy
msgid "29-32" msgid "29-32"
msgstr "``29-32``" msgstr "29-32"
#: c-api/apiabiversion.rst:55 #: c-api/apiabiversion.rst:55
msgid "``PY_RELEASE_SERIAL``" msgid "``PY_RELEASE_SERIAL``"
msgstr "" msgstr "``PY_RELEASE_SERIAL``"
#: c-api/apiabiversion.rst:55 #: c-api/apiabiversion.rst:55
msgid "``0x2``" msgid "``0x2``"
msgstr "" msgstr "``0x2``"
#: c-api/apiabiversion.rst:58 #: c-api/apiabiversion.rst:58
#, fuzzy
msgid "" msgid ""
"Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " "Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion "
"``0x030a00f0``." "``0x030a00f0``."
msgstr "Ainsi ``3.4.1a2`` est une hexane-version ``0x030401a2``." 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 #: c-api/apiabiversion.rst:61
msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``."
msgstr "" msgstr ""
"Vous pouvez l'utiliser pour les comparaisons numériques, par exemple, ``#if "
"PY_VERSION_HEX >= ...``."
#: c-api/apiabiversion.rst:63 #: c-api/apiabiversion.rst:63
msgid "This version is also available via the symbol :data:`Py_Version`." 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 #: c-api/apiabiversion.rst:67
msgid "" msgid ""
@ -196,6 +188,9 @@ msgid ""
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the " "the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
"Python version used at run time." "Python version used at run time."
msgstr "" 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 #: c-api/apiabiversion.rst:73
msgid "All the given macros are defined in :source:`Include/patchlevel.h`." msgid "All the given macros are defined in :source:`Include/patchlevel.h`."