|
1 | 1 | # Copyright (C) 2001-2020, Python Software Foundation
|
2 | 2 | # This file is distributed under the same license as the Python package.
|
3 |
| -# Maintained by the python-doc-es workteam. |
| 3 | +# Maintained by the python-doc-es workteam. |
4 | 4 | # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
|
5 | 5 | # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
|
6 | 6 | #
|
7 |
| -#, fuzzy |
8 | 7 | msgid ""
|
9 | 8 | msgstr ""
|
10 | 9 | "Project-Id-Version: Python 3.8\n"
|
11 | 10 | "Report-Msgid-Bugs-To: \n"
|
12 | 11 | "POT-Creation-Date: 2019-05-06 11:59-0400\n"
|
13 |
| -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
14 |
| -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 12 | +"PO-Revision-Date: 2020-05-09 03:08+0200\n" |
15 | 13 | "Language-Team: python-doc-es\n"
|
16 | 14 | "MIME-Version: 1.0\n"
|
17 | 15 | "Content-Type: text/plain; charset=UTF-8\n"
|
18 | 16 | "Content-Transfer-Encoding: 8bit\n"
|
| 17 | +"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 18 | +"Last-Translator: \n" |
| 19 | +"Language: es\n" |
| 20 | +"X-Generator: Poedit 2.3\n" |
19 | 21 |
|
20 | 22 | #: ../Doc/c-api/descriptor.rst:6
|
21 | 23 | msgid "Descriptor Objects"
|
22 |
| -msgstr "" |
| 24 | +msgstr "Objetos descriptores" |
23 | 25 |
|
24 | 26 | #: ../Doc/c-api/descriptor.rst:8
|
25 | 27 | msgid ""
|
26 | 28 | "\"Descriptors\" are objects that describe some attribute of an object. They "
|
27 | 29 | "are found in the dictionary of type objects."
|
28 | 30 | msgstr ""
|
| 31 | +"Los \"descriptores\" son objetos que describen algún atributo de un objeto. " |
| 32 | +"Se encuentran en el diccionario de objetos tipo." |
29 | 33 |
|
30 | 34 | #: ../Doc/c-api/descriptor.rst:15
|
31 | 35 | msgid "The type object for the built-in descriptor types."
|
32 |
| -msgstr "" |
| 36 | +msgstr "El objeto de tipo para los tipos de descriptor incorporado." |
33 | 37 |
|
34 | 38 | #: ../Doc/c-api/descriptor.rst:35
|
35 | 39 | msgid ""
|
36 | 40 | "Return true if the descriptor objects *descr* describes a data attribute, or "
|
37 | 41 | "false if it describes a method. *descr* must be a descriptor object; there "
|
38 | 42 | "is no error checking."
|
39 | 43 | msgstr ""
|
| 44 | +"Retorna verdadero si el descriptor objetos *descr* describe un atributo de " |
| 45 | +"datos, o falso si describe un método. *descr* debe ser un objeto descriptor; " |
| 46 | +"No hay comprobación de errores." |
0 commit comments