Skip to content

Commit ad323d8

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 2138f53 commit ad323d8

Some content is hidden

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

45 files changed

+1204
-1581
lines changed

c-api/file.po

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Takanori Suzuki <[email protected]>, 2021
87
# Arihiro TAKASE, 2023
98
# Masato HASHIMOTO <[email protected]>, 2023
109
# Osamu NAKAMURA, 2023
@@ -17,7 +16,7 @@ msgid ""
1716
msgstr ""
1817
"Project-Id-Version: Python 3.13\n"
1918
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
19+
"POT-Creation-Date: 2024-08-02 14:15+0000\n"
2120
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
2221
"Last-Translator: qqfunc, 2024\n"
2322
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -177,11 +176,8 @@ msgid "This function is safe to call before :c:func:`Py_Initialize`."
177176
msgstr "この関数は :c:func:`Py_Initialize` より前に呼び出しても安全です。"
178177

179178
#: ../../c-api/file.rst:91
180-
msgid ""
181-
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
182-
"arguments."
179+
msgid "Raises an auditing event setopencodehook with no arguments."
183180
msgstr ""
184-
"引数無しで :ref:`監査イベント <auditing>` ``setopencodehook`` を送出します。 "
185181

186182
#: ../../c-api/file.rst:101
187183
msgid ""

c-api/init.po

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.13\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-07-19 14:16+0000\n"
21+
"POT-Creation-Date: 2024-08-02 14:15+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
2323
"Last-Translator: tomo, 2024\n"
2424
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -699,11 +699,8 @@ msgstr ""
699699

700700
#: ../../c-api/init.rst:429
701701
msgid ""
702-
"Raises an :ref:`auditing event <auditing>` ``cpython."
703-
"_PySys_ClearAuditHooks`` with no arguments."
702+
"Raises an auditing event cpython._PySys_ClearAuditHooks with no arguments."
704703
msgstr ""
705-
"引数無しで :ref:`監査イベント <auditing>` ``cpython._PySys_ClearAuditHooks`` "
706-
"を送出します。 "
707704

708705
#: ../../c-api/init.rst:435
709706
msgid ""
@@ -1664,11 +1661,8 @@ msgstr ""
16641661

16651662
#: ../../c-api/init.rst:1176
16661663
msgid ""
1667-
"Raises an :ref:`auditing event <auditing>` ``cpython."
1668-
"PyInterpreterState_New`` with no arguments."
1664+
"Raises an auditing event cpython.PyInterpreterState_New with no arguments."
16691665
msgstr ""
1670-
"引数無しで :ref:`監査イベント <auditing>` ``cpython.PyInterpreterState_New`` "
1671-
"を送出します。 "
16721666

16731667
#: ../../c-api/init.rst:1181
16741668
msgid ""
@@ -1680,11 +1674,8 @@ msgstr ""
16801674

16811675
#: ../../c-api/init.rst:1184
16821676
msgid ""
1683-
"Raises an :ref:`auditing event <auditing>` ``cpython."
1684-
"PyInterpreterState_Clear`` with no arguments."
1677+
"Raises an auditing event cpython.PyInterpreterState_Clear with no arguments."
16851678
msgstr ""
1686-
"引数無しで :ref:`監査イベント <auditing>` ``cpython."
1687-
"PyInterpreterState_Clear`` を送出します。 "
16881679

16891680
#: ../../c-api/init.rst:1189
16901681
msgid ""

c-api/sys.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-07-19 14:16+0000\n"
16+
"POT-Creation-Date: 2024-08-02 14:15+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: tomo, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -503,11 +503,12 @@ msgstr ""
503503

504504
#: ../../c-api/sys.rst:357
505505
msgid ""
506-
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
507-
"arguments."
506+
"If the interpreter is initialized, this function raises an auditing event "
507+
"sys.addaudithook with no arguments. If any existing hooks raise an exception "
508+
"derived from Exception, the new hook will not be added and the exception is "
509+
"cleared. As a result, callers cannot assume that their hook has been added "
510+
"unless they control all existing hooks."
508511
msgstr ""
509-
"引数無しで :ref:`監査イベント <auditing>` ``sys.addaudithook`` を送出しま"
510-
"す。 "
511512

512513
#: ../../c-api/sys.rst:359
513514
msgid ""

library/_thread.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.13\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
18+
"POT-Creation-Date: 2024-08-02 14:15+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
2020
"Last-Translator: qqfunc, 2024\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -98,8 +98,8 @@ msgstr ""
9898

9999
#: ../../library/_thread.rst:60
100100
msgid ""
101-
"Raises an :ref:`auditing event <auditing>` ``_thread.start_new_thread`` with "
102-
"arguments ``function``, ``args``, ``kwargs``."
101+
"Raises an auditing event _thread.start_new_thread with arguments function, "
102+
"args, kwargs."
103103
msgstr ""
104104

105105
#: ../../library/_thread.rst:62

library/array.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.13\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-07-19 14:16+0000\n"
19+
"POT-Creation-Date: 2024-08-02 14:15+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
2121
"Last-Translator: qqfunc, 2024\n"
2222
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -284,11 +284,8 @@ msgstr ""
284284

285285
#: ../../library/array.rst:99
286286
msgid ""
287-
"Raises an :ref:`auditing event <auditing>` ``array.__new__`` with arguments "
288-
"``typecode``, ``initializer``."
287+
"Raises an auditing event array.__new__ with arguments typecode, initializer."
289288
msgstr ""
290-
"引数 ``typecode``, ``initializer`` 付きで :ref:`監査イベント <auditing>` "
291-
"``array.__new__`` を送出します。"
292289

293290
#: ../../library/array.rst:104
294291
msgid "The typecode character used to create the array."

library/asyncio.po

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
# Translators:
77
# tomo, 2021
88
# qqfunc, 2024
9-
# Takanori Suzuki <[email protected]>, 2024
109
#
1110
#, fuzzy
1211
msgid ""
1312
msgstr ""
1413
"Project-Id-Version: Python 3.13\n"
1514
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-07-26 14:15+0000\n"
15+
"POT-Creation-Date: 2024-08-02 14:15+0000\n"
1716
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
18-
"Last-Translator: Takanori Suzuki <[email protected]>, 2024\n"
17+
"Last-Translator: qqfunc, 2024\n"
1918
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2019
"ja/)\n"
2120
"MIME-Version: 1.0\n"
@@ -155,13 +154,9 @@ msgid ""
155154
"`REPL`:"
156155
msgstr ""
157156

158-
#: ../../library/asyncio.rst:87
159-
msgid ""
160-
"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
161-
"arguments."
157+
#: ../../library/asyncio.rst:77
158+
msgid "Raises an auditing event cpython.run_stdin with no arguments."
162159
msgstr ""
163-
"引数無しで :ref:`監査イベント <auditing>` ``cpython.run_stdin`` を送出しま"
164-
"す。 "
165160

166161
#: ../../library/asyncio.rst:79
167162
msgid "(also 3.11.10, 3.10.15, 3.9.20, and 3.8.20) Emits audit events."

0 commit comments

Comments
 (0)