Skip to content

Commit 37bcd47

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent ecd0212 commit 37bcd47

4 files changed

Lines changed: 117 additions & 17 deletions

File tree

faq/general.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-06-16 14:12+0000\n"
15+
"POT-Creation-Date: 2023-06-23 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1717
"Last-Translator: Krzysztof Abramowicz, 2022\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -195,13 +195,13 @@ msgid "See :pep:`6` for more information about bugfix releases."
195195
msgstr ""
196196

197197
msgid ""
198-
"Not all releases are bugfix releases. In the run-up to a new minor release, "
199-
"a series of development releases are made, denoted as alpha, beta, or "
200-
"release candidate. Alphas are early releases in which interfaces aren't yet "
201-
"finalized; it's not unexpected to see an interface change between two alpha "
202-
"releases. Betas are more stable, preserving existing interfaces but possibly "
203-
"adding new modules, and release candidates are frozen, making no changes "
204-
"except as needed to fix critical bugs."
198+
"Not all releases are bugfix releases. In the run-up to a new feature "
199+
"release, a series of development releases are made, denoted as alpha, beta, "
200+
"or release candidate. Alphas are early releases in which interfaces aren't "
201+
"yet finalized; it's not unexpected to see an interface change between two "
202+
"alpha releases. Betas are more stable, preserving existing interfaces but "
203+
"possibly adding new modules, and release candidates are frozen, making no "
204+
"changes except as needed to fix critical bugs."
205205
msgstr ""
206206

207207
msgid "Alpha, beta and release candidate versions have an additional suffix:"
@@ -405,13 +405,13 @@ msgstr ""
405405
msgid ""
406406
"Very stable. New, stable releases have been coming out roughly every 6 to "
407407
"18 months since 1991, and this seems likely to continue. As of version 3.9, "
408-
"Python will have a minor new release every 12 months (:pep:`602`)."
408+
"Python will have a new feature release every 12 months (:pep:`602`)."
409409
msgstr ""
410410

411411
msgid ""
412-
"The developers issue \"bugfix\" releases of older versions, so the stability "
413-
"of existing releases gradually improves. Bugfix releases, indicated by a "
414-
"third component of the version number (e.g. 3.5.3, 3.6.2), are managed for "
412+
"The developers issue bugfix releases of older versions, so the stability of "
413+
"existing releases gradually improves. Bugfix releases, indicated by a third "
414+
"component of the version number (e.g. 3.5.3, 3.6.2), are managed for "
415415
"stability; only fixes for known problems are included in a bugfix release, "
416416
"and it's guaranteed that interfaces will remain the same throughout a series "
417417
"of bugfix releases."

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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
14+
"POT-Creation-Date: 2023-06-23 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -65,7 +65,7 @@ msgid ""
6565
"built-in objects considered false:"
6666
msgstr ""
6767

68-
msgid "constants defined to be false: ``None`` and ``False``."
68+
msgid "constants defined to be false: ``None`` and ``False``"
6969
msgstr ""
7070

7171
msgid ""

tutorial/interactive.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.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-05-29 16:50+0000\n"
15+
"POT-Creation-Date: 2023-06-16 14:12+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/3.12.po

Lines changed: 102 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-06-16 14:12+0000\n"
15+
"POT-Creation-Date: 2023-06-23 14:14+0000\n"
1616
"PO-Revision-Date: 2023-05-24 13:08+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1717,7 +1717,107 @@ msgid ""
17171717
"gh:`98040`.)"
17181718
msgstr ""
17191719

1720-
msgid "Replace ``imp.new_module(name)`` with ``types.ModuleType(name)``."
1720+
msgid "Replace removed :mod:`!imp` functions with :mod:`importlib` functions:"
1721+
msgstr ""
1722+
1723+
msgid "imp"
1724+
msgstr ""
1725+
1726+
msgid "importlib"
1727+
msgstr ""
1728+
1729+
msgid "``imp.NullImporter``"
1730+
msgstr ""
1731+
1732+
msgid "Insert ``None`` into ``sys.path_importer_cache``"
1733+
msgstr ""
1734+
1735+
msgid "``imp.cache_from_source()``"
1736+
msgstr ""
1737+
1738+
msgid ":func:`importlib.util.cache_from_source`"
1739+
msgstr ""
1740+
1741+
msgid "``imp.find_module()``"
1742+
msgstr ""
1743+
1744+
msgid ":func:`importlib.util.find_spec`"
1745+
msgstr ""
1746+
1747+
msgid "``imp.get_magic()``"
1748+
msgstr ""
1749+
1750+
msgid ":attr:`importlib.util.MAGIC_NUMBER`"
1751+
msgstr ""
1752+
1753+
msgid "``imp.get_suffixes()``"
1754+
msgstr ""
1755+
1756+
msgid ""
1757+
":attr:`importlib.machinery.SOURCE_SUFFIXES`, :attr:`importlib.machinery."
1758+
"EXTENSION_SUFFIXES`, and :attr:`importlib.machinery.BYTECODE_SUFFIXES`"
1759+
msgstr ""
1760+
1761+
msgid "``imp.get_tag()``"
1762+
msgstr ""
1763+
1764+
msgid ":attr:`sys.implementation.cache_tag <sys.implementation>`"
1765+
msgstr ""
1766+
1767+
msgid "``imp.load_module()``"
1768+
msgstr ""
1769+
1770+
msgid ":func:`importlib.import_module`"
1771+
msgstr ""
1772+
1773+
msgid "``imp.new_module(name)``"
1774+
msgstr ""
1775+
1776+
msgid "``types.ModuleType(name)``"
1777+
msgstr ""
1778+
1779+
msgid "``imp.reload()``"
1780+
msgstr ""
1781+
1782+
msgid ":func:`importlib.reload`"
1783+
msgstr ""
1784+
1785+
msgid "``imp.source_from_cache()``"
1786+
msgstr ""
1787+
1788+
msgid ":func:`importlib.util.source_from_cache`"
1789+
msgstr ""
1790+
1791+
msgid "Removed :mod:`!imp` functions and attributes with no replacements:"
1792+
msgstr ""
1793+
1794+
msgid "undocumented functions:"
1795+
msgstr ""
1796+
1797+
msgid "``imp.init_builtin()``"
1798+
msgstr ""
1799+
1800+
msgid "``imp.load_compiled()``"
1801+
msgstr ""
1802+
1803+
msgid "``imp.load_dynamic()``"
1804+
msgstr ""
1805+
1806+
msgid "``imp.load_package()``"
1807+
msgstr ""
1808+
1809+
msgid "``imp.load_source()``"
1810+
msgstr ""
1811+
1812+
msgid ""
1813+
"``imp.lock_held()``, ``imp.acquire_lock()``, ``imp.release_lock()``: the "
1814+
"locking scheme has changed in Python 3.3 to per-module locks."
1815+
msgstr ""
1816+
1817+
msgid ""
1818+
"``imp.find_module()`` constants: ``SEARCH_ERROR``, ``PY_SOURCE``, "
1819+
"``PY_COMPILED``, ``C_EXTENSION``, ``PY_RESOURCE``, ``PKG_DIRECTORY``, "
1820+
"``C_BUILTIN``, ``PY_FROZEN``, ``PY_CODERESOURCE``, ``IMP_HOOK``."
17211821
msgstr ""
17221822

17231823
msgid ""

0 commit comments

Comments
 (0)