Skip to content

Commit 6426a95

Browse files
committed
Update translation from Transifex
1 parent e651b4f commit 6426a95

File tree

4 files changed

+10
-28
lines changed

4 files changed

+10
-28
lines changed

c-api/bytes.po

Lines changed: 3 additions & 3 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-01-07 05:06+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:33+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"
@@ -41,12 +41,12 @@ msgstr ""
4141

4242
msgid ""
4343
"Return true if the object *o* is a bytes object or an instance of a subtype "
44-
"of the bytes type."
44+
"of the bytes type. This function always succeeds."
4545
msgstr ""
4646

4747
msgid ""
4848
"Return true if the object *o* is a bytes object, but not an instance of a "
49-
"subtype of the bytes type."
49+
"subtype of the bytes type. This function always succeeds."
5050
msgstr ""
5151

5252
msgid ""

c-api/dict.po

Lines changed: 3 additions & 3 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-01-07 05:06+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17: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"
@@ -37,12 +37,12 @@ msgstr ""
3737

3838
msgid ""
3939
"Return true if *p* is a dict object or an instance of a subtype of the dict "
40-
"type."
40+
"type. This function always succeeds."
4141
msgstr ""
4242

4343
msgid ""
4444
"Return true if *p* is a dict object, but not an instance of a subtype of the "
45-
"dict type."
45+
"dict type. This function always succeeds."
4646
msgstr ""
4747

4848
msgid "Return a new empty dictionary, or ``NULL`` on failure."

c-api/tuple.po

Lines changed: 3 additions & 3 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-01-07 05:06+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:39+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"
@@ -36,12 +36,12 @@ msgstr ""
3636

3737
msgid ""
3838
"Return true if *p* is a tuple object or an instance of a subtype of the "
39-
"tuple type."
39+
"tuple type. This function always succeeds."
4040
msgstr ""
4141

4242
msgid ""
4343
"Return true if *p* is a tuple object, but not an instance of a subtype of "
44-
"the tuple type."
44+
"the tuple type. This function always succeeds."
4545
msgstr ""
4646

4747
msgid "Return a new tuple object of size *len*, or ``NULL`` on failure."

library/sqlite3.po

Lines changed: 1 addition & 19 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-01-01 05:02+0000\n"
15+
"POT-Creation-Date: 2021-01-07 05:06+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"
@@ -1065,24 +1065,6 @@ msgid ""
10651065
"rolled back; otherwise, the transaction is committed:"
10661066
msgstr ""
10671067

1068-
msgid "Common issues"
1069-
msgstr ""
1070-
1071-
msgid "Multithreading"
1072-
msgstr ""
1073-
1074-
msgid ""
1075-
"Older SQLite versions had issues with sharing connections between threads. "
1076-
"That's why the Python module disallows sharing connections and cursors "
1077-
"between threads. If you still try to do so, you will get an exception at "
1078-
"runtime."
1079-
msgstr ""
1080-
1081-
msgid ""
1082-
"The only exception is calling the :meth:`~Connection.interrupt` method, "
1083-
"which only makes sense to call from a different thread."
1084-
msgstr ""
1085-
10861068
msgid "Footnotes"
10871069
msgstr "Przypisy"
10881070

0 commit comments

Comments
 (0)