Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch '3.9' into translate-datamodel
  • Loading branch information
humitos authored Mar 19, 2021
commit 2452c11d16752ee97762449ef85064e4bc167f9a
22 changes: 12 additions & 10 deletions reference/datamodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2021-03-10 17:19-0600\n"
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
"PO-Revision-Date: 2020-06-09 20:48-0500\n"
"Last-Translator: Carlos Joel Delgado Pizarro <cj@carlosjoel.net>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: Miguel Ángel Ramírez <migrmrz@gmail.com>\n"
"Language: es\n"
"X-Generator: Poedit 2.4.2\n"

#: ../Doc/reference/datamodel.rst:6
msgid "Data model"
Expand Down Expand Up @@ -839,7 +838,8 @@ msgstr ""
msgid "User-defined functions"
msgstr "Funciones definidas por el usuario"

#: ../Doc/reference/datamodel.rst:460
#: ../Doc/reference/datamodel.rst:482
#, fuzzy
msgid ""
"A user-defined function object is created by a function definition (see "
"section :ref:`function`). It should be called with an argument list "
Expand Down Expand Up @@ -1000,7 +1000,8 @@ msgstr ""
"La mayoría de los atributos etiquetados \"Escribible\" verifican el tipo del "
"valor asignado."

#: ../Doc/reference/datamodel.rst:542
#: ../Doc/reference/datamodel.rst:564
#, fuzzy
msgid ""
"Function objects also support getting and setting arbitrary attributes, "
"which can be used, for example, to attach metadata to functions. Regular "
Expand Down Expand Up @@ -1040,7 +1041,8 @@ msgstr ""
msgid "Instance methods"
msgstr "Métodos de instancia"

#: ../Doc/reference/datamodel.rst:562
#: ../Doc/reference/datamodel.rst:584
#, fuzzy
msgid ""
"An instance method object combines a class, a class instance and any "
"callable object (normally a user-defined function)."
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.