|
1 | 1 | # Copyright (C) 2001-2020, Python Software Foundation
|
2 | 2 | # This file is distributed under the same license as the Python package.
|
3 |
| -# Maintained by the python-doc-es workteam. |
| 3 | +# Maintained by the python-doc-es workteam. |
4 | 4 | # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
|
5 | 5 | # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
|
6 | 6 | #
|
7 |
| -#,fuzzy |
8 | 7 | msgid ""
|
9 | 8 | msgstr ""
|
10 | 9 | "Project-Id-Version:Python 3.8\n"
|
11 | 10 | "Report-Msgid-Bugs-To:\n"
|
12 | 11 | "POT-Creation-Date:2019-05-06 11:59-0400\n"
|
13 |
| -"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n" |
14 |
| -"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n" |
| 12 | +"PO-Revision-Date:2020-05-08 01:45+0200\n" |
15 | 13 | "Language-Team:python-doc-es\n"
|
16 | 14 | "MIME-Version:1.0\n"
|
17 | 15 | "Content-Type:text/plain; charset=UTF-8\n"
|
18 | 16 | "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" |
19 | 21 |
|
20 | 22 | #:../Doc/c-api/apiabiversion.rst:7
|
21 | 23 | msgid"API and ABI Versioning"
|
22 |
| -msgstr"" |
| 24 | +msgstr"Versiones de API y ABI" |
23 | 25 |
|
24 | 26 | #:../Doc/c-api/apiabiversion.rst:9
|
25 | 27 | msgid""
|
26 | 28 | "``PY_VERSION_HEX`` is the Python version number encoded in a single integer."
|
27 | 29 | msgstr""
|
| 30 | +"``PY_VERSION_HEX`` es el número de versión de Python codificado en un solo " |
| 31 | +"entero." |
28 | 32 |
|
29 | 33 | #:../Doc/c-api/apiabiversion.rst:11
|
30 | 34 | msgid""
|
31 | 35 | "For example if the ``PY_VERSION_HEX`` is set to ``0x030401a2``, the "
|
32 | 36 | "underlying version information can be found by treating it as a 32 bit "
|
33 | 37 | "number in the following manner:"
|
34 | 38 | msgstr""
|
| 39 | +"Por ejemplo, si ``PY_VERSION_HEX`` se establece en ``0x030401a2``, la " |
| 40 | +"información de la versión subyacente se puede encontrar tratándola como un " |
| 41 | +"número de 32 bits de la siguiente manera:" |
35 | 42 |
|
36 | 43 | #:../Doc/c-api/apiabiversion.rst:16
|
37 | 44 | msgid"Bytes"
|
38 |
| -msgstr"" |
| 45 | +msgstr"Bytes" |
39 | 46 |
|
40 | 47 | #:../Doc/c-api/apiabiversion.rst:16
|
41 | 48 | msgid"Bits (big endian order)"
|
42 |
| -msgstr"" |
| 49 | +msgstr"Bits (orden *big-endian*)" |
43 | 50 |
|
44 | 51 | #:../Doc/c-api/apiabiversion.rst:16
|
45 | 52 | msgid"Meaning"
|
46 |
| -msgstr"" |
| 53 | +msgstr"Significado" |
47 | 54 |
|
48 | 55 | #:../Doc/c-api/apiabiversion.rst:18
|
49 | 56 | msgid"``1``"
|
50 |
| -msgstr"" |
| 57 | +msgstr"``1``" |
51 | 58 |
|
52 | 59 | #:../Doc/c-api/apiabiversion.rst:18
|
53 | 60 | msgid"``1-8``"
|
54 |
| -msgstr"" |
| 61 | +msgstr"``1-8``" |
55 | 62 |
|
56 | 63 | #:../Doc/c-api/apiabiversion.rst:18
|
57 | 64 | msgid"``PY_MAJOR_VERSION`` (the ``3`` in ``3.4.1a2``)"
|
58 |
| -msgstr"" |
| 65 | +msgstr"``PY_MAJOR_VERSION`` (el ``3`` en ``3.4.1a2``)" |
59 | 66 |
|
60 | 67 | #:../Doc/c-api/apiabiversion.rst:21
|
61 | 68 | msgid"``2``"
|
62 |
| -msgstr"" |
| 69 | +msgstr"``2``" |
63 | 70 |
|
64 | 71 | #:../Doc/c-api/apiabiversion.rst:21
|
65 | 72 | msgid"``9-16``"
|
66 |
| -msgstr"" |
| 73 | +msgstr"``9-16``" |
67 | 74 |
|
68 | 75 | #:../Doc/c-api/apiabiversion.rst:21
|
69 | 76 | msgid"``PY_MINOR_VERSION`` (the ``4`` in ``3.4.1a2``)"
|
70 |
| -msgstr"" |
| 77 | +msgstr"``PY_MINOR_VERSION`` (el ``4`` en ``3.4.1a2``)" |
71 | 78 |
|
72 | 79 | #:../Doc/c-api/apiabiversion.rst:24
|
73 | 80 | msgid"``3``"
|
74 |
| -msgstr"" |
| 81 | +msgstr"``3``" |
75 | 82 |
|
76 | 83 | #:../Doc/c-api/apiabiversion.rst:24
|
77 | 84 | msgid"``17-24``"
|
78 |
| -msgstr"" |
| 85 | +msgstr"``17-24``" |
79 | 86 |
|
80 | 87 | #:../Doc/c-api/apiabiversion.rst:24
|
81 | 88 | msgid"``PY_MICRO_VERSION`` (the ``1`` in ``3.4.1a2``)"
|
82 |
| -msgstr"" |
| 89 | +msgstr"``PY_MICRO_VERSION`` (el ``1`` en ``3.4.1a2``)" |
83 | 90 |
|
84 | 91 | #:../Doc/c-api/apiabiversion.rst:27
|
85 | 92 | msgid"``4``"
|
86 |
| -msgstr"" |
| 93 | +msgstr"``4``" |
87 | 94 |
|
88 | 95 | #:../Doc/c-api/apiabiversion.rst:27
|
89 | 96 | msgid"``25-28``"
|
90 |
| -msgstr"" |
| 97 | +msgstr"``25-28``" |
91 | 98 |
|
92 | 99 | #:../Doc/c-api/apiabiversion.rst:27
|
93 | 100 | msgid""
|
94 | 101 | "``PY_RELEASE_LEVEL`` (``0xA`` for alpha, ``0xB`` for beta, ``0xC`` for "
|
95 | 102 | "release candidate and ``0xF`` for final), in this case it is alpha."
|
96 | 103 | 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." |
97 | 106 |
|
98 | 107 | #:../Doc/c-api/apiabiversion.rst:32
|
99 | 108 | msgid"``29-32``"
|
100 |
| -msgstr"" |
| 109 | +msgstr"``29-32``" |
101 | 110 |
|
102 | 111 | #:../Doc/c-api/apiabiversion.rst:32
|
103 | 112 | msgid""
|
104 | 113 | "``PY_RELEASE_SERIAL`` (the ``2`` in ``3.4.1a2``, zero for final releases)"
|
105 | 114 | msgstr""
|
| 115 | +"``PY_RELEASE_SERIAL`` (el ``2`` en ``3.4.1a2``, cero para lanzamientos " |
| 116 | +"finales)" |
106 | 117 |
|
107 | 118 | #:../Doc/c-api/apiabiversion.rst:36
|
108 | 119 | msgid"Thus ``3.4.1a2`` is hexversion ``0x030401a2``."
|
109 |
| -msgstr"" |
| 120 | +msgstr"Así ``3.4.1a2`` es la hexadecimal ``0x030401a2``." |
110 | 121 |
|
111 | 122 | #:../Doc/c-api/apiabiversion.rst:38
|
112 | 123 | msgid"All the given macros are defined in :source:`Include/patchlevel.h`."
|
113 |
| -msgstr"" |
| 124 | +msgstr"Todas las macros dadas se definen en :source:`Include/patchlevel.h`." |