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

Commit0ec8178

Browse files
sync with cpython 6f1d4552
1 parent9d4c080 commit0ec8178

28 files changed

+2640
-2424
lines changed

‎extending/windows.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-07-17 17:39+0800\n"
10+
"POT-Creation-Date:2023-09-25 00:03+0000\n"
1111
"PO-Revision-Date:2015-12-09 17:51+0000\n"
1212
"Last-Translator:Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -185,5 +185,5 @@ msgid ""
185185
"Developer Studio will throw in a lot of import libraries that you do not "
186186
"really need, adding about 100K to your executable. To get rid of them, use "
187187
"the Project Settings dialog, Link tab, to specify *ignore default "
188-
"libraries*. Add the correct :file:`msvcrtxx.lib` to the list of libraries."
188+
"libraries*. Add the correct :file:`msvcrt{xx}.lib` to the list of libraries."
189189
msgstr""

‎howto/logging-cookbook.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-08-31 00:03+0000\n"
10+
"POT-Creation-Date:2023-09-25 00:03+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:36+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -915,7 +915,7 @@ msgid ""
915915
"a log by a handler. So the only slightly unusual thing which might trip you "
916916
"up is that the parentheses go around the format string and the arguments, "
917917
"not just the format string. That's because the __ notation is just syntax "
918-
"sugar for a constructor call to one of theXXXMessage classes."
918+
"sugar for a constructor call to one of the:samp:`{XXX}Message` classes."
919919
msgstr""
920920

921921
#:../../howto/logging-cookbook.rst:1733
@@ -1446,8 +1446,8 @@ msgid ""
14461446
"a log by a handler. So the only slightly unusual thing which might trip you "
14471447
"up is that the parentheses go around the format string and the arguments, "
14481448
"not just the format string. That’s because the __ notation is just syntax "
1449-
"sugar for a constructor call to one of the``XXXMessage`` classes shown "
1450-
"above."
1449+
"sugar for a constructor call to one of the:samp:`{XXX}Message` classes "
1450+
"shownabove."
14511451
msgstr""
14521452

14531453
#:../../howto/logging-cookbook.rst:2655

‎howto/logging.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2023-07-17 17:39+0800\n"
11+
"POT-Creation-Date:2023-09-25 00:03+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:36+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1237,7 +1237,7 @@ msgstr ""
12371237
msgid""
12381238
":class:`NullHandler` instances do nothing with error messages. They are used "
12391239
"by library developers who want to use logging, but want to avoid the 'No "
1240-
"handlers could be found for logger XXX' message which can be displayed if "
1240+
"handlers could be found for logger*XXX*' message which can be displayed if "
12411241
"the library user has not configured logging. See :ref:`library-config` for "
12421242
"more information."
12431243
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp