|
1 | 1 | # Copyright (C) 2001-2020, Python Software Foundation
|
2 | 2 | # This file is distributed under the same license as the Python package.
|
3 | 3 | # Maintained by the python-doc-es workteam.
|
4 |
| -# [email protected] / https://mail.python.org/mailman3/lists/docs-es.python.org/ |
5 |
| -# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers |
| 4 | + |
| 5 | +# https://mail.python.org/mailman3/lists/docs-es.python.org/ |
| 6 | +# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get |
| 7 | +# the list of volunteers |
6 | 8 | #
|
7 | 9 | msgid ""
|
8 | 10 | msgstr ""
|
9 | 11 | "Project-Id-Version: Python 3.8\n"
|
10 | 12 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2019-05-06 11:59-0400\n" |
| 13 | +"POT-Creation-Date: 2021-10-16 21:42+0200\n" |
12 | 14 | "PO-Revision-Date: 2020-05-08 01:45+0200\n"
|
| 15 | +"Last-Translator: \n" |
| 16 | +"Language: es\n" |
13 | 17 | "Language-Team: python-doc-es\n"
|
| 18 | +"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
14 | 19 | "MIME-Version: 1.0\n"
|
15 |
| -"Content-Type: text/plain; charset=UTF-8\n" |
| 20 | +"Content-Type: text/plain; charset=utf-8\n" |
16 | 21 | "Content-Transfer-Encoding: 8bit\n"
|
17 |
| -"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
18 |
| -"Last-Translator: \n" |
19 |
| -"Language: es\n" |
20 |
| -"X-Generator: Poedit 2.3\n" |
| 22 | +"Generated-By: Babel 2.9.1\n" |
21 | 23 |
|
22 | 24 | #: ../Doc/c-api/apiabiversion.rst:7
|
23 | 25 | msgid "API and ABI Versioning"
|
24 | 26 | msgstr "Versiones de API y ABI"
|
25 | 27 |
|
26 | 28 | #: ../Doc/c-api/apiabiversion.rst:9
|
27 | 29 | msgid ""
|
28 |
| -"``PY_VERSION_HEX`` is the Python version number encoded in a single integer." |
| 30 | +"CPython exposes its version number in the following macros. Note that these " |
| 31 | +"correspond to the version code is **built** with, not necessarily the " |
| 32 | +"version used at **run time**." |
| 33 | +msgstr "" |
| 34 | + |
| 35 | +#: ../Doc/c-api/apiabiversion.rst:13 |
| 36 | +msgid "" |
| 37 | +"See :ref:`stable` for a discussion of API and ABI stability across versions." |
| 38 | +msgstr "" |
| 39 | + |
| 40 | +#: ../Doc/c-api/apiabiversion.rst:17 |
| 41 | +#, fuzzy |
| 42 | +msgid "The ``3`` in ``3.4.1a2``." |
| 43 | +msgstr "``PY_MAJOR_VERSION`` (el ``3`` en ``3.4.1a2``)" |
| 44 | + |
| 45 | +#: ../Doc/c-api/apiabiversion.rst:21 |
| 46 | +#, fuzzy |
| 47 | +msgid "The ``4`` in ``3.4.1a2``." |
| 48 | +msgstr "``PY_MINOR_VERSION`` (el ``4`` en ``3.4.1a2``)" |
| 49 | + |
| 50 | +#: ../Doc/c-api/apiabiversion.rst:25 |
| 51 | +#, fuzzy |
| 52 | +msgid "The ``1`` in ``3.4.1a2``." |
| 53 | +msgstr "``PY_MICRO_VERSION`` (el ``1`` en ``3.4.1a2``)" |
| 54 | + |
| 55 | +#: ../Doc/c-api/apiabiversion.rst:29 |
| 56 | +#, fuzzy |
| 57 | +msgid "" |
| 58 | +"The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, " |
| 59 | +"``0xC`` for release candidate or ``0xF`` for final." |
| 60 | +msgstr "" |
| 61 | +"``PY_RELEASE_LEVEL`` (``0xA`` para alfa, ``0xB`` para beta, ``0xC`` para el " |
| 62 | +"candidato de lanzamiento y ``0xF`` para final), en este caso es alfa." |
| 63 | + |
| 64 | +#: ../Doc/c-api/apiabiversion.rst:35 |
| 65 | +#, fuzzy |
| 66 | +msgid "The ``2`` in ``3.4.1a2``. Zero for final releases." |
| 67 | +msgstr "" |
| 68 | +"``PY_RELEASE_SERIAL`` (el ``2`` en ``3.4.1a2``, cero para lanzamientos " |
| 69 | +"finales)" |
| 70 | + |
| 71 | +#: ../Doc/c-api/apiabiversion.rst:39 |
| 72 | +#, fuzzy |
| 73 | +msgid "The Python version number encoded in a single integer." |
29 | 74 | msgstr ""
|
30 | 75 | "``PY_VERSION_HEX`` es el número de versión de Python codificado en un solo "
|
31 | 76 | "entero."
|
32 | 77 |
|
33 |
| -#: ../Doc/c-api/apiabiversion.rst:11 |
| 78 | +#: ../Doc/c-api/apiabiversion.rst:41 |
| 79 | +#, fuzzy |
34 | 80 | msgid ""
|
35 |
| -"For example if the ``PY_VERSION_HEX`` is set to ``0x030401a2``, the " |
36 |
| -"underlying version information can be found by treating it as a 32 bit " |
| 81 | +"The underlying version information can be found by treating it as a 32 bit " |
37 | 82 | "number in the following manner:"
|
38 | 83 | msgstr ""
|
39 | 84 | "Por ejemplo, si ``PY_VERSION_HEX`` se establece en ``0x030401a2``, la "
|
40 | 85 | "información de la versión subyacente se puede encontrar tratándola como un "
|
41 | 86 | "número de 32 bits de la siguiente manera:"
|
42 | 87 |
|
43 |
| -#: ../Doc/c-api/apiabiversion.rst:16 |
| 88 | +#: ../Doc/c-api/apiabiversion.rst:45 |
44 | 89 | msgid "Bytes"
|
45 | 90 | msgstr "Bytes"
|
46 | 91 |
|
47 |
| -#: ../Doc/c-api/apiabiversion.rst:16 |
| 92 | +#: ../Doc/c-api/apiabiversion.rst:45 |
48 | 93 | msgid "Bits (big endian order)"
|
49 | 94 | msgstr "Bits (orden *big-endian*)"
|
50 | 95 |
|
51 |
| -#: ../Doc/c-api/apiabiversion.rst:16 |
| 96 | +#: ../Doc/c-api/apiabiversion.rst:45 |
52 | 97 | msgid "Meaning"
|
53 | 98 | msgstr "Significado"
|
54 | 99 |
|
55 |
| -#: ../Doc/c-api/apiabiversion.rst:18 |
56 |
| -msgid "``1``" |
57 |
| -msgstr "``1``" |
| 100 | +#: ../Doc/c-api/apiabiversion.rst:45 |
| 101 | +msgid "Value for ``3.4.1a2``" |
| 102 | +msgstr "" |
58 | 103 |
|
59 |
| -#: ../Doc/c-api/apiabiversion.rst:18 |
60 |
| -msgid "``1-8``" |
| 104 | +#: ../Doc/c-api/apiabiversion.rst:47 |
| 105 | +msgid "1" |
| 106 | +msgstr "" |
| 107 | + |
| 108 | +#: ../Doc/c-api/apiabiversion.rst:47 |
| 109 | +#, fuzzy |
| 110 | +msgid "1-8" |
61 | 111 | msgstr "``1-8``"
|
62 | 112 |
|
63 |
| -#: ../Doc/c-api/apiabiversion.rst:18 |
64 |
| -msgid "``PY_MAJOR_VERSION`` (the ``3`` in ``3.4.1a2``)" |
65 |
| -msgstr "``PY_MAJOR_VERSION`` (el ``3`` en ``3.4.1a2``)" |
| 113 | +#: ../Doc/c-api/apiabiversion.rst:47 |
| 114 | +msgid "``PY_MAJOR_VERSION``" |
| 115 | +msgstr "" |
66 | 116 |
|
67 |
| -#: ../Doc/c-api/apiabiversion.rst:21 |
68 |
| -msgid "``2``" |
69 |
| -msgstr "``2``" |
| 117 | +#: ../Doc/c-api/apiabiversion.rst:47 |
| 118 | +#, fuzzy |
| 119 | +msgid "``0x03``" |
| 120 | +msgstr "``3``" |
70 | 121 |
|
71 |
| -#: ../Doc/c-api/apiabiversion.rst:21 |
72 |
| -msgid "``9-16``" |
| 122 | +#: ../Doc/c-api/apiabiversion.rst:49 |
| 123 | +msgid "2" |
| 124 | +msgstr "" |
| 125 | + |
| 126 | +#: ../Doc/c-api/apiabiversion.rst:49 |
| 127 | +#, fuzzy |
| 128 | +msgid "9-16" |
73 | 129 | msgstr "``9-16``"
|
74 | 130 |
|
75 |
| -#: ../Doc/c-api/apiabiversion.rst:21 |
76 |
| -msgid "``PY_MINOR_VERSION`` (the ``4`` in ``3.4.1a2``)" |
77 |
| -msgstr "``PY_MINOR_VERSION`` (el ``4`` en ``3.4.1a2``)" |
| 131 | +#: ../Doc/c-api/apiabiversion.rst:49 |
| 132 | +msgid "``PY_MINOR_VERSION``" |
| 133 | +msgstr "" |
78 | 134 |
|
79 |
| -#: ../Doc/c-api/apiabiversion.rst:24 |
80 |
| -msgid "``3``" |
81 |
| -msgstr "``3``" |
| 135 | +#: ../Doc/c-api/apiabiversion.rst:49 |
| 136 | +#, fuzzy |
| 137 | +msgid "``0x04``" |
| 138 | +msgstr "``4``" |
82 | 139 |
|
83 |
| -#: ../Doc/c-api/apiabiversion.rst:24 |
84 |
| -msgid "``17-24``" |
| 140 | +#: ../Doc/c-api/apiabiversion.rst:51 |
| 141 | +msgid "3" |
| 142 | +msgstr "" |
| 143 | + |
| 144 | +#: ../Doc/c-api/apiabiversion.rst:51 |
| 145 | +#, fuzzy |
| 146 | +msgid "17-24" |
85 | 147 | msgstr "``17-24``"
|
86 | 148 |
|
87 |
| -#: ../Doc/c-api/apiabiversion.rst:24 |
88 |
| -msgid "``PY_MICRO_VERSION`` (the ``1`` in ``3.4.1a2``)" |
89 |
| -msgstr "``PY_MICRO_VERSION`` (el ``1`` en ``3.4.1a2``)" |
| 149 | +#: ../Doc/c-api/apiabiversion.rst:51 |
| 150 | +msgid "``PY_MICRO_VERSION``" |
| 151 | +msgstr "" |
90 | 152 |
|
91 |
| -#: ../Doc/c-api/apiabiversion.rst:27 |
92 |
| -msgid "``4``" |
93 |
| -msgstr "``4``" |
| 153 | +#: ../Doc/c-api/apiabiversion.rst:51 |
| 154 | +#, fuzzy |
| 155 | +msgid "``0x01``" |
| 156 | +msgstr "``1``" |
| 157 | + |
| 158 | +#: ../Doc/c-api/apiabiversion.rst:53 |
| 159 | +msgid "4" |
| 160 | +msgstr "" |
94 | 161 |
|
95 |
| -#: ../Doc/c-api/apiabiversion.rst:27 |
96 |
| -msgid "``25-28``" |
| 162 | +#: ../Doc/c-api/apiabiversion.rst:53 |
| 163 | +#, fuzzy |
| 164 | +msgid "25-28" |
97 | 165 | msgstr "``25-28``"
|
98 | 166 |
|
99 |
| -#: ../Doc/c-api/apiabiversion.rst:27 |
100 |
| -msgid "" |
101 |
| -"``PY_RELEASE_LEVEL`` (``0xA`` for alpha, ``0xB`` for beta, ``0xC`` for " |
102 |
| -"release candidate and ``0xF`` for final), in this case it is alpha." |
| 167 | +#: ../Doc/c-api/apiabiversion.rst:53 |
| 168 | +msgid "``PY_RELEASE_LEVEL``" |
103 | 169 | msgstr ""
|
104 |
| -"``PY_RELEASE_LEVEL`` (``0xA`` para alfa, ``0xB`` para beta, ``0xC`` para el " |
105 |
| -"candidato de lanzamiento y ``0xF`` para final), en este caso es alfa." |
106 | 170 |
|
107 |
| -#: ../Doc/c-api/apiabiversion.rst:32 |
108 |
| -msgid "``29-32``" |
| 171 | +#: ../Doc/c-api/apiabiversion.rst:53 |
| 172 | +#, fuzzy |
| 173 | +msgid "``0xA``" |
| 174 | +msgstr "``4``" |
| 175 | + |
| 176 | +#: ../Doc/c-api/apiabiversion.rst:55 |
| 177 | +#, fuzzy |
| 178 | +msgid "29-32" |
109 | 179 | msgstr "``29-32``"
|
110 | 180 |
|
111 |
| -#: ../Doc/c-api/apiabiversion.rst:32 |
112 |
| -msgid "" |
113 |
| -"``PY_RELEASE_SERIAL`` (the ``2`` in ``3.4.1a2``, zero for final releases)" |
| 181 | +#: ../Doc/c-api/apiabiversion.rst:55 |
| 182 | +msgid "``PY_RELEASE_SERIAL``" |
114 | 183 | msgstr ""
|
115 |
| -"``PY_RELEASE_SERIAL`` (el ``2`` en ``3.4.1a2``, cero para lanzamientos " |
116 |
| -"finales)" |
117 | 184 |
|
118 |
| -#: ../Doc/c-api/apiabiversion.rst:36 |
119 |
| -msgid "Thus ``3.4.1a2`` is hexversion ``0x030401a2``." |
| 185 | +#: ../Doc/c-api/apiabiversion.rst:55 |
| 186 | +#, fuzzy |
| 187 | +msgid "``0x2``" |
| 188 | +msgstr "``2``" |
| 189 | + |
| 190 | +#: ../Doc/c-api/apiabiversion.rst:58 |
| 191 | +#, fuzzy |
| 192 | +msgid "" |
| 193 | +"Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion " |
| 194 | +"``0x030a00f0``." |
120 | 195 | msgstr "Así ``3.4.1a2`` es la hexadecimal ``0x030401a2``."
|
121 | 196 |
|
122 |
| -#: ../Doc/c-api/apiabiversion.rst:38 |
| 197 | +#: ../Doc/c-api/apiabiversion.rst:62 |
123 | 198 | msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
|
124 | 199 | msgstr "Todas las macros dadas se definen en :source:`Include/patchlevel.h`."
|
0 commit comments