Skip to content

Commit 96f44e8

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 888d130 commit 96f44e8

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

library/random.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2020-10-14 04:21+0000\n"
21+
"POT-Creation-Date: 2020-10-16 04:21+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:24+0000\n"
2323
"Last-Translator: tomo, 2020\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -717,9 +717,9 @@ msgstr "レシピ"
717717
msgid ""
718718
"The default :func:`.random` returns multiples of 2⁻⁵³ in the range *0.0 ≤ x "
719719
"< 1.0*. All such numbers are evenly spaced and are exactly representable as"
720-
" Python floats. However, many floats in that interval are not possible "
721-
"selections. For example, ``0.05954861408025609`` isn't an integer multiple "
722-
"of 2⁻⁵³."
720+
" Python floats. However, many other representable floats in that interval "
721+
"are not possible selections. For example, ``0.05954861408025609`` isn't an "
722+
"integer multiple of 2⁻⁵³."
723723
msgstr ""
724724

725725
#: ../../library/random.rst:552

library/shutil.po

+2-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2020-06-09 03:18+0000\n"
22+
"POT-Creation-Date: 2020-10-16 04:21+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:26+0000\n"
2424
"Last-Translator: tomo, 2019\n"
2525
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -536,19 +536,13 @@ msgstr ""
536536
#: ../../library/shutil.rst:351
537537
msgid ""
538538
"If *copy_function* is given, it must be a callable that takes two arguments "
539-
"*src* and *dst*, and will be used to copy *src* to *dest* if "
539+
"*src* and *dst*, and will be used to copy *src* to *dst* if "
540540
":func:`os.rename` cannot be used. If the source is a directory, "
541541
":func:`copytree` is called, passing it the :func:`copy_function`. The "
542542
"default *copy_function* is :func:`copy2`. Using :func:`~shutil.copy` as the"
543543
" *copy_function* allows the move to succeed when it is not possible to also "
544544
"copy the metadata, at the expense of not copying any of the metadata."
545545
msgstr ""
546-
"*copy_function* を指定する場合、 *src* と *dst* の 2 "
547-
"つの引数を持つ呼び出し可能オブジェクトを指定する必要があります。このオブジェクトは、:func:`os.rename` を使用できない場合に *src*"
548-
" を *dest* にコピーするために使用されます。ソースがディレクトリの場合、 :func:`copytree` が呼び出され、そのディレクトリを "
549-
":func:`copy_function` に渡します。デフォルトの *copy_function* は :func:`copy2` "
550-
"です。:func:`~shutil.copy` を *copy_function* "
551-
"として使用すると、メタデータをともにコピーすることができない場合に移動を成功させることができます。この場合、メタデータはまったくコピーされません。"
552546

553547
#: ../../library/shutil.rst:360
554548
msgid ""

0 commit comments

Comments
 (0)