File tree Expand file tree Collapse file tree 19 files changed +70
-25
lines changed
Expand file tree Collapse file tree 19 files changed +70
-25
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\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.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\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.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\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.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\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.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-21 14:13 +0000\n "
14+ "POT-Creation-Date : 2026-01-09 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -696,7 +696,7 @@ msgid ""
696696"end = STACK.pop()\n"
697697"start = STACK.pop()\n"
698698"container = STACK.pop()\n"
699- "values = STACK.pop()\n"
699+ "value = STACK.pop()\n"
700700"container[start:end] = value"
701701msgstr ""
702702
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\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.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\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.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-01-07 14:19+0000\n "
14+ "POT-Creation-Date : 2026-01-09 14:19+0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2262,7 +2262,14 @@ msgid ""
22622262"intended to remove all case distinctions in a string. For example, the "
22632263"German lowercase letter ``'ß'`` is equivalent to ``\" ss\" ``. Since it is "
22642264"already lowercase, :meth:`lower` would do nothing to ``'ß'``; :meth:"
2265- "`casefold` converts it to ``\" ss\" ``."
2265+ "`casefold` converts it to ``\" ss\" ``. For example:"
2266+ msgstr ""
2267+
2268+ msgid ""
2269+ ">>> 'straße'.lower()\n"
2270+ "'straße'\n"
2271+ ">>> 'straße'.casefold()\n"
2272+ "'strasse'"
22662273msgstr ""
22672274
22682275msgid ""
@@ -2710,7 +2717,12 @@ msgstr ""
27102717
27112718msgid ""
27122719"Return a copy of the string with all the cased characters [4]_ converted to "
2713- "lowercase."
2720+ "lowercase. For example:"
2721+ msgstr ""
2722+
2723+ msgid ""
2724+ ">>> 'Lower Method Example'.lower()\n"
2725+ "'lower method example'"
27142726msgstr ""
27152727
27162728msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\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.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-19 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"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