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

Skip to content

Commit 97b2b54

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 51716d7 commit 97b2b54

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

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

tutorial/inputoutput.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Maciej Olko <[email protected]>, 2021
87
# Krzysztof Abramowicz, 2022
8+
# Maciej Olko <[email protected]>, 2022
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2022-11-24 04:23+0000\n"
15+
"POT-Creation-Date: 2022-12-14 04:15+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
17-
"Last-Translator: Krzysztof Abramowicz, 2022\n"
17+
"Last-Translator: Maciej Olko <[email protected]>, 2022\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,6 +32,9 @@ msgid ""
3232
"printed in a human-readable form, or written to a file for future use. This "
3333
"chapter will discuss some of the possibilities."
3434
msgstr ""
35+
"Wyjście programu można zaprezentować na różne sposoby; można wypisać dane w "
36+
"formie czytelnej dla człowieka lub zapisać do pliku do wykorzystania w "
37+
"przyszłości. Ten rozdział omówi niektóre z możliwości."
3538

3639
msgid "Fancier Output Formatting"
3740
msgstr ""

tutorial/interpreter.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-12-08 04:15+0000\n"
14+
"POT-Creation-Date: 2022-12-14 04:15+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -24,7 +24,7 @@ msgstr ""
2424
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2525

2626
msgid "Using the Python Interpreter"
27-
msgstr "Używanie Interpretera Pythona"
27+
msgstr "Używanie interpretera Pythona"
2828

2929
msgid "Invoking the Interpreter"
3030
msgstr "Wywoływanie Interpretera"

tutorial/modules.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Maciej Olko <[email protected]>, 2022
87
# Ciarbin <[email protected]>, 2022
8+
# Maciej Olko <[email protected]>, 2022
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2022-12-13 04:15+0000\n"
15+
"POT-Creation-Date: 2022-12-14 04:15+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
17-
"Last-Translator: Ciarbin <mrciarbin@gmail.com>, 2022\n"
17+
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -612,7 +612,7 @@ msgstr ""
612612
"zmienną zdefiniowaną w poprzednim elemencie."
613613

614614
msgid "Importing \\* From a Package"
615-
msgstr "Importowanie \\* Z Pakietu"
615+
msgstr "Importowanie \\* z pakietu"
616616

617617
msgid ""
618618
"Now what happens when the user writes ``from sound.effects import *``? "
@@ -747,7 +747,7 @@ msgstr ""
747747
"używać bezwzględnego importu."
748748

749749
msgid "Packages in Multiple Directories"
750-
msgstr "Pakiety w Wielu Katalogach"
750+
msgstr "Pakiety w wielu katalogach"
751751

752752
msgid ""
753753
"Packages support one more special attribute, :attr:`__path__`. This is "

0 commit comments

Comments
 (0)