Skip to content

Commit c9898e2

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent b77ae88 commit c9898e2

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

library/asyncio-stream.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-15 15:19+0000\n"
14+
"POT-Creation-Date: 2025-10-05 14:53+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -293,6 +293,11 @@ msgid ""
293293
"until it can be sent."
294294
msgstr ""
295295

296+
msgid ""
297+
"The *data* buffer should be a bytes, bytearray, or C-contiguous one-"
298+
"dimensional memoryview object."
299+
msgstr ""
300+
296301
msgid "The method should be used along with the ``drain()`` method::"
297302
msgstr ""
298303

@@ -301,11 +306,6 @@ msgid ""
301306
"await stream.drain()"
302307
msgstr ""
303308

304-
msgid ""
305-
"The *data* buffer should be a C contiguous one-dimensional :term:`bytes-like "
306-
"object <bytes-like object>`."
307-
msgstr ""
308-
309309
msgid ""
310310
"The method writes a list (or any iterable) of bytes to the underlying socket "
311311
"immediately. If that fails, the data is queued in an internal write buffer "

using/configure.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-27 14:56+0000\n"
14+
"POT-Creation-Date: 2025-10-05 14:53+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -51,7 +51,7 @@ msgid "Support for threads."
5151
msgstr ""
5252

5353
msgid ""
54-
"OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.9 is the recommended "
54+
"OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.18 is the recommended "
5555
"minimum version for the :mod:`ssl` and :mod:`hashlib` extension modules."
5656
msgstr ""
5757

whatsnew/changelog.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-01 15:05+0000\n"
14+
"POT-Creation-Date: 2025-10-05 14:53+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -35,6 +35,9 @@ msgstr "*Data wydania: XX.XX.XXXX*"
3535
msgid "Windows"
3636
msgstr "Windows"
3737

38+
msgid ":gh:`139573`: Updated bundled version of OpenSSL to 3.0.18."
39+
msgstr ""
40+
3841
msgid ""
3942
":gh:`138896`: Fix error installing C runtime on non-updated Windows machines"
4043
msgstr ""

0 commit comments

Comments
 (0)