Skip to content

Commit 42422ff

Browse files
committed
Update translation from Transifex
1 parent 6bb1853 commit 42422ff

File tree

5 files changed

+3086
-11
lines changed

5 files changed

+3086
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Polskie tłumaczenie dokumentacji Pythona
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
44
![44.76% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-44.76%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)
6-
![15 tłumaczy](https://img.shields.io/badge/tłumaczy-15-0.svg)
6+
![16 tłumaczy](https://img.shields.io/badge/tłumaczy-16-0.svg)
77

88
Jeśli znalazłeś(-aś) błąd lub masz sugestię,
99
[dodaj zgłoszenie](https://github.com/python/python-docs-pl/issues) w tym projekcie lub

faq/programming.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2021
88
# Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2022
9+
# Krzysztof Abramowicz, 2022
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
17-
"Last-Translator: Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2022\n"
18+
"Last-Translator: Krzysztof Abramowicz, 2022\n"
1819
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1083,7 +1084,7 @@ msgid ""
10831084
msgstr ""
10841085

10851086
msgid "How do you remove duplicates from a list?"
1086-
msgstr ""
1087+
msgstr "Jak usuwasz duplikaty z listy?"
10871088

10881089
msgid "See the Python Cookbook for a long discussion of many ways to do this:"
10891090
msgstr ""
@@ -1120,7 +1121,7 @@ msgid "The list comprehension may be fastest."
11201121
msgstr ""
11211122

11221123
msgid "How do you make an array in Python?"
1123-
msgstr ""
1124+
msgstr "Jak zrobić macierz w pythonie?"
11241125

11251126
msgid "Use a list::"
11261127
msgstr ""
@@ -1150,7 +1151,7 @@ msgid ""
11501151
msgstr ""
11511152

11521153
msgid "How do I create a multidimensional list?"
1153-
msgstr ""
1154+
msgstr "Jak stworzyć listę wielowymiarową?"
11541155

11551156
msgid "You probably tried to make a multidimensional array like this::"
11561157
msgstr ""

whatsnew/3.10.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2021
8+
# Krzysztof Abramowicz, 2022
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-08-06 13:13+0000\n"
1516
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
17+
"Last-Translator: Krzysztof Abramowicz, 2022\n"
1718
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2116,7 +2117,7 @@ msgid ""
21162117
msgstr ""
21172118

21182119
msgid "C API Changes"
2119-
msgstr ""
2120+
msgstr "Zmiany w C API"
21202121

21212122
msgid "PEP 652: Maintaining the Stable ABI"
21222123
msgstr ""

0 commit comments

Comments
 (0)