Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f36ba46

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 6872623 commit f36ba46
Copy full SHA for f36ba46

File tree

3 files changed

+16
-7
lines changed
Filter options

3 files changed

+16
-7
lines changed

‎library/stdtypes.po

Copy file name to clipboardExpand all lines: library/stdtypes.po
+3-3Lines changed: 3 additions & 3 deletions
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: 2025-05-08 03:57+0000\n"
14+
"POT-Creation-Date: 2025-05-09 14:59+0000\n"
1515
"PO-Revision-Date: 2025-05-08 05:10+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2151,8 +2151,8 @@ msgid ""
21512151
msgstr ""
21522152

21532153
msgid ""
2154-
"Return true if all characters in the string are printable, false if it "
2155-
"contains at least one non-printable character."
2154+
"Return ``True`` if all characters in the string are printable, ``False`` if "
2155+
"it contains at least one non-printable character."
21562156
msgstr ""
21572157

21582158
msgid ""

‎library/string.po

Copy file name to clipboardExpand all lines: library/string.po
+3-3Lines changed: 3 additions & 3 deletions
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: 2025-04-11 14:19+0000\n"
14+
"POT-Creation-Date: 2025-05-09 14:59+0000\n"
1515
"PO-Revision-Date: 2025-05-08 05:10+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1020,8 +1020,8 @@ msgid ""
10201020
msgstr ""
10211021

10221022
msgid ""
1023-
"Returns false if the template has invalid placeholders that will cause :meth:"
1024-
"`substitute` to raise :exc:`ValueError`."
1023+
"Returns ``False`` if the template has invalid placeholders that will cause :"
1024+
"meth:`substitute` to raise :exc:`ValueError`."
10251025
msgstr ""
10261026

10271027
msgid ""

‎tutorial/introduction.po

Copy file name to clipboardExpand all lines: tutorial/introduction.po
+10-1Lines changed: 10 additions & 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: 2025-02-21 14:16+0000\n"
14+
"POT-Creation-Date: 2025-05-09 14:59+0000\n"
1515
"PO-Revision-Date: 2025-05-08 05:10+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -302,6 +302,15 @@ msgstr ""
302302
"cudzysłowach (``'...'``) lub podwójnych cudzysłowach (``\"...\"``) z takim "
303303
"samym wynikiem [#]_."
304304

305+
msgid ""
306+
">>> 'spam eggs' # single quotes\n"
307+
"'spam eggs'\n"
308+
">>> \"Paris rabbit got your back :)! Yay!\" # double quotes\n"
309+
"'Paris rabbit got your back :)! Yay!'\n"
310+
">>> '1975' # digits and numerals enclosed in quotes are also strings\n"
311+
"'1975'"
312+
msgstr ""
313+
305314
msgid ""
306315
"To quote a quote, we need to \"escape\" it, by preceding it with ``\\``. "
307316
"Alternatively, we can use the other type of quotation marks::"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.