Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d748ee

Browse files
authored
Merge branch '3.8' into traduccion-weakref
2 parents917a27a +3cef9cf commit7d748ee

File tree

480 files changed

+1543
-1514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

480 files changed

+1543
-1514
lines changed

‎.overrides/progress.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:orphan:
2+
3+
===========================
4+
Progreso de la traducción
5+
===========================
6+
7+
Aquí puedes ver a la lista de todos los archivo de la documentación,
8+
con sus respectivos porcentajes de lo traducido, los párrafos marcados como ``fuzzy``,
9+
y otras estadísticas.
10+
11+
..note::
12+
13+
Esta lista se actualiza automáticamente cuando Pull Requests se *mergean* a la rama ``3.8``.
14+
15+
..runblock::console
16+
17+
$ potodo --offline --path .

‎.overrides/tools/templates/indexsidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h3>¡Ayúdanos a traducir!</h3>
22
<ul>
33
<li><ahref="CONTRIBUTING.html">Guía para contribuir</a></li>
4+
<li><ahref="progress.html">Progreso de la traducción</a></li>
45
</ul>
56

67
<h3>Recursos</h3>

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ help:
4040
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
4141
.PHONY: build
4242
build: setup
43-
sphinx-build -j auto -b html -d$(OUTPUT_DOCTREE) -D language=$(LANGUAGE).$(OUTPUT_HTML)
43+
PYTHONWARNINGS=ignore::FutureWarningsphinx-build -j auto -W --keep-going -b html -d$(OUTPUT_DOCTREE) -D language=$(LANGUAGE).$(OUTPUT_HTML)
4444
@echo"Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html,"\
4545
"or run 'make serve' to see them in http://localhost:8000";
4646

‎about.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version:Python 3.7\n"
9+
"Project-Id-Version:Python 3.8\n"
1010
"Report-Msgid-Bugs-To:\n"
1111
"POT-Creation-Date:2019-05-06 11:59-0400\n"
1212
"PO-Revision-Date:2019-12-22 12:23+0100\n"
@@ -15,7 +15,7 @@ msgstr ""
1515
"Content-Transfer-Encoding:8bit\n"
1616
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
1717
"Last-Translator:\n"
18-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
18+
"Language-Team:python-doc-es\n"
1919
"Language:es\n"
2020
"X-Generator:Poedit 2.2.4\n"
2121

‎bugs.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version:Python 3.7\n"
11+
"Project-Id-Version:Python 3.8\n"
1212
"Report-Msgid-Bugs-To:\n"
1313
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1414
"PO-Revision-Date:2020-02-23 16:37+0100\n"
1515
"Last-Translator:\n"
1616
"Language:es\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"Plural-Forms:nplurals=2; plural=(n != 1)\n"
2020
"MIME-Version:1.0\n"

‎c-api/abstract.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# This file is distributed under the same license as the Python package.
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
77
#,fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version:Python 3.7\n"
10+
"Project-Id-Version:Python 3.8\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2019-05-06 11:59-0400\n"
1313
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
15+
"Language-Team:python-doc-es\n"
1616
"python.org)\n"
1717
"MIME-Version:1.0\n"
1818
"Content-Type:text/plain; charset=UTF-8\n"

‎c-api/allocation.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# This file is distributed under the same license as the Python package.
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
77
#,fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version:Python 3.7\n"
10+
"Project-Id-Version:Python 3.8\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2019-05-06 11:59-0400\n"
1313
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
15+
"Language-Team:python-doc-es\n"
1616
"python.org)\n"
1717
"MIME-Version:1.0\n"
1818
"Content-Type:text/plain; charset=UTF-8\n"

‎c-api/apiabiversion.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# This file is distributed under the same license as the Python package.
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
77
#,fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version:Python 3.7\n"
10+
"Project-Id-Version:Python 3.8\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2019-05-06 11:59-0400\n"
1313
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
15+
"Language-Team:python-doc-es\n"
1616
"python.org)\n"
1717
"MIME-Version:1.0\n"
1818
"Content-Type:text/plain; charset=UTF-8\n"

‎c-api/arg.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/bool.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# This file is distributed under the same license as the Python package.
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
77
#,fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version:Python 3.7\n"
10+
"Project-Id-Version:Python 3.8\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2019-05-06 11:59-0400\n"
1313
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
15+
"Language-Team:python-doc-es\n"
1616
"python.org)\n"
1717
"MIME-Version:1.0\n"
1818
"Content-Type:text/plain; charset=UTF-8\n"

‎c-api/buffer.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/bytearray.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/bytes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/capsule.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/cell.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/code.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/codec.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/complex.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

‎c-api/concrete.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.7\n"
12+
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-05-05 12:54+0200\n"
1515
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1616
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
17-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
17+
"Language-Team:python-doc-es\n"
1818
"python.org)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp