@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021 -10-30 21:22 -0300\n "
14
+ "PO-Revision-Date : 2022 -10-31 21:13 -0300\n "
15
15
"Last-Translator : \n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.1\n "
23
24
24
25
#: ../Doc/c-api/apiabiversion.rst:7
25
26
msgid "API and ABI Versioning"
@@ -182,13 +183,18 @@ msgstr ""
182
183
#: ../Doc/c-api/apiabiversion.rst:61
183
184
msgid "This version is also available via the symbol :data:`Py_Version`."
184
185
msgstr ""
186
+ "Esta versión también está disponible a través del símbolo :data:`Py_Version`."
185
187
186
188
#: ../Doc/c-api/apiabiversion.rst:65
187
189
msgid ""
188
190
"The Python runtime version number encoded in a single constant integer, with "
189
191
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
190
192
"Python version used at run time."
191
193
msgstr ""
194
+ "El número de versión de Python en tiempo de ejecución codificado en un único "
195
+ "entero constante, con el mismo formato que la macro :c:macro:"
196
+ "`PY_VERSION_HEX`. Contiene la versión de Python utilizada en tiempo de "
197
+ "ejecución."
192
198
193
199
#: ../Doc/c-api/apiabiversion.rst:71
194
200
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
0 commit comments