Skip to content

Commit bca6fda

Browse files
authored
Merge pull request #127 from PyCampES/library-index
2 parents 600d2e8 + e514a2b commit bca6fda

File tree

2 files changed

+40
-6
lines changed

2 files changed

+40
-6
lines changed

dict

+3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ especificador
8181
estáticamente
8282
except
8383
f
84+
Fibonacci
8485
flag
8586
flags
8687
float
88+
Flying
8789
format
8890
fraccional
8991
freeze
@@ -135,6 +137,7 @@ permutaciones
135137
pip
136138
podés
137139
portable
140+
portabilidad
138141
posicional
139142
posicionales
140143
post

library/index.po

+37-6
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"
15-
"Language-Team: python-doc-es\n"
12+
"PO-Revision-Date: 2020-05-07 18:31-0300\n"
13+
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
14+
"python.org)\n"
1615
"MIME-Version: 1.0\n"
1716
"Content-Type: text/plain; charset=UTF-8\n"
1817
"Content-Transfer-Encoding: 8bit\n"
18+
"Last-Translator: María Andrea Vignau\n"
19+
"X-Generator: Poedit 2.0.6\n"
20+
"Language: es\n"
1921

2022
#: ../Doc/library/index.rst:5
2123
msgid "The Python Standard Library"
22-
msgstr ""
24+
msgstr "La Biblioteca Estándar de Python"
2325

2426
#: ../Doc/library/index.rst:7
2527
msgid ""
@@ -28,6 +30,11 @@ msgid ""
2830
"library that is distributed with Python. It also describes some of the "
2931
"optional components that are commonly included in Python distributions."
3032
msgstr ""
33+
"Aunque :ref:`reference-index` describe la sintaxis y semántica precisa del "
34+
"lenguaje Python, este manual de referencia de la biblioteca describe la "
35+
"biblioteca estándar que se distribuye con Python. También describe algunos "
36+
"componentes opcionales que son usualmente incluidos en las distribuciones de "
37+
"Python."
3138

3239
#: ../Doc/library/index.rst:13
3340
msgid ""
@@ -41,6 +48,17 @@ msgid ""
4148
"portability of Python programs by abstracting away platform-specifics into "
4249
"platform-neutral APIs."
4350
msgstr ""
51+
"La biblioteca estándar de Python es muy amplia, y ofrece una gran cantidad "
52+
"de producciones como puede verse en la larga lista de contenidos. La "
53+
"biblioteca contiene módulos incorporados (escritos en C) que brindan acceso "
54+
"a las funcionalidades del sistema como entrada y salida de archivos que "
55+
"serían de otra forma inaccesibles para los programadores en Python, así como "
56+
"módulos escritos en Python que proveen soluciones estandarizadas para los "
57+
"diversos problemas que pueden ocurrir en el día a día en la programación. "
58+
"Algunos de éstos módulos están diseñados explícitamente para alentar y "
59+
"reforzar la portabilidad de los programas en Python abstrayendo "
60+
"especificidades de las plataformas para lograr APIs neutrales a la "
61+
"plataforma."
4462

4563
#: ../Doc/library/index.rst:23
4664
msgid ""
@@ -50,11 +68,24 @@ msgid ""
5068
"packages, so it may be necessary to use the packaging tools provided with "
5169
"the operating system to obtain some or all of the optional components."
5270
msgstr ""
71+
"Los instaladores de Python para la plataforma Windows frecuentemente "
72+
"incluyen la biblioteca estándar completa y suelen también incluir muchos "
73+
"componentes adicionales. Para los sistemas operativos tipo Unix Python suele "
74+
"ser provisto como una colección de paquetes, así que puede requerirse usar "
75+
"las herramientas de empaquetado disponibles en los sistemas operativos para "
76+
"obtener algunos o todos los componentes opcionales."
5377

78+
# `Python Package Index <https://pypi.org>`_.
79+
# ¿Indice de paquetes de python?
80+
# frameworks: marco de trabajo
5481
#: ../Doc/library/index.rst:30
5582
msgid ""
5683
"In addition to the standard library, there is a growing collection of "
5784
"several thousand components (from individual programs and modules to "
5885
"packages and entire application development frameworks), available from the "
5986
"`Python Package Index <https://pypi.org>`_."
6087
msgstr ""
88+
"Además de la biblioteca estándar, existe un colección creciente de varios "
89+
"miles de componentes (abarcando módulos o programas individuales, paquetes o "
90+
"*frameworks* completos de desarrollo de aplicaciones), disponibles en el "
91+
"`Python Package Index <https://pypi.org>`_."

0 commit comments

Comments
 (0)