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