Skip to content

Commit 8598fb4

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 17aa445 commit 8598fb4

File tree

4 files changed

+8
-3
lines changed

4 files changed

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

howto/pyporting.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-11-01 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:53+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"

library/base64.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-11-01 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/stdlib2.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,11 @@ msgid ""
482482
">>> scores\n"
483483
"[(100, 'perl'), (200, 'tcl'), (300, 'ruby'), (400, 'lua'), (500, 'python')]"
484484
msgstr ""
485+
">>> import bisect\n"
486+
">>> wyniki = [(100, 'perl'), (200, 'tcl'), (400, 'lua'), (500, 'python')]\n"
487+
">>> bisect.insort(wyniki, (300, 'ruby'))\n"
488+
">>> wyniki\n"
489+
"[(100, 'perl'), (200, 'tcl'), (300, 'ruby'), (400, 'lua'), (500, 'python')]"
485490

486491
msgid ""
487492
"The :mod:`heapq` module provides functions for implementing heaps based on "

0 commit comments

Comments
 (0)