Skip to content

Commit d708c50

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: Blessing Oluronbi
1 parent 4d95480 commit d708c50

2 files changed

Lines changed: 29 additions & 10 deletions

File tree

c-api/typeobj.po

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-29 18:35+0000\n"
15+
"POT-Creation-Date: 2026-05-09 18:01+0000\n"
1516
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -35,6 +36,13 @@ msgid ""
3536
"they are very important to the interpreter itself and to any extension "
3637
"module that implements new types."
3738
msgstr ""
39+
"Prawdopodobnie jedną z najważniejszych struktur systemu obiektów Pythona "
40+
"jest struktura definiująca nowy typ: struktura :c:type:`PyTypeObject`. "
41+
"Obiekty typów można obsługiwać za pomocą dowolnej z funkcji ``PyObject_*`` "
42+
"lub ``PyType_*``, ale nie oferują one wiele interesującego dla większości "
43+
"aplikacji Pythona. Obiekty te są fundamentalne dla zachowania obiektów, "
44+
"dlatego są bardzo ważne dla samego interpretera i każdego modułu rozszerzeń "
45+
"implementującego nowe typy."
3846

3947
msgid ""
4048
"Type objects are fairly large compared to most of the standard types. The "
@@ -44,30 +52,38 @@ msgid ""
4452
"detail in this section. The fields will be described in the order in which "
4553
"they occur in the structure."
4654
msgstr ""
55+
"Obiekty typu są dość duże w porównaniu z większością typów standardowych. "
56+
"Wynika to z faktu, że każdy obiekt typu przechowuje dużą liczbę wartości, "
57+
"głównie wskaźników do funkcji języka C, z których każdy implementuje "
58+
"niewielką część funkcjonalności typu. Pola obiektu typu zostaną szczegółowo "
59+
"omówione w tej sekcji. Zostaną one opisane w kolejności, w jakiej występują "
60+
"w strukturze."
4761

4862
msgid ""
4963
"In addition to the following quick reference, the :ref:`typedef-examples` "
5064
"section provides at-a-glance insight into the meaning and use of :c:type:"
5165
"`PyTypeObject`."
5266
msgstr ""
67+
"Oprócz poniższego krótkiego odniesienia, sekcja ta zapewnia szybki wgląd w "
68+
"znaczenie i użycie ."
5369

5470
msgid "Quick Reference"
55-
msgstr ""
71+
msgstr "Szybkie odniesienie"
5672

5773
msgid "\"tp slots\""
58-
msgstr ""
74+
msgstr "„gniazda tp”"
5975

6076
msgid "PyTypeObject Slot [#slots]_"
61-
msgstr ""
77+
msgstr "Gniazdo obiektu PyType [#slotów]_"
6278

6379
msgid ":ref:`Type <slot-typedefs-table>`"
6480
msgstr ":ref:`Type <slot-typedefs-table>`"
6581

6682
msgid "special methods/attrs"
67-
msgstr ""
83+
msgstr "metody/atrybuty specjalne"
6884

6985
msgid "Info [#cols]_"
70-
msgstr ""
86+
msgstr "Informacje [#cols]_"
7187

7288
msgid "O"
7389
msgstr "O"
@@ -85,7 +101,7 @@ msgid "<R> :c:member:`~PyTypeObject.tp_name`"
85101
msgstr "<R> :c:member:`~PyTypeObject.tp_name`"
86102

87103
msgid "const char *"
88-
msgstr ""
104+
msgstr "znak stały *"
89105

90106
msgid "__name__"
91107
msgstr "__name__"

faq/programming.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-29 18:35+0000\n"
15+
"POT-Creation-Date: 2026-05-09 18:01+0000\n"
1516
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -46,6 +47,8 @@ msgid ""
4647
"Several debuggers for Python are described below, and the built-in function :"
4748
"func:`breakpoint` allows you to drop into any of them."
4849
msgstr ""
50+
"Poniżej opisano kilka debuggerów dla języka Python, a wbudowana funkcja :"
51+
"func:`breakpoint` umożliwia przejście do dowolnego z nich."
4952

5053
msgid ""
5154
"The pdb module is a simple but adequate console-mode debugger for Python. It "

0 commit comments

Comments
 (0)