File tree Expand file tree Collapse file tree 6 files changed +16
-8
lines changed
Expand file tree Collapse file tree 6 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 50.92 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-50.92 %25-0.svg )
18+ ![ 50.98 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-50.98 %25-0.svg )
1919![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-2.98%25-0.svg )
2020![ 21 tłumaczy] ( https://img.shields.io/badge/tłumaczy-21-0.svg )
2121<!-- [[[end]]] -->
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.13\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2024-08-09 16:36 +0000\n "
16+ "POT-Creation-Date : 2024-08-31 10:59 +0000\n "
1717"PO-Revision-Date : 2021-06-28 00:48+0000\n "
1818"Last-Translator : haaritsubaki, 2023\n "
1919"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-08-09 16:36 +0000\n "
15+ "POT-Creation-Date : 2024-08-31 10:59 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:52+0000\n "
1717"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2022\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-08-09 16:36 +0000\n "
14+ "POT-Creation-Date : 2024-08-31 10:59 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:49+0000\n "
1616"Last-Translator : Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ msgstr ""
6161"ułamek 1/3. Możesz go przybliżyć jako ułamek o podstawie 10::"
6262
6363msgid "0.3"
64- msgstr ""
64+ msgstr "0.3 "
6565
6666msgid "or, better, ::"
6767msgstr "albo lepiej::"
6868
6969msgid "0.33"
70- msgstr ""
70+ msgstr "0.33 "
7171
7272msgid "0.333"
73- msgstr ""
73+ msgstr "0.333 "
7474
7575msgid ""
7676"and so on. No matter how many digits you're willing to write down, the "
@@ -90,7 +90,7 @@ msgstr ""
9090"podstawie 2. W podstawie 2, 1/10 to ułamek okresowy ::"
9191
9292msgid "0.0001100110011001100110011001100110011001100110011..."
93- msgstr ""
93+ msgstr "0.0001100110011001100110011001100110011001100110011... "
9494
9595msgid ""
9696"Stop at any finite number of bits, and you get an approximation. On most "
@@ -126,6 +126,8 @@ msgid ""
126126">>> 0.1\n"
127127"0.1000000000000000055511151231257827021181583404541015625"
128128msgstr ""
129+ ">>> 0.1\n"
130+ "0.1000000000000000055511151231257827021181583404541015625"
129131
130132msgid ""
131133"That is more digits than most people find useful, so Python keeps the number "
@@ -139,6 +141,8 @@ msgid ""
139141">>> 1 / 10\n"
140142"0.1"
141143msgstr ""
144+ ">>> 1 / 10\n"
145+ "0.1"
142146
143147msgid ""
144148"Just remember, even though the printed result looks like the exact value of "
Original file line number Diff line number Diff line change @@ -181,6 +181,10 @@ msgid ""
181181">>> 2 ** 7 # 2 to the power of 7\n"
182182"128"
183183msgstr ""
184+ ">>> 5 ** 2 # 5 do kwadratu\n"
185+ "25\n"
186+ ">>> 2 ** 7 # 2 do potęgi 7.\n"
187+ "128"
184188
185189msgid ""
186190"The equal sign (``=``) is used to assign a value to a variable. Afterwards, "
You can’t perform that action at this time.
0 commit comments