Skip to content

Commit ffb4d91

Browse files
committed
Merge branch '3.7' of github.com:raulcd/python-docs-es into update-from-3.7
2 parents 1692954 + 8ba1999 commit ffb4d91

File tree

9 files changed

+1957
-1043
lines changed

9 files changed

+1957
-1043
lines changed

.gitignore

+12-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,3 @@ coverage.xml
4960
# Ides
5061
.vscode/
5162
.idea/
52-
53-
.pospell

.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``

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"

0 commit comments

Comments
 (0)