Skip to content

Commit 8eddbb5

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 978e47e commit 8eddbb5

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

extending/newtypes.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgstr ""
2424

2525
#: ../../extending/newtypes.rst:7
2626
msgid "Defining Extension Types: Assorted Topics"
27-
msgstr ""
27+
msgstr "拡張の型の定義: 雑多なトピック"
2828

2929
#: ../../extending/newtypes.rst:11
3030
msgid ""

library/audit_events.po

+9-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ msgstr ""
2525

2626
#: ../../library/audit_events.rst:6
2727
msgid "Audit events table"
28-
msgstr ""
28+
msgstr "監査イベント表"
2929

3030
#: ../../library/audit_events.rst:8
3131
msgid ""
@@ -39,23 +39,28 @@ msgid ""
3939
"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for "
4040
"information on handling these events."
4141
msgstr ""
42+
"これらのイベントの処理についての情報は :func:`sys.addaudithook` と :c:func:"
43+
"`PySys_AddAuditHook` を参照してください。"
4244

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

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

5661
#: ../../library/audit_events.rst:27
5762
msgid "Audit event"
58-
msgstr ""
63+
msgstr "監査イベント"
5964

6065
#: ../../library/audit_events.rst:27
6166
msgid "Arguments"
@@ -75,7 +80,7 @@ msgstr ""
7580

7681
#: ../../library/audit_events.rst:33
7782
msgid "_winapi.CreateJunction"
78-
msgstr ""
83+
msgstr "_winapi.CreateJunction"
7984

8085
#: ../../library/audit_events.rst:33
8186
msgid "``src_path``, ``dst_path``"

library/plistlib.po

+4
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ msgid ""
8787
"Support added for reading and writing :class:`UID` tokens in binary plists "
8888
"as used by NSKeyedArchiver and NSKeyedUnarchiver."
8989
msgstr ""
90+
"バイナリの plist で NSKeyedArchiver や NSKeyedUnarchiver によって使用される :"
91+
"class:`UID` トークンの読み込み・書き込みのサポートが追加されました。"
9092

9193
#: ../../library/plistlib.rst:45
9294
msgid ""
@@ -338,6 +340,8 @@ msgid ""
338340
"Wraps an :class:`int`. This is used when reading or writing NSKeyedArchiver "
339341
"encoded data, which contains UID (see PList manual)."
340342
msgstr ""
343+
":class:`int` をラップします。これは NSKeyedArchiver でエンコードされた UID を"
344+
"含むデータ、の読み込みや書き込みに使用されます (PList マニュアルを参照) 。"
341345

342346
#: ../../library/plistlib.rst:191
343347
msgid ""

0 commit comments

Comments
 (0)