File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.12\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2023-07-14 14:14 +0000\n "
16+ "POT-Creation-Date : 2023-07-29 02:08 +0000\n "
1717"PO-Revision-Date : 2021-06-28 01:03+0000\n "
1818"Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2023\n "
1919"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ msgid ""
2323msgstr ""
2424"Project-Id-Version : Python 3.12\n "
2525"Report-Msgid-Bugs-To : \n "
26- "POT-Creation-Date : 2023-07-28 14:13 +0000\n "
26+ "POT-Creation-Date : 2023-07-29 02:08 +0000\n "
2727"PO-Revision-Date : 2021-06-28 01:13+0000\n "
2828"Last-Translator : Takeshi Nakazato, 2023\n "
2929"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1019,12 +1019,17 @@ msgid ""
10191019"has a positive denominator. The integer ratio of integers (whole numbers) "
10201020"is always the integer as the numerator and ``1`` as the denominator."
10211021msgstr ""
1022+ "比が元の数と等しくなるような整数のペアを返します。戻り値の分母に相当する数は"
1023+ "正の整数です。元の数が整数の場合の比は、常にその整数が分子であり、分母は "
1024+ "``1`` です。"
10221025
10231026#: ../../library/stdtypes.rst:615
10241027msgid ""
10251028"Returns ``True``. Exists for duck type compatibility with :meth:`float."
10261029"is_integer`."
10271030msgstr ""
1031+ "常に ``True`` を返します。 :meth:`float.is_integer` に対するダックタイピング"
1032+ "の互換性のために存在しています。"
10281033
10291034#: ../../library/stdtypes.rst:620
10301035msgid "Additional Methods on Float"
You can’t perform that action at this time.
0 commit comments