File tree Expand file tree Collapse file tree 3 files changed +124
-96
lines changed Expand file tree Collapse file tree 3 files changed +124
-96
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.12\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2023-09-08 14:13+0000\n "
19
+ "POT-Creation-Date : 2023-09-22 14:13+0000\n "
20
20
"PO-Revision-Date : 2021-06-28 01:09+0000\n "
21
21
"Last-Translator : tomo, 2023\n "
22
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1501,15 +1501,10 @@ msgstr ""
1501
1501
msgid ""
1502
1502
"In the case of {}-formatting, you can specify formatting flags by placing "
1503
1503
"them after the attribute name, separated from it with a colon. For example: "
1504
- "a placeholder of ``{msecs:03d }`` would format a millisecond value of ``4`` "
1504
+ "a placeholder of ``{msecs:03.0f }`` would format a millisecond value of ``4`` "
1505
1505
"as ``004``. Refer to the :meth:`str.format` documentation for full details "
1506
1506
"on the options available to you."
1507
1507
msgstr ""
1508
- "{}-フォーマットの場合には、属性名の後にフォーマットフラグを指定することができ"
1509
- "ます。属性名とフォーマットフラグの間はコロンで分割します。例: プレースホール"
1510
- "ダー ``{msecs:03d}`` は、ミリセカンド値 ``4`` を ``004`` としてフォーマットし"
1511
- "ます。利用可能なオプション上の全詳細に関しては :meth:`str.format` ドキュメン"
1512
- "テーションを参照してください。"
1513
1508
1514
1509
#: ../../library/logging.rst:915
1515
1510
msgid "Attribute name"
You can’t perform that action at this time.
0 commit comments