@@ -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 : 2021-03-19 11:16+0100\n "
14
- "PO-Revision-Date : 2020-05-09 18:32 +0200\n "
15
- "Last-Translator : \n "
14
+ "PO-Revision-Date : 2021-08-04 12:39 +0200\n "
15
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com> \n "
16
16
"Language : es_ES\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/array.rst:2
25
26
msgid ":mod:`array` --- Efficient arrays of numeric values"
@@ -95,7 +96,7 @@ msgstr "``'u'``"
95
96
96
97
#: ../Doc/library/array.rst:25
97
98
msgid "wchar_t"
98
- msgstr ""
99
+ msgstr "wchar_t "
99
100
100
101
#: ../Doc/library/array.rst:25
101
102
msgid "Unicode character"
@@ -207,14 +208,17 @@ msgstr "Notas:"
207
208
208
209
#: ../Doc/library/array.rst:51
209
210
msgid "It can be 16 bits or 32 bits depending on the platform."
210
- msgstr ""
211
+ msgstr "Puede ser de 16 bits o 32 bits según la plataforma. "
211
212
212
213
#: ../Doc/library/array.rst:53
213
214
msgid ""
214
215
"``array('u')`` now uses ``wchar_t`` as C type instead of deprecated "
215
216
"``Py_UNICODE``. This change doesn't affect to its behavior because "
216
217
"``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3."
217
218
msgstr ""
219
+ "``array('u')`` ahora usa ``wchar_t`` como tipo C en lugar de ``Py_UNICODE`` "
220
+ "obsoleto. Este cambio no afecta su comportamiento porque ``Py_UNICODE`` es "
221
+ "el alias de ``wchar_t`` desde Python 3.3."
218
222
219
223
#: ../Doc/library/array.rst:61
220
224
msgid ""
0 commit comments