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
# [email protected] / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.7\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-08 01:13+0200\n "
15
13
"Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
16
14
"python.org)\n "
17
15
"MIME-Version : 1.0\n "
18
16
"Content-Type : text/plain; charset=UTF-8\n "
19
17
"Content-Transfer-Encoding : 8bit\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
19
+ "Last-Translator : \n "
20
+ "Language : es\n "
21
+ "X-Generator : Poedit 2.3\n "
20
22
21
23
#: ../Doc/c-api/abstract.rst:7
22
24
msgid "Abstract Objects Layer"
23
- msgstr ""
25
+ msgstr "Capa de objetos abstractos "
24
26
25
27
#: ../Doc/c-api/abstract.rst:9
26
28
msgid ""
@@ -29,6 +31,11 @@ msgid ""
29
31
"or all sequence types). When used on object types for which they do not "
30
32
"apply, they will raise a Python exception."
31
33
msgstr ""
34
+ "Las funciones de este capítulo interactúan con los objetos de Python "
35
+ "independientemente de su tipo, o con amplias clases de tipos de objetos (por "
36
+ "ejemplo, todos los tipos numéricos o todos los tipos de secuencia). Cuando "
37
+ "se usan en tipos de objetos para los que no se aplican, generarán una "
38
+ "excepción de Python."
32
39
33
40
#: ../Doc/c-api/abstract.rst:14
34
41
msgid ""
@@ -37,3 +44,7 @@ msgid ""
37
44
"`PyList_New`, but whose items have not been set to some non-\\ ``NULL`` "
38
45
"value yet."
39
46
msgstr ""
47
+ "No es posible utilizar estas funciones en objetos que no se inicializan "
48
+ "correctamente, como un objeto de lista que ha sido creado por :c:func:"
49
+ "`PyList_New`, pero cuyos elementos no se han establecido en algunos valores "
50
+ "no-\\ ``NULL`` aún."
0 commit comments