File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
Polskie tłumaczenie dokumentacji Pythona
2
2
========================================
3
3
![ 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 )
5
5
![ 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
6
![ 17 tłumaczy] ( https://img.shields.io/badge/tłumaczy-17-0.svg )
7
7
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# Stefan Ocetkiewicz <[email protected] >, 2020
8
+ # Krzysztof Abramowicz, 2022
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
15
16
"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 "
17
18
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -75,7 +76,7 @@ msgid ""
75
76
msgstr ""
76
77
77
78
msgid "How do I make a Python script executable on Unix?"
78
- msgstr ""
79
+ msgstr "Jak mogę zrobić skrypt Pythona na systemie Unix? "
79
80
80
81
msgid ""
81
82
"You need to do two things: the script file's mode must be executable and the "
@@ -239,10 +240,10 @@ msgid ""
239
240
msgstr ""
240
241
241
242
msgid "Threads"
242
- msgstr ""
243
+ msgstr "Wątki "
243
244
244
245
msgid "How do I program using threads?"
245
- msgstr ""
246
+ msgstr "Jak program używa wątków? "
246
247
247
248
msgid ""
248
249
"Be sure to use the :mod:`threading` module and not the :mod:`_thread` "
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# m_aciek <[email protected] >, 2019
8
+ # Krzysztof Abramowicz, 2022
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2021-05-20 06:27+0000\n "
15
16
"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 "
17
18
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,7 +25,7 @@ msgstr ""
24
25
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
25
26
26
27
msgid "Input and Output"
27
- msgstr ""
28
+ msgstr "Wejście i wyjście "
28
29
29
30
msgid ""
30
31
"There are several ways to present the output of a program; data can be "
You can’t perform that action at this time.
0 commit comments