Skip to content

Commit 17de768

Browse files
committed
Update translation from Transifex
1 parent ce7c9d4 commit 17de768

11 files changed

Lines changed: 17 additions & 17 deletions

File tree

library/ctypes.po

Lines 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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:05+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"

library/enum.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-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:09+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"
@@ -211,7 +211,7 @@ msgid ""
211211
msgstr ""
212212

213213
msgid ""
214-
"The goal of the default :meth:`_generate_next_value_` methods is to provide "
214+
"The goal of the default :meth:`_generate_next_value_` method is to provide "
215215
"the next :class:`int` in sequence with the last :class:`int` provided, but "
216216
"the way it does this is an implementation detail and may change."
217217
msgstr ""

library/functions.po

Lines changed: 1 addition & 1 deletion
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-02-08 05:23+0000\n"
15+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
1717
"Last-Translator: Igor Zubrycki <igorzubrycki@gmail.com>, 2020\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

library/json.po

Lines changed: 6 additions & 6 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-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:16+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"
@@ -344,7 +344,7 @@ msgid ""
344344
"*object_hook*, if specified, will be called with the result of every JSON "
345345
"object decoded and its return value will be used in place of the given :"
346346
"class:`dict`. This can be used to provide custom deserializations (e.g. to "
347-
"support JSON-RPC class hinting)."
347+
"support `JSON-RPC <http://www.jsonrpc.org>`_ class hinting)."
348348
msgstr ""
349349

350350
msgid ""
@@ -412,8 +412,8 @@ msgid ""
412412
msgstr ""
413413

414414
msgid ""
415-
"If *skipkeys* is false (the default), then it is a :exc:`TypeError` to "
416-
"attempt encoding of keys that are not :class:`str`, :class:`int`, :class:"
415+
"If *skipkeys* is false (the default), a :exc:`TypeError` will be raised when "
416+
"trying to encode keys that are not :class:`str`, :class:`int`, :class:"
417417
"`float` or ``None``. If *skipkeys* is true, such items are simply skipped."
418418
msgstr ""
419419

@@ -444,8 +444,8 @@ msgid ""
444444
msgstr ""
445445

446446
msgid ""
447-
"For example, to support arbitrary iterators, you could implement default "
448-
"like this::"
447+
"For example, to support arbitrary iterators, you could implement :meth:"
448+
"`default` like this::"
449449
msgstr ""
450450

451451
msgid ""

library/pdb.po

Lines 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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:21+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2019\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

library/sqlite3.po

Lines changed: 1 addition & 1 deletion
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-02-01 05:19+0000\n"
15+
"POT-Creation-Date: 2021-03-02 05:36+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"

library/subprocess.po

Lines 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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:28+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"

library/syslog.po

Lines 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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:29+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"

library/tempfile.po

Lines 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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-03-02 05:36+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"

library/winreg.po

Lines 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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:35+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"

0 commit comments

Comments
 (0)