Skip to content

Commit 6647e7a

Browse files
authored
Merge pull request #150 from cmaureir/traduccion-index
Traducido c-api/index
2 parents b8e464b + ecac94e commit 6647e7a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

c-api/index.po

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# 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.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"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:11+0200\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"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"
1921

2022
#: ../Doc/c-api/index.rst:5
2123
msgid "Python/C API Reference Manual"
22-
msgstr ""
24+
msgstr "Manual de referencia de la API en C de Python"
2325

2426
#: ../Doc/c-api/index.rst:7
2527
msgid ""
@@ -28,3 +30,7 @@ msgid ""
2830
"`extending-index`, which describes the general principles of extension "
2931
"writing but does not document the API functions in detail."
3032
msgstr ""
33+
"Este manual documenta la API utilizada por los programadores de C y C ++ que "
34+
"desean escribir módulos de extensión o incorporar Python. Es un complemento "
35+
"de :ref:`extending-index`, que describe los principios generales de la "
36+
"escritura de extensión pero no documenta las funciones API en detalle."

0 commit comments

Comments
 (0)