File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,11 @@ msgid ""
158158"you may want to avoid these if you intend to support IPv6 with your Python "
159159"programs."
160160msgstr ""
161+ "IPv4ではホストアドレスのほかに2つの特別な形式が使用できます。``''``はすべての"
162+ "インターフェイスにバインドされるために使われる:const:`INADDR_ANY`を表し、"
163+ "``'<broadcast>'``は:const:`INADDR_BROADCAST`を表します。これらの動作はIPv6と"
164+ "互換性がありません。そのためもしもあなたがPythonプログラムでIPv6をサポートす"
165+ "る予定があるのならばこれらを避けたほうが良いでしょう。"
161166
162167#: ../../library/socket.rst:80
163168msgid ""
Original file line number Diff line number Diff line change @@ -725,6 +725,10 @@ msgid ""
725725"the field content. The *precision* is not allowed for integer presentation "
726726"types."
727727msgstr ""
728+ "*precision*は、表現型``'f'``または``'F'``の場合小数点以下、表現型``'g'``また"
729+ "は``'G'``の場合は小数点以上と以下が何桁で表示されるべきかを示す10進整数です。"
730+ "文字列の表現型の場合は最大フィールド幅、言い換えるとフィールドの内容から何文"
731+ "字が使用されるかを示します。*precision*は整数の表現型には使用できません。"
728732
729733#: ../../library/string.rst:440
730734msgid "Finally, the *type* determines how the data should be presented."
@@ -816,6 +820,8 @@ msgid ""
816820"digits above 9. In case ``'#'`` is specified, the prefix ``'0x'`` will be "
817821"upper-cased to ``'0X'`` as well."
818822msgstr ""
823+ "16進数。出力される数値は16を基数とします。10進で9を超える数字には大文字が使わ"
824+ "れます。``'#'``が指定された場合、接頭辞``'0x'``も大文字``'0X'``になります"
819825
820826#: ../../library/string.rst:475 ../../library/string.rst:559
821827msgid "``'n'``"
You can’t perform that action at this time.
0 commit comments