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

Commit7a26324

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent44b3467 commit7a26324

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

‎sphinx.po‎

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.12\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-19 15:40+0000\n"
14+
"POT-Creation-Date:2025-10-07 15:53+0000\n"
1515
"PO-Revision-Date:2025-07-18 19:59+0000\n"
1616
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -57,23 +57,6 @@ msgstr "Spakowane jako .zip"
5757
msgid"Packed as .tar.bz2"
5858
msgstr"Spakowane jako .tar.bz2"
5959

60-
msgid"PDF"
61-
msgstr"PDF"
62-
63-
msgid""
64-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.zip\">Download</a> "
65-
"(ca. %(download_size)s MiB)"
66-
msgstr""
67-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.zip\">Pobierz</a> "
68-
"(ok. %(download_size)s MiB)"
69-
70-
msgid""
71-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.tar.bz2\">Download</"
72-
"a> (ca. %(download_size)s MiB)"
73-
msgstr""
74-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.tar.bz2\">Pobierz</"
75-
"a> (ok. %(download_size)s MiB)"
76-
7760
msgid"HTML"
7861
msgstr"HTML"
7962

@@ -138,6 +121,21 @@ msgstr ""
138121
msgid"These archives contain all the content in the documentation."
139122
msgstr"Archiwa te zawierają całą zawartość dokumentacji."
140123

124+
msgid""
125+
"\n"
126+
"We no longer provide updates to the pre-built PDFs of the documentation.\n"
127+
"The previously-built archives are still available and may be of use:\n"
128+
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.zip\">PDF (.zip "
129+
"archive)</a>;\n"
130+
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.tar.bz2\">PDF (.tar."
131+
"bz2 archive)</a>.\n"
132+
"To build a PDF archive, follow the instructions in the\n"
133+
"<a href=\"https://devguide.python.org/documentation/start-documenting/"
134+
"#building-the-documentation\">Developer's Guide</a>\n"
135+
"and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a "
136+
"copy of the CPython repository.\n"
137+
msgstr""
138+
141139
msgid"Unpacking"
142140
msgstr"Rozpakowywanie"
143141

‎whatsnew/changelog.po‎

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-09-27 15:43+0000\n"
15+
"POT-Creation-Date: 2025-10-07 15:53+0000\n"
1616
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1717
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -45,6 +45,13 @@ msgstr ""
4545
msgid "Security"
4646
msgstr "Bezpieczeństwo"
4747

48+
msgid ""
49+
":gh:`139400`: :mod:`xml.parsers.expat`: Make sure that parent Expat parsers "
50+
"are only garbage-collected once they are no longer referenced by subparsers "
51+
"created by :meth:`~xml.parsers.expat.xmlparser.ExternalEntityParserCreate`. "
52+
"Patch by Sebastian Pipping."
53+
msgstr ""
54+
4855
msgid ""
4956
":gh:`135661`: Fix parsing start and end tags in :class:`html.parser."
5057
"HTMLParser` according to the HTML5 standard."
@@ -79,6 +86,14 @@ msgid ""
7986
"g. ``<a foo==bar>`` produces attribute \"foo\" with value \"=bar\"."
8087
msgstr ""
8188

89+
msgid ""
90+
":gh:`135661`: Fix CDATA section parsing in :class:`html.parser.HTMLParser` "
91+
"according to the HTML5 standard: ``] ]>`` and ``]] >`` no longer end the "
92+
"CDATA section. Add private method ``_set_support_cdata()`` which can be used "
93+
"to specify how to parse ``<[CDATA[`` --- as a CDATA section in foreign "
94+
"content (SVG or MathML) or as a bogus comment in the HTML namespace."
95+
msgstr ""
96+
8297
msgid ""
8398
":gh:`102555`: Fix comment parsing in :class:`html.parser.HTMLParser` "
8499
"according to the HTML5 standard. ``--!>`` now ends the comment. ``-- >`` no "
@@ -106,6 +121,12 @@ msgstr ""
106121
msgid "Library"
107122
msgstr "Biblioteka"
108123

124+
msgid ":gh:`139312`: Upgrade bundled libexpat to 2.7.3"
125+
msgstr ""
126+
127+
msgid ":gh:`138998`: Update bundled libexpat to 2.7.2"
128+
msgstr ""
129+
109130
msgid ""
110131
":gh:`130577`: :mod:`tarfile` now validates archives to ensure member offsets "
111132
"are non-negative. (Contributed by Alexander Enrique Urieles Nieto in :gh:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp