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 ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"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 "
17
17
"PO-Revision-Date : 2021-06-28 01:03+0000\n "
18
18
"Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2023\n "
19
19
"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 ""
23
23
msgstr ""
24
24
"Project-Id-Version : Python 3.12\n "
25
25
"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 "
27
27
"PO-Revision-Date : 2021-06-28 01:13+0000\n "
28
28
"Last-Translator : Takeshi Nakazato, 2023\n "
29
29
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1019,12 +1019,17 @@ msgid ""
1019
1019
"has a positive denominator. The integer ratio of integers (whole numbers) "
1020
1020
"is always the integer as the numerator and ``1`` as the denominator."
1021
1021
msgstr ""
1022
+ "比が元の数と等しくなるような整数のペアを返します。戻り値の分母に相当する数は"
1023
+ "正の整数です。元の数が整数の場合の比は、常にその整数が分子であり、分母は "
1024
+ "``1`` です。"
1022
1025
1023
1026
#: ../../library/stdtypes.rst:615
1024
1027
msgid ""
1025
1028
"Returns ``True``. Exists for duck type compatibility with :meth:`float."
1026
1029
"is_integer`."
1027
1030
msgstr ""
1031
+ "常に ``True`` を返します。 :meth:`float.is_integer` に対するダックタイピング"
1032
+ "の互換性のために存在しています。"
1028
1033
1029
1034
#: ../../library/stdtypes.rst:620
1030
1035
msgid "Additional Methods on Float"
You can’t perform that action at this time.
0 commit comments