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

Skip to content

Commit 12b922e

Browse files
committed
Update translation from Transifex
1 parent 1c53052 commit 12b922e

File tree

4 files changed

+38
-31
lines changed

4 files changed

+38
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![41.85% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-41.85%25-0.svg)
4+
![41.94% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-41.94%25-0.svg)
55
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/39)
66
![15 tłumaczy](https://img.shields.io/badge/tłumaczy-15-0.svg)
77

library/stdtypes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# m_aciek <[email protected]>, 2021
7+
# m_aciek <[email protected]>, 2022
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
16-
"Last-Translator: m_aciek <[email protected]>, 2021\n"
16+
"Last-Translator: m_aciek <[email protected]>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1600,7 +1600,7 @@ msgid ""
16001600
msgstr ""
16011601

16021602
msgid "String Methods"
1603-
msgstr ""
1603+
msgstr "Metody ciągów"
16041604

16051605
msgid ""
16061606
"Strings implement all of the :ref:`common <typesseq-common>` sequence "

tutorial/modules.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Ciarbin Ciarbin <[email protected]>, 2021
8-
# m_aciek <[email protected]>, 2021
8+
# m_aciek <[email protected]>, 2022
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
17-
"Last-Translator: m_aciek <[email protected]>, 2021\n"
17+
"Last-Translator: m_aciek <[email protected]>, 2022\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -118,6 +118,13 @@ msgid ""
118118
"know what you are doing you can touch a module's global variables with the "
119119
"same notation used to refer to its functions, ``modname.itemname``."
120120
msgstr ""
121+
"Każdy moduł ma swoją własną tablicę symboli, która jest używana jako "
122+
"globalna tablica symboli przez wszystkie funkcje zdefiniowane w tym module. "
123+
"Tak więc autor modułu może używać globalnych zmiennych nie martwiąc się o "
124+
"przypadkowe konflikty z globalnymi zmiennymi użytkownika. Z drugiej strony, "
125+
"jeśli wiesz co robisz, możesz odnosić się do globalnych zmiennych modułu tą "
126+
"samą notacją, którą używa się do odniesień do jego funkcji, ``nazwamodułu."
127+
"nazwalementu``."
121128

122129
msgid ""
123130
"Modules can import other modules. It is customary but not required to place "

whatsnew/2.0.po

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Seweryn Piórkowski <[email protected]>, 2020
8-
# m_aciek <[email protected]>, 2020
8+
# m_aciek <[email protected]>, 2022
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
17-
"Last-Translator: m_aciek <[email protected]>, 2020\n"
17+
"Last-Translator: m_aciek <[email protected]>, 2022\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,13 +25,13 @@ msgstr ""
2525
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2626

2727
msgid "What's New in Python 2.0"
28-
msgstr ""
28+
msgstr "Co nowego w Python 2.0"
2929

3030
msgid "Author"
3131
msgstr "Autor"
3232

3333
msgid "A.M. Kuchling and Moshe Zadka"
34-
msgstr ""
34+
msgstr "A.M. Kuchling i Moshe Zadka"
3535

3636
msgid "Introduction"
3737
msgstr "Wprowadzenie"
@@ -55,7 +55,7 @@ msgid ""
5555
msgstr ""
5656

5757
msgid "What About Python 1.6?"
58-
msgstr ""
58+
msgstr "Co z Pythonem 1.6?"
5959

6060
msgid ""
6161
"Python 1.6 can be thought of as the Contractual Obligations Python release. "
@@ -80,7 +80,7 @@ msgid ""
8080
msgstr ""
8181

8282
msgid "New Development Process"
83-
msgstr ""
83+
msgstr "Nowy proces rozwoju"
8484

8585
msgid ""
8686
"The most important change in Python 2.0 may not be to the code at all, but "
@@ -303,7 +303,7 @@ msgid ""
303303
msgstr ""
304304

305305
msgid "The following code would then read UTF-8 input from the file::"
306-
msgstr ""
306+
msgstr "Poniższy kod odczytałby wtedy wejście UTF-8 z pliku::"
307307

308308
msgid ""
309309
"Unicode-aware regular expressions are available through the :mod:`re` "
@@ -349,7 +349,7 @@ msgid ""
349349
msgstr ""
350350

351351
msgid "List comprehensions have the form::"
352-
msgstr ""
352+
msgstr "Listy składane mają postać::"
353353

354354
msgid ""
355355
"The :keyword:`!for`...\\ :keyword:`!in` clauses contain the sequences to be "
@@ -422,7 +422,7 @@ msgid ""
422422
msgstr ""
423423

424424
msgid "String Methods"
425-
msgstr ""
425+
msgstr "Metody ciągów"
426426

427427
msgid ""
428428
"Until now string-manipulation functionality was in the :mod:`string` module, "
@@ -542,7 +542,7 @@ msgid ""
542542
msgstr ""
543543

544544
msgid "Other Core Changes"
545-
msgstr ""
545+
msgstr "Inne podstawowe zmiany"
546546

547547
msgid ""
548548
"Various minor changes have been made to Python's syntax and built-in "
@@ -551,7 +551,7 @@ msgid ""
551551
msgstr ""
552552

553553
msgid "Minor Language Changes"
554-
msgstr ""
554+
msgstr "Drobne zmiany językowe"
555555

556556
msgid ""
557557
"A new syntax makes it more convenient to call a given function with a tuple "
@@ -654,7 +654,7 @@ msgid ""
654654
msgstr ""
655655

656656
msgid "Changes to Built-in Functions"
657-
msgstr ""
657+
msgstr "Zmiany w funkcjach wbudowanych"
658658

659659
msgid ""
660660
"A new built-in, ``zip(seq1, seq2, ...)``, has been added. :func:`zip` "
@@ -704,7 +704,7 @@ msgid ""
704704
msgstr ""
705705

706706
msgid "Porting to 2.0"
707-
msgstr ""
707+
msgstr "Przenoszenie do 2.0"
708708

709709
msgid ""
710710
"New Python releases try hard to be compatible with previous releases, and "
@@ -812,7 +812,7 @@ msgid ""
812812
msgstr ""
813813

814814
msgid "Extending/Embedding Changes"
815-
msgstr ""
815+
msgstr "Zmiany rozszerzające/osadzające"
816816

817817
msgid ""
818818
"Some of the changes are under the covers, and will only be apparent to "
@@ -902,7 +902,7 @@ msgid ""
902902
msgstr ""
903903

904904
msgid "Distutils: Making Modules Easy to Install"
905-
msgstr ""
905+
msgstr "Distutils: Łatwe do zainstalowania moduły"
906906

907907
msgid ""
908908
"Before Python 2.0, installing modules was a tedious affair -- there was no "
@@ -963,7 +963,7 @@ msgid ""
963963
msgstr ""
964964

965965
msgid "XML Modules"
966-
msgstr ""
966+
msgstr "Moduły XML"
967967

968968
msgid ""
969969
"Python 1.5.2 included a simple XML parser in the form of the :mod:`xmllib` "
@@ -980,7 +980,7 @@ msgid ""
980980
msgstr ""
981981

982982
msgid "SAX2 Support"
983-
msgstr ""
983+
msgstr "Obsługa SAX2"
984984

985985
msgid ""
986986
"SAX defines an event-driven interface for parsing XML. To use SAX, you must "
@@ -1053,7 +1053,7 @@ msgid ""
10531053
msgstr ""
10541054

10551055
msgid "For the *Hamlet* XML file, the above few lines output::"
1056-
msgstr ""
1056+
msgstr "Dla pliku *Hamlet* XML, powyższe kilka wierszy daje wynik::"
10571057

10581058
msgid ""
10591059
"The root element of the document is available as ``doc.documentElement``, "
@@ -1067,7 +1067,7 @@ msgid ""
10671067
msgstr ""
10681068

10691069
msgid "Relationship to PyXML"
1070-
msgstr ""
1070+
msgstr "Związek z PyXML"
10711071

10721072
msgid ""
10731073
"The XML Special Interest Group has been working on XML-related Python code "
@@ -1099,7 +1099,7 @@ msgid "The :mod:`sgmlop` parser accelerator module, written by Fredrik Lundh."
10991099
msgstr ""
11001100

11011101
msgid "Module changes"
1102-
msgstr ""
1102+
msgstr "Zmiany modułów"
11031103

11041104
msgid ""
11051105
"Lots of improvements and bugfixes were made to Python's extensive standard "
@@ -1154,7 +1154,7 @@ msgid ""
11541154
msgstr ""
11551155

11561156
msgid "New modules"
1157-
msgstr ""
1157+
msgstr "Nowe moduły"
11581158

11591159
msgid ""
11601160
"A number of new modules were added. We'll simply list them with brief "
@@ -1260,7 +1260,7 @@ msgid ""
12601260
msgstr ""
12611261

12621262
msgid "IDLE Improvements"
1263-
msgstr ""
1263+
msgstr "Ulepszenia IDLE"
12641264

12651265
msgid ""
12661266
"IDLE is the official Python cross-platform IDE, written using Tkinter. "
@@ -1294,10 +1294,10 @@ msgid ""
12941294
msgstr ""
12951295

12961296
msgid "Call tips were added in many places."
1297-
msgstr ""
1297+
msgstr "W wielu miejscach dodano wskazówki dotyczące połączeń."
12981298

12991299
msgid "IDLE can now be installed as a package."
1300-
msgstr ""
1300+
msgstr "IDLE można teraz zainstalować jako pakiet."
13011301

13021302
msgid "In the editor window, there is now a line/column bar at the bottom."
13031303
msgstr ""
@@ -1308,7 +1308,7 @@ msgid ""
13081308
msgstr ""
13091309

13101310
msgid "Deleted and Deprecated Modules"
1311-
msgstr ""
1311+
msgstr "Usunięte i przestarzałe moduły"
13121312

13131313
msgid ""
13141314
"A few modules have been dropped because they're obsolete, or because there "

0 commit comments

Comments
 (0)