File tree 8 files changed +7427
-7397
lines changed
8 files changed +7427
-7397
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.9\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-05-31 09 :25+0000\n "
14
+ "POT-Creation-Date : 2020-10-22 04 :25+0000\n "
15
15
"PO-Revision-Date : 2018-09-18 00:23+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -302,7 +302,7 @@ msgstr ""
302
302
msgid ""
303
303
"This implementation registers a :py:data:`SIGCHLD` signal handler on "
304
304
"instantiation. That can break third-party code that installs a custom "
305
- "handler for `SIGCHLD`. signal) ."
305
+ "handler for :py:data: `SIGCHLD` signal."
306
306
msgstr ""
307
307
308
308
#: ../../library/asyncio-policy.rst:224 ../../library/asyncio-policy.rst:242
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -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-10-16 04:21 +0000\n "
22
+ "POT-Creation-Date : 2020-10-22 04:25 +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 "
@@ -260,13 +260,10 @@ msgstr "*follow_symlinks* 引数と Linux の拡張属性がサポートされ
260
260
#: ../../library/shutil.rst:160
261
261
msgid ""
262
262
"Copies the file *src* to the file or directory *dst*. *src* and *dst* "
263
- "should be strings. If *dst* specifies a directory, the file will be copied "
264
- "into *dst* using the base filename from *src*. Returns the path to the "
265
- "newly created file."
263
+ "should be :term:`path-like objects <path-like object>` or strings. If *dst*"
264
+ " specifies a directory, the file will be copied into *dst* using the base "
265
+ "filename from *src*. Returns the path to the newly created file."
266
266
msgstr ""
267
- "ファイル *src* をファイルまたはディレクトリ *dst* にコピーします。 *src* と *dst* は両方共文字列でなければなりません。 "
268
- "*dst* がディレクトリを指定している場合、ファイルは *dst* の中に、 *src* "
269
- "のベースファイル名を使ってコピーされます。新しく作成したファイルのパスを返します。"
270
267
271
268
#: ../../library/shutil.rst:165
272
269
msgid ""
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.9\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2020-05-31 09 :25+0000\n "
18
+ "POT-Creation-Date : 2020-10-22 04 :25+0000\n "
19
19
"PO-Revision-Date : 2017-02-16 23:39+0000\n "
20
20
"Last-Translator : tomo, 2020\n "
21
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1044,9 +1044,9 @@ msgstr "その他の future 文。"
1044
1044
1045
1045
#: ../../reference/simple_stmts.rst:877
1046
1046
msgid ""
1047
- "The only feature in Python 3.7 that requires using the future statement is "
1048
- "``annotations`` ."
1049
- msgstr "future 文を使う必要がある Python 3.7 の唯一の機能は ``annotations`` です。 "
1047
+ "The only feature that requires using the future statement is ``annotations`` "
1048
+ " (see :pep:`563`) ."
1049
+ msgstr ""
1050
1050
1051
1051
#: ../../reference/simple_stmts.rst:880
1052
1052
msgid ""
You can’t perform that action at this time.
0 commit comments