Skip to content

Commit 0dfb1d5

Browse files
authored
Merge pull request #98 from PyCampES/update-from-3.7
Update from 3.7
2 parents cad9e9d + 948dd94 commit 0dfb1d5

File tree

11 files changed

+1265
-236
lines changed

11 files changed

+1265
-236
lines changed

.gitignore

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
cpython/locale
21
*.mo
32
/_build/
43

4+
# Submodules to avoid issues
5+
cpython
6+
.migration/tutorialpyar
7+
8+
# Files overriden by our scripts
9+
Doc/tools/templates/customsourcelink.html
10+
Doc/tools/templates/indexsidebar.html
11+
Doc/CONTRIBUTING.rst
12+
Doc/translation-memory.rst
13+
Doc/upgrade-python-version.rst
14+
locales/
15+
516
# Byte-compiled / optimized / DLL files
617
__pycache__/
718
*.py[cod]
@@ -49,5 +60,5 @@ coverage.xml
4960
# Ides
5061
.vscode/
5162
.idea/
52-
53-
.pospell
63+
/translation-memory.po
64+
/locale/

.overrides/translation-memory.rst

+27
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,30 @@ Si quieres ver cómo se ha utilizado un término anteriormente, puedes utilizar
3939

4040
docstring
4141
docstring. ``library/idle.po``
42+
43+
path
44+
Ruta. ``glossary.po``
45+
46+
named tuple.
47+
tupla nombrada ``glossary.po``
48+
49+
bytecodes
50+
queda igual ``glossary.po``
51+
52+
deallocated
53+
desalojable ``glossary.po``
54+
55+
callable
56+
invocable ``glossary.po``
57+
58+
built-in
59+
incorporada ``glossary.po``
60+
61+
mapping
62+
mapeo ``glossary.po``
63+
64+
underscore
65+
guión bajo ``glossary.po``
66+
67+
awaitable
68+
aguardable ``glossary``

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ script:
1414
- make build
1515
branches:
1616
only:
17-
- /3\.\d/
17+
- /^3\.\d$/

TRANSLATORS

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Héctor Canto (@hectorcanto_dev)
2+
Carlos Crespo (@cacrespo)
23
Raúl Cumplido (@raulcd)
34
Nicolás Demarchi (@gilgamezh)
45
Manuel Kaufmann (@humitos)
6+
María Andrea Vignau (@mavignau @marian-vignau)
57
Marco Richetta (@marcorichetta)

contents.po

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
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.7/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.7\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-06 12:21-0300\n"
1513
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\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/contents.rst:3
2123
msgid "Python Documentation contents"
22-
msgstr ""
24+
msgstr "Contenido de la documentación de Python"

dict

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ASCII
2+
Adler
23
Associates
34
Autocompletado
45
Awk
@@ -34,20 +35,24 @@ argv
3435
array
3536
arrays
3637
attr
38+
autenticación
3739
autocompletado
3840
backspace
3941
bash
4042
batch
4143
bug
44+
búfer
4245
collector
4346
comilla
4447
command
4548
compilada
49+
criptográficamente
4650
customización
4751
customizarlo
4852
datagramas
4953
debugueando
5054
default
55+
descompresor
5156
deserialización
5257
deserializar
5358
dict
@@ -66,6 +71,7 @@ format
6671
fraccional
6772
freeze
6873
garbage
74+
gzip
6975
hardware
7076
if
7177
import
@@ -104,6 +110,7 @@ object
104110
option
105111
or
106112
permitiéndole
113+
permutaciones
107114
pip
108115
podés
109116
portable
@@ -164,6 +171,7 @@ submódulo
164171
submódulos
165172
subpaquete
166173
subpaquetes
174+
subsecuencias
167175
subíndices
168176
sys
169177
tab
@@ -177,3 +185,4 @@ tutorial
177185
uninstall
178186
vía
179187
x
188+
zlib

0 commit comments

Comments
 (0)