Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducido archivo 'library/stdtypes'#1811

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rtobar merged 2 commits intopython:3.10frommmmarcos:traduccion-stdtypes
Jan 5, 2022
Merged
Changes fromall 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: 10 additions & 4 deletionslibrary/stdtypes.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date:2021-10-31 08:32+0100\n"
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"PO-Revision-Date:2022-01-05 15:30+0100\n"
"Last-Translator:Marcos Medrano <marcosmedrano0@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand DownExpand Up@@ -945,6 +945,9 @@ msgid ""
"Return the number of ones in the binary representation of the absolute value "
"of the integer. This is also known as the population count. Example::"
msgstr ""
"Retorna el número de unos en la representación binaria del valor absoluto "
"del entero. Esto también se conoce como el recuento de la población. "
"Ejemplo::"

#: ../Doc/library/stdtypes.rst:504
msgid "Return an array of bytes representing an integer."
Expand DownExpand Up@@ -1900,9 +1903,8 @@ msgstr ""
"``s[i:i] = [x]``)"

#: ../Doc/library/stdtypes.rst:1115
#, fuzzy
msgid "``s.pop()`` or ``s.pop(i)``"
msgstr "``s.extend(t)`` o ``s += t``"
msgstr "``s.pop()`` o ``s.pop(i)``"

#: ../Doc/library/stdtypes.rst:1115
msgid "retrieves the item at *i* and also removes it from *s*"
Expand DownExpand Up@@ -6767,6 +6769,8 @@ msgid ""
"Return a :class:`types.MappingProxyType` that wraps the original dictionary "
"to which the view refers."
msgstr ""
"Retorna un :class:`types.MappingProxyType` que envuelve el diccionario "
"original al que se refiere la vista."

#: ../Doc/library/stdtypes.rst:4648
msgid ""
Expand DownExpand Up@@ -7592,6 +7596,8 @@ msgid ""
"Accessing ``__code__`` raises an :ref:`auditing event <auditing>` ``object."
"__getattr__`` with arguments ``obj`` and ``\"__code__\"``."
msgstr ""
"Al acceder a ``__code__`` se lanza un :ref:`evento de auditoría <auditing>` "
"``object.__getattr__`` con argumentos ``obj`` y ``\"__code__\"``."

#: ../Doc/library/stdtypes.rst:5204
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp