Skip to content

Commit dfe4497

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 5f6dcfb commit dfe4497

3 files changed

Lines changed: 11 additions & 4 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.87%](https://img.shields.io/badge/core-99.87%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.68%25-0.svg)](https://translations.python.org/#pl)
2121
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.44%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.87%](https://img.shields.io/badge/podstawowe_artykuły-99.87%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.68%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.44%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/functions.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-07-31 15:58+0000\n"
15+
"POT-Creation-Date: 2026-08-01 14:54+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2804,7 +2804,7 @@ msgid "Added the *flush* keyword argument."
28042804
msgstr "Dodano *flush* argument nazwany."
28052805

28062806
msgid "Return a property attribute."
2807-
msgstr "Zwraca atrybut właściwośći."
2807+
msgstr "Zwraca atrybut właściwości."
28082808

28092809
msgid ""
28102810
"*fget* is a function for getting an attribute value. *fset* is a function "
@@ -2863,6 +2863,10 @@ msgid ""
28632863
"possible to create read-only properties easily using :deco:`property` as a :"
28642864
"term:`decorator`::"
28652865
msgstr ""
2866+
"Jeśli zostanie podana, *doc* będzie docstringiem atrybutu właściwości. W "
2867+
"przeciwnym razie właściwość skopiuje docstring *fget* (jeśli istnieje). "
2868+
"Umożliwia to łatwe tworzenie właściwości tylko do odczytu przy użyciu :deco:"
2869+
"`property` jako :term:`dekoratora <dekorator>`::"
28662870

28672871
msgid ""
28682872
"class Parrot:\n"
@@ -3395,6 +3399,9 @@ msgid ""
33953399
"see :deco:`classmethod` for a variant that is useful for creating alternate "
33963400
"class constructors."
33973401
msgstr ""
3402+
"Metody statyczne w Pythonie są podobne do tych, które można znaleźć w Java "
3403+
"lub C++. Zobacz także :deco:`classmethod`, aby zapoznać się z wariantem, "
3404+
"który jest przydatny do tworzenia alternatywnych konstruktorów klas."
33983405

33993406
msgid ""
34003407
"Like all decorators, it is also possible to call ``staticmethod`` as a "

0 commit comments

Comments
 (0)