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

Skip to content

Commit 772800e

Browse files
committed
Update translation from Transifex
1 parent ec7569c commit 772800e

File tree

2 files changed

+10
-6
lines changed

2 files changed

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

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

faq/gui.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Stefan Ocetkiewicz <[email protected]>, 2020
8+
# rmaster1211 <[email protected]>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-05-26 06:28+0000\n"
1516
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
16-
"Last-Translator: Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2020\n"
17+
"Last-Translator: rmaster1211 <rs.szczerba@gmail.com>, 2021\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,25 +25,28 @@ msgstr ""
2425
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2526

2627
msgid "Graphic User Interface FAQ"
27-
msgstr ""
28+
msgstr "FAQ Graficzny Interfejs Użytkownika"
2829

2930
msgid "Contents"
3031
msgstr "Zawartość"
3132

3233
msgid "General GUI Questions"
33-
msgstr ""
34+
msgstr "Pytania ogólne o GUI"
3435

3536
msgid "What platform-independent GUI toolkits exist for Python?"
36-
msgstr ""
37+
msgstr "Jakie niezależne od platformy narzędzia GUI istnieją dla Pythona?"
3738

3839
msgid ""
3940
"Depending on what platform(s) you are aiming at, there are several. Some of "
4041
"them haven't been ported to Python 3 yet. At least `Tkinter`_ and `Qt`_ are "
4142
"known to be Python 3-compatible."
4243
msgstr ""
44+
"W zależności od platform docelowych istnieje ich kilka. Niektóre z nich nie "
45+
"zostały jeszcze przeniesione na Python-3. Wiadomo, że `Tkinter`_ i `Qt`_ są "
46+
"kompatybilne z Python-3."
4347

4448
msgid "Tkinter"
45-
msgstr ""
49+
msgstr "Tkinter"
4650

4751
msgid ""
4852
"Standard builds of Python include an object-oriented interface to the Tcl/Tk "

0 commit comments

Comments
 (0)