Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf36ba46

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent6872623 commitf36ba46

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

‎library/stdtypes.po

Lines 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-
"Returntrue 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+
"itcontains at least one non-printable character."
21562156
msgstr""
21572157

21582158
msgid""

‎library/string.po

Lines 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-
"Returnsfalse 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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp