Skip to content

Commit fb9c9b9

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 3adb252 commit fb9c9b9

File tree

17 files changed

+118
-210
lines changed

17 files changed

+118
-210
lines changed

c-api/memory.po

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-03 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-23 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -346,36 +346,40 @@ msgstr ""
346346
msgid "Same as :c:func:`PyMem_Free`."
347347
msgstr ""
348348

349+
msgid "Deprecated aliases"
350+
msgstr ""
351+
349352
msgid ""
350-
"In addition, the following macro sets are provided for calling the Python "
351-
"memory allocator directly, without involving the C API functions listed "
352-
"above. However, note that their use does not preserve binary compatibility "
353-
"across Python versions and is therefore deprecated in extension modules."
353+
"These are :term:`soft deprecated` aliases to existing functions and macros. "
354+
"They exist solely for backwards compatibility."
355+
msgstr ""
356+
357+
msgid "Deprecated alias"
358+
msgstr ""
359+
360+
msgid "Corresponding function or macro"
354361
msgstr ""
355-
"Dodać należy, że następujący zbiór makropoleceń dostarczony jest aby "
356-
"odwoływać się do programu przydzielającego pamięć w języku pytonowskim "
357-
"bezpośrednio, bez udziału zadań sprzęgu C wymienionych powyżej. Jednakże, "
358-
"zauważ, że ich użycie nie zachowuje wzajemnej zgodności binarnej pomiędzy "
359-
"wersjami Pythona i z tego też powodu ich użycie jest niewskazane w modułach "
360-
"rozszerzających."
361362

362-
msgid "``PyMem_MALLOC(size)``"
363-
msgstr "``PyMem_MALLOC(size)``"
363+
msgid ":c:func:`PyMem_Malloc`"
364+
msgstr ""
364365

365-
msgid "``PyMem_NEW(type, size)``"
366-
msgstr "``PyMem_NEW(type, size)``"
366+
msgid ":c:macro:`PyMem_New`"
367+
msgstr ""
367368

368-
msgid "``PyMem_REALLOC(ptr, size)``"
369-
msgstr "``PyMem_REALLOC(ptr, size)``"
369+
msgid ":c:func:`PyMem_Realloc`"
370+
msgstr ":c:func:`PyMem_Realloc`"
370371

371-
msgid "``PyMem_RESIZE(ptr, type, size)``"
372+
msgid ":c:macro:`PyMem_Resize`"
372373
msgstr ""
373374

374-
msgid "``PyMem_FREE(ptr)``"
375-
msgstr "``PyMem_FREE(ptr)``"
375+
msgid ":c:func:`PyMem_Free`"
376+
msgstr ":c:func:`PyMem_Free`"
376377

377-
msgid "``PyMem_DEL(ptr)``"
378-
msgstr "``PyMem_DEL(ptr)``"
378+
msgid ""
379+
"The macros are now aliases of the corresponding functions and macros. "
380+
"Previously, their behavior was the same, but their use did not necessarily "
381+
"preserve binary compatibility across Python versions."
382+
msgstr ""
379383

380384
msgid "Object allocators"
381385
msgstr ""
@@ -618,15 +622,9 @@ msgstr ":c:func:`PyMem_RawFree`"
618622
msgid ":c:func:`PyMem_Malloc`,"
619623
msgstr ":c:func:`PyMem_Malloc`,"
620624

621-
msgid ":c:func:`PyMem_Realloc`"
622-
msgstr ":c:func:`PyMem_Realloc`"
623-
624625
msgid ":c:func:`PyMem_Calloc`"
625626
msgstr ":c:func:`PyMem_Calloc`"
626627

627-
msgid ":c:func:`PyMem_Free`"
628-
msgstr ":c:func:`PyMem_Free`"
629-
630628
msgid ":c:func:`PyObject_Free`"
631629
msgstr ":c:func:`PyObject_Free`"
632630

c-api/type.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-01 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-21 14:24+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

faq/design.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-01 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-21 14:24+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/remote_debugging.po

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-13 14:20+0000\n"
14+
"POT-Creation-Date: 2026-01-23 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -36,6 +36,23 @@ msgid ""
3636
"process."
3737
msgstr ""
3838

39+
msgid "Disabling remote debugging"
40+
msgstr ""
41+
42+
msgid "To disable remote debugging support, use any of the following:"
43+
msgstr ""
44+
45+
msgid ""
46+
"Set the :envvar:`PYTHON_DISABLE_REMOTE_DEBUG` environment variable to ``1`` "
47+
"before starting the interpreter."
48+
msgstr ""
49+
50+
msgid "Use the :option:`-X disable_remote_debug` command-line option."
51+
msgstr ""
52+
53+
msgid "Compile Python with the :option:`--without-remote-debug` build flag."
54+
msgstr ""
55+
3956
msgid "Permission requirements"
4057
msgstr ""
4158

library/email.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-01 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-21 14:24+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/http.cookies.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-13 14:20+0000\n"
14+
"POT-Creation-Date: 2026-01-23 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -286,9 +286,9 @@ msgid ""
286286
"Set-Cookie: chips=ahoy\n"
287287
"Set-Cookie: vienna=finger\n"
288288
">>> C = cookies.SimpleCookie()\n"
289-
">>> C.load('keebler=\"E=everybody; L=\\\\\"Loves\\\\\"; fudge=\\\\012;\";')\n"
289+
">>> C.load('keebler=\"E=everybody; L=\\\\\"Loves\\\\\"; fudge=;\";')\n"
290290
">>> print(C)\n"
291-
"Set-Cookie: keebler=\"E=everybody; L=\\\"Loves\\\"; fudge=\\012;\"\n"
291+
"Set-Cookie: keebler=\"E=everybody; L=\\\"Loves\\\"; fudge=;\"\n"
292292
">>> C = cookies.SimpleCookie()\n"
293293
">>> C[\"oreo\"] = \"doublestuff\"\n"
294294
">>> C[\"oreo\"][\"path\"] = \"/\"\n"

library/importlib.po

Lines changed: 1 addition & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-05 14:19+0000\n"
14+
"POT-Creation-Date: 2026-01-23 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -707,146 +707,6 @@ msgid ""
707707
"``__init__``."
708708
msgstr ""
709709

710-
msgid ""
711-
"An :term:`abstract base class` to provide the ability to read *resources*."
712-
msgstr ""
713-
714-
msgid ""
715-
"From the perspective of this ABC, a *resource* is a binary artifact that is "
716-
"shipped within a package. Typically this is something like a data file that "
717-
"lives next to the ``__init__.py`` file of the package. The purpose of this "
718-
"class is to help abstract out the accessing of such data files so that it "
719-
"does not matter if the package and its data file(s) are stored e.g. in a zip "
720-
"file versus on the file system."
721-
msgstr ""
722-
723-
msgid ""
724-
"For any of methods of this class, a *resource* argument is expected to be a :"
725-
"term:`path-like object` which represents conceptually just a file name. This "
726-
"means that no subdirectory paths should be included in the *resource* "
727-
"argument. This is because the location of the package the reader is for, "
728-
"acts as the \"directory\". Hence the metaphor for directories and file names "
729-
"is packages and resources, respectively. This is also why instances of this "
730-
"class are expected to directly correlate to a specific package (instead of "
731-
"potentially representing multiple packages or a module)."
732-
msgstr ""
733-
734-
msgid ""
735-
"Loaders that wish to support resource reading are expected to provide a "
736-
"method called ``get_resource_reader(fullname)`` which returns an object "
737-
"implementing this ABC's interface. If the module specified by fullname is "
738-
"not a package, this method should return :const:`None`. An object compatible "
739-
"with this ABC should only be returned when the specified module is a package."
740-
msgstr ""
741-
742-
msgid "Use :class:`importlib.resources.abc.TraversableResources` instead."
743-
msgstr ""
744-
745-
msgid ""
746-
"Returns an opened, :term:`file-like object` for binary reading of the "
747-
"*resource*."
748-
msgstr ""
749-
750-
msgid "If the resource cannot be found, :exc:`FileNotFoundError` is raised."
751-
msgstr ""
752-
753-
msgid "Returns the file system path to the *resource*."
754-
msgstr ""
755-
756-
msgid ""
757-
"If the resource does not concretely exist on the file system, raise :exc:"
758-
"`FileNotFoundError`."
759-
msgstr ""
760-
761-
msgid ""
762-
"Returns ``True`` if the named *name* is considered a resource. :exc:"
763-
"`FileNotFoundError` is raised if *name* does not exist."
764-
msgstr ""
765-
766-
msgid ""
767-
"Returns an :term:`iterable` of strings over the contents of the package. Do "
768-
"note that it is not required that all names returned by the iterator be "
769-
"actual resources, e.g. it is acceptable to return names for which :meth:"
770-
"`is_resource` would be false."
771-
msgstr ""
772-
773-
msgid ""
774-
"Allowing non-resource names to be returned is to allow for situations where "
775-
"how a package and its resources are stored are known a priori and the non-"
776-
"resource names would be useful. For instance, returning subdirectory names "
777-
"is allowed so that when it is known that the package and resources are "
778-
"stored on the file system then those subdirectory names can be used directly."
779-
msgstr ""
780-
781-
msgid "The abstract method returns an iterable of no items."
782-
msgstr ""
783-
784-
msgid ""
785-
"An object with a subset of :class:`pathlib.Path` methods suitable for "
786-
"traversing directories and opening files."
787-
msgstr ""
788-
789-
msgid ""
790-
"For a representation of the object on the file-system, use :meth:`importlib."
791-
"resources.as_file`."
792-
msgstr ""
793-
794-
msgid "Use :class:`importlib.resources.abc.Traversable` instead."
795-
msgstr ""
796-
797-
msgid "Abstract. The base name of this object without any parent references."
798-
msgstr ""
799-
800-
msgid "Yield ``Traversable`` objects in ``self``."
801-
msgstr ""
802-
803-
msgid "Return ``True`` if ``self`` is a directory."
804-
msgstr ""
805-
806-
msgid "Return ``True`` if ``self`` is a file."
807-
msgstr ""
808-
809-
msgid "Return Traversable child in ``self``."
810-
msgstr ""
811-
812-
msgid "Return ``Traversable`` child in ``self``."
813-
msgstr ""
814-
815-
msgid ""
816-
"*mode* may be 'r' or 'rb' to open as text or binary. Return a handle "
817-
"suitable for reading (same as :attr:`pathlib.Path.open`)."
818-
msgstr ""
819-
820-
msgid ""
821-
"When opening as text, accepts encoding parameters such as those accepted by :"
822-
"class:`io.TextIOWrapper`."
823-
msgstr ""
824-
825-
msgid "Read contents of ``self`` as bytes."
826-
msgstr ""
827-
828-
msgid "Read contents of ``self`` as text."
829-
msgstr ""
830-
831-
msgid ""
832-
"An abstract base class for resource readers capable of serving the :meth:"
833-
"`importlib.resources.files` interface. Subclasses :class:`importlib."
834-
"resources.abc.ResourceReader` and provides concrete implementations of the :"
835-
"class:`importlib.resources.abc.ResourceReader`'s abstract methods. "
836-
"Therefore, any loader supplying :class:`importlib.abc.TraversableResources` "
837-
"also supplies ResourceReader."
838-
msgstr ""
839-
840-
msgid ""
841-
"Loaders that wish to support resource reading are expected to implement this "
842-
"interface."
843-
msgstr ""
844-
845-
msgid ""
846-
"Returns a :class:`importlib.resources.abc.Traversable` object for the loaded "
847-
"package."
848-
msgstr ""
849-
850710
msgid ":mod:`importlib.machinery` -- Importers and path hooks"
851711
msgstr ""
852712

library/inspect.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-17 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-23 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -682,6 +682,11 @@ msgid ""
682682
"wrapped function is an :term:`asynchronous generator` function."
683683
msgstr ""
684684

685+
msgid ""
686+
"Functions wrapped in :func:`functools.partialmethod` now return ``True`` if "
687+
"the wrapped function is a :term:`asynchronous generator` function."
688+
msgstr ""
689+
685690
msgid ""
686691
"Return ``True`` if the object is an :term:`asynchronous generator iterator` "
687692
"created by an :term:`asynchronous generator` function."

library/multiprocessing.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-03 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-23 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/pprint.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-01 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-21 14:24+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)