@@ -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-06-23 14:14 +0000\n "
26+ "POT-Creation-Date : 2023-06-30 14:13 +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/ "
@@ -666,6 +666,9 @@ msgid ""
666666"fractional part. See functions :func:`math.floor` and :func:`math.ceil` for "
667667"alternative conversions."
668668msgstr ""
669+ ":class:`float` から :class:`int` への変換は小数点以下を切り捨てます。別の変換"
670+ "方法については関数 :func:`math.floor` や :func:`math.ceil` を参照してくださ"
671+ "い。"
669672
670673#: ../../library/stdtypes.rst:344
671674msgid ""
@@ -698,6 +701,9 @@ msgid ""
698701"DerivedNumericType.txt>`_ for a complete list of code points with the ``Nd`` "
699702"property."
700703msgstr ""
704+ "``Nd`` プロパティを持つコードポイントの完全なリストは `Unicode 標準 <https://"
705+ "unicode.org/Public/UNIDATA/extracted/DerivedNumericType.txt>`_ をご覧くださ"
706+ "い。"
701707
702708#: ../../library/stdtypes.rst:359
703709msgid ""
@@ -911,6 +917,8 @@ msgid ""
911917"Return the number of ones in the binary representation of the absolute value "
912918"of the integer. This is also known as the population count. Example::"
913919msgstr ""
920+ "整数の絶対値の二進数表現における 1 の数を返します。これは population count と"
921+ "しても知られています。 例::"
914922
915923#: ../../library/stdtypes.rst:504
916924msgid "Return an array of bytes representing an integer."
@@ -953,12 +961,16 @@ msgid ""
953961"The default values can be used to conveniently turn an integer into a single "
954962"byte object::"
955963msgstr ""
964+ "上記のデフォルト値は整数を 1 バイトのオブジェクトに適切に変換するのに使うこと"
965+ "ができます::"
956966
957967#: ../../library/stdtypes.rst:537
958968msgid ""
959969"However, when using the default arguments, don't try to convert a value "
960970"greater than 255 or you'll get an :exc:`OverflowError`."
961971msgstr ""
972+ "ただし、デフォルト引数で 255 より大きな整数を変換しないでください。 そうでな"
973+ "ければ:exc:`OverflowError` 例外を引き起こします。"
962974
963975#: ../../library/stdtypes.rst:553
964976msgid "Added default argument values for ``length`` and ``byteorder``."
0 commit comments