File tree Expand file tree Collapse file tree 7 files changed +12
-10
lines changed
Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ f'''''')
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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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 "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
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 "
Original file line number Diff line number Diff line change @@ -44,12 +44,14 @@ msgstr ""
4444"metody obiektów typu listy:"
4545
4646msgid "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
4949msgid ""
5050"Extend the list by appending all the items from the iterable. Similar to "
5151"``a[len(a):] = iterable``."
5252msgstr ""
53+ "Rozszerza listę przez dodanie wszystkich elementów iterable'a. Podobne do "
54+ "``a[len(a):] = iterable``."
5355
5456msgid ""
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
8183msgid "Remove all items from the list. Similar to ``del a[:]``."
82- msgstr ""
84+ msgstr "Usuwa wszystkie elementy z listy. Podobne do ``del a[:]``. "
8385
8486msgid ""
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."
114116msgstr "Odwraca elementy listy w miejscu."
115117
116118msgid "Return a shallow copy of the list. Similar to ``a[:]``."
117- msgstr ""
119+ msgstr "Zwraca płytką kopię listy. Podobne do ``a[:]``. "
118120
119121msgid "An example that uses most of the list methods::"
120122msgstr "Przykład, który używa większość metod listy::"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
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 "
You can’t perform that action at this time.
0 commit comments