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

Skip to content

Commit b17ca7f

Browse files
committed
Update translation from Transifex
1 parent 87edcf8 commit b17ca7f

File tree

3 files changed

+3077
-5
lines changed

3 files changed

+3077
-5
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.56% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-43.56%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-
![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-04-29 17:15+0000\n"
1617
"PO-Revision-Date: 2020-05-30 11:53+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"
@@ -1081,7 +1082,7 @@ msgid ""
10811082
msgstr ""
10821083

10831084
msgid "How do you remove duplicates from a list?"
1084-
msgstr ""
1085+
msgstr "Jak usuwasz duplikaty z listy?"
10851086

10861087
msgid "See the Python Cookbook for a long discussion of many ways to do this:"
10871088
msgstr ""
@@ -1118,7 +1119,7 @@ msgid "The list comprehension may be fastest."
11181119
msgstr ""
11191120

11201121
msgid "How do you make an array in Python?"
1121-
msgstr ""
1122+
msgstr "Jak zrobić macierz w pythonie?"
11221123

11231124
msgid "Use a list::"
11241125
msgstr ""
@@ -1148,7 +1149,7 @@ msgid ""
11481149
msgstr ""
11491150

11501151
msgid "How do I create a multidimensional list?"
1151-
msgstr ""
1152+
msgstr "Jak stworzyć listę wielowymiarową?"
11521153

11531154
msgid "You probably tried to make a multidimensional array like this::"
11541155
msgstr ""

0 commit comments

Comments
 (0)