Skip to content

Commit ab077ad

Browse files
committed
Translation of lines 1004/3254 from reference/datamodel.po
1 parent ae9bc41 commit ab077ad

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

dict

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@ booleano
166166
booleanos
167167
buffer
168168
bug
169-
built
170-
builtins
171169
build
172170
built
171+
builtins
173172
byte
174173
bytecode
175174
bytes
@@ -523,6 +522,7 @@ subárboles
523522
subíndices
524523
subtipable
525524
subtiparse
525+
subíndice
526526
sys
527527
t
528528
tab

reference/datamodel.po

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -922,32 +922,43 @@ msgid ""
922922
"``None`` or a tuple of cells that contain bindings for the function's free "
923923
"variables. See below for information on the ``cell_contents`` attribute."
924924
msgstr ""
925+
"``None`` o una tupla de celdas que contienen enlaces para las variables "
926+
"libres de la función. Vea a continuación para obtener información sobre el "
927+
"atributo ``cell_contents``."
925928

926929
#: ../Doc/reference/datamodel.rst:529
927930
msgid ":attr:`__annotations__`"
928-
msgstr ""
931+
msgstr ":attr:`__annotations__`"
929932

930933
#: ../Doc/reference/datamodel.rst:529
931934
msgid ""
932935
"A dict containing annotations of parameters. The keys of the dict are the "
933936
"parameter names, and ``'return'`` for the return annotation, if provided."
934937
msgstr ""
938+
"Un diccionario que contiene anotaciones de parámetros. Las claves del dict "
939+
"son los nombres de los parámetros, y ``'return'`` para la anotación de "
940+
"devolución, si se proporciona."
935941

936942
#: ../Doc/reference/datamodel.rst:536
937943
msgid ":attr:`__kwdefaults__`"
938-
msgstr ""
944+
msgstr ":attr:`__kwdefaults__`"
939945

940946
#: ../Doc/reference/datamodel.rst:536
941947
msgid "A dict containing defaults for keyword-only parameters."
942948
msgstr ""
949+
"Un diccionario que contiene valores predeterminados para parámetros de solo "
950+
"palabras clave."
943951

944952
#: ../Doc/reference/datamodel.rst:540
945953
msgid ""
946954
"Most of the attributes labelled \"Writable\" check the type of the assigned "
947955
"value."
948956
msgstr ""
957+
"La mayoría de los atributos etiquetados \"Escribible\" verifican el tipo del "
958+
"valor asignado."
949959

950960
#: ../Doc/reference/datamodel.rst:542
961+
#, fuzzy
951962
msgid ""
952963
"Function objects also support getting and setting arbitrary attributes, "
953964
"which can be used, for example, to attach metadata to functions. Regular "
@@ -956,29 +967,45 @@ msgid ""
956967
"functions. Function attributes on built-in functions may be supported in the "
957968
"future.*"
958969
msgstr ""
970+
"Los objetos de función también admiten obtener y establecer atributos "
971+
"arbitrarios, que pueden usarse, por ejemplo, para adjuntar metadatos a "
972+
"funciones. La notación regular de atributo por punto se usa para obtener y "
973+
"establecer tales atributos. *Tenga en cuenta que la implementación actual "
974+
"solo admite atributos de función en funciones definidas por el usuario. Los "
975+
"atributos de función en funciones incorporadas pueden ser compatibles en el "
976+
"futuro.*"
959977

960978
#: ../Doc/reference/datamodel.rst:548
961979
msgid ""
962980
"A cell object has the attribute ``cell_contents``. This can be used to get "
963981
"the value of the cell, as well as set the value."
964982
msgstr ""
983+
"Un objeto de celda tiene el atributo ``cell_contents``. Esto se puede usar "
984+
"para obtener el valor de la celda, así como para establecer el valor."
965985

966986
#: ../Doc/reference/datamodel.rst:551
967987
msgid ""
968988
"Additional information about a function's definition can be retrieved from "
969989
"its code object; see the description of internal types below. The :data:"
970990
"`cell <types.CellType>` type can be accessed in the :mod:`types` module."
971991
msgstr ""
992+
"Se puede recuperar información adicional sobre la definición de una función "
993+
"desde su objeto de código; Vea la descripción de los tipos internos a "
994+
"continuación. El tipo :data:`cell <types.CellType>` puede ser accedido en el "
995+
"módulo :mod:`types` ."
972996

973997
#: ../Doc/reference/datamodel.rst:617
974998
msgid "Instance methods"
975-
msgstr ""
999+
msgstr "Métodos de instancia"
9761000

9771001
#: ../Doc/reference/datamodel.rst:562
1002+
#, fuzzy
9781003
msgid ""
9791004
"An instance method object combines a class, a class instance and any "
9801005
"callable object (normally a user-defined function)."
9811006
msgstr ""
1007+
"Un objeto de método de instancia combina una clase, una instancia de clase y "
1008+
"cualquier objeto invocable (normalmente una función definida por el usuario)."
9821009

9831010
#: ../Doc/reference/datamodel.rst:572
9841011
msgid ""

0 commit comments

Comments
 (0)