Skip to content

Commit df32f59

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

File tree

10 files changed

+37
-23
lines changed

10 files changed

+37
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
1818
![67.30% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.30%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.62%25-0.svg)
20-
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
20+
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2121
<!-- [[[end]]] -->
2222

2323
Jeśli znalazłeś(-aś) błąd lub masz sugestię,

c-api/concrete.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.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/sequence.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-11-01 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1616
"Last-Translator: haaritsubaki, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

copyright.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Maciej Olko <maciej.olko@gmail.com>, 2021
8+
# Stan U, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
16-
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
17+
"Last-Translator: Stan U, 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"
@@ -31,6 +32,8 @@ msgstr "Python i ta dokumentacja jest:"
3132

3233
msgid "Copyright © 2001-2024 Python Software Foundation. All rights reserved."
3334
msgstr ""
35+
"Copyright © 2001-2024 Python Software Foundation. Wszystkie prawa "
36+
"zastrzeżone."
3437

3538
msgid "Copyright © 2000 BeOpen.com. All rights reserved."
3639
msgstr "Copyright © 2000 BeOpen.com. Wszystkie prawa zastrzeżone."

glossary.po

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
# gresm, 2024
1111
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1212
# Maciej Olko <maciej.olko@gmail.com>, 2024
13+
# Stan U, 2024
1314
#
1415
#, fuzzy
1516
msgid ""
1617
msgstr ""
1718
"Project-Id-Version: Python 3.13\n"
1819
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-11-15 14:18+0000\n"
20+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
2021
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
21-
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
22+
"Last-Translator: Stan U, 2024\n"
2223
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -385,6 +386,13 @@ msgid ""
385386
" print(x)\n"
386387
" return inner"
387388
msgstr ""
389+
"def outer():\n"
390+
"x = 0\n"
391+
"def inner():\n"
392+
"nonlocal x\n"
393+
"x += 1\n"
394+
"print(x)\n"
395+
"return inner"
388396

389397
msgid ""
390398
"Due to the :attr:`codeobject.co_freevars` attribute (which, despite its "
@@ -493,7 +501,7 @@ msgid ""
493501
msgstr ""
494502

495503
msgid "CPython"
496-
msgstr ""
504+
msgstr "CPython"
497505

498506
msgid ""
499507
"The canonical implementation of the Python programming language, as "
@@ -503,7 +511,7 @@ msgid ""
503511
msgstr ""
504512

505513
msgid "current context"
506-
msgstr ""
514+
msgstr "bieżący kontekst"
507515

508516
msgid ""
509517
"The :term:`context` (:class:`contextvars.Context` object) that is currently "
@@ -545,7 +553,7 @@ msgid ""
545553
msgstr ""
546554

547555
msgid "descriptor"
548-
msgstr ""
556+
msgstr "deskryptor"
549557

550558
msgid ""
551559
"Any object which defines the methods :meth:`~object.__get__`, :meth:`~object."
@@ -825,7 +833,7 @@ msgid ""
825833
msgstr ""
826834

827835
msgid "garbage collection"
828-
msgstr ""
836+
msgstr "zbieranie śmieci"
829837

830838
msgid ""
831839
"The process of freeing memory when it is not used anymore. Python performs "
@@ -975,7 +983,7 @@ msgid ""
975983
msgstr ""
976984

977985
msgid "IDLE"
978-
msgstr ""
986+
msgstr "IDLE"
979987

980988
msgid ""
981989
"An Integrated Development and Learning Environment for Python. :ref:`idle` "

library/reprlib.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-11-01 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:12+0000\n"
1616
"Last-Translator: Wiktor Matuszewski <wiktor.matuszewski@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/textwrap.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.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
1717
"Last-Translator: Wiktor Matuszewski <wiktor.matuszewski@gmail.com>, 2024\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

reference/datamodel.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1212
# Wiktor Matuszewski <wiktor.matuszewski@gmail.com>, 2024
1313
# Maciej Olko <maciej.olko@gmail.com>, 2024
14+
# Stan U, 2024
1415
#
1516
#, fuzzy
1617
msgid ""
1718
msgstr ""
1819
"Project-Id-Version: Python 3.13\n"
1920
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-11-15 14:18+0000\n"
21+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
2122
"PO-Revision-Date: 2021-06-28 01:19+0000\n"
22-
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
23+
"Last-Translator: Stan U, 2024\n"
2324
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
2425
"MIME-Version: 1.0\n"
2526
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3807,7 +3808,7 @@ msgid "immutable object"
38073808
msgstr ""
38083809

38093810
msgid "garbage collection"
3810-
msgstr ""
3811+
msgstr "zbieranie śmieci"
38113812

38123813
msgid "reference counting"
38133814
msgstr ""

reference/introduction.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021
8+
# Stan U, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1516
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
16-
"Last-Translator: Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021\n"
17+
"Last-Translator: Stan U, 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"
@@ -76,7 +77,7 @@ msgid "Known implementations include:"
7677
msgstr ""
7778

7879
msgid "CPython"
79-
msgstr ""
80+
msgstr "CPython"
8081

8182
msgid ""
8283
"This is the original and most-maintained implementation of Python, written "

whatsnew/3.1.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Maciej Olko <maciej.olko@gmail.com>, 2021
88
# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021
9+
# Stan U, 2024
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.13\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-19 01:00+0000\n"
16+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1617
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
17-
"Last-Translator: Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021\n"
18+
"Last-Translator: Stan U, 2024\n"
1819
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -639,7 +640,7 @@ msgid "(Contributed by Jake McGuire and Antoine Pitrou; :issue:`5084`.)"
639640
msgstr ""
640641

641642
msgid "IDLE"
642-
msgstr ""
643+
msgstr "IDLE"
643644

644645
msgid ""
645646
"IDLE's format menu now provides an option to strip trailing whitespace from "

0 commit comments

Comments
 (0)