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

Skip to content

Commit 4cabab4

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent 1c2887a commit 4cabab4

6 files changed

Lines changed: 21 additions & 9 deletions

File tree

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-
![54.63% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.63%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.04%25-0.svg)
18+
![54.92% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.92%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.05%25-0.svg)
2020
![21 tłumaczy](https://img.shields.io/badge/tłumaczy-21-0.svg)
2121
<!-- [[[end]]] -->
2222

library/asyncio-exceptions.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-10-13 14:14+0000\n"
14+
"POT-Creation-Date: 2023-11-03 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1616
"Last-Translator: Igor Zubrycki <[email protected]>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/cmath.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-10-13 14:14+0000\n"
15+
"POT-Creation-Date: 2023-11-03 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
1717
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/tokenize.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-10-13 14:14+0000\n"
15+
"POT-Creation-Date: 2023-11-03 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
1717
"Last-Translator: Seweryn Piórkowski <[email protected]>, 2021\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/errors.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-10-20 14:13+0000\n"
18+
"POT-Creation-Date: 2023-11-03 14:14+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
2020
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
2121
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -191,6 +191,12 @@ msgid ""
191191
"An *except clause* may name multiple exceptions as a parenthesized tuple, "
192192
"for example::"
193193
msgstr ""
194+
"Instrukcja :keyword:`try` może mieć więcej niż jedną *klauzulę except*, aby "
195+
"określić programy obsługi dla różnych wyjątków. Wykonany zostanie co "
196+
"najwyżej jeden handler. Obsługiwane są tylko wyjątki, które występują w "
197+
"odpowiadających im *klauzulach try*, a nie w kodzie obsługi tej samej "
198+
"instrukcji :keyword:`!try`. *Klauzula except* może określać wiele wyjątków "
199+
"krotką w nawiasach, na przykład::"
194200

195201
msgid ""
196202
"A class in an :keyword:`except` clause is compatible with an exception if it "

tutorial/introduction.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Maciej Olko <[email protected]>, 2023
87
# haaritsubaki, 2023
8+
# Maciej Olko <[email protected]>, 2023
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-10-27 14:49+0000\n"
15+
"POT-Creation-Date: 2023-11-03 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
17-
"Last-Translator: haaritsubaki, 2023\n"
17+
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -460,6 +460,8 @@ msgid ""
460460
"You can also add new items at the end of the list, by using the :meth:`!list."
461461
"append` *method* (we will see more about methods later)::"
462462
msgstr ""
463+
"Można również dodawać nowe elementy na końcu listy, przez użycie *metody* "
464+
"(dowiemy się więcej o metodach później) :meth:`!list.append`::"
463465

464466
msgid ""
465467
"Assignment to slices is also possible, and this can even change the size of "
@@ -486,6 +488,10 @@ msgid ""
486488
"`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_sequence>`_ as "
487489
"follows::"
488490
msgstr ""
491+
"Oczywiście możemy używać Pythona do zadań bardziej skomplikowanych niż "
492+
"dodawanie dwóch do dwóch. Na przykład możemy napisać początkowy podciąg "
493+
"`ciągu Fibonacciego <https://pl.wikipedia.org/wiki/Ci%C4%85g_Fibonacciego>`_ "
494+
"następująco::"
489495

490496
msgid "This example introduces several new features."
491497
msgstr "Ten przykład wprowadza kilka nowych funkcji."

0 commit comments

Comments
 (0)