Skip to content

Commit 7c00fd9

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f583a1a commit 7c00fd9

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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-and-build.yml/badge.svg)
18-
![49.42% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-49.42%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.55%25-0.svg)
18+
![49.64% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-49.64%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.56%25-0.svg)
2020
![18 tłumaczy](https://img.shields.io/badge/tłumaczy-18-0.svg)
2121
<!-- [[[end]]] -->
2222

about.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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-05-12 14:12+0000\n"
15+
"POT-Creation-Date: 2023-05-19 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/floatingpoint.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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-05-19 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1717
"Last-Translator: Ciarbin <mrciarbin@gmail.com>, 2022\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/inputoutput.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-05-12 14:12+0000\n"
15+
"POT-Creation-Date: 2023-05-19 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -215,16 +215,23 @@ msgid ""
215215
"If keyword arguments are used in the :meth:`str.format` method, their values "
216216
"are referred to by using the name of the argument. ::"
217217
msgstr ""
218+
"Jeśli argumenty nazwane są używane w metodzie :meth:`str.format()`, ich "
219+
"wartości są przywoływane przy użyciu nazwy argumentu. ::"
218220

219221
msgid "Positional and keyword arguments can be arbitrarily combined::"
220-
msgstr ""
222+
msgstr "Argumenty pozycyjne i nazwane mogą być dowolnie łączone::"
221223

222224
msgid ""
223225
"If you have a really long format string that you don't want to split up, it "
224226
"would be nice if you could reference the variables to be formatted by name "
225227
"instead of by position. This can be done by simply passing the dict and "
226228
"using square brackets ``'[]'`` to access the keys. ::"
227229
msgstr ""
230+
"Jeśli masz naprawdę długi ciąg znaków formatu, którego nie chcesz dzielić, "
231+
"byłoby miło, gdybyś mógł odwoływać się do zmiennych, które mają być "
232+
"sformatowane według nazwy zamiast według pozycji. Można to zrobić, po prostu "
233+
"przekazując dict i używając nawiasów kwadratowych ``'[]'``, aby uzyskać "
234+
"dostęp do kluczy. ::"
228235

229236
msgid ""
230237
"This could also be done by passing the ``table`` dictionary as keyword "

0 commit comments

Comments
 (0)