Skip to content

Commit 914cee7

Browse files
committed
Update translation from Transifex
1 parent 5302baf commit 914cee7

5 files changed

Lines changed: 16 additions & 9 deletions

File tree

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-
![37.12% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.12%25-0.svg)
4+
![37.52% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.52%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/newest)
66
![9 tłumaczy](https://img.shields.io/badge/tłumaczy-9-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 <maciej.olko@gmail.com>, 2020
7+
# m_aciek <maciej.olko@gmail.com>, 2021
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-05-03 17:16+0000\n"
1515
"PO-Revision-Date: 2020-05-30 12:10+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
16+
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\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"
@@ -4028,7 +4028,7 @@ msgid ""
40284028
msgstr ""
40294029

40304030
msgid "Modules"
4031-
msgstr ""
4031+
msgstr "Moduły"
40324032

40334033
msgid ""
40344034
"The only special operation on a module is attribute access: ``m.name``, "

reference/datamodel.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ msgid ""
787787
msgstr ""
788788

789789
msgid "Modules"
790-
msgstr ""
790+
msgstr "Moduły"
791791

792792
msgid ""
793793
"Modules are a basic organizational unit of Python code, and are created by "

tutorial/datastructures.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,19 +577,26 @@ msgid ""
577577
"To loop over a sequence in sorted order, use the :func:`sorted` function "
578578
"which returns a new sorted list while leaving the source unaltered. ::"
579579
msgstr ""
580+
"Aby przeiterować po sekwencji w posortowanej kolejności, użyj funkcji :func:"
581+
"`sorted`, która zwraca nową posortowaną listę pozostawiając listę źródłową "
582+
"niezmienioną. ::"
580583

581584
msgid ""
582585
"It is sometimes tempting to change a list while you are looping over it; "
583586
"however, it is often simpler and safer to create a new list instead. ::"
584587
msgstr ""
588+
"Czasem kusi, żeby zmienić listę podczas iterowania po niej; jednak często "
589+
"prościej i bezpieczniej jest stworzyć nową listę. ::"
585590

586591
msgid "More on Conditions"
587-
msgstr ""
592+
msgstr "Więcej na temat warunków"
588593

589594
msgid ""
590595
"The conditions used in ``while`` and ``if`` statements can contain any "
591596
"operators, not just comparisons."
592597
msgstr ""
598+
"Warunki użyte w instrukcjach ``while`` i ``if`` mogą zawierać dowolne "
599+
"operatory, nie tylko porównania."
593600

594601
msgid ""
595602
"The comparison operators ``in`` and ``not in`` check whether a value occurs "

tutorial/modules.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 <maciej.olko@gmail.com>, 2020
7+
# m_aciek <maciej.olko@gmail.com>, 2021
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1515
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
16+
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\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"
@@ -24,7 +24,7 @@ msgstr ""
2424
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2525

2626
msgid "Modules"
27-
msgstr ""
27+
msgstr "Moduły"
2828

2929
msgid ""
3030
"If you quit from the Python interpreter and enter it again, the definitions "

0 commit comments

Comments
 (0)