Skip to content

Commit bdbe743

Browse files
committed
Update translation from Transifex
1 parent 36e6b0a commit bdbe743

5 files changed

Lines changed: 10 additions & 12 deletions

File tree

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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-05-09 06:17+0000\n"
14+
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -420,9 +420,6 @@ msgid ""
420420
"(`False` for sequential mode)."
421421
msgstr ""
422422

423-
msgid "Explanation of tree mode parameters."
424-
msgstr ""
425-
426423
msgid ""
427424
"See section 2.10 in `BLAKE2 specification <https://blake2.net/"
428425
"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
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-07-15 06:53+0000\n"
15+
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
1717
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -160,7 +160,7 @@ msgid ""
160160
"`Cursor.description` does not include the type, i. e. if you use something "
161161
"like ``'as \"Expiration date [datetime]\"'`` in your SQL, then we will parse "
162162
"out everything until the first ``'['`` for the column name and strip the "
163-
"preceeding space: the column name would simply be \"Expiration date\"."
163+
"preceding space: the column name would simply be \"Expiration date\"."
164164
msgstr ""
165165

166166
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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-05-26 06:28+0000\n"
14+
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:27+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"
@@ -1181,7 +1181,7 @@ msgid ""
11811181
"inserts *x* into *s* at the index given by *i* (same as ``s[i:i] = [x]``)"
11821182
msgstr ""
11831183

1184-
msgid "``s.pop([i])``"
1184+
msgid "``s.pop()`` or ``s.pop(i)``"
11851185
msgstr ""
11861186

11871187
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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\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 ""

0 commit comments

Comments
 (0)