Skip to content

Commit 2a45a8a

Browse files
authored
Traducidas nuevas entradas library/array (#1246)
1 parent c413858 commit 2a45a8a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

library/array.po

+9-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1616
"Language: es_ES\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/array.rst:2
2526
msgid ":mod:`array` --- Efficient arrays of numeric values"
@@ -95,7 +96,7 @@ msgstr "``'u'``"
9596

9697
#: ../Doc/library/array.rst:25
9798
msgid "wchar_t"
98-
msgstr ""
99+
msgstr "wchar_t"
99100

100101
#: ../Doc/library/array.rst:25
101102
msgid "Unicode character"
@@ -207,14 +208,17 @@ msgstr "Notas:"
207208

208209
#: ../Doc/library/array.rst:51
209210
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."
211212

212213
#: ../Doc/library/array.rst:53
213214
msgid ""
214215
"``array('u')`` now uses ``wchar_t`` as C type instead of deprecated "
215216
"``Py_UNICODE``. This change doesn't affect to its behavior because "
216217
"``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3."
217218
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."
218222

219223
#: ../Doc/library/array.rst:61
220224
msgid ""

0 commit comments

Comments
 (0)