Skip to content

Commit ae3a487

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 91c80c8 commit ae3a487

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
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]]] -->

c-api/function.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
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"

extending/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
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"

reference/introduction.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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"

tutorial/floatingpoint.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ msgstr ""
6161
"ułamek 1/3. Możesz go przybliżyć jako ułamek o podstawie 10::"
6262

6363
msgid "0.3"
64-
msgstr ""
64+
msgstr "0.3"
6565

6666
msgid "or, better, ::"
6767
msgstr "albo lepiej::"
6868

6969
msgid "0.33"
70-
msgstr ""
70+
msgstr "0.33"
7171

7272
msgid "0.333"
73-
msgstr ""
73+
msgstr "0.333"
7474

7575
msgid ""
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

9292
msgid "0.0001100110011001100110011001100110011001100110011..."
93-
msgstr ""
93+
msgstr "0.0001100110011001100110011001100110011001100110011..."
9494

9595
msgid ""
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"
128128
msgstr ""
129+
">>> 0.1\n"
130+
"0.1000000000000000055511151231257827021181583404541015625"
129131

130132
msgid ""
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"
141143
msgstr ""
144+
">>> 1 / 10\n"
145+
"0.1"
142146

143147
msgid ""
144148
"Just remember, even though the printed result looks like the exact value of "

tutorial/introduction.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ msgid ""
181181
">>> 2 ** 7 # 2 to the power of 7\n"
182182
"128"
183183
msgstr ""
184+
">>> 5 ** 2 # 5 do kwadratu\n"
185+
"25\n"
186+
">>> 2 ** 7 # 2 do potęgi 7.\n"
187+
"128"
184188

185189
msgid ""
186190
"The equal sign (``=``) is used to assign a value to a variable. Afterwards, "

0 commit comments

Comments
 (0)