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

Appearance settings

Commit 497e9e1

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 2031b35 commit 497e9e1
Copy full SHA for 497e9e1

File tree

Expand file treeCollapse file tree

3 files changed

+30
-21
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+30
-21
lines changed

‎library/base64.po

Copy file name to clipboardExpand all lines: library/base64.po
+18-8Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-11-25 16:33+0000\n"
14+
"POT-Creation-Date: 2022-11-30 04:22+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -81,11 +81,17 @@ msgid ""
8181
msgstr ""
8282

8383
msgid ""
84-
"Optional *altchars* must be a :term:`bytes-like object` of at least length 2 "
85-
"(additional characters are ignored) which specifies an alternative alphabet "
86-
"for the ``+`` and ``/`` characters. This allows an application to e.g. "
87-
"generate URL or filesystem safe Base64 strings. The default is ``None``, "
88-
"for which the standard Base64 alphabet is used."
84+
"Optional *altchars* must be a :term:`bytes-like object` of length 2 which "
85+
"specifies an alternative alphabet for the ``+`` and ``/`` characters. This "
86+
"allows an application to e.g. generate URL or filesystem safe Base64 "
87+
"strings. The default is ``None``, for which the standard Base64 alphabet is "
88+
"used."
89+
msgstr ""
90+
91+
msgid ""
92+
"May assert or raise a a :exc:`ValueError` if the length of *altchars* is not "
93+
"2. Raises a :exc:`TypeError` if *altchars* is not a :term:`bytes-like "
94+
"object`."
8995
msgstr ""
9096

9197
msgid ""
@@ -95,8 +101,8 @@ msgstr ""
95101

96102
msgid ""
97103
"Optional *altchars* must be a :term:`bytes-like object` or ASCII string of "
98-
"at least length 2 (additional characters are ignored) which specifies the "
99-
"alternative alphabet used instead of the ``+`` and ``/`` characters."
104+
"length 2 which specifies the alternative alphabet used instead of the ``+`` "
105+
"and ``/`` characters."
100106
msgstr ""
101107

102108
msgid ""
@@ -110,6 +116,10 @@ msgid ""
110116
"in the input result in a :exc:`binascii.Error`."
111117
msgstr ""
112118

119+
msgid ""
120+
"May assert or raise a :exc:`ValueError` if the length of *altchars* is not 2."
121+
msgstr ""
122+
113123
msgid ""
114124
"Encode :term:`bytes-like object` *s* using the standard Base64 alphabet and "
115125
"return the encoded :class:`bytes`."

‎library/socketserver.po

Copy file name to clipboardExpand all lines: library/socketserver.po
+6-10Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-11-25 16:33+0000\n"
14+
"POT-Creation-Date: 2022-11-30 04:22+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -107,8 +107,7 @@ msgstr ""
107107
msgid ""
108108
"Note that :class:`UnixDatagramServer` derives from :class:`UDPServer`, not "
109109
"from :class:`UnixStreamServer` --- the only difference between an IP and a "
110-
"Unix stream server is the address family, which is simply repeated in both "
111-
"Unix server classes."
110+
"Unix server is the address family."
112111
msgstr ""
113112

114113
msgid ""
@@ -407,13 +406,10 @@ msgid ""
407406
"`~BaseRequestHandler.setup` and :meth:`~BaseRequestHandler.finish` methods, "
408407
"and provide :attr:`self.rfile` and :attr:`self.wfile` attributes. The :attr:"
409408
"`self.rfile` and :attr:`self.wfile` attributes can be read or written, "
410-
"respectively, to get the request data or return data to the client."
411-
msgstr ""
412-
413-
msgid ""
414-
"The :attr:`rfile` attributes of both classes support the :class:`io."
415-
"BufferedIOBase` readable interface, and :attr:`DatagramRequestHandler.wfile` "
416-
"supports the :class:`io.BufferedIOBase` writable interface."
409+
"respectively, to get the request data or return data to the client. The :"
410+
"attr:`!rfile` attributes support the :class:`io.BufferedIOBase` readable "
411+
"interface, and :attr:`!wfile` attributes support the :class:`!io."
412+
"BufferedIOBase` writable interface."
417413
msgstr ""
418414

419415
msgid ""

‎whatsnew/3.10.po

Copy file name to clipboardExpand all lines: whatsnew/3.10.po
+6-3Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-11-25 16:33+0000\n"
14+
"POT-Creation-Date: 2022-11-30 04:22+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -89,11 +89,14 @@ msgstr "Nowe cechy typowania:"
8989
msgid ":pep:`604`, Allow writing union types as X | Y"
9090
msgstr ":pep:`604`, Zezwolone pisanie sumy typów jako X | Y"
9191

92+
msgid ":pep:`612`, Parameter Specification Variables"
93+
msgstr ":pep:`612`, Zmienne specyfikacji parametrów"
94+
9295
msgid ":pep:`613`, Explicit Type Aliases"
9396
msgstr ":pep:`613`, Explicit Type Aliases"
9497

95-
msgid ":pep:`612`, Parameter Specification Variables"
96-
msgstr ":pep:`612`, Zmienne specyfikacji parametrów"
98+
msgid ":pep:`647`, User-Defined Type Guards"
99+
msgstr ""
97100

98101
msgid "Important deprecations, removals or restrictions:"
99102
msgstr "Ważne dezaprobaty, usunięcia lub ograniczenia:"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.