@@ -19,7 +19,7 @@ msgid ""
1919msgstr ""
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
537537msgid ""
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."
545545msgstr ""
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
554548msgid ""
0 commit comments