10
10
# E. Kawashima, 2017
11
11
# Osamu NAKAMURA, 2017
12
12
# tomo, 2019
13
+ # Takanori Suzuki <takanori@takanory.net>, 2021
13
14
#
14
15
#, fuzzy
15
16
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
18
19
"Report-Msgid-Bugs-To : \n "
19
20
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
20
21
"PO-Revision-Date : 2017-02-16 23:12+0000\n "
21
- "Last-Translator : tomo, 2019 \n "
22
+ "Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2021 \n "
22
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
23
24
"MIME-Version : 1.0\n "
24
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -323,6 +324,8 @@ msgid ""
323
324
"compressed data. *compresslevel* and *mtime* have the same meaning as in "
324
325
"the :class:`GzipFile` constructor above."
325
326
msgstr ""
327
+ "*data* を圧縮し、圧縮データを含む :class:`bytes` オブジェクトを返します。*compresslevel* と *mtime* "
328
+ "の意味は上記 :class:`GzipFile` コンストラクタと同じです。"
326
329
327
330
#: ../../library/gzip.rst:180
328
331
msgid "Added the *mtime* parameter for reproducible output."
@@ -390,7 +393,7 @@ msgstr "コマンドラインオプション"
390
393
391
394
#: ../../library/gzip.rst:250
392
395
msgid "If *file* is not specified, read from :attr:`sys.stdin`."
393
- msgstr ""
396
+ msgstr "*file* を指定しない場合、 :attr:`sys.stdin` から読み込みます。 "
394
397
395
398
#: ../../library/gzip.rst:254
396
399
msgid "Indicates the fastest compression method (less compression)."
0 commit comments