Skip to content

Commit 730ca05

Browse files
GitHub Action's update-translation jobm-aciek
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <maciej.olko@gmail.com>
1 parent b7bf434 commit 730ca05

4 files changed

Lines changed: 24 additions & 20 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
''')
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
19-
[![core 99.94%](https://img.shields.io/badge/core-99.94%25-0.svg)](https://translations.python.org/#pl)
19+
[![core 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl)
2020
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.69%25-0.svg)](https://translations.python.org/#pl)
2121
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.45%25-0.svg)](https://translations.python.org/#pl)
2222
[![lint errors count](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=lint%20errors)](https://github.com/python/python-docs-pl/actions/workflows/lint.yml)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
''')
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
19-
[![podstawowe artykuły 99.94%](https://img.shields.io/badge/podstawowe_artykuły-99.94%25-0.svg)](https://translations.python.org/#pl)
19+
[![podstawowe artykuły 100.00%](https://img.shields.io/badge/podstawowe_artykuły-100.00%25-0.svg)](https://translations.python.org/#pl)
2020
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.69%25-0.svg)](https://translations.python.org/#pl)
2121
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.45%25-0.svg)](https://translations.python.org/#pl)
2222
[![liczba błędów lintowania](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=b%C5%82%C4%99dy%20lintowania)](https://github.com/python/python-docs-pl/actions/workflows/lint.yml)

library/curses.ascii.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-07 16:22+0000\n"
14+
"POT-Creation-Date: 2026-07-29 15:50+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/functions.po

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3399,9 +3399,9 @@ msgid ""
33993399
"see :func:`classmethod` for a variant that is useful for creating alternate "
34003400
"class constructors."
34013401
msgstr ""
3402-
"Metody statyczne w Python są podobne do tych, które można znaleźć w Java lub "
3403-
"C++. Zobacz także :func:`classmethod`, aby zapoznać się z wariantem, który "
3404-
"jest przydatny do tworzenia alternatywnych konstruktorów klas."
3402+
"Metody statyczne w Pythonie są podobne do tych, które można znaleźć w Java "
3403+
"lub C++. Zobacz także :func:`classmethod`, aby zapoznać się z wariantem, "
3404+
"który jest przydatny do tworzenia alternatywnych konstruktorów klas."
34053405

34063406
msgid ""
34073407
"Like all decorators, it is also possible to call ``staticmethod`` as a "
@@ -3423,11 +3423,11 @@ msgid ""
34233423
"class C:\n"
34243424
" method = staticmethod(regular_function)"
34253425
msgstr ""
3426-
"def standardowa_funkcja():\n"
3426+
"def regular_function():\n"
34273427
" ...\n"
34283428
"\n"
34293429
"class C:\n"
3430-
" methoda = staticmethod(standardowa_funkcja)"
3430+
" method = staticmethod(regular_function)"
34313431

34323432
msgid "For more information on static methods, see :ref:`types`."
34333433
msgstr ""
@@ -3677,16 +3677,16 @@ msgid ""
36773677
"type object and generally the same object as returned by :attr:`object."
36783678
"__class__`."
36793679
msgstr ""
3680-
"Z jednym argumentem, zwraca typ *obiektu*. Typ zwracanej wartość jest "
3681-
"obiektem typu i generalnie jest to ten sam obiekt, który został zwrócony "
3680+
"Z jednym argumentem, zwraca typ obiektu *object*. Zwracana wartość to "
3681+
"obiekt typu i generalnie jest to ten sam obiekt, który został zwrócony "
36823682
"przez :attr:`object.__class__`."
36833683

36843684
msgid ""
36853685
"The :func:`isinstance` built-in function is recommended for testing the type "
36863686
"of an object, because it takes subclasses into account."
36873687
msgstr ""
3688-
"Funckja wbudowana :func:`isinstance` jest zalecana do testowania typu "
3689-
"obiektu, ponieważ uwzględnia podklasa."
3688+
"Funkcja wbudowana :func:`isinstance` jest zalecana do testowania typu "
3689+
"obiektu, ponieważ uwzględnia podklasy."
36903690

36913691
msgid ""
36923692
"With three arguments, return a new type object. This is essentially a "
@@ -3699,14 +3699,14 @@ msgid ""
36993699
"__dict__` attribute. The following two statements create identical :class:`!"
37003700
"type` objects:"
37013701
msgstr ""
3702-
"Z trzema argumentamy, zwracać nowy typ obiektu. Jest to zasadniczo "
3703-
"dynamiczna forma :keyword:`class` instrukcja . *name* napis jest nazwą klasy "
3704-
"i staje się :attr:`~type.__name__` atrybut . *bases* krotka zawiera klasy "
3705-
"bazowe i staje się :attr:`~type.__bases__` atrybut ; jeśli jest pusta, "
3706-
"dodawana jest :class:`object`, ostateczna baza wszystkich klas. The *dict* "
3707-
"słownik zawiera atrybut i definicje metod dla ciało klasy; może być "
3708-
"kopiowany lub zawijany zanim stanie się :attr:`~type.__dict__` atrybut . "
3709-
"Następujące dwa instrukcja tworzą identyczne :class:`!type` obiekty:"
3702+
"Z trzema argumentami, zwraca nowy typ obiektu. Jest to zasadniczo dynamiczna "
3703+
"forma instrukcji :keyword:`class`. Ciąg znaków *name* jest nazwą klasy i "
3704+
"staje się atrybutem :attr:`~type.__name__`. Krotka *bases* zawiera klasy "
3705+
"bazowe i staje się atrybutem :attr:`~type.__bases__`; jeśli jest pusta, "
3706+
"dodawana jest :class:`object`, ostateczna baza wszystkich klas. Słownik "
3707+
"*dict* zawiera definicje atrybutów i metod dla ciała klasy; może być "
3708+
"kopiowany lub wrapowany zanim stanie się atrybutem :attr:`~type.__dict__`. "
3709+
"Następujące dwie instrukcja tworzą identyczne obiekty :class:`!type`:"
37103710

37113711
msgid "See also:"
37123712
msgstr "Zobacz także:"
@@ -3736,6 +3736,10 @@ msgid ""
37363736
"the metaclass ``__prepare__`` method (see :ref:`prepare`). Use :func:`types."
37373737
"new_class` to dynamically create a class using the appropriate metaclass."
37383738
msgstr ""
3739+
"W przeciwieństwie do instrukcji :keyword:`class`, forma z trzema argumentami "
3740+
"nie wywołuje metody ``__prepare__`` metaklasy (zobacz :ref:`prepare`). Aby "
3741+
"dynamicznie utworzyć klasę przy użyciu odpowiedniej metaklasy, należy "
3742+
"skorzystać z :func:`types.new_class`."
37393743

37403744
msgid "See also :ref:`class-customization`."
37413745
msgstr "Zobacz także :ref:`class-customization`."

0 commit comments

Comments
 (0)