@@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.9\n "
21
21
"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 "
23
23
"PO-Revision-Date : 2017-02-16 23:26+0000\n "
24
24
"Last-Translator : tomo, 2019\n "
25
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -536,19 +536,13 @@ msgstr ""
536
536
#: ../../library/shutil.rst:351
537
537
msgid ""
538
538
"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 "
540
540
":func:`os.rename` cannot be used. If the source is a directory, "
541
541
":func:`copytree` is called, passing it the :func:`copy_function`. The "
542
542
"default *copy_function* is :func:`copy2`. Using :func:`~shutil.copy` as the"
543
543
" *copy_function* allows the move to succeed when it is not possible to also "
544
544
"copy the metadata, at the expense of not copying any of the metadata."
545
545
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
- "として使用すると、メタデータをともにコピーすることができない場合に移動を成功させることができます。この場合、メタデータはまったくコピーされません。"
552
546
553
547
#: ../../library/shutil.rst:360
554
548
msgid ""
0 commit comments