This commit is contained in:
Julien Palard 2023-02-20 12:45:59 +01:00
parent e6f87f2d0e
commit 16ba8a0c17
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 16 additions and 17 deletions

View File

@ -6,8 +6,8 @@ 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: 2018-10-04 12:27+0200\n" "PO-Revision-Date: 2023-02-20 12:45+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Victor Stinner <vstinner@python.org>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -33,10 +33,10 @@ msgid ""
msgstr "" msgstr ""
"Depuis l'implémentation de :pep:`393` dans Python 3.3, les objets Unicode " "Depuis l'implémentation de :pep:`393` dans Python 3.3, les objets Unicode "
"utilisent une variété de représentations internes, pour permettre de gérer " "utilisent une variété de représentations internes, pour permettre de gérer "
"l'intervalle complet des caractères Unicode en restant efficace en terme de " "l'intervalle complet des caractères Unicode en restant efficace en termes de "
"mémoire. Il y a des cas spéciaux pour les chaînes où tous les points de code " "mémoire. Il y a des cas spéciaux pour les chaînes où tous les points de code "
"sont inférieurs à 128, 256, ou 65536; sinon, les points de code doivent être " "sont inférieurs à 128, 256, ou 65536 ; sinon, les points de code doivent "
"inférieurs à 1114112 (qui est l'intervalle Unicode complet)." "être inférieurs à 1114112 (qui est l'intervalle Unicode complet)."
#: c-api/unicode.rst:20 #: c-api/unicode.rst:20
msgid "" msgid ""
@ -44,7 +44,7 @@ msgid ""
"cached in the Unicode object. The :c:expr:`Py_UNICODE*` representation is " "cached in the Unicode object. The :c:expr:`Py_UNICODE*` representation is "
"deprecated and inefficient." "deprecated and inefficient."
msgstr "" msgstr ""
"Des représentations :c:expr:`Py_UNICODE*` et UTF-8 sont créés à la demande " "Des représentations :c:expr:`Py_UNICODE*` et UTF-8 sont créées à la demande "
"et mises en cache dans l'objet Unicode. La représentation :c:expr:" "et mises en cache dans l'objet Unicode. La représentation :c:expr:"
"`Py_UNICODE*` est dépréciée et inefficace." "`Py_UNICODE*` est dépréciée et inefficace."
@ -63,7 +63,7 @@ msgid ""
"Unicode API. They use the most efficient representation allowed by the " "Unicode API. They use the most efficient representation allowed by the "
"implementation." "implementation."
msgstr "" msgstr ""
"Les objets Unicode \"canoniques\" sont tous les objets créés par une API " "Les objets Unicode « canoniques » sont tous les objets créés par une API "
"Unicode non-dépréciée. Ils utilisent la représentation la plus efficace " "Unicode non-dépréciée. Ils utilisent la représentation la plus efficace "
"permise par l'implémentation." "permise par l'implémentation."
@ -74,7 +74,7 @@ msgid ""
"`Py_UNICODE*` representation; you will have to call :c:func:" "`Py_UNICODE*` representation; you will have to call :c:func:"
"`PyUnicode_READY` on them before calling any other API." "`PyUnicode_READY` on them before calling any other API."
msgstr "" msgstr ""
"Les objets Unicode \"legacy\" ont été créés via une des APIs dépréciées " "Les objets Unicode « historiques » ont été créés via une des APIs dépréciées "
"(typiquement :c:func:`PyUnicode_FromUnicode`) et supportent uniquement la " "(typiquement :c:func:`PyUnicode_FromUnicode`) et supportent uniquement la "
"représentation :c:expr:`Py_UNICODE*`; vous devrez appeler :c:func:" "représentation :c:expr:`Py_UNICODE*`; vous devrez appeler :c:func:"
"`PyUnicode_READY` sur eux avant d'appeler n'importe quelle autre API." "`PyUnicode_READY` sur eux avant d'appeler n'importe quelle autre API."
@ -85,9 +85,9 @@ msgid ""
"APIs. All Unicode objects will be \"canonical\" since then. See :pep:`623` " "APIs. All Unicode objects will be \"canonical\" since then. See :pep:`623` "
"for more information." "for more information."
msgstr "" msgstr ""
"Les objets Unicode \"legacy\" vont être supprimés de Python 3.12 avec les " "Les objets Unicode « historiques » vont être supprimés de Python 3.12 avec "
"APIs dépréciées. Tous les objets Unicode vont être \"canoniques\" à partir " "les APIs dépréciées. Tous les objets Unicode vont être « canoniques » à "
"de là. Voir :pep:`623` pour plus d'information." "partir de là. Voir :pep:`623` pour plus d'information."
#: c-api/unicode.rst:43 #: c-api/unicode.rst:43
msgid "Unicode Type" msgid "Unicode Type"
@ -98,8 +98,8 @@ msgid ""
"These are the basic Unicode object types used for the Unicode implementation " "These are the basic Unicode object types used for the Unicode implementation "
"in Python:" "in Python:"
msgstr "" msgstr ""
"Ceux-ci sont les types d'objets Unicode utilisés pour l'implémentation " "Voici les types d'objets Unicode utilisés pour l'implémentation Unicode en "
"Unicode en Python:" "Python :"
#: c-api/unicode.rst:52 #: c-api/unicode.rst:52
msgid "" msgid ""
@ -107,10 +107,9 @@ msgid ""
"characters of 32 bits, 16 bits and 8 bits, respectively. When dealing with " "characters of 32 bits, 16 bits and 8 bits, respectively. When dealing with "
"single Unicode characters, use :c:type:`Py_UCS4`." "single Unicode characters, use :c:type:`Py_UCS4`."
msgstr "" msgstr ""
"Ceux-ci sont les typedefs pour les types entiers non signés suffisamment " "Voici les *typedefs* pour les types entiers non signés suffisamment large "
"large pour contenir des caractères de 32 bits, 16 bits et 8 bits, " "pour contenir des caractères de 32 bits, 16 bits et 8 bits, respectivement. "
"respectivement. Pour traiter des caractères uniques, utilisez :c:type:" "Pour traiter des caractères uniques, utilisez :c:type:`Py_UCS4`."
"`Py_UCS4`."
#: c-api/unicode.rst:61 #: c-api/unicode.rst:61
msgid "" msgid ""