File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-10-11 16:02 +0000\n "
14
+ "POT-Creation-Date : 2024-10-18 16:00 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:23+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -31,7 +31,7 @@ msgid ""
31
31
"detail, and adds some new things as well."
32
32
msgstr ""
33
33
"Ten rozdział opisuje bardziej szczegółowo niektóre rzeczy, które już "
34
- "poznaliście, oraz również wprowadza nowe elementy ."
34
+ "poznaliście, a także dodaje kilka nowych ."
35
35
36
36
msgid "More on Lists"
37
37
msgstr "Więcej na temat list"
@@ -40,7 +40,8 @@ msgid ""
40
40
"The list data type has some more methods. Here are all of the methods of "
41
41
"list objects:"
42
42
msgstr ""
43
- "Typ danych listy ma kilka więcej metod. To wszystkie metody obiektów listy:"
43
+ "Typ danych listy ma kilka dodatkowych metod. Poniżej znajdują się wszystkie "
44
+ "metody obiektów typu listy:"
44
45
45
46
msgid ""
46
47
"Add an item to the end of the list. Equivalent to ``a[len(a):] = [x]``."
You can’t perform that action at this time.
0 commit comments