Skip to content

Commit 5ff3258

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7d1ae5d commit 5ff3258

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

library/codecs.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ msgid ""
695695
"function interfaces of the stateless encoder and decoder:"
696696
msgstr ""
697697
"基底の :class:`Codec` "
698-
"クラスは以下のメソッドを定義します。これらのメソッドは、内部状態を持たないエンコーダ/デコーダ関数のインタフェースを定義します:"
698+
"クラスは以下のメソッドを定義します。これらのメソッドは、内部状態を持たないエンコーダ/デコーダ関数のインターフェースを定義します:"
699699

700700
#: ../../library/codecs.rst:468
701701
msgid ""
@@ -778,7 +778,7 @@ msgid ""
778778
"track of the encoding/decoding process during method calls."
779779
msgstr ""
780780
":class:`IncrementalEncoder` クラスおよび :class:`IncrementalDecoder` "
781-
"クラスはそれぞれインクリメンタル・エンコードおよびデコードのための基本的なインタフェースを提供します。エンコード/デコードは内部状態を持たないエンコーダ/デコーダを一度呼び出すことで行なわれるのではなく、インクリメンタル・エンコーダ/デコーダの"
781+
"クラスはそれぞれインクリメンタル・エンコードおよびデコードのための基本的なインターフェースを提供します。エンコード/デコードは内部状態を持たないエンコーダ/デコーダを一度呼び出すことで行なわれるのではなく、インクリメンタル・エンコーダ/デコーダの"
782782
" :meth:`~IncrementalEncoder.encode`/:meth:`~IncrementalDecoder.decode` "
783783
"メソッドを複数回呼び出すことで行なわれます。インクリメンタル・エンコーダ/デコーダはメソッド呼び出しの間エンコード/デコード処理の進行を管理します。"
784784

@@ -1296,7 +1296,7 @@ msgid ""
12961296
"providing objects of the :class:`StreamReader` and :class:`StreamWriter` "
12971297
"interface respectively."
12981298
msgstr ""
1299-
"*encode* 引数と *decode* 引数は :class:`Codec` のインタフェースに忠実でなくてはなりません。*Reader* と "
1299+
"*encode* 引数と *decode* 引数は :class:`Codec` のインターフェースに忠実でなくてはなりません。*Reader* と "
13001300
"*Writer* は、それぞれ :class:`StreamReader` と :class:`StreamWriter` "
13011301
"のインターフェースを提供するオブジェクトのファクトリ関数かクラスでなくてはなりません。"
13021302

library/collections.abc.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# E. Kawashima, 2017
1212
# Nakamura Masahito <randomstep@gmail.com>, 2018
1313
# tomo, 2018
14+
# mollinaca, 2020
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2020-08-23 03:56+0000\n"
2122
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
22-
"Last-Translator: tomo, 2018\n"
23+
"Last-Translator: mollinaca, 2020\n"
2324
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2425
"MIME-Version: 1.0\n"
2526
"Content-Type: text/plain; charset=UTF-8\n"
@@ -46,7 +47,7 @@ msgid ""
4647
"for example, whether it is hashable or whether it is a mapping."
4748
msgstr ""
4849
"このモジュールは、 :term:`抽象基底クラス <abstract base class>` "
49-
"を提供します。抽象基底クラスは、クラスが特定のインタフェースを提供しているか、例えばハッシュ可能であるかやマッピングであるかを判定します。"
50+
"を提供します。抽象基底クラスは、クラスが特定のインターフェースを提供しているか、例えばハッシュ可能であるかやマッピングであるかを判定します。"
5051

5152
#: ../../library/collections.abc.rst:31
5253
msgid "Collections Abstract Base Classes"

library/collections.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ msgid ""
358358
"Counter objects have a dictionary interface except that they return a zero "
359359
"count for missing items instead of raising a :exc:`KeyError`:"
360360
msgstr ""
361-
"カウンタオブジェクトは辞書のインタフェースを持ちますが、存在しない要素に対して :exc:`KeyError` を送出する代わりに 0 "
361+
"カウンタオブジェクトは辞書のインターフェースを持ちますが、存在しない要素に対して :exc:`KeyError` を送出する代わりに 0 "
362362
"を返すという違いがあります:"
363363

364364
#: ../../library/collections.rst:266

library/concurrent.futures.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Arihiro TAKASE, 2017
1313
# E. Kawashima, 2017
1414
# Osamu NAKAMURA, 2017
15+
# mollinaca, 2020
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2020-08-20 03:54+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
23-
"Last-Translator: Osamu NAKAMURA, 2017\n"
24+
"Last-Translator: mollinaca, 2020\n"
2425
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -45,7 +46,7 @@ msgid ""
4546
"The :mod:`concurrent.futures` module provides a high-level interface for "
4647
"asynchronously executing callables."
4748
msgstr ""
48-
":mod:`concurrent.futures` モジュールは、非同期に実行できる呼び出し可能オブジェクトの高水準のインタフェースを提供します。"
49+
":mod:`concurrent.futures` モジュールは、非同期に実行できる呼び出し可能オブジェクトの高水準のインターフェースを提供します。"
4950

5051
#: ../../library/concurrent.futures.rst:17
5152
msgid ""

library/pathlib.po

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2017
1111
# Inada Naoki <songofacandy@gmail.com>, 2017
1212
# Osamu NAKAMURA, 2017
13-
# tomo, 2018
1413
# Naoki Nakamura <agent@sohzoh.com>, 2020
14+
# tomo, 2020
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2020-09-05 04:00+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:21+0000\n"
23-
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
23+
"Last-Translator: tomo, 2020\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -393,7 +393,7 @@ msgstr ""
393393

394394
#: ../../library/pathlib.rst:467
395395
msgid "Return whether or not this path is relative to the *other* path."
396-
msgstr ""
396+
msgstr "このパスが *other* パスに対して相対なのかそうでないのかの結果を返します。"
397397

398398
#: ../../library/pathlib.rst:480
399399
msgid ""
@@ -449,6 +449,8 @@ msgid ""
449449
"NOTE: This function is part of :class:`PurePath` and works with strings. It "
450450
"does not check or access the underlying file structure."
451451
msgstr ""
452+
"注記: この関数は :class:`PurePath` の一部分であり、文字列で処理を行います。\n"
453+
"根底のファイル構造をチェックしたりアクセスしたりはしません。"
452454

453455
#: ../../library/pathlib.rst:561
454456
msgid ""

library/struct.po

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.9\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
23+
"POT-Creation-Date: 2020-09-12 04:03+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:28+0000\n"
2525
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>, 2019\n"
2626
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -290,10 +290,9 @@ msgstr ""
290290

291291
#: ../../library/struct.rst:162
292292
msgid ""
293-
"The form ``'!'`` is available for those poor souls who claim they can't "
294-
"remember whether network byte order is big-endian or little-endian."
293+
"The form ``'!'`` represents the network byte order which is always big-"
294+
"endian as defined in `IETF RFC 1700 <IETF RFC 1700_>`_."
295295
msgstr ""
296-
"``'!'`` 表記は、ネットワークバイトオーダがビッグエンディアンかリトルエンディアンか忘れてしまったという不運な方のために用意されています。"
297296

298297
#: ../../library/struct.rst:165
299298
msgid ""

0 commit comments

Comments
 (0)