Skip to content

Commit 069cdb3

Browse files
committed
Update translation from Transifex
1 parent 0b98305 commit 069cdb3

File tree

7 files changed

+16
-21
lines changed

7 files changed

+16
-21
lines changed

.tx/config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ trans.pl = c-api/number.po
231231
type = PO
232232
source_lang = en
233233

234+
[python-newest.c-api--objbuffer]
235+
trans.pl = c-api/objbuffer.po
236+
type = PO
237+
source_lang = en
238+
234239
[python-newest.c-api--object]
235240
trans.pl = c-api/object.po
236241
type = PO

library/concurrent_futures.po

Lines changed: 3 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: 2021-06-29 12:56+0000\n"
14+
"POT-Creation-Date: 2021-07-29 13:22+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -297,7 +297,8 @@ msgid ""
297297
"will be raised."
298298
msgstr ""
299299

300-
msgid "If the call raised, this method will raise the same exception."
300+
msgid ""
301+
"If the call raised an exception, this method will raise the same exception."
301302
msgstr ""
302303

303304
msgid ""

library/hashlib.po

Lines changed: 1 addition & 4 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: 2021-07-27 13:07+0000\n"
14+
"POT-Creation-Date: 2021-07-29 13:22+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -422,9 +422,6 @@ msgid ""
422422
"(`False` for sequential mode)."
423423
msgstr ""
424424

425-
msgid "Explanation of tree mode parameters."
426-
msgstr ""
427-
428425
msgid ""
429426
"See section 2.10 in `BLAKE2 specification <https://blake2.net/"
430427
"blake2_20130129.pdf>`_ for comprehensive review of tree hashing."

library/sqlite3.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.10\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2021-07-15 12:58+0000\n"
16+
"POT-Creation-Date: 2021-07-29 13:22+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
1818
"Last-Translator: Igor Zubrycki <igorzubrycki@gmail.com>, 2021\n"
1919
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -161,7 +161,7 @@ msgid ""
161161
"`Cursor.description` does not include the type, i. e. if you use something "
162162
"like ``'as \"Expiration date [datetime]\"'`` in your SQL, then we will parse "
163163
"out everything until the first ``'['`` for the column name and strip the "
164-
"preceeding space: the column name would simply be \"Expiration date\"."
164+
"preceding space: the column name would simply be \"Expiration date\"."
165165
msgstr ""
166166

167167
msgid ""

library/stdtypes.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.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-07-27 13:07+0000\n"
14+
"POT-Creation-Date: 2021-07-29 13:22+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1185,7 +1185,7 @@ msgid ""
11851185
"inserts *x* into *s* at the index given by *i* (same as ``s[i:i] = [x]``)"
11861186
msgstr ""
11871187

1188-
msgid "``s.pop([i])``"
1188+
msgid "``s.pop()`` or ``s.pop(i)``"
11891189
msgstr ""
11901190

11911191
msgid "retrieves the item at *i* and also removes it from *s*"

library/textwrap.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.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
14+
"POT-Creation-Date: 2021-07-29 13:22+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -45,7 +45,7 @@ msgstr ""
4545

4646
msgid ""
4747
"Optional keyword arguments correspond to the instance attributes of :class:"
48-
"`TextWrapper`, documented below. *width* defaults to ``70``."
48+
"`TextWrapper`, documented below."
4949
msgstr ""
5050

5151
msgid ""

whatsnew/3.10.po

Lines changed: 1 addition & 9 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: 2021-07-27 13:07+0000\n"
14+
"POT-Creation-Date: 2021-07-29 13:22+0000\n"
1515
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2316,14 +2316,6 @@ msgid ""
23162316
"(Contributed by Victor Stinner in :issue:`41692`.)"
23172317
msgstr ""
23182318

2319-
msgid ""
2320-
"``PyObject_AsCharBuffer()``, ``PyObject_AsReadBuffer()``, "
2321-
"``PyObject_CheckReadBuffer()``, and ``PyObject_AsWriteBuffer()`` are "
2322-
"removed. Please migrate to new buffer protocol; :c:func:`PyObject_GetBuffer` "
2323-
"and :c:func:`PyBuffer_Release`. (Contributed by Inada Naoki in :issue:"
2324-
"`41103`.)"
2325-
msgstr ""
2326-
23272319
msgid ""
23282320
"Removed ``Py_UNICODE_str*`` functions manipulating ``Py_UNICODE*`` strings. "
23292321
"(Contributed by Inada Naoki in :issue:`41123`.)"

0 commit comments

Comments
 (0)