Skip to content

Commit 57d4a17

Browse files
committed
Update translation from Transifex
1 parent 425d683 commit 57d4a17

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

library/importlib_metadata.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-04-24 06:08+0000\n"
14+
"POT-Creation-Date: 2021-05-20 06:27+0000\n"
1515
"PO-Revision-Date: 2019-09-01 14:41+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/sqlite3.po

Lines changed: 8 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-04-15 06:02+0000\n"
15+
"POT-Creation-Date: 2021-05-20 06:27+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"
@@ -609,7 +609,8 @@ msgstr ""
609609
msgid ""
610610
"This is a nonstandard convenience method for executing multiple SQL "
611611
"statements at once. It issues a ``COMMIT`` statement first, then executes "
612-
"the SQL script it gets as a parameter."
612+
"the SQL script it gets as a parameter. This method disregards :attr:"
613+
"`isolation_level`; any transation control must be added to *sql_script*."
613614
msgstr ""
614615

615616
msgid "*sql_script* can be an instance of :class:`str`."
@@ -1016,6 +1017,11 @@ msgid ""
10161017
"code."
10171018
msgstr ""
10181019

1020+
msgid ""
1021+
"Note that :meth:`~Cursor.executescript` disregards :attr:`isolation_level`; "
1022+
"any transaction control must be added explicitly."
1023+
msgstr ""
1024+
10191025
msgid ""
10201026
":mod:`sqlite3` used to implicitly commit an open transaction before DDL "
10211027
"statements. This is no longer the case."

tutorial/inputoutput.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-05-20 06:27+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:40+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"

0 commit comments

Comments
 (0)