Skip to content

Traducidas nuevas entradas library/array #1246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions library/array.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
"PO-Revision-Date: 2020-05-09 18:32+0200\n"
"Last-Translator: \n"
"PO-Revision-Date: 2021-08-04 12:39+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es_ES\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"X-Generator: Poedit 3.0\n"

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

#: ../Doc/library/array.rst:25
msgid "wchar_t"
msgstr ""
msgstr "wchar_t"

#: ../Doc/library/array.rst:25
msgid "Unicode character"
Expand Down Expand Up @@ -207,14 +208,17 @@ msgstr "Notas:"

#: ../Doc/library/array.rst:51
msgid "It can be 16 bits or 32 bits depending on the platform."
msgstr ""
msgstr "Puede ser de 16 bits o 32 bits según la plataforma."

#: ../Doc/library/array.rst:53
msgid ""
"``array('u')`` now uses ``wchar_t`` as C type instead of deprecated "
"``Py_UNICODE``. This change doesn't affect to its behavior because "
"``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3."
msgstr ""
"``array('u')`` ahora usa ``wchar_t`` como tipo C en lugar de ``Py_UNICODE`` "
"obsoleto. Este cambio no afecta su comportamiento porque ``Py_UNICODE`` es "
"el alias de ``wchar_t`` desde Python 3.3."

#: ../Doc/library/array.rst:61
msgid ""
Expand Down