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

Skip to content

Commit 63b72fd

Browse files
committed
Update translation from Transifex
1 parent b3e0c6c commit 63b72fd

File tree

3 files changed

+9
-7
lines changed

3 files changed

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

faq/library.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Stefan Ocetkiewicz <[email protected]>, 2020
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-01-01 05:02+0000\n"
1516
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
16-
"Last-Translator: Stefan Ocetkiewicz <[email protected]>, 2020\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"
@@ -75,7 +76,7 @@ msgid ""
7576
msgstr ""
7677

7778
msgid "How do I make a Python script executable on Unix?"
78-
msgstr ""
79+
msgstr "Jak mogę zrobić skrypt Pythona na systemie Unix?"
7980

8081
msgid ""
8182
"You need to do two things: the script file's mode must be executable and the "
@@ -239,10 +240,10 @@ msgid ""
239240
msgstr ""
240241

241242
msgid "Threads"
242-
msgstr ""
243+
msgstr "Wątki"
243244

244245
msgid "How do I program using threads?"
245-
msgstr ""
246+
msgstr "Jak program używa wątków?"
246247

247248
msgid ""
248249
"Be sure to use the :mod:`threading` module and not the :mod:`_thread` "

tutorial/inputoutput.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 <[email protected]>, 2019
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-05-20 06:27+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
16-
"Last-Translator: m_aciek <[email protected]>, 2019\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"
@@ -24,7 +25,7 @@ msgstr ""
2425
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2526

2627
msgid "Input and Output"
27-
msgstr ""
28+
msgstr "Wejście i wyjście"
2829

2930
msgid ""
3031
"There are several ways to present the output of a program; data can be "

0 commit comments

Comments
 (0)