Skip to content

Commit 639f058

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent c1088a5 commit 639f058

File tree

12 files changed

+37
-41
lines changed

12 files changed

+37
-41
lines changed

c-api/bytearray.po

+1-1
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: 2024-10-18 14:51+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:48+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/cell.po

+1-1
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: 2024-10-18 14:51+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:48+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/stable.po

+1-1
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: 2024-10-18 14:51+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:48+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/marshal.po

+1-1
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: 2024-10-18 14:51+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:48+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/time.po

+3-3
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: 2024-11-01 14:52+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -391,8 +391,8 @@ msgid ""
391391
"time slice to any other thread that is ready to run. If there are no other "
392392
"threads ready to run, the function returns immediately, and the thread "
393393
"continues execution. On Windows 8.1 and newer the implementation uses a "
394-
"`high-resolution timer <https://docs.microsoft.com/en-us/windows-hardware/"
395-
"drivers/kernel/high-resolution-timers>`_ which provides resolution of 100 "
394+
"`high-resolution timer <https://learn.microsoft.com/windows-hardware/drivers/"
395+
"kernel/high-resolution-timers>`_ which provides resolution of 100 "
396396
"nanoseconds. If *secs* is zero, ``Sleep(0)`` is used."
397397
msgstr ""
398398

reference/compound_stmts.po

+3-6
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: 2024-11-01 14:52+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -513,18 +513,15 @@ msgid ""
513513
"enter = type(manager).__enter__\n"
514514
"exit = type(manager).__exit__\n"
515515
"value = enter(manager)\n"
516-
"hit_except = False\n"
517516
"\n"
518517
"try:\n"
519518
" TARGET = value\n"
520519
" SUITE\n"
521520
"except:\n"
522-
" hit_except = True\n"
523521
" if not exit(manager, *sys.exc_info()):\n"
524522
" raise\n"
525-
"finally:\n"
526-
" if not hit_except:\n"
527-
" exit(manager, None, None, None)"
523+
"else:\n"
524+
" exit(manager, None, None, None)"
528525
msgstr ""
529526

530527
msgid ""

reference/datamodel.po

+2-2
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: 2024-11-08 14:48+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -969,7 +969,7 @@ msgstr ""
969969

970970
msgid ""
971971
"Setting :attr:`!__loader__` on a module while failing to set :attr:`!"
972-
"__spec__.loader` is deprecated. In Python 3.14, :attr:`!__loader__` will "
972+
"__spec__.loader` is deprecated. In Python 3.16, :attr:`!__loader__` will "
973973
"cease to be set or taken into consideration by the import system or the "
974974
"standard library."
975975
msgstr ""

tutorial/modules.po

+1-1
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: 2024-10-18 14:51+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:48+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/whatnow.po

+1-1
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: 2024-10-18 14:51+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:48+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

using/windows.po

+10-11
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: 2024-10-26 20:45+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -660,7 +660,7 @@ msgid ""
660660
"For more detail on the technical basis for these limitations, please consult "
661661
"Microsoft's documentation on packaged full-trust apps, currently available "
662662
"at `docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-"
663-
"scenes <https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-"
663+
"scenes <https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-"
664664
"behind-the-scenes>`_"
665665
msgstr ""
666666

@@ -753,7 +753,7 @@ msgstr ""
753753

754754
msgid ""
755755
"The embedded distribution does not include the `Microsoft C Runtime <https://"
756-
"docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#visual-"
756+
"learn.microsoft.com/cpp/windows/latest-supported-vc-redist#visual-"
757757
"studio-2015-2017-2019-and-2022>`_ and it is the responsibility of the "
758758
"application installer to provide this. The runtime may have already been "
759759
"installed on a user's system previously or automatically via Windows Update, "
@@ -945,24 +945,23 @@ msgid ""
945945
msgstr ""
946946

947947
msgid ""
948-
"https://docs.microsoft.com/en-us/windows/win32/procthread/environment-"
949-
"variables"
948+
"https://learn.microsoft.com/windows/win32/procthread/environment-variables"
950949
msgstr ""
951950

952951
msgid "Overview of environment variables on Windows"
953952
msgstr ""
954953

955954
msgid ""
956-
"https://docs.microsoft.com/en-us/windows-server/administration/windows-"
957-
"commands/set_1"
955+
"https://learn.microsoft.com/windows-server/administration/windows-commands/"
956+
"set_1"
958957
msgstr ""
959958

960959
msgid "The ``set`` command, for temporarily modifying environment variables"
961960
msgstr ""
962961

963962
msgid ""
964-
"https://docs.microsoft.com/en-us/windows-server/administration/windows-"
965-
"commands/setx"
963+
"https://learn.microsoft.com/windows-server/administration/windows-commands/"
964+
"setx"
966965
msgstr ""
967966

968967
msgid "The ``setx`` command, for permanently modifying environment variables"
@@ -1772,7 +1771,7 @@ msgid ""
17721771
msgstr ""
17731772

17741773
msgid ""
1775-
"`Component Object Model <https://docs.microsoft.com/en-us/windows/win32/com/"
1774+
"`Component Object Model <https://learn.microsoft.com/windows/win32/com/"
17761775
"component-object-model--com--portal>`_ (COM)"
17771776
msgstr ""
17781777

@@ -1786,7 +1785,7 @@ msgid "Event log"
17861785
msgstr ""
17871786

17881787
msgid ""
1789-
"`Microsoft Foundation Classes <https://docs.microsoft.com/en-us/cpp/mfc/mfc-"
1788+
"`Microsoft Foundation Classes <https://learn.microsoft.com/cpp/mfc/mfc-"
17901789
"desktop-applications>`_ (MFC) user interfaces"
17911790
msgstr ""
17921791

whatsnew/3.12.po

+11-11
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: 2024-11-08 14:48+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1813,16 +1813,6 @@ msgstr ""
18131813
msgid "Pending Removal in Python 3.14"
18141814
msgstr ""
18151815

1816-
msgid "The import system:"
1817-
msgstr ""
1818-
1819-
msgid ""
1820-
"Setting :attr:`~module.__loader__` on a module while failing to set :attr:"
1821-
"`__spec__.loader <importlib.machinery.ModuleSpec.loader>` is deprecated. In "
1822-
"Python 3.14, :attr:`!__loader__` will cease to be set or taken into "
1823-
"consideration by the import system or the standard library."
1824-
msgstr ""
1825-
18261816
msgid ""
18271817
":mod:`ast`: The following features have been deprecated in documentation "
18281818
"since Python 3.8, now cause a :exc:`DeprecationWarning` to be emitted at "
@@ -2000,6 +1990,16 @@ msgstr ""
20001990
msgid "Pending Removal in Python 3.16"
20011991
msgstr ""
20021992

1993+
msgid "The import system:"
1994+
msgstr ""
1995+
1996+
msgid ""
1997+
"Setting :attr:`~module.__loader__` on a module while failing to set :attr:"
1998+
"`__spec__.loader <importlib.machinery.ModuleSpec.loader>` is deprecated. In "
1999+
"Python 3.16, :attr:`!__loader__` will cease to be set or taken into "
2000+
"consideration by the import system or the standard library."
2001+
msgstr ""
2002+
20032003
msgid ""
20042004
":mod:`array`: :class:`array.array` ``'u'`` type (:c:type:`wchar_t`): use the "
20052005
"``'w'`` type instead (``Py_UCS4``)."

whatsnew/3.8.po

+2-2
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: 2024-10-26 20:45+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1206,7 +1206,7 @@ msgid "logging"
12061206
msgstr ""
12071207

12081208
msgid ""
1209-
"Added a *force* keyword argument to :func:`logging.basicConfig` When set to "
1209+
"Added a *force* keyword argument to :func:`logging.basicConfig`. When set to "
12101210
"true, any existing handlers attached to the root logger are removed and "
12111211
"closed before carrying out the configuration specified by the other "
12121212
"arguments."

0 commit comments

Comments
 (0)