Skip to content

Commit 590ebeb

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 364cb34 commit 590ebeb

File tree

14 files changed

+50
-14
lines changed

14 files changed

+50
-14
lines changed

c-api/bytearray.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,16 @@ msgid ""
4747
"Return true if the object *o* is a bytearray object or an instance of a "
4848
"subtype of the bytearray type. This function always succeeds."
4949
msgstr ""
50+
"オブジェクト *o* が bytearray オブジェクトか bytearray "
51+
"型のサブタイプのインスタンスである場合に真を返します。この関数は常に成功します。"
5052

5153
#: ../../c-api/bytearray.rst:33
5254
msgid ""
5355
"Return true if the object *o* is a bytearray object, but not an instance of "
5456
"a subtype of the bytearray type. This function always succeeds."
5557
msgstr ""
58+
"オブジェクト *o* が bytearray オブジェクトだが bytearray "
59+
"型のサブタイプのインスタンスでない場合に真を返します。この関数は常に成功します。"
5660

5761
#: ../../c-api/bytearray.rst:38
5862
msgid "Direct API functions"

c-api/bytes.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ msgid ""
5050
"Return true if the object *o* is a bytes object or an instance of a subtype "
5151
"of the bytes type. This function always succeeds."
5252
msgstr ""
53+
"オブジェクト *o* が bytes オブジェクトか bytes 型のサブタイプのインスタンスである場合に真を返します。この関数は常に成功します。"
5354

5455
#: ../../c-api/bytes.rst:33
5556
msgid ""
5657
"Return true if the object *o* is a bytes object, but not an instance of a "
5758
"subtype of the bytes type. This function always succeeds."
5859
msgstr ""
60+
"オブジェクト *o* が bytes オブジェクトだが bytes 型のサブタイプのインスタンスでない場合に真を返します。この関数は常に成功します。"
5961

6062
#: ../../c-api/bytes.rst:39
6163
msgid ""

c-api/capsule.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ msgid ""
3939
"regular import mechanism can be used to access C APIs defined in dynamically"
4040
" loaded modules."
4141
msgstr ""
42+
"この :c:type:`PyObject` のサブタイプは、任意の値を表し、C拡張モジュールから "
43+
"Pythonコードを経由して他のC言語のコードに任意の値を(:c:type:`void*` "
44+
"ポインタの形で)渡す必要があるときに有用です。あるモジュール内で定義されているC言語関数のポインタを、他のモジュールに渡してそこから呼び出せるようにするためによく使われます。これにより、動的にロードされるモジュールの中の"
45+
" C API に通常の import 機構を通してアクセスすることができます。"
4246

4347
#: ../../c-api/capsule.rst:27
4448
msgid "The type of a destructor callback for a capsule. Defined as::"
@@ -55,7 +59,7 @@ msgstr ""
5559
msgid ""
5660
"Return true if its argument is a :c:type:`PyCapsule`. This function always "
5761
"succeeds."
58-
msgstr ""
62+
msgstr "引数が :c:type:`PyCapsule` の場合に真を返します。この関数は常に成功します。"
5963

6064
#: ../../c-api/capsule.rst:43
6165
msgid ""

c-api/file.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ msgid ""
3636
"reporting in the interpreter; third-party code is advised to access the "
3737
":mod:`io` APIs instead."
3838
msgstr ""
39+
"これらの API は、 Python 2 の組み込みのファイルオブジェクトの C API を最低限エミュレートするためのものです。それらは、標準 C "
40+
"ライブラリでサポートされているバッファ付き I/O (:c:type:`FILE*`) に頼るために使われます。 Python 3 "
41+
"では、ファイルとストリームは新しい :mod:`io` モジュールを使用され、そこに OS の低レベルなバッファ付き I/O "
42+
"の上にいくつかの層が定義されています。下で解説されている関数は、それらの新しい API の便利な C "
43+
"ラッパーであり、インタプリタでの内部的なエラー通知に向いています; サードパーティーのコードは代わりに :mod:`io` の API "
44+
"を使うことが推奨されます。"
3945

4046
#: ../../c-api/file.rst:22
4147
msgid ""

c-api/float.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,16 @@ msgid ""
4444
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of "
4545
":c:type:`PyFloatObject`. This function always succeeds."
4646
msgstr ""
47+
"引数が :c:type:`PyFloatObject` か :c:type:`PyFloatObject` "
48+
"のサブタイプであるときに真を返します。この関数は常に成功します。"
4749

4850
#: ../../c-api/float.rst:30
4951
msgid ""
5052
"Return true if its argument is a :c:type:`PyFloatObject`, but not a subtype "
5153
"of :c:type:`PyFloatObject`. This function always succeeds."
5254
msgstr ""
55+
"引数が :c:type:`PyFloatObject` であるが :c:type:`PyFloatObject` "
56+
"のサブタイプでないときに真を返します。この関数は常に成功します。"
5357

5458
#: ../../c-api/float.rst:36
5559
msgid ""

c-api/gen.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,16 @@ msgstr "ジェネレータオブジェクトに対応する型オブジェクト
4848
msgid ""
4949
"Return true if *ob* is a generator object; *ob* must not be ``NULL``. This "
5050
"function always succeeds."
51-
msgstr ""
51+
msgstr "*ob* がジェネレータオブジェクトの場合に真を返ます、 *ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
5252

5353
#: ../../c-api/gen.rst:31
5454
msgid ""
5555
"Return true if *ob*'s type is :c:type:`PyGen_Type`; *ob* must not be "
5656
"``NULL``. This function always succeeds."
5757
msgstr ""
58+
"*ob* が :c:type:`PyGen_Type` の場合に真を返します。\n"
59+
"*o* は ``NULL`` であってはなりません。\n"
60+
"この関数は常に成功します。"
5861

5962
#: ../../c-api/gen.rst:37
6063
msgid ""

c-api/import.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Osamu NAKAMURA, 2021
98
# mollinaca, 2021
9+
# tomo, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
18-
"Last-Translator: mollinaca, 2021\n"
18+
"Last-Translator: tomo, 2021\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -408,6 +408,11 @@ msgid ""
408408
"no modules are added to the internal table. This must be called before "
409409
":c:func:`Py_Initialize`."
410410
msgstr ""
411+
"組み込みモジュールのテーブルに一群のモジュールを追加します。\n"
412+
"配列 *newtab* は :attr:`name` フィールドが ``NULL`` になっているセンチネル (sentinel) エントリで終端されていなければなりません。センチネル値を与えられなかった場合にはメモリ違反になるかもしれません。\n"
413+
"成功すると ``0`` を、内部テーブルを拡張するのに十分なメモリを確保できなかった場合には ``-1`` を返します。\n"
414+
"操作が失敗した場合、モジュールは一切内部テーブルに追加されません。\n"
415+
":c:func:`Py_Initialize` よりも前に呼び出さなければなりません。"
411416

412417
#: ../../c-api/import.rst:304
413418
msgid ""

howto/argparse.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ msgstr ""
379379
msgid ""
380380
"We have introduced another action, \"count\", to count the number of "
381381
"occurrences of specific options."
382-
msgstr ""
382+
msgstr "もう一つの action である \"count\" を紹介します。これは指定されたオプションの出現回数を数えます:"
383383

384384
#: ../../howto/argparse.rst:499
385385
msgid ""

library/crypt.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ msgstr ""
5454

5555
#: ../../library/crypt.rst:34
5656
msgid ":ref:`Availability <availability>`: Unix. Not available on VxWorks."
57-
msgstr ""
57+
msgstr ":ref:`利用可能環境 <availability>`: Unix。VxWorksでは使えません。"
5858

5959
#: ../../library/crypt.rst:36
6060
msgid "Hashing Methods"

library/imghdr.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ msgid ""
4545
"string describing the image type. If optional *h* is provided, the *file* "
4646
"argument is ignored and *h* is assumed to contain the byte stream to test."
4747
msgstr ""
48+
"*file* という名前のファイル内の画像データをテストし、画像形式を表す文字列を返します。オプションの *h* が与えられた場合は、*file* "
49+
"引数は無視され、テストするバイトストリームを含んでいると *h* は仮定されます。"
4850

4951
#: ../../library/imghdr.rst:23
5052
msgid "Accepts a :term:`path-like object`."

library/numbers.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ msgid ""
125125
"modulus and bit-string operations: ``<<``, ``>>``, ``&``, ``^``, ``|``, "
126126
"``~``."
127127
msgstr ""
128+
":class:`Rational` をサブタイプ化し :class:`int` への変換が加わります。 :func:`float`, "
129+
":attr:`~Rational.numerator`, :attr:`~Rational.denominator` のデフォルトを提供します。法 "
130+
"(訳注: 割る数、除数のこと) を持つ :func:`pow` に対する抽象メソッドと、ビット列演算 ``<<``, ``>>``, ``&``, "
131+
"``^``, ``|``, ``~`` を追加します。"
128132

129133
#: ../../library/numbers.rst:85
130134
msgid "Notes for type implementors"

library/pipes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Osamu NAKAMURA, 2021
8+
# tomo, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
17-
"Last-Translator: Osamu NAKAMURA, 2021\n"
17+
"Last-Translator: tomo, 2021\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,7 +48,7 @@ msgstr ""
4848

4949
#: ../../library/pipes.rst:21
5050
msgid ":ref:`Availability <availability>`: Unix. Not available on VxWorks."
51-
msgstr ""
51+
msgstr ":ref:`利用可能環境 <availability>`: Unix。VxWorksでは使えません。"
5252

5353
#: ../../library/pipes.rst:22
5454
msgid "The :mod:`pipes` module defines the following class:"

library/sys.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Takanori Suzuki <takanori@takanory.net>, 2021
88
# tomo, 2021
9-
# Osamu NAKAMURA, 2021
109
# mollinaca, 2021
10+
# Osamu NAKAMURA, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
19-
"Last-Translator: mollinaca, 2021\n"
19+
"Last-Translator: Osamu NAKAMURA, 2021\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2470,7 +2470,7 @@ msgid ""
24702470
"the preferred way to do this is to explicitly save the previous stream "
24712471
"before replacing it, and restore the saved object."
24722472
msgstr ""
2473-
"また、標準ストリームが壊れたオブジェクトに置き換えられた場合に、動作する実際のファイルを復元するために利用することもできます。しかし、明示的に置き換え前のストリームを保存しておき、そのオブジェクトを復元る事を推奨します。"
2473+
"また、標準ストリームが壊れたオブジェクトに置き換えられた場合に、動作する実際のファイルを復元するために利用することもできます。しかし、明示的に置き換え前のストリームを保存しておき、そのオブジェクトを復元する事を推奨します。"
24742474

24752475
#: ../../library/sys.rst:1569
24762476
msgid ""

tutorial/venv.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
8+
# tomo, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
17-
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021\n"
17+
"Last-Translator: tomo, 2021\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -106,6 +106,8 @@ msgid ""
106106
"also create directories inside it containing a copy of the Python "
107107
"interpreter and various supporting files."
108108
msgstr ""
109+
"これは ``tutorial-env`` ディレクトリがなければ作成して、その中に Python "
110+
"インタプリタ、その他関連するファイルのコピーを含むサブディレクトリを作ります。"
109111

110112
#: ../../tutorial/venv.rst:53
111113
msgid ""

0 commit comments

Comments
 (0)