Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f40998e

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

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![63.25% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-63.25%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.30%25-0.svg)
18+
![63.47% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-63.47%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.31%25-0.svg)
2020
![6 tłumaczy](https://img.shields.io/badge/tłumaczy-6-0.svg)
2121
<!-- [[[end]]] -->
2222

c-api/method.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Waldemar Stoczkowski, 2023
8+
# Rafael Fontenelle <[email protected]>, 2024
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: 2024-10-26 21:16+0000\n"
15+
"POT-Creation-Date: 2024-11-12 09:45+0000\n"
1516
"PO-Revision-Date: 2023-05-24 02:09+0000\n"
16-
"Last-Translator: Waldemar Stoczkowski, 2023\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\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"
@@ -58,7 +59,7 @@ msgid ""
5859
msgstr ""
5960

6061
msgid "Method Objects"
61-
msgstr ""
62+
msgstr "Obiekty metod"
6263

6364
msgid ""
6465
"Methods are bound function objects. Methods are always bound to an instance "

tutorial/classes.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-11-08 15:21+0000\n"
16+
"POT-Creation-Date: 2024-11-12 09:45+0000\n"
1717
"PO-Revision-Date: 2023-05-24 02:22+0000\n"
1818
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -577,12 +577,18 @@ msgid ""
577577
"not, since ``MyClass.i`` is not. But ``x.f`` is not the same thing as "
578578
"``MyClass.f`` --- it is a *method object*, not a function object."
579579
msgstr ""
580+
"Prawidłowe nazwy metod obiektu instancji zależą od jego klasy. Z definicji "
581+
"wszystkie atrybuty klasy, które są obiektami funkcji definiują odpowiednie "
582+
"metody jej instancji. Tak więc w naszym przykładzie, ``x.f`` jest poprawnym "
583+
"odwołaniem do metody, ponieważ ``MyClass.f`` jest funkcją, ale ``x.i`` nie "
584+
"jest, ponieważ ``MyClass.i`` nie jest. Ale ``x.f`` nie jest tym samym co "
585+
"``MyClass.f`` --- jest *obiektem metody*, a nie obiektem funkcji."
580586

581587
msgid "Method Objects"
582-
msgstr ""
588+
msgstr "Obiekty metod"
583589

584590
msgid "Usually, a method is called right after it is bound::"
585-
msgstr ""
591+
msgstr "Zazwyczaj metoda jest wywoływana zaraz po jej powiązaniu::"
586592

587593
msgid ""
588594
"In the :class:`!MyClass` example, this will return the string ``'hello "

0 commit comments

Comments
 (0)