Skip to content

Commit 154b003

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 6343e3b commit 154b003

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

howto/argparse.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
15+
"POT-Creation-Date: 2023-06-30 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1717
"Last-Translator: Takeshi Nakazato, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/stdtypes.po

+13-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgid ""
2323
msgstr ""
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."
668668
msgstr ""
669+
":class:`float` から :class:`int` への変換は小数点以下を切り捨てます。別の変換"
670+
"方法については関数 :func:`math.floor` や :func:`math.ceil` を参照してくださ"
671+
"い。"
669672

670673
#: ../../library/stdtypes.rst:344
671674
msgid ""
@@ -698,6 +701,9 @@ msgid ""
698701
"DerivedNumericType.txt>`_ for a complete list of code points with the ``Nd`` "
699702
"property."
700703
msgstr ""
704+
"``Nd`` プロパティを持つコードポイントの完全なリストは `Unicode 標準 <https://"
705+
"unicode.org/Public/UNIDATA/extracted/DerivedNumericType.txt>`_ をご覧くださ"
706+
"い。"
701707

702708
#: ../../library/stdtypes.rst:359
703709
msgid ""
@@ -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::"
913919
msgstr ""
920+
"整数の絶対値の二進数表現における 1 の数を返します。これは population count と"
921+
"しても知られています。 例::"
914922

915923
#: ../../library/stdtypes.rst:504
916924
msgid "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::"
955963
msgstr ""
964+
"上記のデフォルト値は整数を 1 バイトのオブジェクトに適切に変換するのに使うこと"
965+
"ができます::"
956966

957967
#: ../../library/stdtypes.rst:537
958968
msgid ""
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`."
961971
msgstr ""
972+
"ただし、デフォルト引数で 255 より大きな整数を変換しないでください。 そうでな"
973+
"ければ:exc:`OverflowError` 例外を引き起こします。"
962974

963975
#: ../../library/stdtypes.rst:553
964976
msgid "Added default argument values for ``length`` and ``byteorder``."

0 commit comments

Comments
 (0)