Skip to content

Commit 901f1bc

Browse files
committed
Update translation from Transifex
1 parent 4eb9969 commit 901f1bc

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
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/m-aciek/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![20.08% language switchera](https://img.shields.io/badge/language_switcher-20.08%25-0.svg)
4+
![20.26% language switchera](https://img.shields.io/badge/language_switcher-20.26%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
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
77

tutorial/interpreter.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# m_aciek <maciej.olko@gmail.com>, 2019
7+
# m_aciek <maciej.olko@gmail.com>, 2020
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2019\n"
16+
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -35,6 +35,10 @@ msgid ""
3535
"local/bin` in your Unix shell's search path makes it possible to start it by "
3636
"typing the command:"
3737
msgstr ""
38+
"Interpreter Pythona jest zazwyczaj zainstalowany jako :file:`/usr/local/bin/"
39+
"python3.9` na maszynach, na których jest dostępny; wstawienie :file:`/usr/"
40+
"local/bin` w ścieżkę wyszukiwania uniksowego shella umożliwia jego "
41+
"uruchomienie przez wpisanie komendy:"
3842

3943
msgid ""
4044
"to the shell. [#]_ Since the choice of the directory where the interpreter "
@@ -54,6 +58,10 @@ msgid ""
5458
"file:`py` command. See :ref:`setting-envvars` for other ways to launch "
5559
"Python."
5660
msgstr ""
61+
"Na maszynach Windows, gdzie instalowałeś Pythona z :ref:`Microsoft Store "
62+
"<windows-store>`, będzie dostępna komenda :file:`python3.9`. Jeśli masz "
63+
"zainstalowany :ref:`launcher py.exe <launcher>`, możesz użyć komendy :file:"
64+
"`py`. Inne sposoby uruchomienia Pythona znajdziesz w :ref:`setting-envvars`."
5765

5866
msgid ""
5967
"Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` "

0 commit comments

Comments
 (0)