Skip to content

Commit 0870608

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7a2655a commit 0870608

11 files changed

+95
-28
lines changed

extending/building.po

+12-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# tomo, 2021
88
# 菊池 健志, 2023
9+
# 石井 明久, 2024
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.13\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-24 14:15+0000\n"
16+
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
17-
"Last-Translator: 菊池 健志, 2023\n"
18+
"Last-Translator: 石井 明久, 2024\n"
1819
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
@@ -42,6 +43,10 @@ msgid ""
4243
"extension. When using setuptools, the correct filename is generated "
4344
"automatically."
4445
msgstr ""
46+
"インポートできるように、共有ライブラリは使える状態で :envvar:`PYTHONPATH` 上"
47+
"になければならず、ファイル名をモジュール名に揃え、適切な拡張子になっていなけ"
48+
"ればいけません。 setuptools を使っているときは、自動的に正しいファイル名が生"
49+
"成されます。"
4550

4651
#: ../../extending/building.rst:16
4752
msgid "The initialization function has the signature:"
@@ -93,7 +98,7 @@ msgstr ""
9398

9499
#: ../../extending/building.rst:52
95100
msgid "Building C and C++ Extensions with setuptools"
96-
msgstr ""
101+
msgstr "setuptools による C および C++ 拡張のビルド"
97102

98103
#: ../../extending/building.rst:54
99104
msgid ""
@@ -102,3 +107,7 @@ msgid ""
102107
"setuptools.html to learn more about how build and distribute C/C++ "
103108
"extensions with setuptools."
104109
msgstr ""
110+
"Python 3.12 以降には、 distutils は含まれていません。 setuptools で C/C++ 拡"
111+
"張をビルドする方法について更に学ぶには、 https://setuptools.readthedocs.io/"
112+
"en/latest/setuptools.html にある ``setuptools`` のドキュメントを参照してくだ"
113+
"さい。"

extending/newtypes.po

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Nozomu Kaneko <[email protected]>, 2023
88
# tomo, 2023
9+
# 石井 明久, 2024
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.13\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
16+
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
17-
"Last-Translator: tomo, 2023\n"
18+
"Last-Translator: 石井 明久, 2024\n"
1819
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
@@ -25,7 +26,7 @@ msgstr ""
2526

2627
#: ../../extending/newtypes.rst:7
2728
msgid "Defining Extension Types: Assorted Topics"
28-
msgstr ""
29+
msgstr "拡張の型の定義: 雑多なトピック"
2930

3031
#: ../../extending/newtypes.rst:11
3132
msgid ""
@@ -40,6 +41,8 @@ msgid ""
4041
"Here is the definition of :c:type:`PyTypeObject`, with some fields only used "
4142
"in :ref:`debug builds <debug-build>` omitted:"
4243
msgstr ""
44+
"以下は :c:type:`PyTypeObject` の定義です。 :ref:`デバッグビルド <debug-"
45+
"build>` でしか使われないいくつかのメンバは省いてあります:"
4346

4447
#: ../../extending/newtypes.rst:20
4548
msgid ""

library/audit_events.po

+15-6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Takanori Suzuki <[email protected]>, 2021
88
# tomo, 2021
9+
# 石井 明久, 2024
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
17-
"Last-Translator: tomo, 2021\n"
18+
"Last-Translator: 石井 明久, 2024\n"
1819
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
@@ -25,37 +26,45 @@ msgstr ""
2526

2627
#: ../../library/audit_events.rst:6
2728
msgid "Audit events table"
28-
msgstr ""
29+
msgstr "監査イベント表"
2930

3031
#: ../../library/audit_events.rst:8
3132
msgid ""
3233
"This table contains all events raised by :func:`sys.audit` or :c:func:"
3334
"`PySys_Audit` calls throughout the CPython runtime and the standard "
3435
"library. These calls were added in 3.8 or later (see :pep:`578`)."
3536
msgstr ""
37+
"この表は、 CPython ランタイムと標準ライブラリ全体で :func:`sys.audit` また"
38+
"は :c:func:`PySys_Audit` の呼び出しによって送出されるすべてのイベントを含んで"
39+
"います。これらの呼び出しは、 3.8 以降に追加されました (:pep:`578` を参照) 。"
3640

3741
#: ../../library/audit_events.rst:12
3842
msgid ""
3943
"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for "
4044
"information on handling these events."
4145
msgstr ""
46+
"これらのイベントの処理についての情報は :func:`sys.addaudithook` と :c:func:"
47+
"`PySys_AddAuditHook` を参照してください。"
4248

4349
#: ../../library/audit_events.rst:17
4450
msgid ""
4551
"This table is generated from the CPython documentation, and may not "
4652
"represent events raised by other implementations. See your runtime specific "
4753
"documentation for actual events raised."
4854
msgstr ""
55+
"この表は CPython ドキュメントから生成されており、他の実装により送出されるイベ"
56+
"ントを表示していない可能性があります。実際に送出されるイベントは、ランタイム"
57+
"固有のドキュメントを参照してください。"
4958

5059
#: ../../library/audit_events.rst:23
5160
msgid ""
5261
"The following events are raised internally and do not correspond to any "
5362
"public API of CPython:"
54-
msgstr ""
63+
msgstr "以下のイベントは内部で送出され、 CPython の公開 API に対応しません。"
5564

5665
#: ../../library/audit_events.rst:27
5766
msgid "Audit event"
58-
msgstr ""
67+
msgstr "監査イベント"
5968

6069
#: ../../library/audit_events.rst:27
6170
msgid "Arguments"
@@ -75,7 +84,7 @@ msgstr ""
7584

7685
#: ../../library/audit_events.rst:33
7786
msgid "_winapi.CreateJunction"
78-
msgstr ""
87+
msgstr "_winapi.CreateJunction"
7988

8089
#: ../../library/audit_events.rst:33
8190
msgid "``src_path``, ``dst_path``"
@@ -127,4 +136,4 @@ msgstr "``obj``"
127136

128137
#: ../../library/audit_events.rst:3
129138
msgid "audit events"
130-
msgstr ""
139+
msgstr "監査イベント"

library/calendar.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
# souma987, 2023
1010
# Takeshi Nakazato, 2023
1111
# tomo, 2023
12+
# 石井 明久, 2024
1213
#
1314
#, fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version: Python 3.13\n"
1718
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
19+
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
1920
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
20-
"Last-Translator: tomo, 2023\n"
21+
"Last-Translator: 石井 明久, 2024\n"
2122
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2223
"ja/)\n"
2324
"MIME-Version: 1.0\n"
@@ -28,7 +29,7 @@ msgstr ""
2829

2930
#: ../../library/calendar.rst:2
3031
msgid ":mod:`!calendar` --- General calendar-related functions"
31-
msgstr ""
32+
msgstr ":mod:`!calendar` --- 一般的なカレンダーに関係する機能群"
3233

3334
#: ../../library/calendar.rst:10
3435
msgid "**Source code:** :source:`Lib/calendar.py`"

library/fileinput.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
# tomo, 2021
99
# Osamu NAKAMURA, 2021
1010
# Arihiro TAKASE, 2023
11+
# 石井 明久, 2024
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.13\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-05-24 14:15+0000\n"
18+
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
1819
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
19-
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Last-Translator: 石井 明久, 2024\n"
2021
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
@@ -27,7 +28,7 @@ msgstr ""
2728

2829
#: ../../library/fileinput.rst:2
2930
msgid ":mod:`!fileinput` --- Iterate over lines from multiple input streams"
30-
msgstr ""
31+
msgstr ":mod:`!fileinput` --- 複数の入力ストリームをまたいだ行を反復する"
3132

3233
#: ../../library/fileinput.rst:10
3334
msgid "**Source code:** :source:`Lib/fileinput.py`"

library/intro.po

+4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ msgid ""
155155
"note *Availability: Linux >= 3.17 with glibc >= 2.27* requires both Linux "
156156
"3.17 or newer and glibc 2.27 or newer."
157157
msgstr ""
158+
"利用可能性の注釈に最小カーネルバージョンと最小 libc バージョンの両方が含まれ"
159+
"ている場合は、両方の条件を満たさなければなりません。例えば、 *Availability: "
160+
"Linux >= 3.17 with glibc >= 2.27* という注釈付きの機能には、 Linux 3.17 以上"
161+
"と、 glibc 2.27 以上の両方が必要です。"
158162

159163
#: ../../library/intro.rst:71
160164
msgid "WebAssembly platforms"

library/math.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
# tomo, 2021
99
# mollinaca, 2021
1010
# Arihiro TAKASE, 2023
11+
# 石井 明久, 2024
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.13\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
18+
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
1819
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
19-
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Last-Translator: 石井 明久, 2024\n"
2021
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
@@ -27,7 +28,7 @@ msgstr ""
2728

2829
#: ../../library/math.rst:2
2930
msgid ":mod:`!math` --- Mathematical functions"
30-
msgstr ""
31+
msgstr ":mod:`!math` --- 数学関数"
3132

3233
#: ../../library/math.rst:13
3334
msgid ""

library/os.po

+8
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ msgid ""
108108
"emulated or stubs. WebAssembly platforms also lack support for signals (e."
109109
"g. :func:`~os.kill`, :func:`~os.wait`)."
110110
msgstr ""
111+
"WebAssembly プラットフォームや iOS においては、 :mod:`os` モジュールの大部分"
112+
"は利用不可能か、異なる振る舞いをします。プロセスに関連する API (:func:`~os."
113+
"fork` や :func:`~os.execve` など) やリソース (:func:`~os.nice` など) は利用不"
114+
"可能です。 :func:`~os.getuid` や :func:`~os.getpid` などの他のものは、エミュ"
115+
"レートされるか、スタブです。 WebAssembly プラットフォームでは、シグナル (:"
116+
"func:`~os.kill` や :func:`~os.wait` など) のサポートもありません。"
111117

112118
#: ../../library/os.rst:47
113119
msgid ""
@@ -136,6 +142,8 @@ msgid ""
136142
":data:`sys.platform` has a finer granularity. :func:`os.uname` gives system-"
137143
"dependent version information."
138144
msgstr ""
145+
":data:`sys.platform` はより細かな粒度を持っています。 :func:`os.uname` はシス"
146+
"テム依存のバージョン情報を提供します。"
139147

140148
#: ../../library/os.rst:66
141149
msgid ""

library/platform.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ msgid ""
282282
"or Linux kernel version, use :func:`os.uname()`."
283283
msgstr ""
284284
"iOS と Android では、これはユーザー向けのバージョンです。 Darwin や Linux の"
285-
"カーネルバージョン を取得するには、 :func:`os.uname()` を使用してください。"
285+
"カーネルバージョンを取得するには、 :func:`os.uname()` を使用してください。"
286286

287287
#: ../../library/platform.rst:172
288288
msgid ""

library/plistlib.po

+24-5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ msgid ""
6666
"To work with plist data in bytes or string objects, use :func:`dumps` and :"
6767
"func:`loads`."
6868
msgstr ""
69+
"バイトオブジェクトや文字列オブジェクトの plist データを扱うためには :func:"
70+
"`dumps` や :func:`loads` を利用します。"
6971

7072
#: ../../library/plistlib.rst:33
7173
msgid ""
@@ -80,24 +82,28 @@ msgstr ""
8082
#: ../../library/plistlib.rst:37
8183
msgid "New API, old API deprecated. Support for binary format plists added."
8284
msgstr ""
83-
"新しい API古い API は撤廃されました。バイナリ形式の plist がサポートされま"
84-
"した。"
85+
"新しい API となり、古い API は非推奨となりました。バイナリ形式の plist がサ"
86+
"ポートされました。"
8587

8688
#: ../../library/plistlib.rst:40
8789
msgid ""
8890
"Support added for reading and writing :class:`UID` tokens in binary plists "
8991
"as used by NSKeyedArchiver and NSKeyedUnarchiver."
9092
msgstr ""
93+
"バイナリの plist で NSKeyedArchiver や NSKeyedUnarchiver によって使用される :"
94+
"class:`UID` トークンの読み込み・書き込みのサポートが追加されました。"
9195

9296
#: ../../library/plistlib.rst:44
9397
msgid "Old API removed."
94-
msgstr ""
98+
msgstr "古い API が削除されました。"
9599

96100
#: ../../library/plistlib.rst:49
97101
msgid ""
98102
"`PList manual page <https://developer.apple.com/library/archive/"
99103
"documentation/Cocoa/Conceptual/PropertyLists/>`_"
100104
msgstr ""
105+
"`PList マニュアルページ <https://developer.apple.com/library/archive/"
106+
"documentation/Cocoa/Conceptual/PropertyLists/>`_"
101107

102108
#: ../../library/plistlib.rst:50
103109
msgid "Apple's documentation of the file format."
@@ -143,6 +149,9 @@ msgid ""
143149
"be created as :ref:`aware object <datetime-naive-aware>`, with :attr:`!"
144150
"tzinfo` as :attr:`datetime.UTC`."
145151
msgstr ""
152+
"*aware_datetime* が true の場合、 ``datetime.datetime`` 型によるフィールド"
153+
"は、 :attr:`datetime.UTC` の :attr:`!tzinfo` 付きで :ref:`aware オブジェクト "
154+
"<datetime-naive-aware>` として作成されます。"
146155

147156
#: ../../library/plistlib.rst:76
148157
msgid ""
@@ -166,17 +175,19 @@ msgstr ""
166175

167176
#: ../../library/plistlib.rst:86 ../../library/plistlib.rst:131
168177
msgid "The keyword-only parameter *aware_datetime* has been added."
169-
msgstr ""
178+
msgstr "キーワード専用引数 *aware_datetime* が追加されました。"
170179

171180
#: ../../library/plistlib.rst:92
172181
msgid ""
173182
"Load a plist from a bytes or string object. See :func:`load` for an "
174183
"explanation of the keyword arguments."
175184
msgstr ""
185+
"バイナリまたは文字列オブジェクトから plist をロードします。キーワード引数の説"
186+
"明については、 :func:`load` を参照してください。"
176187

177188
#: ../../library/plistlib.rst:97
178189
msgid "*data* can be a string when *fmt* equals :data:`FMT_XML`."
179-
msgstr ""
190+
msgstr "*fmt* が :data:`FMT_XML` の場合、 *data* は文字列たり得ます。"
180191

181192
#: ../../library/plistlib.rst:102
182193
msgid ""
@@ -226,6 +237,9 @@ msgid ""
226237
"is set as a :ref:`aware object <datetime-naive-aware>`, it will convert to "
227238
"UTC timezone before writing it."
228239
msgstr ""
240+
"*aware_datetime* が True で、 ``datetime.datetime`` 型のすべてのフィールド"
241+
"が :ref:`aware オブジェクト <datetime-naive-aware>` に設定されているとき、書"
242+
"き込みの前に UTC タイムゾーンに変換されます。"
229243

230244
#: ../../library/plistlib.rst:123
231245
msgid ""
@@ -260,12 +274,17 @@ msgid ""
260274
"Wraps an :class:`int`. This is used when reading or writing NSKeyedArchiver "
261275
"encoded data, which contains UID (see PList manual)."
262276
msgstr ""
277+
":class:`int` をラップします。これは NSKeyedArchiver でエンコードされた UID を"
278+
"含むデータ、の読み込みや書き込みに使用されます (PList マニュアルを参照) 。"
263279

264280
#: ../../library/plistlib.rst:151
265281
msgid ""
266282
"It has one attribute, :attr:`data`, which can be used to retrieve the int "
267283
"value of the UID. :attr:`data` must be in the range ``0 <= data < 2**64``."
268284
msgstr ""
285+
"これは一つ、 :attr:`data` 属性を持ち、これにより UID の int 値を取得すること"
286+
"ができます。 :attr:`data` は ``0 <= data < 2**64`` の範囲内でなければなりませ"
287+
"ん。"
269288

270289
#: ../../library/plistlib.rst:157
271290
msgid "The following constants are available:"

0 commit comments

Comments
 (0)