-
Notifications
You must be signed in to change notification settings - Fork 397
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
4587732
ea0c4f3
e3c05a1
3caa5d5
b29b02b
29bdb1e
806e31f
6b9a026
fe849d5
File filter
Filter by extension
Conversations
Jump to
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 | ||
#, fuzzy | ||
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[bajo:alto]``. La indexación desde el final de la lista no es compatible." | ||
"``p[bajo:alto]``. La indexación desde el final de la tupla no es compatible." | ||
|
||
#: ../Doc/c-api/tuple.rst:77 | ||
msgid "" | ||
|
@@ -218,29 +217,24 @@ msgstr "" | |
"crear." | ||
|
||
#: ../Doc/c-api/tuple.rst:149 | ||
#, fuzzy | ||
msgid "Name of the struct sequence type." | ||
msgstr "nombre del tipo de secuencia de estructura" | ||
kbiggers marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../Doc/c-api/tuple.rst:153 | ||
#, fuzzy | ||
msgid "Pointer to docstring for the type or ``NULL`` to omit." | ||
msgstr "puntero al *docstring* para el tipo o ``NULL`` para omitir" | ||
msgstr "Puntero al docstring para el tipo o ``NULL`` para omitir" | ||
kbiggers marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../Doc/c-api/tuple.rst:157 | ||
#, fuzzy | ||
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" | ||
"Puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo" | ||
|
||
#: ../Doc/c-api/tuple.rst:161 | ||
#, fuzzy | ||
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)" | ||
kbiggers marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../Doc/c-api/tuple.rst:166 | ||
#, fuzzy | ||
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:" | ||
|
@@ -255,19 +249,17 @@ msgstr "" | |
"describe." | ||
|
||
#: ../Doc/c-api/tuple.rst:174 | ||
#, fuzzy | ||
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 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 | ||
#, fuzzy | ||
msgid "Field docstring or ``NULL`` to omit." | ||
msgstr "campo *docstring* o ``NULL`` para omitir" | ||
msgstr "Campo docstring o ``NULL`` para omitir" | ||
kbiggers marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../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 | ||
#, fuzzy | ||
msgid "object" | ||
msgstr "Objetos tupla" | ||
msgstr "Objeto" | ||
kbiggers marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../Doc/c-api/tuple.rst:8 | ||
msgid "tuple" | ||
msgstr "" | ||
msgstr "tupla" | ||
kbiggers marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#~ msgid "Field" | ||
#~ msgstr "Campo" | ||
|
Uh oh!
There was an error while loading. Please reload this page.