File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-06-04 10:09 +0000\n "
15
+ "POT-Creation-Date : 2023-06-23 14:14 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:55+0000\n "
17
17
"Last-Translator : Shin Saito, 2021\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.12\n "
21
21
"Report-Msgid-Bugs-To : \n "
22
- "POT-Creation-Date : 2023-06-04 10:28 +0000\n "
22
+ "POT-Creation-Date : 2023-06-23 14:14 +0000\n "
23
23
"PO-Revision-Date : 2021-06-28 00:56+0000\n "
24
24
"Last-Translator : Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2023\n "
25
25
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ msgstr ""
103
103
104
104
#: ../../library/stdtypes.rst:55
105
105
msgid "constants defined to be false: ``None`` and ``False``"
106
- msgstr ""
106
+ msgstr "偽であると定義されている定数: ``None`` と ``False`` "
107
107
108
108
#: ../../library/stdtypes.rst:57
109
109
msgid ""
@@ -339,6 +339,12 @@ msgid ""
339
339
"example, they raise a :exc:`TypeError` exception when one of the arguments "
340
340
"is a complex number."
341
341
msgstr ""
342
+ "異なる数値型の場合を除き、異なる型のオブジェクト同士は等価になることはありま"
343
+ "せん。 ``==`` 演算子は常に定義されていますが、いくつかのオブジェクト型 (たと"
344
+ "えばクラスオブジェクト) では :keyword:`is` と同等になります。 ``<``, ``<=``, "
345
+ "``>`` および ``>=`` 演算子は、それらの意味が明快である場合に限って定義されま"
346
+ "す; たとえば、オペランドのいずれかが複素数である場合、これらの演算子は :exc:"
347
+ "`TypeError` 例外を送出します。"
342
348
343
349
#: ../../library/stdtypes.rst:180
344
350
msgid ""
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-06-04 10:28 +0000\n "
19
+ "POT-Creation-Date : 2023-06-23 14:14 +0000\n "
20
20
"PO-Revision-Date : 2021-06-28 01:49+0000\n "
21
21
"Last-Translator : Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023\n "
22
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
You can’t perform that action at this time.
0 commit comments