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

Skip to content

Commit b3e0c6c

Browse files
committed
Update translation from Transifex
1 parent d30346e commit b3e0c6c

File tree

4 files changed

+3082
-9
lines changed

4 files changed

+3082
-9
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
![43.59% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-43.59%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)
6-
![16 tłumaczy](https://img.shields.io/badge/tłumaczy-16-0.svg)
6+
![17 tłumaczy](https://img.shields.io/badge/tłumaczy-17-0.svg)
77

88
Praca nad tłumaczeniem dokumentacji odbywa się na platformie [Transifex](https://www.transifex.com/).
99

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 <[email protected]>, 2021
88
# Stefan Ocetkiewicz <[email protected]>, 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-05-23 06:25+0000\n"
1617
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
17-
"Last-Translator: Stefan Ocetkiewicz <[email protected]>, 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 ""

0 commit comments

Comments
 (0)