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 ""
1616msgstr ""
1717"Project-Id-Version : Python 3.12\n "
1818"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 "
2020"PO-Revision-Date : 2021-06-28 01:09+0000\n "
2121"Last-Translator : tomo, 2023\n "
2222"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1501,15 +1501,10 @@ msgstr ""
15011501msgid ""
15021502"In the case of {}-formatting, you can specify formatting flags by placing "
15031503"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`` "
15051505"as ``004``. Refer to the :meth:`str.format` documentation for full details "
15061506"on the options available to you."
15071507msgstr ""
1508- "{}-フォーマットの場合には、属性名の後にフォーマットフラグを指定することができ"
1509- "ます。属性名とフォーマットフラグの間はコロンで分割します。例: プレースホール"
1510- "ダー ``{msecs:03d}`` は、ミリセカンド値 ``4`` を ``004`` としてフォーマットし"
1511- "ます。利用可能なオプション上の全詳細に関しては :meth:`str.format` ドキュメン"
1512- "テーションを参照してください。"
15131508
15141509#: ../../library/logging.rst:915
15151510msgid "Attribute name"
You can’t perform that action at this time.
0 commit comments