6
6
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
7
7
# get the list of volunteers
8
8
#
9
- #, fuzzy
10
9
msgid ""
11
10
msgstr ""
12
11
"Project-Id-Version : Python 3.8\n "
13
12
"Report-Msgid-Bugs-To : \n "
14
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
16
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
+ "PO-Revision-Date : 2020-05-09 02:56+0200\n "
17
15
"Language-Team : python-doc-es\n "
18
16
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
17
+ "Content-Type : text/plain; charset=UTF -8\n "
20
18
"Content-Transfer-Encoding : 8bit\n "
21
19
"Generated-By : Babel 2.8.0\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
+ "Last-Translator : \n "
22
+ "Language : es\n "
23
+ "X-Generator : Poedit 2.3\n "
22
24
23
25
#: ../Doc/c-api/reflection.rst:6
24
26
msgid "Reflection"
25
- msgstr ""
27
+ msgstr "Reflexión "
26
28
27
29
#: ../Doc/c-api/reflection.rst:10
28
30
msgid ""
29
31
"Return a dictionary of the builtins in the current execution frame, or the "
30
32
"interpreter of the thread state if no frame is currently executing."
31
33
msgstr ""
34
+ "Retorna un diccionario de las construcciones en el marco de ejecución "
35
+ "actual, o el intérprete del estado del hilo si no se está ejecutando ningún "
36
+ "marco actualmente."
32
37
33
38
#: ../Doc/c-api/reflection.rst:16
34
39
msgid ""
35
40
"Return a dictionary of the local variables in the current execution frame, "
36
41
"or ``NULL`` if no frame is currently executing."
37
42
msgstr ""
43
+ "Retorna un diccionario de las variables locales en el marco de ejecución "
44
+ "actual, o ``NULL`` si actualmente no se está ejecutando ningún marco."
38
45
39
46
#: ../Doc/c-api/reflection.rst:22
40
47
msgid ""
41
48
"Return a dictionary of the global variables in the current execution frame, "
42
49
"or ``NULL`` if no frame is currently executing."
43
50
msgstr ""
51
+ "Retorna un diccionario de las variables globales en el marco de ejecución "
52
+ "actual, o ``NULL`` si actualmente no se está ejecutando ningún marco."
44
53
45
54
#: ../Doc/c-api/reflection.rst:28
46
55
msgid ""
47
56
"Return the current thread state's frame, which is ``NULL`` if no frame is "
48
57
"currently executing."
49
58
msgstr ""
59
+ "Retorna el marco del estado del hilo actual, que es ``NULL`` si actualmente "
60
+ "no se está ejecutando ningún marco."
50
61
51
62
#: ../Doc/c-api/reflection.rst:34
52
63
msgid "Return the line number that *frame* is currently executing."
53
- msgstr ""
64
+ msgstr "Retorna el número de línea que *frame* está ejecutando actualmente. "
54
65
55
66
#: ../Doc/c-api/reflection.rst:39
56
67
msgid ""
57
68
"Return the name of *func* if it is a function, class or instance object, "
58
69
"else the name of *func*\\ s type."
59
70
msgstr ""
71
+ "Retorna el nombre de *func* si es una función, clase u objeto de instancia; "
72
+ "de lo contrario, el nombre del tipo *func*\\ s."
60
73
61
74
#: ../Doc/c-api/reflection.rst:45
62
75
msgid ""
@@ -65,3 +78,7 @@ msgid ""
65
78
"and \" object\" . Concatenated with the result of :c:func:"
66
79
"`PyEval_GetFuncName`, the result will be a description of *func*."
67
80
msgstr ""
81
+ "Retorna una cadena de caracteres de descripción, según el tipo de *func*. "
82
+ "Los valores de retorno incluyen \" ()\" para funciones y métodos, "
83
+ "\" constructor\" , \" instancia\" y \" objeto\" . Concatenado con el resultado "
84
+ "de :c:func:`PyEval_GetFuncName`, el resultado será una descripción de *func*."
0 commit comments