Skip to content

Commit 680669c

Browse files
kbiggersrtobar
andcommitted
Update reference/compound_stmts.po
Co-authored-by: rtobar <rtobarc@gmail.com>
1 parent 748087e commit 680669c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

reference/compound_stmts.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ msgid ""
23732373
"Parameters of the form \"``*identifier``\" may have an annotation \"``: "
23742374
"*expression``\". See :pep:`646`."
23752375
msgstr ""
2376-
"Parámetros del formulario \"``*identifier``\" puede tener una anotación "
2376+
"Parámetros de la forma \"``*identifier``\" puede tener una anotación "
23772377
"\"``: *expression``\". Consulte :pep:`646`."
23782378

23792379
#: ../Doc/reference/compound_stmts.rst:1348
@@ -2948,7 +2948,7 @@ msgid ""
29482948
"after a declaration ``def func[T](): pass``, the name ``T`` is not available "
29492949
"in the module scope. Below, the semantics of generic objects are described "
29502950
"with more precision. The scope of type parameters is modeled with a special "
2951-
"function (technically, an :ref:`annotation scope <annotation-scopes>`) that "
2951+
"function (technically, an :ref:`ámbito de anotación <annotation-scopes>`) that "
29522952
"wraps the creation of the generic object."
29532953
msgstr ""
29542954
"Los tipos de parámetros son declarados entre corchetes (``[]``) "
@@ -2958,7 +2958,7 @@ msgstr ""
29582958
"``T`` no está disponible en el ámbito del módulo. A continuación, se "
29592959
"describe con más precisión la semántica de los objetos genéricos. El ámbito "
29602960
"de los parámetros de tipo se modela con una función especial (técnicamente, "
2961-
"una :ref:`annotation scope <annotation-scopes>`) que envuelve la creación "
2961+
"una :ref:`ámbito de anotación <annotation-scopes>`) que envuelve la creación "
29622962
"del objeto genérico."
29632963

29642964
#: ../Doc/reference/compound_stmts.rst:1676
@@ -3028,7 +3028,7 @@ msgid ""
30283028
"syntax, the bound and constraints are not evaluated when the generic object "
30293029
"is created, but only when the value is explicitly accessed through the "
30303030
"attributes ``__bound__`` and ``__constraints__``. To accomplish this, the "
3031-
"bounds or constraints are evaluated in a separate :ref:`annotation scope "
3031+
"bounds or constraints are evaluated in a separate :ref:`ámbito de anotación "
30323032
"<annotation-scopes>`."
30333033
msgstr ""
30343034
"Para :data:`!typing.TypeVar`\\ s declarados utilizando la sintaxis de lista "
@@ -3054,17 +3054,17 @@ msgid ""
30543054
"bounds and constraints of type variables, the default value is not evaluated "
30553055
"when the object is created, but only when the type parameter's "
30563056
"``__default__`` attribute is accessed. To this end, the default value is "
3057-
"evaluated in a separate :ref:`annotation scope <annotation-scopes>`. If no "
3057+
"evaluated in a separate :ref:`ámbito de anotación <annotation-scopes>`. If no "
30583058
"default value is specified for a type parameter, the ``__default__`` "
30593059
"attribute is set to the special sentinel object :data:`typing.NoDefault`."
30603060
msgstr ""
3061-
"Los tres sabores de parámetros de tipo también pueden tener un *default "
3062-
"value*, lo que se usa cuando el parámetro de tipo no se proporciona "
3061+
"Los tres sabores de parámetros de tipo también pueden tener un *valor "
3062+
"predeterminado*, lo que se usa cuando el parámetro de tipo no se proporciona "
30633063
"explícitamente. Esto se añade adjuntando un solo signo igual (``=``) seguido "
30643064
"por una expresión. Como los límites y restricciones del tipo variables, el "
30653065
"valor predeterminado no se evalúa cuando el objeto se crea, solamente "
30663066
"cuando se accede el atributo ``__default__`` del parámetro del tipo. Con "
3067-
"este fin, el valor predeterminado se evalúa en un :ref:`annotation scope "
3067+
"este fin, el valor predeterminado se evalúa en un :ref:`ámbito de anotación "
30683068
"<annotation-scopes>` separado. Si no se especifica un valor predeterminado "
30693069
"para un parámetro de tipo, el atributo ``__default__`` se establece en el "
30703070
"objeto de centinela especial :data:`typing.NoDefault`."
@@ -3144,13 +3144,13 @@ msgstr ""
31443144

31453145
#: ../Doc/reference/compound_stmts.rst:1752
31463146
msgid ""
3147-
"Here ``annotation-def`` indicates an :ref:`annotation scope <annotation-"
3147+
"Here ``annotation-def`` indicates an :ref:`ámbito de anotación <annotation-"
31483148
"scopes>`, which is not actually bound to any name at runtime. (One other "
31493149
"liberty is taken in the translation: the syntax does not go through "
31503150
"attribute access on the :mod:`typing` module, but creates an instance of :"
31513151
"data:`typing.TypeVar` directly.)"
31523152
msgstr ""
3153-
"Aquí ``annotation-def`` indica un :ref:`annotation scope <annotation-"
3153+
"Aquí ``annotation-def`` indica un :ref:`ámbito de anotación <annotation-"
31543154
"scopes>`, que en realidad no está vinculado a ningún nombre en tiempo de "
31553155
"ejecución. (Se ha tomado otra libertad en la traducción: la sintaxis no pasa "
31563156
"por el acceso a atributos en el módulo :mod:`typing`, sino que crea una "
@@ -3275,11 +3275,11 @@ msgstr ""
32753275
#: ../Doc/reference/compound_stmts.rst:1813
32763276
msgid ""
32773277
"Here again ``annotation-def`` (not a real keyword) indicates an :ref:"
3278-
"`annotation scope <annotation-scopes>`, and the name ``TYPE_PARAMS_OF_Bag`` "
3278+
"`ámbito de anotación <annotation-scopes>`, and the name ``TYPE_PARAMS_OF_Bag`` "
32793279
"is not actually bound at runtime."
32803280
msgstr ""
32813281
"Aquí de nuevo ``annotation-def`` (no es una palabra clave real) indica un :"
3282-
"ref:`annotation scope <annotation-scopes>`, y el nombre "
3282+
"ref:`ámbito de anotación <annotation-scopes>`, y el nombre "
32833283
"``TYPE_PARAMS_OF_Bag`` no está vinculado en tiempo de ejecución."
32843284

32853285
#: ../Doc/reference/compound_stmts.rst:1817
@@ -3380,7 +3380,7 @@ msgid ""
33803380
"``TYPE_PARAMS_OF_ListOrSet`` are not actually bound at runtime."
33813381
msgstr ""
33823382
"Aquí, ``annotation-def`` (no es una palabra clave real) indica un :ref:"
3383-
"`annotation scope <annotation-scopes>`. Los nombres en mayúsculas como "
3383+
"`ámbito de anotación <annotation-scopes>`. Los nombres en mayúsculas como "
33843384
"``TYPE_PARAMS_OF_ListOrSet`` no están vinculados en tiempo de ejecución."
33853385

33863386
#: ../Doc/reference/compound_stmts.rst:1862

0 commit comments

Comments
 (0)