Skip to content

Commit 2d89812

Browse files
reflection.po
Co-Authored-By: mbelaloui <mbelalou@student.42.fr>
1 parent e37d619 commit 2d89812

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

c-api/reflection.po

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,52 @@ msgstr ""
1616

1717
#: ../Doc/c-api/reflection.rst:6
1818
msgid "Reflection"
19-
msgstr ""
19+
msgstr "Réflexion"
2020

2121
#: ../Doc/c-api/reflection.rst:10
2222
msgid ""
2323
"Return a dictionary of the builtins in the current execution frame, or the "
2424
"interpreter of the thread state if no frame is currently executing."
2525
msgstr ""
26+
"Retourne un dictionnaire des commandes intégrées du thread en cours "
27+
"d'exécution, ou l'interpréteur de l'état du thread si aucun n'est en cours "
28+
"d'exécution"
2629

2730
#: ../Doc/c-api/reflection.rst:16
2831
msgid ""
2932
"Return a dictionary of the local variables in the current execution frame, "
3033
"or *NULL* if no frame is currently executing."
3134
msgstr ""
35+
"Retourne un dictionnaire des variables locales du thread en cours "
36+
"d'exécution ou *NULL* si aucun thread n'est en cours d'execution"
3237

3338
#: ../Doc/c-api/reflection.rst:22
3439
msgid ""
3540
"Return a dictionary of the global variables in the current execution frame, "
3641
"or *NULL* if no frame is currently executing."
3742
msgstr ""
43+
"Retourne un dictionnaire des variables globales du thread en cours "
44+
"d'execution ou *NULL* si aucun thread n'est en cours d'execution"
3845

3946
#: ../Doc/c-api/reflection.rst:28
4047
msgid ""
4148
"Return the current thread state's frame, which is *NULL* if no frame is "
4249
"currently executing."
4350
msgstr ""
51+
"Retourne l'état du thread actuel, qui est *NULL* si aucun thread n'est en "
52+
"cours d'exécution"
4453

4554
#: ../Doc/c-api/reflection.rst:34
4655
msgid "Return the line number that *frame* is currently executing."
47-
msgstr ""
56+
msgstr "Renvoie le numéro de ligne que le *frame* est en train d'exécuter"
4857

4958
#: ../Doc/c-api/reflection.rst:39
5059
msgid ""
5160
"Return the name of *func* if it is a function, class or instance object, "
5261
"else the name of *func*\\s type."
5362
msgstr ""
63+
"Renvoie le nom de *func* s'il s'agit d'une fonction, d'une classe ou d'un "
64+
"objet d'instance, sinon le nom du type *func*"
5465

5566
#: ../Doc/c-api/reflection.rst:45
5667
msgid ""
@@ -59,3 +70,8 @@ msgid ""
5970
"and \" object\". Concatenated with the result of :c:func:"
6071
"`PyEval_GetFuncName`, the result will be a description of *func*."
6172
msgstr ""
73+
"Retourne une description en chaîne de caractère, en fonction du type de "
74+
"*fonc*. Les valeurs de retour incluent \"()\" pour les fonction et les "
75+
"méthodes, \"constructeur\", \"instance\" et \"objet\". Concaténé avec le "
76+
"résultat de :c:func:`PyEval_GetFuncName`, le résultat sera une description "
77+
"de *func*"

0 commit comments

Comments
 (0)