Skip to content

Commit bf6cf72

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent bb0e702 commit bf6cf72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1486
-130
lines changed

c-api/bytearray.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -116,7 +117,9 @@ msgstr ""
116117
#: ../../c-api/bytearray.rst:80
117118
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
118119
msgstr ""
120+
":c:func:`PyByteArray_AsString` に似ていますが、エラーチェックを行いません。"
119121

120122
#: ../../c-api/bytearray.rst:85
121123
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
122124
msgstr ""
125+
":c:func:`PyByteArray_Size` に似ていますが、エラーチェックを行いません。"

c-api/bytes.po

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -31,6 +32,8 @@ msgid ""
3132
"These functions raise :exc:`TypeError` when expecting a bytes parameter and "
3233
"called with a non-bytes parameter."
3334
msgstr ""
35+
"下記の関数は、バイトオブジェクトを期待している引数にバイトオブジェクトでない"
36+
"パラメタを指定して呼び出されると、 :exc:`TypeError` を送出します。"
3437

3538
#: ../../c-api/bytes.rst:16
3639
msgid "This subtype of :c:type:`PyObject` represents a Python bytes object."
@@ -283,7 +286,7 @@ msgstr "バイトオブジェクト *o* のバイト単位の長さを返しま
283286

284287
#: ../../c-api/bytes.rst:137
285288
msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
286-
msgstr ""
289+
msgstr ":c:func:`PyBytes_Size` に似ていますが、エラーチェックを行いません。"
287290

288291
#: ../../c-api/bytes.rst:142
289292
msgid ""
@@ -308,6 +311,7 @@ msgstr ""
308311
#: ../../c-api/bytes.rst:154
309312
msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
310313
msgstr ""
314+
":c:func:`PyBytes_AsString` に似ていますが、エラーチェックを行いません。"
311315

312316
#: ../../c-api/bytes.rst:159
313317
msgid ""

c-api/capsule.po

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -42,6 +43,12 @@ msgid ""
4243
"regular import mechanism can be used to access C APIs defined in dynamically "
4344
"loaded modules."
4445
msgstr ""
46+
"この :c:type:`PyObject` のサブタイプは、任意の値を表し、C拡張モジュールから "
47+
"Pythonコードを経由して他のC言語のコードに任意の値を(:c:expr:`void*` ポインタ"
48+
"の形で)渡す必要があるときに有用です。あるモジュール内で定義されているC言語関"
49+
"数のポインタを、他のモジュールに渡してそこから呼び出せるようにするためによく"
50+
"使われます。これにより、動的にロードされるモジュールの中の C API に通常の "
51+
"import 機構を通してアクセスすることができます。"
4552

4653
#: ../../c-api/capsule.rst:27
4754
msgid "The type of a destructor callback for a capsule. Defined as::"

c-api/code.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
14+
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/complex.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -162,11 +163,11 @@ msgstr ""
162163

163164
#: ../../c-api/complex.rst:118
164165
msgid "Return the real part of *op* as a C :c:expr:`double`."
165-
msgstr ""
166+
msgstr "*op* の実数部分を C の :c:expr:`double` 型で返します。"
166167

167168
#: ../../c-api/complex.rst:123
168169
msgid "Return the imaginary part of *op* as a C :c:expr:`double`."
169-
msgstr ""
170+
msgstr "*op* の虚数部分を C の :c:expr:`double` 型で返します。"
170171

171172
#: ../../c-api/complex.rst:128
172173
msgid "Return the :c:type:`Py_complex` value of the complex number *op*."

c-api/datetime.po

+24-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# tomo, 2021
88
# Akira inamori <akira.inamori@tf-ebina.com>, 2021
99
# yaakiyu, 2022
10+
# Arihiro TAKASE, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
18-
"Last-Translator: yaakiyu, 2022\n"
19+
"Last-Translator: Arihiro TAKASE, 2023\n"
1920
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
@@ -76,58 +77,80 @@ msgid ""
7677
"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not "
7778
"be ``NULL``. This function always succeeds."
7879
msgstr ""
80+
"*ob* が :c:data:`PyDateTime_DateType` の場合に真を返します。\n"
81+
"*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
7982

8083
#: ../../c-api/datetime.rst:43
8184
msgid ""
8285
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
8386
"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
8487
"This function always succeeds."
8588
msgstr ""
89+
"*ob* が :c:data:`PyDateTime_DateTimeType` 型か :c:data:"
90+
"`PyDateTime_DateTimeType` 型のサブタイプのオブジェクトの場合に真を返します; "
91+
"*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
8692

8793
#: ../../c-api/datetime.rst:50
8894
msgid ""
8995
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must "
9096
"not be ``NULL``. This function always succeeds."
9197
msgstr ""
98+
"*ob* が :c:data:`PyDateTime_DateTimeType` の場合に真を返します。\n"
99+
"*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
92100

93101
#: ../../c-api/datetime.rst:56
94102
msgid ""
95103
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
96104
"of :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function "
97105
"always succeeds."
98106
msgstr ""
107+
"*ob* が :c:data:`PyDateTime_TimeType` 型か :c:data:`PyDateTime_TimeType` 型の"
108+
"サブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であってはなり"
109+
"ません。この関数は常に成功します。"
99110

100111
#: ../../c-api/datetime.rst:63
101112
msgid ""
102113
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not "
103114
"be ``NULL``. This function always succeeds."
104115
msgstr ""
116+
"*ob* が :c:data:`PyDateTime_TimeType` の場合に真を返します。\n"
117+
"*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
105118

106119
#: ../../c-api/datetime.rst:69
107120
msgid ""
108121
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
109122
"of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
110123
"function always succeeds."
111124
msgstr ""
125+
"*ob* が :c:data:`PyDateTime_DeltaType` 型か :c:data:`PyDateTime_DeltaType` 型"
126+
"のサブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であってはな"
127+
"りません。この関数は常に成功します。"
112128

113129
#: ../../c-api/datetime.rst:76
114130
msgid ""
115131
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not "
116132
"be ``NULL``. This function always succeeds."
117133
msgstr ""
134+
"*ob* が :c:data:`PyDateTime_DeltaType` の場合に真を返します。\n"
135+
"*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
118136

119137
#: ../../c-api/datetime.rst:82
120138
msgid ""
121139
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
122140
"of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
123141
"function always succeeds."
124142
msgstr ""
143+
"*ob* が :c:data:`PyDateTime_TZInfoType` 型か :c:data:`PyDateTime_TZInfoType` "
144+
"型のサブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であっては"
145+
"なりません。この関数は常に成功します。"
125146

126147
#: ../../c-api/datetime.rst:89
127148
msgid ""
128149
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must "
129150
"not be ``NULL``. This function always succeeds."
130151
msgstr ""
152+
"*ob* が :c:data:`PyDateTime_TZInfoType` の場合に真を返します。\n"
153+
"*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
131154

132155
#: ../../c-api/datetime.rst:93
133156
msgid "Macros to create objects:"

c-api/dict.po

+33-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-04-14 14:13+0000\n"
15+
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -46,12 +47,16 @@ msgid ""
4647
"Return true if *p* is a dict object or an instance of a subtype of the dict "
4748
"type. This function always succeeds."
4849
msgstr ""
50+
"*p* が辞書オブジェクトか辞書型のサブタイプのインスタンスである場合に真を返し"
51+
"ます。この関数は常に成功します。"
4952

5053
#: ../../c-api/dict.rst:30
5154
msgid ""
5255
"Return true if *p* is a dict object, but not an instance of a subtype of the "
5356
"dict type. This function always succeeds."
5457
msgstr ""
58+
"*p* が辞書オブジェクトだが辞書型のサブタイプのインスタンスでない場合に真を返"
59+
"します。この関数は常に成功します。"
5560

5661
#: ../../c-api/dict.rst:36
5762
msgid "Return a new empty dictionary, or ``NULL`` on failure."
@@ -108,6 +113,11 @@ msgid ""
108113
"``PyUnicode_FromString(key)``. Return ``0`` on success or ``-1`` on "
109114
"failure. This function *does not* steal a reference to *val*."
110115
msgstr ""
116+
"辞書 *p* に、 *key* をキーとして値 *val* を挿入します。\n"
117+
"*key* は :c:expr:`const char*` 型でなければなりません。\n"
118+
"キーオブジェクトは ``PyUnicode_FromString(key)`` で生成されます。\n"
119+
"成功した場合には ``0`` を、失敗した場合には ``-1`` を返します。\n"
120+
"この関数は *val* への参照を盗み取り *ません*。"
111121

112122
#: ../../c-api/dict.rst:83
113123
msgid ""
@@ -116,13 +126,20 @@ msgid ""
116126
"dictionary, :exc:`KeyError` is raised. Return ``0`` on success or ``-1`` on "
117127
"failure."
118128
msgstr ""
129+
"辞書 *p* から *key* をキーとするエントリを除去します。 *key* は :term:`ハッ"
130+
"シュ可能 <hashable>` でなければなりません; ハッシュ可能でない場合、 :exc:"
131+
"`TypeError` を送出します。*key* が辞書になければ、:exc:`KeyError` を送出しま"
132+
"す。成功した場合には ``0`` を、失敗した場合には ``-1`` を返します。"
119133

120134
#: ../../c-api/dict.rst:91
121135
msgid ""
122136
"Remove the entry in dictionary *p* which has a key specified by the string "
123137
"*key*. If *key* is not in the dictionary, :exc:`KeyError` is raised. Return "
124138
"``0`` on success or ``-1`` on failure."
125139
msgstr ""
140+
"辞書 *p* から文字列 *key* をキーとするエントリを除去します。*key* が辞書にな"
141+
"ければ、:exc:`KeyError` を送出します。成功した場合には ``0`` を、失敗した場合"
142+
"には ``-1`` を返します。"
126143

127144
#: ../../c-api/dict.rst:98
128145
msgid ""
@@ -165,6 +182,8 @@ msgid ""
165182
"This is the same as :c:func:`PyDict_GetItem`, but *key* is specified as a :c:"
166183
"expr:`const char*`, rather than a :c:expr:`PyObject*`."
167184
msgstr ""
185+
":c:func:`PyDict_GetItem` と同じですが、 *key* は :c:expr:`PyObject*` ではな"
186+
"く :c:expr:`const char*` で指定します。"
168187

169188
#: ../../c-api/dict.rst:123
170189
msgid ""
@@ -228,6 +247,18 @@ msgid ""
228247
"represents offsets within the internal dictionary structure, and since the "
229248
"structure is sparse, the offsets are not consecutive."
230249
msgstr ""
250+
"辞書 *p* 内の全てのキー/値のペアにわたる反復処理を行います。\n"
251+
"*ppos* が参照している :c:type:`Py_ssize_t` 型は、この関数で反復処理を開始する"
252+
"際に、最初に関数を呼び出すよりも前に ``0`` に初期化しておかなければなりませ"
253+
"ん。この関数は辞書内の各ペアを取り上げるごとに真を返し、全てのペアを取り上げ"
254+
"たことが分かると偽を返します。\n"
255+
"パラメーター *pkey* および *pvalue* には、それぞれ辞書の各々のキーと値が埋め"
256+
"られた :c:expr:`PyObject*` 変数を指すポインタか、または ``NULL`` が入りま"
257+
"す。\n"
258+
"この関数から返される参照はすべて借用参照になります。\n"
259+
"反復処理中に *ppos* を変更してはなりません。\n"
260+
"この値は内部的な辞書構造体のオフセットを表現しており、構造体はスパースなの"
261+
"で、オフセットの値に一貫性がないためです。"
231262

232263
#: ../../c-api/dict.rst:176
233264
msgid "For example::"

c-api/file.po

+17-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2021
88
# Takanori Suzuki <takanori@takanory.net>, 2021
9+
# Arihiro TAKASE, 2023
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
17-
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
18+
"Last-Translator: Arihiro TAKASE, 2023\n"
1819
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
@@ -38,6 +39,14 @@ msgid ""
3839
"reporting in the interpreter; third-party code is advised to access the :mod:"
3940
"`io` APIs instead."
4041
msgstr ""
42+
"これらの API は、 Python 2 の組み込みのファイルオブジェクトの C API を最低限"
43+
"エミュレートするためのものです。それらは、標準 C ライブラリでサポートされてい"
44+
"るバッファ付き I/O (:c:expr:`FILE*`) に頼るために使われます。 Python 3 では、"
45+
"ファイルとストリームは新しい :mod:`io` モジュールを使用され、そこに OS の低レ"
46+
"ベルなバッファ付き I/O の上にいくつかの層が定義されています。下で解説されてい"
47+
"る関数は、それらの新しい API の便利な C ラッパーであり、インタプリタでの内部"
48+
"的なエラー通知に向いています; サードパーティーのコードは代わりに :mod:`io` "
49+
"の API を使うことが推奨されます。"
4150

4251
#: ../../c-api/file.rst:22
4352
msgid ""
@@ -80,6 +89,11 @@ msgid ""
8089
"integer, which is returned as the file descriptor value. Sets an exception "
8190
"and returns ``-1`` on failure."
8291
msgstr ""
92+
"*p* に関連づけられる ファイルディスクリプタを :c:expr:`int` として返します。"
93+
"オブジェクトが整数なら、その値を返します。 整数でない場合、オブジェクトに :"
94+
"meth:`~io.IOBase.fileno` メソッドがあれば呼び出します; このメソッドの返り値"
95+
"は、ファイル記述子の値として返される整数でなければなりません。失敗すると例外"
96+
"を設定して ``-1`` を返します。"
8397

8498
#: ../../c-api/file.rst:52
8599
msgid ""
@@ -115,6 +129,8 @@ msgid ""
115129
"The handler is a function of type :c:expr:`PyObject *(\\*)(PyObject *path, "
116130
"void *userData)`, where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
117131
msgstr ""
132+
"ハンドラは :c:expr:`PyObject *(\\*)(PyObject *path, void *userData)` 型の関数"
133+
"で、 *path* は :c:type:`PyUnicodeObject` であることが保証されています。"
118134

119135
#: ../../c-api/file.rst:71
120136
msgid ""

0 commit comments

Comments
 (0)