Skip to content

Commit 71bcc90

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent f81f05e commit 71bcc90

File tree

4 files changed

+6759
-6748
lines changed

4 files changed

+6759
-6748
lines changed

library/gzip.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# E. Kawashima, 2017
1111
# Osamu NAKAMURA, 2017
1212
# tomo, 2019
13+
# Takanori Suzuki <takanori@takanory.net>, 2021
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2021
"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"
2223
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -323,6 +324,8 @@ msgid ""
323324
"compressed data. *compresslevel* and *mtime* have the same meaning as in "
324325
"the :class:`GzipFile` constructor above."
325326
msgstr ""
327+
"*data* を圧縮し、圧縮データを含む :class:`bytes` オブジェクトを返します。*compresslevel* と *mtime* "
328+
"の意味は上記 :class:`GzipFile` コンストラクタと同じです。"
326329

327330
#: ../../library/gzip.rst:180
328331
msgid "Added the *mtime* parameter for reproducible output."
@@ -390,7 +393,7 @@ msgstr "コマンドラインオプション"
390393

391394
#: ../../library/gzip.rst:250
392395
msgid "If *file* is not specified, read from :attr:`sys.stdin`."
393-
msgstr ""
396+
msgstr "*file* を指定しない場合、 :attr:`sys.stdin` から読み込みます。"
394397

395398
#: ../../library/gzip.rst:254
396399
msgid "Indicates the fastest compression method (less compression)."

library/zipfile.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# colajam93, 2018
1717
# tomo, 2019
1818
# SHIMIZU Taku <shimizu.taku@gmail.com>, 2019
19+
# Takanori Suzuki <takanori@takanory.net>, 2021
1920
#
2021
#, fuzzy
2122
msgid ""
@@ -24,7 +25,7 @@ msgstr ""
2425
"Report-Msgid-Bugs-To: \n"
2526
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2627
"PO-Revision-Date: 2017-02-16 23:37+0000\n"
27-
"Last-Translator: SHIMIZU Taku <shimizu.taku@gmail.com>, 2019\n"
28+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
2829
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2930
"MIME-Version: 1.0\n"
3031
"Content-Type: text/plain; charset=UTF-8\n"
@@ -292,11 +293,11 @@ msgstr ""
292293

293294
#: ../../library/zipfile.rst:218
294295
msgid "Add the *compresslevel* parameter."
295-
msgstr ""
296+
msgstr "*compresslevel* 引数が追加されました。"
296297

297298
#: ../../library/zipfile.rst:221 ../../library/zipfile.rst:647
298299
msgid "The *strict_timestamps* keyword-only argument"
299-
msgstr ""
300+
msgstr "*strict_timestamps* キーワード専用引数。"
300301

301302
#: ../../library/zipfile.rst:227
302303
msgid ""

whatsnew/3.9.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ msgstr "新たな文法機能:"
7676

7777
#: ../../whatsnew/3.9.rst:65
7878
msgid ":pep:`584`, union operators added to ``dict``;"
79-
msgstr ":pep:`584`、 ``dict``に和集合の演算子が追加されました。"
79+
msgstr ":pep:`584`、 ``dict`` に和集合の演算子が追加されました。"
8080

8181
#: ../../whatsnew/3.9.rst:66
8282
msgid ":pep:`585`, type hinting generics in standard collections;"

0 commit comments

Comments
 (0)