Skip to content

Commit d79227f

Browse files
author
Arvin Islam-Gomes
committed
Transalte missing Spanish sections in c-api/stable.po
1 parent a0892df commit d79227f

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

c-api/stable.po

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,30 @@ msgstr ""
5757

5858
#: ../Doc/c-api/stable.rst:21
5959
msgid "There are two tiers of C API with different stability expectations:"
60-
msgstr ""
60+
msgstr "Hay dos niveles de API en C con diferentes expectativas de estabilidad:"
6161

6262
#: ../Doc/c-api/stable.rst:23
6363
msgid ""
6464
":ref:`Unstable API <unstable-c-api>`, may change in minor versions without a "
6565
"deprecation period. It is marked by the ``PyUnstable`` prefix in names."
6666
msgstr ""
67+
":ref:`API inestable <unstable-c-api>`, puede cambiar en versiones menores "
68+
"sin un período de obsolescencia. Está marcada por el prefijo ``PyUnstable`` "
69+
"en los nombres."
6770

6871
#: ../Doc/c-api/stable.rst:25
6972
msgid ""
7073
":ref:`Limited API <limited-c-api>`, is compatible across several minor "
7174
"releases. When :c:macro:`Py_LIMITED_API` is defined, only this subset is "
7275
"exposed from ``Python.h``."
7376
msgstr ""
77+
":ref:`API limitada <limited-c-api>`, es compatible con varias versiones "
78+
"menores. Cuando se define :c:macro:`Py_LIMITED_API`, sólo se expone este "
79+
"subconjunto desde ``Python.h``."
7480

7581
#: ../Doc/c-api/stable.rst:29
7682
msgid "These are discussed in more detail below."
77-
msgstr ""
83+
msgstr "Estos se discuten con más detalle a continuación."
7884

7985
#: ../Doc/c-api/stable.rst:31
8086
#, fuzzy
@@ -91,7 +97,7 @@ msgstr ""
9197

9298
#: ../Doc/c-api/stable.rst:40
9399
msgid "Unstable C API"
94-
msgstr ""
100+
msgstr "API en C inestable"
95101

96102
#: ../Doc/c-api/stable.rst:44
97103
msgid ""
@@ -100,17 +106,26 @@ msgid ""
100106
"without any deprecation warnings. However, it will not change in a bugfix "
101107
"release (e.g. from 3.10.0 to 3.10.1)."
102108
msgstr ""
109+
"Cualquier API con el prefijo ``PyUnstable`` expone detalles de "
110+
"implementación de CPython, y puede cambiar en cada versión menor (por "
111+
"ejemplo, de 3.9 a 3.10) sin ninguna advertencia de obsolescencia. Sin "
112+
"embargo, no cambiará en una versión de corrección de errores (por ejemplo, "
113+
"de 3.10.0 a 3.10.1)."
103114

104115
#: ../Doc/c-api/stable.rst:49
105116
msgid ""
106117
"It is generally intended for specialized, low-level tools like debuggers."
107118
msgstr ""
119+
"Generalmente está destinada a herramientas especializadas de bajo nivel "
120+
"como depuradores."
108121

109122
#: ../Doc/c-api/stable.rst:51
110123
msgid ""
111124
"Projects that use this API are expected to follow CPython development and "
112125
"spend extra effort adjusting to changes."
113126
msgstr ""
127+
"Se espera que los proyectos que usen esta API sigan el desarrollo de "
128+
"CPython y dediquen esfuerzo adicional para ajustarse a los cambios."
114129

115130
#: ../Doc/c-api/stable.rst:56
116131
msgid "Stable Application Binary Interface"
@@ -188,13 +203,15 @@ msgstr ""
188203

189204
#: ../Doc/c-api/stable.rst:94
190205
msgid "Stable ABI"
191-
msgstr ""
206+
msgstr "ABI estable"
192207

193208
#: ../Doc/c-api/stable.rst:96
194209
msgid ""
195210
"To enable this, Python provides a *Stable ABI*: a set of symbols that will "
196211
"remain compatible across Python 3.x versions."
197212
msgstr ""
213+
"Para habilitar esto, Python proporciona una *ABI estable*: un conjunto de "
214+
"símbolos que permanecerá compatible en todas las versiones de Python 3.x."
198215

199216
#: ../Doc/c-api/stable.rst:99
200217
#, fuzzy
@@ -415,5 +432,4 @@ msgid ""
415432
msgstr "Actualmente, la API limitada incluye los siguientes elementos:"
416433

417434
#: ../Doc/c-api/stable.rst:42
418-
msgid "PyUnstable"
419-
msgstr ""
435+
msgid "PyUnstable"

0 commit comments

Comments
 (0)