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

Skip to content

Commit b466bc8

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent cf9049d commit b466bc8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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-
![55.89% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-55.89%25-0.svg)
18+
![55.90% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-55.90%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.17%25-0.svg)
2020
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
2121
<!-- [[[end]]] -->

c-api/set.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 00:50+0000\n"
1616
"Last-Translator: haaritsubaki, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/controlflow.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ msgid "Subpatterns may be captured using the ``as`` keyword::"
830830
msgstr "Można przechwytywać podwzorce używając słowa kluczowego ``as``::"
831831

832832
msgid "case (Point(x1, y1), Point(x2, y2) as p2): ..."
833-
msgstr ""
833+
msgstr "case (Point(x1, y1), Point(x2, y2) as p2): ..."
834834

835835
msgid ""
836836
"will capture the second element of the input as ``p2`` (as long as the input "

whatsnew/3.10.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ msgid "Subpatterns may be captured using the ``as`` keyword::"
856856
msgstr "Można przechwytywać podwzorce używając słowa kluczowego ``as``::"
857857

858858
msgid "case (Point(x1, y1), Point(x2, y2) as p2): ..."
859-
msgstr ""
859+
msgstr "case (Point(x1, y1), Point(x2, y2) as p2): ..."
860860

861861
msgid ""
862862
"This binds x1, y1, x2, y2 like you would expect without the ``as`` clause, "

0 commit comments

Comments
 (0)