5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # SHIMIZU Taku <shimizu.taku@gmail.com>, 2019
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To :\n "
14
15
"POT-Creation-Date :2019-12-17 18:25+0900\n "
15
16
"PO-Revision-Date :2018-06-29 17:33+0000\n "
16
- "Last-Translator :tomo, 2018 \n "
17
+ "Last-Translator :SHIMIZU Taku <shimizu.taku@gmail.com>, 2019 \n "
17
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version :1.0\n "
19
20
"Content-Type :text/plain; charset=UTF-8\n "
@@ -534,7 +535,7 @@ msgstr "以下のデータ属性も利用することができます:"
534
535
535
536
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/zipfile.rst:413
536
537
msgid "Name of the ZIP file."
537
- msgstr ""
538
+ msgstr "ZIP ファイルの名前です。 "
538
539
539
540
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/zipfile.rst:417
540
541
msgid ""
@@ -552,6 +553,9 @@ msgid ""
552
553
"``'w'``, ``'x'`` or ``'a'``, it should be no longer than 65535 bytes. "
553
554
"Comments longer than this will be truncated."
554
555
msgstr ""
556
+ "ZIP ファイル :class:`bytes` オブジェクトとして関連付けられたコメントです。モード ``'w'`` 、 ``'x'`` または "
557
+ "``'a'`` で作成された :class:`ZipFile` インスタンスへコメントを割り当てる場合、文字列長は 65535 "
558
+ "バイトまでにしてください。その長さを超えたコメントは切り捨てられます。"
555
559
556
560
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/zipfile.rst:433
557
561
msgid "PyZipFile Objects"