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 7115bd5

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 0fbcbb7 commit 7115bd5
Copy full SHA for 7115bd5

File tree

Expand file treeCollapse file tree

3 files changed

+16
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+16
-8
lines changed

‎library/asyncio-stream.po

Copy file name to clipboardExpand all lines: library/asyncio-stream.po
+13-5Lines changed: 13 additions & 5 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: 2023-02-17 14:22+0000\n"
14+
"POT-Creation-Date: 2023-02-24 14: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"
@@ -161,14 +161,22 @@ msgid ""
161161
"func:`open_connection` and :func:`start_server` instead."
162162
msgstr ""
163163

164+
msgid "Read up to *n* bytes from the stream."
165+
msgstr ""
166+
164167
msgid ""
165-
"Read up to *n* bytes. If *n* is not provided, or set to ``-1``, read until "
166-
"EOF and return all read bytes."
168+
"If *n* is not provided or set to ``-1``, read until EOF, then return all "
169+
"read :class:`bytes`. If EOF was received and the internal buffer is empty, "
170+
"return an empty ``bytes`` object."
171+
msgstr ""
172+
173+
msgid "If *n* is ``0``, return an empty ``bytes`` object immediately."
167174
msgstr ""
168175

169176
msgid ""
170-
"If EOF was received and the internal buffer is empty, return an empty "
171-
"``bytes`` object."
177+
"If *n* is positive, return at most *n* available ``bytes`` as soon as at "
178+
"least 1 byte is available in the internal buffer. If EOF is received before "
179+
"any byte is read, return an empty ``bytes`` object."
172180
msgstr ""
173181

174182
msgid ""

‎library/plistlib.po

Copy file name to clipboardExpand all lines: library/plistlib.po
+1-1Lines changed: 1 addition & 1 deletion
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: 2023-02-10 14:21+0000\n"
14+
"POT-Creation-Date: 2023-02-24 14: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"

‎library/stdtypes.po

Copy file name to clipboardExpand all lines: library/stdtypes.po
+2-2Lines 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.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-17 14:22+0000\n"
14+
"POT-Creation-Date: 2023-02-24 14: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"
@@ -103,7 +103,7 @@ msgstr "Notatki"
103103
msgid "``x or y``"
104104
msgstr ""
105105

106-
msgid "if *x* is false, then *y*, else *x*"
106+
msgid "if *x* is true, then *x*, else *y*"
107107
msgstr ""
108108

109109
msgid "\\(1)"

0 commit comments

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