- Notifications
You must be signed in to change notification settings - Fork396
Terminar con la traducción de tuple.po#2866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
4587732
ea0c4f3
e3c05a1
3caa5d5
b29b02b
29bdb1e
806e31f
6b9a026
fe849d5
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -98,15 +98,14 @@ msgid "Like :c:func:`PyTuple_GetItem`, but does no checking of its arguments." | ||
msgstr "Como :c:func:`PyTuple_GetItem`, pero no verifica sus argumentos." | ||
#: ../Doc/c-api/tuple.rst:70 | ||
msgid "" | ||
"Return the slice of the tuple pointed to by *p* between *low* and *high*, or " | ||
"``NULL`` on failure. This is the equivalent of the Python expression " | ||
"``p[low:high]``. Indexing from the end of the tuple is not supported." | ||
msgstr "" | ||
"Retorna la porción de la tupla señalada por *p* entre *low* y *high*, o " | ||
"``NULL`` en caso de falla. Este es el equivalente de la expresión de Python " | ||
"``p[low:high]``. La indexación desde el final de latupla no es compatible." | ||
#: ../Doc/c-api/tuple.rst:77 | ||
msgid "" | ||
@@ -218,29 +217,24 @@ msgstr "" | ||
"crear." | ||
#: ../Doc/c-api/tuple.rst:149 | ||
msgid "Name of the struct sequence type." | ||
msgstr "Nombre del tipo de secuencia de estructura" | ||
#: ../Doc/c-api/tuple.rst:153 | ||
msgid "Pointer to docstring for the type or ``NULL`` to omit." | ||
msgstr "Puntero al *docstring* para el tipo o ``NULL`` para omitir" | ||
#: ../Doc/c-api/tuple.rst:157 | ||
msgid "Pointer to ``NULL``-terminated array with field names of the new type." | ||
msgstr "" | ||
"Puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo" | ||
#: ../Doc/c-api/tuple.rst:161 | ||
msgid "Number of fields visible to the Python side (if used as tuple)." | ||
msgstr "" | ||
"Cantidad de campos visibles para el lado de Python (si se usa como tupla)" | ||
#: ../Doc/c-api/tuple.rst:166 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Faltó cambiar donde dice "El índice en el arreglo ...", ahora "fields" está referenciado de otra manera. Lamentablemente la interfaz de GitHub no me permite dejar una recomendación directamente en la línea donde corresponde. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Siento no haberlo notado. Lo he arreglado, déjame saber si hay mas cambios necesarios! | ||
msgid "" | ||
"Describes a field of a struct sequence. As a struct sequence is modeled as a " | ||
"tuple, all fields are typed as :c:expr:`PyObject*`. The index in the :c:" | ||
@@ -250,24 +244,22 @@ msgid "" | ||
msgstr "" | ||
"Describe un campo de una secuencia de estructura. Como una secuencia de " | ||
"estructura se modela como una tupla, todos los campos se escriben como :c:" | ||
"expr:`PyObject*`. El índice en el arreglo :c:member:`~PyStructSequence_Desc." | ||
"fields` de :c:type:`PyStructSequence_Desc` determina qué campo de la " | ||
"secuencia de estructura sedescribe." | ||
#: ../Doc/c-api/tuple.rst:174 | ||
msgid "" | ||
"Name for the field or ``NULL`` to end the list of named fields, set to :c:" | ||
"data:`PyStructSequence_UnnamedField` to leave unnamed." | ||
msgstr "" | ||
"Nombre para el campo o ``NULL`` para finalizar la lista de campos con " | ||
"nombre, establece en :c:data:`PyStructSequence_UnnamedField` para dejar sin " | ||
"nombre" | ||
#: ../Doc/c-api/tuple.rst:179 | ||
msgid "Field docstring or ``NULL`` to omit." | ||
msgstr "Campo *docstring* o ``NULL`` para omitir" | ||
#: ../Doc/c-api/tuple.rst:184 | ||
msgid "Special value for a field name to leave it unnamed." | ||
@@ -320,13 +312,12 @@ msgstr "" | ||
"función estática inline." | ||
#: ../Doc/c-api/tuple.rst:8 | ||
msgid "object" | ||
msgstr "object" | ||
#: ../Doc/c-api/tuple.rst:8 | ||
msgid "tuple" | ||
msgstr "tuple" | ||
#~ msgid "Field" | ||
#~ msgstr "Campo" | ||