Skip to content

Commit 667adc2

Browse files
committed
Terminar con la traducción de tuple.po
1 parent 91f4ccc commit 667adc2

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

c-api/tuple.po

+7-16
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,14 @@ msgid "Like :c:func:`PyTuple_GetItem`, but does no checking of its arguments."
9898
msgstr "Como :c:func:`PyTuple_GetItem`, pero no verifica sus argumentos."
9999

100100
#: ../Doc/c-api/tuple.rst:70
101-
#, fuzzy
102101
msgid ""
103102
"Return the slice of the tuple pointed to by *p* between *low* and *high*, or "
104103
"``NULL`` on failure. This is the equivalent of the Python expression "
105104
"``p[low:high]``. Indexing from the end of the tuple is not supported."
106105
msgstr ""
107106
"Retorna la porción de la tupla señalada por *p* entre *low* y *high*, o "
108107
"``NULL`` en caso de falla. Este es el equivalente de la expresión de Python "
109-
"``p[bajo:alto]``. La indexación desde el final de la lista no es compatible."
108+
"``p[bajo:alto]``. La indexación desde el final de la tupla no es compatible."
110109

111110
#: ../Doc/c-api/tuple.rst:77
112111
msgid ""
@@ -218,29 +217,24 @@ msgstr ""
218217
"crear."
219218

220219
#: ../Doc/c-api/tuple.rst:149
221-
#, fuzzy
222220
msgid "Name of the struct sequence type."
223221
msgstr "nombre del tipo de secuencia de estructura"
224222

225223
#: ../Doc/c-api/tuple.rst:153
226-
#, fuzzy
227224
msgid "Pointer to docstring for the type or ``NULL`` to omit."
228-
msgstr "puntero al *docstring* para el tipo o ``NULL`` para omitir"
225+
msgstr "Puntero al docstring para el tipo o ``NULL`` para omitir"
229226

230227
#: ../Doc/c-api/tuple.rst:157
231-
#, fuzzy
232228
msgid "Pointer to ``NULL``-terminated array with field names of the new type."
233229
msgstr ""
234-
"puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo"
230+
"Puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo"
235231

236232
#: ../Doc/c-api/tuple.rst:161
237-
#, fuzzy
238233
msgid "Number of fields visible to the Python side (if used as tuple)."
239234
msgstr ""
240235
"cantidad de campos visibles para el lado de Python (si se usa como tupla)"
241236

242237
#: ../Doc/c-api/tuple.rst:166
243-
#, fuzzy
244238
msgid ""
245239
"Describes a field of a struct sequence. As a struct sequence is modeled as a "
246240
"tuple, all fields are typed as :c:expr:`PyObject*`. The index in the :c:"
@@ -255,19 +249,17 @@ msgstr ""
255249
"describe."
256250

257251
#: ../Doc/c-api/tuple.rst:174
258-
#, fuzzy
259252
msgid ""
260253
"Name for the field or ``NULL`` to end the list of named fields, set to :c:"
261254
"data:`PyStructSequence_UnnamedField` to leave unnamed."
262255
msgstr ""
263-
"nombre para el campo o ``NULL`` para finalizar la lista de campos con "
256+
"Nombre para el campo o ``NULL`` para finalizar la lista de campos con "
264257
"nombre, establece en :c:data:`PyStructSequence_UnnamedField` para dejar sin "
265258
"nombre"
266259

267260
#: ../Doc/c-api/tuple.rst:179
268-
#, fuzzy
269261
msgid "Field docstring or ``NULL`` to omit."
270-
msgstr "campo *docstring* o ``NULL`` para omitir"
262+
msgstr "Campo docstring o ``NULL`` para omitir"
271263

272264
#: ../Doc/c-api/tuple.rst:184
273265
msgid "Special value for a field name to leave it unnamed."
@@ -320,13 +312,12 @@ msgstr ""
320312
"función estática inline."
321313

322314
#: ../Doc/c-api/tuple.rst:8
323-
#, fuzzy
324315
msgid "object"
325-
msgstr "Objetos tupla"
316+
msgstr "Objeto"
326317

327318
#: ../Doc/c-api/tuple.rst:8
328319
msgid "tuple"
329-
msgstr ""
320+
msgstr "tupla"
330321

331322
#~ msgid "Field"
332323
#~ msgstr "Campo"

0 commit comments

Comments
 (0)