From b3e5243c4a17fc3291fa89eaffdbd9754afd9e17 Mon Sep 17 00:00:00 2001 From: Thevenel Date: Fri, 17 Feb 2023 11:49:25 +0100 Subject: [PATCH] fixed semantic issues --- c-api/frame.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/c-api/frame.po b/c-api/frame.po index 9183c96b..8c7293db 100644 --- a/c-api/frame.po +++ b/c-api/frame.po @@ -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 ` 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 ` 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 ` 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 `." -msgstr "Voir aussi :ref:`Reflection `" +msgstr "Voir aussi :ref:``" #: 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."