Skip to content

Commit c5047c6

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 864f2f3 commit c5047c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library/functions.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,11 @@ msgid ""
13581358
"conform to the ``floatvalue`` production rule in the following grammar, "
13591359
"after leading and trailing whitespace characters are removed:"
13601360
msgstr ""
1361+
"引数が文字列の場合、10進数でなければなりません。先頭に符号または空白を含んで"
1362+
"もかまいません。符号は ``'+'`` か ``'-'`` のいずれかです。正符号 ``'+'`` は生"
1363+
"成される値に対して何の効果もありません。引数は NaN (not-a-number) や正または"
1364+
"負の無限大をあらわす文字列でもかまいません。より正確にいうと、入力は先頭と末"
1365+
"尾の空白文字を除き、以下に示す ``floatvalue`` の生成規則に従う必要があります:"
13611366

13621367
#: ../../library/functions.rst:644
13631368
msgid ""
@@ -1366,6 +1371,10 @@ msgid ""
13661371
"\"Inf\", \"INFINITY\", and \"iNfINity\" are all acceptable spellings for "
13671372
"positive infinity."
13681373
msgstr ""
1374+
"ここで ``digit`` は、ユニコードでの10進数の数字 (ユニコードの一般カテゴリ "
1375+
"``Nd`` に含まれる文字) です。大文字と小文字の区別はありません。したがって、例"
1376+
"えば \"inf\", \"Inf\", \"INFINITY\", そして \"iNfINity\" は全て正の無限大とし"
1377+
"て有効な書き方です。"
13691378

13701379
#: ../../library/functions.rst:649
13711380
msgid ""

0 commit comments

Comments
 (0)