fixed semantic issues

This commit is contained in:
Thevenel 2023-02-17 11:49:25 +01:00
parent b34eb4d05d
commit b3e5243c4a
1 changed files with 10 additions and 10 deletions

View File

@ -16,11 +16,11 @@ msgstr ""
#: c-api/frame.rst:4
msgid "Frame Objects"
msgstr "Objets de *Frame*"
msgstr "Objets décrivant les *frame*"
#: c-api/frame.rst:8
msgid "The C structure of the objects used to describe frame objects."
msgstr "La structure des objets de C est utilisée pour décrire les objets *frame*."
msgstr "Structure des objets C utilisée pour décrire les objets *frame*."
#: c-api/frame.rst:10
msgid "There are no public members in this structure."
@ -30,19 +30,19 @@ msgstr "Il n'y a pas de membres publics dans cette structure."
msgid ""
"The members of this structure were removed from the public C API. Refer to "
"the :ref:`What's New entry <pyframeobject-3.11-hiding>` for details."
msgstr "Les membres de cette structure ont été retirés de l'API public de C. Visiter "
"le :ref:`What's New entry <pyframeobject-3.11-hiding>` pour plus détails."
msgstr "Les membres de cette structure ont été retirés de l'API publique de C. Visiter "
":ref:`l'entrée dans la page des nouveautés de Python <pyframeobject-3.11-hiding>` pour plus détails."
#: c-api/frame.rst:17
msgid ""
"The :c:func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` functions "
"can be used to get a frame object."
msgstr "La fonction :func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` "
"peut être utilisée pour avoir un objet de *frame*."
msgstr "Les fonctions :func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` "
"peuvent être utilisées pour avoir un objet de *frame*."
#: c-api/frame.rst:20
msgid "See also :ref:`Reflection <reflection>`."
msgstr "Voir aussi :ref:`Reflection <reflection>`"
msgstr "Voir aussi :ref:`<reflection>`"
#: c-api/frame.rst:24
msgid ""
@ -57,7 +57,7 @@ msgstr "Précédemment, ce type était disponible uniquement après l'inclusion
#: c-api/frame.rst:34
msgid "Return non-zero if *obj* is a frame object."
msgstr "Renvoie non nul si *obj* est un objet *frame*."
msgstr "Renvoie un entier non nul si *obj* est un objet *frame*."
#: c-api/frame.rst:38
msgid ""
@ -67,11 +67,11 @@ msgstr "Précédemment, ce type était disponible uniquement après l'inclusion
#: c-api/frame.rst:43
msgid "Get the *frame* next outer frame."
msgstr "Obtenir la *frame* après la *frame* externe."
msgstr "Renvoie la *frame* encadrant immédiatement à *frame*."
#: c-api/frame.rst:45
msgid "Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer frame."
msgstr "Renvoie un :term:`strong reference`, ou ``NULL`` si *frame* n'a pas de *frame* externe."
msgstr "Renvoie un :term:`strong reference`, ou ``NULL`` si *frame* n'a pas de *frame* encadrante."
#: c-api/frame.rst:53
msgid "Get the *frame*'s ``f_builtins`` attribute."