@@ -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-06-23 14:14 +0000\n "
26
+ "POT-Creation-Date : 2023-06-30 14:13 +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/ "
@@ -666,6 +666,9 @@ msgid ""
666
666
"fractional part. See functions :func:`math.floor` and :func:`math.ceil` for "
667
667
"alternative conversions."
668
668
msgstr ""
669
+ ":class:`float` から :class:`int` への変換は小数点以下を切り捨てます。別の変換"
670
+ "方法については関数 :func:`math.floor` や :func:`math.ceil` を参照してくださ"
671
+ "い。"
669
672
670
673
#: ../../library/stdtypes.rst:344
671
674
msgid ""
@@ -698,6 +701,9 @@ msgid ""
698
701
"DerivedNumericType.txt>`_ for a complete list of code points with the ``Nd`` "
699
702
"property."
700
703
msgstr ""
704
+ "``Nd`` プロパティを持つコードポイントの完全なリストは `Unicode 標準 <https://"
705
+ "unicode.org/Public/UNIDATA/extracted/DerivedNumericType.txt>`_ をご覧くださ"
706
+ "い。"
701
707
702
708
#: ../../library/stdtypes.rst:359
703
709
msgid ""
@@ -911,6 +917,8 @@ msgid ""
911
917
"Return the number of ones in the binary representation of the absolute value "
912
918
"of the integer. This is also known as the population count. Example::"
913
919
msgstr ""
920
+ "整数の絶対値の二進数表現における 1 の数を返します。これは population count と"
921
+ "しても知られています。 例::"
914
922
915
923
#: ../../library/stdtypes.rst:504
916
924
msgid "Return an array of bytes representing an integer."
@@ -953,12 +961,16 @@ msgid ""
953
961
"The default values can be used to conveniently turn an integer into a single "
954
962
"byte object::"
955
963
msgstr ""
964
+ "上記のデフォルト値は整数を 1 バイトのオブジェクトに適切に変換するのに使うこと"
965
+ "ができます::"
956
966
957
967
#: ../../library/stdtypes.rst:537
958
968
msgid ""
959
969
"However, when using the default arguments, don't try to convert a value "
960
970
"greater than 255 or you'll get an :exc:`OverflowError`."
961
971
msgstr ""
972
+ "ただし、デフォルト引数で 255 より大きな整数を変換しないでください。 そうでな"
973
+ "ければ:exc:`OverflowError` 例外を引き起こします。"
962
974
963
975
#: ../../library/stdtypes.rst:553
964
976
msgid "Added default argument values for ``length`` and ``byteorder``."
0 commit comments