Skip to content

Commit dbaf966

Browse files
author
Summerok
committed
Working on reference/index (grouping 3 commits into 1)
Update index.po Minor fix due to gender issue
1 parent ccbd85f commit dbaf966

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

reference/index.po

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,24 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.7\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
11+
"PO-Revision-Date: 2020-03-23 19:31+0100\n"
1512
"MIME-Version: 1.0\n"
1613
"Content-Type: text/plain; charset=UTF-8\n"
1714
"Content-Transfer-Encoding: 8bit\n"
15+
"Last-Translator: \n"
16+
"Language-Team: \n"
17+
"X-Generator: Poedit 2.3\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19+
"Language: es\n"
1820

1921
#: ../Doc/reference/index.rst:5
2022
msgid "The Python Language Reference"
21-
msgstr ""
23+
msgstr "Referencia del Lenguaje Python"
2224

2325
#: ../Doc/reference/index.rst:7
2426
msgid ""
@@ -31,3 +33,12 @@ msgid ""
3133
"picture of how to write a Python extension module, and the :ref:`c-api-"
3234
"index` describes the interfaces available to C/C++ programmers in detail."
3335
msgstr ""
36+
"Este manual de referencia describe la sintaxis y la \"semántica base\" del "
37+
"lenguaje. Es conciso, pero intenta ser exacto y completo. La semántica de "
38+
"los tipos de objetos integrados no esenciales y de las funciones y módulos "
39+
"integrados están descritos en :ref:`library-index`. Para obtener una "
40+
"introducción informal al lenguaje, consulte :ref:`tutorial-index`. Para "
41+
"programadores C o C++, existen dos manuales adicionales: :ref:`extending-"
42+
"index` describe detalladamente cómo escribir un módulo de extensión de "
43+
"Python, y :ref:`c-api-index` describe en detalle las interfaces disponibles "
44+
"para los programadores C/C++."

0 commit comments

Comments
 (0)