Skip to content

Commit f6e7a11

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

File tree

233 files changed

+11636
-3740
lines changed

Some content is hidden

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

233 files changed

+11636
-3740
lines changed

c-api/arg.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-04-14 14:13+0000\n"
15+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Arihiro TAKASE, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/buffer.po

+36-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
8-
# Osamu NAKAMURA, 2021
97
# 秘湯 <xwhhsprings@gmail.com>, 2021
108
# mollinaca, 2021
119
# Arihiro TAKASE, 2023
10+
# tomo, 2023
11+
# Osamu NAKAMURA, 2023
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.11\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
18+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
20-
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Last-Translator: Osamu NAKAMURA, 2023\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2222
"ja/)\n"
2323
"MIME-Version: 1.0\n"
@@ -938,3 +938,35 @@ msgstr ""
938938
"*exporter* はエクスポートするオブジェクトに設定しなければならず、さらに "
939939
"*flags* は変更せずに渡さなければなりません。\n"
940940
"そうでない場合は、 *exporter* は ``NULL`` でなければなりません。"
941+
942+
#: ../../c-api/buffer.rst:3
943+
msgid "buffer protocol"
944+
msgstr "buffer protocol"
945+
946+
#: ../../c-api/buffer.rst:3
947+
msgid "buffer interface"
948+
msgstr ""
949+
950+
#: ../../c-api/buffer.rst:3
951+
msgid "(see buffer protocol)"
952+
msgstr ""
953+
954+
#: ../../c-api/buffer.rst:3
955+
msgid "buffer object"
956+
msgstr ""
957+
958+
#: ../../c-api/buffer.rst:32
959+
msgid "PyBufferProcs"
960+
msgstr "PyBufferProcs"
961+
962+
#: ../../c-api/buffer.rst:284
963+
msgid "contiguous"
964+
msgstr "contiguous"
965+
966+
#: ../../c-api/buffer.rst:284
967+
msgid "C-contiguous"
968+
msgstr ""
969+
970+
#: ../../c-api/buffer.rst:284
971+
msgid "Fortran contiguous"
972+
msgstr ""

c-api/bytearray.po

+12-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Arihiro TAKASE, 2023
8+
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
9+
# tomo, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.11\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
16+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
17-
"Last-Translator: Arihiro TAKASE, 2023\n"
18+
"Last-Translator: tomo, 2023\n"
1819
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
@@ -123,3 +124,11 @@ msgstr ""
123124
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
124125
msgstr ""
125126
":c:func:`PyByteArray_Size` に似ていますが、エラーチェックを行いません。"
127+
128+
#: ../../c-api/bytearray.rst:8
129+
msgid "object"
130+
msgstr "object"
131+
132+
#: ../../c-api/bytearray.rst:8
133+
msgid "bytearray"
134+
msgstr "bytearray"

c-api/bytes.po

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Arihiro TAKASE, 2023
8+
# tomo, 2023
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
17-
"Last-Translator: Arihiro TAKASE, 2023\n"
17+
"Last-Translator: tomo, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1919
"ja/)\n"
2020
"MIME-Version: 1.0\n"
@@ -408,3 +408,11 @@ msgstr ""
408408
"再割り当て (reallocation) が失敗した場合、 *\\*bytes* が元々指してしたバイト"
409409
"オブジェクトを解放し、*\\*bytes* を ``NULL`` に設定し、 :exc:`MemoryError` を"
410410
"設定し、そして ``-1`` が返されます。"
411+
412+
#: ../../c-api/bytes.rst:11
413+
msgid "object"
414+
msgstr "object"
415+
416+
#: ../../c-api/bytes.rst:11
417+
msgid "bytes"
418+
msgstr "bytes"

c-api/capsule.po

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Arihiro TAKASE, 2023
8+
# tomo, 2023
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
17-
"Last-Translator: Arihiro TAKASE, 2023\n"
17+
"Last-Translator: tomo, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1919
"ja/)\n"
2020
"MIME-Version: 1.0\n"
@@ -264,3 +264,11 @@ msgid ""
264264
msgstr ""
265265
"*capsule* 内部のポインタを *pointer* に設定します。*pointer* は ``NULL`` で"
266266
"あってはなりません。"
267+
268+
#: ../../c-api/capsule.rst:8
269+
msgid "object"
270+
msgstr "object"
271+
272+
#: ../../c-api/capsule.rst:8
273+
msgid "Capsule"
274+
msgstr "Capsule"

c-api/code.po

+16-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
7+
# 秘湯 <xwhhsprings@gmail.com>, 2023
8+
# tomo, 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-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: tomo, 2023\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -152,3 +153,15 @@ msgid ""
152153
"reference to a :c:type:`PyTupleObject` containing the names of the free "
153154
"variables. On error, ``NULL`` is returned and an exception is raised."
154155
msgstr ""
156+
157+
#: ../../c-api/code.rst:3
158+
msgid "object"
159+
msgstr "object"
160+
161+
#: ../../c-api/code.rst:3
162+
msgid "code"
163+
msgstr "コード"
164+
165+
#: ../../c-api/code.rst:3
166+
msgid "code object"
167+
msgstr "コードオブジェクト"

c-api/complex.po

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Arihiro TAKASE, 2023
8+
# tomo, 2023
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
17-
"Last-Translator: Arihiro TAKASE, 2023\n"
17+
"Last-Translator: tomo, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1919
"ja/)\n"
2020
"MIME-Version: 1.0\n"
@@ -194,3 +194,11 @@ msgstr ""
194194
#: ../../c-api/complex.rst:137
195195
msgid "Use :meth:`__index__` if available."
196196
msgstr "可能であれば :meth:`__index__` を使うようになりました。"
197+
198+
#: ../../c-api/complex.rst:8
199+
msgid "object"
200+
msgstr "object"
201+
202+
#: ../../c-api/complex.rst:8
203+
msgid "complex number"
204+
msgstr "complex number"

c-api/concrete.po

+21-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
7+
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
8+
# tomo, 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-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17+
"Last-Translator: tomo, 2023\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -97,3 +98,20 @@ msgstr "Function オブジェクト"
9798
#: ../../c-api/concrete.rst:102
9899
msgid "Other Objects"
99100
msgstr "その他のオブジェクト"
101+
102+
#: ../../c-api/concrete.rst:43 ../../c-api/concrete.rst:58
103+
#: ../../c-api/concrete.rst:80
104+
msgid "object"
105+
msgstr "object"
106+
107+
#: ../../c-api/concrete.rst:43
108+
msgid "numeric"
109+
msgstr "数値"
110+
111+
#: ../../c-api/concrete.rst:58
112+
msgid "sequence"
113+
msgstr "sequence"
114+
115+
#: ../../c-api/concrete.rst:80
116+
msgid "mapping"
117+
msgstr "mapping"

c-api/dict.po

+24-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2021
87
# Arihiro TAKASE, 2023
8+
# tomo, 2023
9+
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.11\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-04-28 14:13+0000\n"
16+
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
17-
"Last-Translator: Arihiro TAKASE, 2023\n"
18+
"Last-Translator: Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023\n"
1819
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
@@ -319,3 +320,23 @@ msgstr ""
319320
"出現したキーを使います。成功した場合には ``0`` を返し、例外が送出された場合に"
320321
"は ``-1`` を返します。(戻り値以外は) 等価な Python コードを書くと、以下のよう"
321322
"になります::"
323+
324+
#: ../../c-api/dict.rst:8
325+
msgid "object"
326+
msgstr "object"
327+
328+
#: ../../c-api/dict.rst:8
329+
msgid "dictionary"
330+
msgstr "dictionary"
331+
332+
#: ../../c-api/dict.rst:73
333+
msgid "PyUnicode_FromString()"
334+
msgstr "PyUnicode_FromString()"
335+
336+
#: ../../c-api/dict.rst:157
337+
msgid "built-in function"
338+
msgstr "組み込み関数"
339+
340+
#: ../../c-api/dict.rst:157
341+
msgid "len"
342+
msgstr "len"

0 commit comments

Comments
 (0)