Migration 3.14 (#3436) · python/python-docs-es@0923eb4 · GitHub
Skip to content

Commit 0923eb4

Browse files
authored
Migration 3.14 (#3436)
:)
1 parent 507e337 commit 0923eb4

380 files changed

Lines changed: 108742 additions & 70080 deletions

File tree

Some content is hidden

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

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Configuration
99

1010
CPYTHON_PATH := cpython # Current commit for this upstream repo is setted by the submodule
11-
BRANCH := 3.13
11+
BRANCH := 3.14
1212
LANGUAGE_TEAM := python-docs-es
1313
LANGUAGE := es
1414

about.po

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,34 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
13+
"POT-Creation-Date: 2026-02-26 18:44-0300\n"
1414
"PO-Revision-Date: 2023-11-26 19:02+0100\n"
1515
"Last-Translator: Marcos Medrano <marcosmedrano0@gmail.com>\n"
16-
"Language-Team: python-doc-es\n"
1716
"Language: es\n"
17+
"Language-Team: python-doc-es\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=utf-8\n"
2021
"Content-Transfer-Encoding: 8bit\n"
21-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
22-
"Generated-By: Babel 2.10.3\n"
23-
"X-Generator: Poedit 3.4.1\n"
22+
"Generated-By: Babel 2.18.0\n"
2423

2524
#: ../Doc/about.rst:3
26-
msgid "About these documents"
25+
#, fuzzy
26+
msgid "About this documentation"
2727
msgstr "Acerca de estos documentos"
2828

2929
#: ../Doc/about.rst:6
30+
#, fuzzy
3031
msgid ""
31-
"These documents are generated from `reStructuredText`_ sources by `Sphinx`_, "
32-
"a document processor specifically written for the Python documentation."
32+
"Python's documentation is generated from `reStructuredText`_ sources using "
33+
"`Sphinx`_, a documentation generator originally created for Python and now "
34+
"maintained as an independent project."
3335
msgstr ""
3436
"Estos documentos son generados por `reStructuredText`_ desarrollado por "
3537
"`Sphinx`_, un procesador de documentos específicamente escrito para la "
3638
"documentación de Python."
3739

38-
#: ../Doc/about.rst:15
40+
#: ../Doc/about.rst:16
3941
msgid ""
4042
"Development of the documentation and its toolchain is an entirely volunteer "
4143
"effort, just like Python itself. If you want to contribute, please take a "
@@ -47,39 +49,41 @@ msgstr ""
4749
"favor revisa la página :ref:`reporting-bugs` para más información de cómo "
4850
"hacerlo. Los nuevos voluntarios son siempre bienvenidos!"
4951

50-
#: ../Doc/about.rst:20
52+
#: ../Doc/about.rst:21
5153
msgid "Many thanks go to:"
5254
msgstr "Agradecemos a:"
5355

54-
#: ../Doc/about.rst:22
56+
#: ../Doc/about.rst:23
57+
#, fuzzy
5558
msgid ""
5659
"Fred L. Drake, Jr., the creator of the original Python documentation toolset "
57-
"and writer of much of the content;"
60+
"and author of much of the content;"
5861
msgstr ""
5962
"Fred L. Drake, Jr., el creador original de la documentación del conjunto de "
6063
"herramientas de Python y escritor de gran parte del contenido;"
6164

62-
#: ../Doc/about.rst:24
65+
#: ../Doc/about.rst:25
6366
msgid ""
6467
"the `Docutils <https://docutils.sourceforge.io/>`_ project for creating "
6568
"reStructuredText and the Docutils suite;"
6669
msgstr ""
6770
"el proyecto `Docutils <https://docutils.sourceforge.io/>`_ para creación de "
6871
"reStructuredText y la suite Docutils;"
6972

70-
#: ../Doc/about.rst:26
73+
#: ../Doc/about.rst:27
7174
msgid ""
7275
"Fredrik Lundh for his Alternative Python Reference project from which Sphinx "
7376
"got many good ideas."
7477
msgstr ""
7578
"Fredrik Lundh por su proyecto Referencia Alternativa de Python del que "
7679
"Sphinx obtuvo muchas buenas ideas."
7780

78-
#: ../Doc/about.rst:31
79-
msgid "Contributors to the Python Documentation"
81+
#: ../Doc/about.rst:32
82+
#, fuzzy
83+
msgid "Contributors to the Python documentation"
8084
msgstr "Contribuidores de la documentación de Python"
8185

82-
#: ../Doc/about.rst:33
86+
#: ../Doc/about.rst:34
8387
msgid ""
8488
"Many people have contributed to the Python language, the Python standard "
8589
"library, and the Python documentation. See :source:`Misc/ACKS` in the "
@@ -89,7 +93,7 @@ msgstr ""
8993
"estándar de Python, y la documentación de Python. Revisa :source:`Misc/ACKS` "
9094
"la distribución de Python para una lista parcial de contribuidores."
9195

92-
#: ../Doc/about.rst:37
96+
#: ../Doc/about.rst:38
9397
msgid ""
9498
"It is only with the input and contributions of the Python community that "
9599
"Python has such wonderful documentation -- Thank You!"

bugs.po

Lines changed: 43 additions & 41 deletions

0 commit comments

Comments
 (0)