Skip to content

Commit 0d8d153

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f1e2ee7 commit 0d8d153

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
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-lint-and-build.yml/badge.svg)
18-
![66.95% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-66.95%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.62%25-0.svg)
18+
![67.05% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.05%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.63%25-0.svg)
2020
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
2121
<!-- [[[end]]] -->
2222

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-10-11 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-01 14:17+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"

howto/clinic.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-10-11 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/asyncio-exceptions.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-10-11 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

reference/toplevel_components.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-10-11 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/datastructures.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ msgstr ""
4444
"metody obiektów typu listy:"
4545

4646
msgid "Add an item to the end of the list. Similar to ``a[len(a):] = [x]``."
47-
msgstr ""
47+
msgstr "Dodaje element na końcu listy. Podobne do ``a[len(a):] = [x]``."
4848

4949
msgid ""
5050
"Extend the list by appending all the items from the iterable. Similar to "
5151
"``a[len(a):] = iterable``."
5252
msgstr ""
53+
"Rozszerza listę przez dodanie wszystkich elementów iterable'a. Podobne do "
54+
"``a[len(a):] = iterable``."
5355

5456
msgid ""
5557
"Insert an item at a given position. The first argument is the index of the "
@@ -79,7 +81,7 @@ msgstr ""
7981
"zakresem listy."
8082

8183
msgid "Remove all items from the list. Similar to ``del a[:]``."
82-
msgstr ""
84+
msgstr "Usuwa wszystkie elementy z listy. Podobne do ``del a[:]``."
8385

8486
msgid ""
8587
"Return zero-based index in the list of the first item whose value is equal "
@@ -114,7 +116,7 @@ msgid "Reverse the elements of the list in place."
114116
msgstr "Odwraca elementy listy w miejscu."
115117

116118
msgid "Return a shallow copy of the list. Similar to ``a[:]``."
117-
msgstr ""
119+
msgstr "Zwraca płytką kopię listy. Podobne do ``a[:]``."
118120

119121
msgid "An example that uses most of the list methods::"
120122
msgstr "Przykład, który używa większość metod listy::"

whatsnew/3.10.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-10-11 14:17+0000\n"
17+
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
1818
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
1919
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
2020
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)