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

Commit8767f3c

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: python-doc bot
1 parentfab7576 commit8767f3c

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

‎library/ssl.po‎

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-09-27 14:12+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1088,8 +1088,8 @@ msgid "Use :meth:`~SSLSocket.recv` instead of :meth:`~SSLSocket.read`."
10881088
msgstr""
10891089

10901090
msgid""
1091-
"Write *buf* to the SSL socket and return the number of bytes written. The "
1092-
"*buf* argument must be an object supporting the buffer interface."
1091+
"Write *data* to the SSL socket and return the number of bytes written. The "
1092+
"*data* argument must be an object supporting the buffer interface."
10931093
msgstr""
10941094

10951095
msgid""
@@ -1104,7 +1104,7 @@ msgstr ""
11041104

11051105
msgid""
11061106
"The socket timeout is no longer reset each time bytes are received or sent. "
1107-
"The socket timeout is now the maximum total duration to write *buf*."
1107+
"The socket timeout is now the maximum total duration to write *data*."
11081108
msgstr""
11091109

11101110
msgid"Use :meth:`~SSLSocket.send` instead of :meth:`~SSLSocket.write`."
@@ -1127,7 +1127,13 @@ msgid "Perform the SSL setup handshake."
11271127
msgstr""
11281128

11291129
msgid""
1130-
"The handshake method also performs :func:`match_hostname` when the :attr:"
1130+
"If *block* is true and the timeout obtained by :meth:`~socket.socket."
1131+
"gettimeout` is zero, the socket is set in blocking mode until the handshake "
1132+
"is performed."
1133+
msgstr""
1134+
1135+
msgid""
1136+
"The handshake method also performs :func:`!match_hostname` when the :attr:"
11311137
"`~SSLContext.check_hostname` attribute of the socket's :attr:`~SSLSocket."
11321138
"context` is true."
11331139
msgstr""
@@ -1139,7 +1145,7 @@ msgstr ""
11391145

11401146
msgid""
11411147
"Hostname or IP address is matched by OpenSSL during handshake. The function :"
1142-
"func:`match_hostname` is no longer used. In case OpenSSL refuses a hostname "
1148+
"func:`!match_hostname` is no longer used. In case OpenSSL refuses a hostname "
11431149
"or IP address, the handshake is aborted early and a TLS alert message is "
11441150
"sent to the peer."
11451151
msgstr""
@@ -2900,7 +2906,7 @@ msgstr ""
29002906

29012907
msgid""
29022908
"Hostname matchings is now performed by OpenSSL. Python no longer uses :func:"
2903-
"`match_hostname`."
2909+
"`!match_hostname`."
29042910
msgstr""
29052911

29062912
msgid""

‎whatsnew/changelog.po‎

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 14:16+0000\n"
14+
"POT-Creation-Date: 2025-09-27 14:12+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -26,6 +26,27 @@ msgstr ""
2626
msgid "Changelog"
2727
msgstr "Lista zmian"
2828

29+
msgid "Python next"
30+
msgstr "Następna wersja Pythona"
31+
32+
msgid "*Release date: XXXX-XX-XX*"
33+
msgstr "*Data wydania: XX.XX.XXXX*"
34+
35+
msgid "Tools/Demos"
36+
msgstr "Narzędzia/Demo"
37+
38+
msgid ""
39+
":gh:`139330`: SBOM generation tool didn't cross-check the version and "
40+
"checksum values against the ``Modules/expat/refresh.sh`` script, leading to "
41+
"the values becoming out-of-date during routine updates."
42+
msgstr ""
43+
44+
msgid "Library"
45+
msgstr "Biblioteka"
46+
47+
msgid ":gh:`139312`: Upgrade bundled libexpat to 2.7.3"
48+
msgstr ""
49+
2950
msgid "Python 3.14.0 release candidate 3"
3051
msgstr ""
3152

@@ -39,9 +60,6 @@ msgid ""
3960
":gh:`138896`: Fix error installing C runtime on non-updated Windows machines"
4061
msgstr ""
4162

42-
msgid "Tools/Demos"
43-
msgstr "Narzędzia/Demo"
44-
4563
msgid ""
4664
":gh:`137873`: The iOS test runner has been simplified, resolving some issues "
4765
"that have been observed using the runner in GitHub Actions and Azure "
@@ -59,9 +77,6 @@ msgid ""
5977
"content (SVG or MathML) or as a bogus comment in the HTML namespace."
6078
msgstr ""
6179

62-
msgid "Library"
63-
msgstr "Biblioteka"
64-
6580
msgid ":gh:`138998`: Update bundled libexpat to 2.7.2"
6681
msgstr ""
6782

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp