Skip to content

Commit c011471

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

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
![66.64% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-66.64%25-0.svg)
18+
![66.74% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-66.74%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.61%25-0.svg)
2020
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
2121
<!-- [[[end]]] -->

c-api/cell.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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-09-27 14:17+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/classes.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,14 +592,19 @@ msgid ""
592592
"object is a parameterless function that returns a new instance of the class. "
593593
"For example (assuming the above class)::"
594594
msgstr ""
595+
"*Instancjonowanie* klasy używa notacji funkcji. Wystarczy udawać, że obiekt "
596+
"klasy jest bezparametrową funkcja, która zwraca nową instancję klasy. Na "
597+
"przykład (zakładając powyższą klasę)::"
595598

596599
msgid "x = MyClass()"
597-
msgstr ""
600+
msgstr "x = MyClass()"
598601

599602
msgid ""
600603
"creates a new *instance* of the class and assigns this object to the local "
601604
"variable ``x``."
602605
msgstr ""
606+
"tworzy nową *instancję* klasy i przypisuje ten obiekt do zmiennej lokalnej "
607+
"``x``."
603608

604609
msgid ""
605610
"The instantiation operation (\"calling\" a class object) creates an empty "

0 commit comments

Comments
 (0)