Skip to content

Commit 902fa18

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: Blessing Oluronbi
1 parent 39e9aa1 commit 902fa18

4 files changed

Lines changed: 34 additions & 13 deletions

File tree

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-5.630%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.644%25-0.svg)
1717
![6 Translators](https://img.shields.io/badge/Translators-6-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ść-5.630%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.644%25-0.svg)
1717
![6 tłumaczy](https://img.shields.io/badge/tłumaczy-6-0.svg)
1818
<!-- [[[end]]] -->
1919

c-api/typeobj.po

Lines changed: 25 additions & 9 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.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-27 16:32+0000\n"
15+
"POT-Creation-Date: 2026-05-09 16:22+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:03+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"
@@ -24,7 +25,7 @@ msgstr ""
2425
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2526

2627
msgid "Type Object Structures"
27-
msgstr ""
28+
msgstr "Struktury obiektów typu"
2829

2930
msgid ""
3031
"Perhaps one of the most important structures of the Python object system is "
@@ -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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2026-05-09 16:22+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:03+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"
@@ -30,11 +31,13 @@ msgid "Contents"
3031
msgstr "Zawartość"
3132

3233
msgid "General questions"
33-
msgstr ""
34+
msgstr "Pytania ogólne"
3435

3536
msgid ""
3637
"Is there a source code-level debugger with breakpoints and single-stepping?"
3738
msgstr ""
39+
"Czy istnieje debugger na poziomie kodu źródłowego z punktami przerwania i "
40+
"wykonywaniem krok po kroku?"
3841

3942
msgid "Yes."
4043
msgstr "Tak"
@@ -43,6 +46,8 @@ msgid ""
4346
"Several debuggers for Python are described below, and the built-in function :"
4447
"func:`breakpoint` allows you to drop into any of them."
4548
msgstr ""
49+
"Poniżej opisano kilka debuggerów dla języka Python, a wbudowana funkcja :"
50+
"func:`breakpoint` umożliwia przejście do dowolnego z nich."
4651

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

0 commit comments

Comments
 (0)