File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1390,6 +1390,11 @@ msgid ""
1390
1390
"conform to the ``floatvalue`` production rule in the following grammar, "
1391
1391
"after leading and trailing whitespace characters are removed:"
1392
1392
msgstr ""
1393
+ "引数が文字列の場合、10進数でなければなりません。先頭に符号または空白を含んで"
1394
+ "もかまいません。符号は ``'+'`` か ``'-'`` のいずれかです。正符号 ``'+'`` は生"
1395
+ "成される値に対して何の効果もありません。引数は NaN (not-a-number) や正または"
1396
+ "負の無限大をあらわす文字列でもかまいません。より正確にいうと、入力は先頭と末"
1397
+ "尾の空白文字を除き、以下に示す ``floatvalue`` の生成規則に従う必要があります:"
1393
1398
1394
1399
#: ../../library/functions.rst:665
1395
1400
msgid ""
@@ -1398,6 +1403,10 @@ msgid ""
1398
1403
"\" Inf\" , \" INFINITY\" , and \" iNfINity\" are all acceptable spellings for "
1399
1404
"positive infinity."
1400
1405
msgstr ""
1406
+ "ここで ``digit`` は、ユニコードでの10進数の数字 (ユニコードの一般カテゴリ "
1407
+ "``Nd`` に含まれる文字) です。大文字と小文字の区別はありません。したがって、例"
1408
+ "えば \" inf\" , \" Inf\" , \" INFINITY\" , そして \" iNfINity\" は全て正の無限大とし"
1409
+ "て有効な書き方です。"
1401
1410
1402
1411
#: ../../library/functions.rst:670
1403
1412
msgid ""
You can’t perform that action at this time.
0 commit comments