8000 Update translation from Transifex · python/python-docs-pl@f084885 · GitHub
[go: up one dir, main page]

Skip to content

Commit f084885

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d35ab2a commit f084885

File tree

274 files changed

+581
-460
lines changed
  • deprecations
  • extending
  • faq
  • howto
  • library
  • reference
  • tutorial
  • using
  • whatsnew
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    274 files changed

    +581
    -460
    lines changed

    README.en.md

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
    1313
    ![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
    1414
    ]]] -->
    1515
    ![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
    16-
    ![Total Translation of Documentation](https://img.shields.io/badge/Total-4.965%25-0.svg)
    16+
    ![Total Translation of Documentation](https://img.shields.io/badge/Total-4.954%25-0.svg)
    1717
    ![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
    1818
    <!-- [[[end]]] -->
    1919

    README.md

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
    1313
    ![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
    1414
    ]]] -->
    1515
    ![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
    16-
    ![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.965%25-0.svg)
    16+
    ![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.954%25-0.svg)
    1717
    ![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
    1818
    <!-- [[[end]]] -->
    1919

    c-api/abstract.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.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    15+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:47+0000\n"
    1717
    "Last-Translator: Krzysztof Wierzbicki <krzwierz79@gmail.com>, 2021\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/allocation.po

    Lines changed: 13 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -12,7 +12,7 @@ msgid ""
    1212
    msgstr ""
    1313
    "Project-Id-Version: Python 3.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-28 14:17+0000\n"
    15+
    "POT-Creation-Date: 2025-03-21 14:18+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:47+0000\n"
    1717
    "Last-Translator: Waldemar Stoczkowski, 2023\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
    @@ -49,6 +49,12 @@ msgid ""
    4949
    "tp_basicsize` field of the type object."
    5050
    msgstr ""
    5151

    52+
    msgid ""
    53+
    "Note that this function is unsuitable if *typeobj* has :c:macro:"
    54+
    "`Py_TPFLAGS_HAVE_GC` set. For such objects, use :c:func:`PyObject_GC_New` "
    55+
    "instead."
    56+
    msgstr ""
    57+
    5258
    msgid ""
    5359
    "Allocate a new Python object using the C structure type *TYPE* and the "
    5460
    "Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
    @@ -61,6 +67,12 @@ msgid ""
    6167
    "management efficiency."
    6268
    msgstr ""
    6369

    70+
    msgid ""
    71+
    "Note that this function is unsuitable if *typeobj* has :c:macro:"
    72+
    "`Py_TPFLAGS_HAVE_GC` set. For such objects, use :c:func:`PyObject_GC_NewVar` "
    73+
    "instead."
    74+
    msgstr ""
    75+
    6476
    msgid ""
    6577
    "Releases memory allocated to an object using :c:macro:`PyObject_New` or :c:"
    6678
    "macro:`PyObject_NewVar`. This is normally called from the :c:member:"

    c-api/bytearray.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.13\n"
    1313
    "Report-Msgid-Bugs-To: \n"
    14-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    14+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1515
    "PO-Revision-Date: 2021-06-28 00:47+0000\n"
    1616
    "Last-Translator: haaritsubaki, 2023\n"
    1717
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/call.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:47+0000\n"
    1818
    "Last-Translator: Stan Ulbrych, 2025\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/capsule.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.13\n"
    1313
    "Report-Msgid-Bugs-To: \n"
    14-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    14+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1515
    "PO-Revision-Date: 2021-06-28 00:47+0000\n"
    1616
    "Last-Translator: haaritsubaki, 2024\n"
    1717
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/code.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.13\n"
    1313
    "Report-Msgid-Bugs-To: \n"
    14-
    "POT-Creation-Date: 2025-02-28 14:17+0000\n"
    14+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1515
    "PO-Revision-Date: 2021-06-28 00:48+0000\n"
    1616
    "Last-Translator: haaritsubaki, 2024\n"
    1717
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/complex.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:48+0000\n"
    1818
    "Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/exceptions.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:48+0000\n"
    1818
    "Last-Translator: Stan Ulbrych, 2025\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/file.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.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    15+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:48+0000\n"
    1717
    "Last-Translator: haaritsubaki, 2023\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/float.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.13\n"
    1313
    "Report-Msgid-Bugs-To: \n"
    14-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    14+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1515
    "PO-Revision-Date: 2021-06-28 00:48+0000\n"
    1616
    "Last-Translator: haaritsubaki, 2023\n"
    1717
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/list.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:49+0000\n"
    1818
    "Last-Translator: Stan Ulbrych, 2025\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/long.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:49+0000\n"
    1818
    "Last-Translator: Stan Ulbrych, 2025\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/mapping.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.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    15+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:49+0000\n"
    1717
    "Last-Translator: Stan Ulbrych, 2025\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/memory.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:49+0000\n"
    1818
    "Last-Translator: Stan Ulbrych, 2025\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/module.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.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-28 14:17+0000\n"
    15+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:49+0000\n"
    1717
    "Last-Translator: haaritsubaki, 2023\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/monitoring.po

    Lines changed: 9 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -12,7 +12,7 @@ msgid ""
    1212
    msgstr ""
    1313
    "Project-Id-Version: Python 3.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-03-07 14:18+0000\n"
    15+
    "POT-Creation-Date: 2025-03-21 14:18+0000\n"
    1616
    "PO-Revision-Date: 2024-05-11 01:07+0000\n"
    1717
    "Last-Translator: Stan Ulbrych, 2024\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
    @@ -238,3 +238,11 @@ msgstr ":monitoring-event:`STOP_ITERATION`"
    238238
    msgid ""
    239239
    "Exit the last scope that was entered with :c:func:`!PyMonitoring_EnterScope`."
    240240
    msgstr ""
    241+
    242+
    msgid ""
    243+
    "Return true if the event corresponding to the event ID *ev* is a :ref:`local "
    244+
    "event <monitoring-event-local>`."
    245+
    msgstr ""
    246+
    247+
    msgid "This function is :term:`soft deprecated`."
    248+
    msgstr ""

    c-api/number.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.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    15+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:49+0000\n"
    1717
    "Last-Translator: haaritsubaki, 2024\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/object.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:49+0000\n"
    1818
    "Last-Translator: Stan Ulbrych, 2025\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/sequence.po

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@ msgid ""
    1313
    msgstr ""
    1414
    "Project-Id-Version: Python 3.13\n"
    1515
    "Report-Msgid-Bugs-To: \n"
    16-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    16+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1717
    "PO-Revision-Date: 2021-06-28 00:50+0000\n"
    1818
    "Last-Translator: Stan Ulbrych, 2025\n"
    1919
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/set.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.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    15+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:50+0000\n"
    1717
    "Last-Translator: Stan Ulbrych, 2025\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/stable.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.13\n"
    1313
    "Report-Msgid-Bugs-To: \n"
    14-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    14+
    "POT-Creation-Date: 2025-03-14 14:17+0000\n"
    1515
    "PO-Revision-Date: 2021-06-28 00:50+0000\n"
    1616
    "Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
    1717
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

    c-api/type.po

    Lines changed: 4 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -12,7 +12,7 @@ msgid ""
    1212
    msgstr ""
    1313
    "Project-Id-Version: Python 3.13\n"
    1414
    "Report-Msgid-Bugs-To: \n"
    15-
    "POT-Creation-Date: 2025-02-21 14:16+0000\n"
    15+
    "POT-Creation-Date: 2025-03-21 14:18+0000\n"
    1616
    "PO-Revision-Date: 2021-06-28 00:50+0000\n"
    1717
    "Last-Translator: Stan Ulbrych, 2024\n"
    1818
    "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
    @@ -388,7 +388,9 @@ msgid ""
    388388
    "If negative, the absolute value specifies how much space instances of the "
    389389
    "class need *in addition* to the superclass. Use :c:func:"
    390390
    "`PyObject_GetTypeData` to get a pointer to subclass-specific memory reserved "
    391-
    "this way."
    391+
    "this way. For negative :c:member:`!basicsize`, Python will insert padding "
    392+
    "when needed to meet :c:member:`~PyTypeObject.tp_basicsize`'s alignment "
    393+
    "requirements."
    392394
    msgstr ""
    393395

    394396
    msgid "Previously, this field could not be negative."

    0 commit comments

    Comments
     (0)
    0