Skip to content

Commit 593df2e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent ad323d8 commit 593df2e

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

+517
-448
lines changed

c-api/file.po

Lines changed: 4 additions & 2 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-08-02 14:15+0000\n"
19+
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
2121
"Last-Translator: qqfunc, 2024\n"
2222
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -176,7 +176,9 @@ msgid "This function is safe to call before :c:func:`Py_Initialize`."
176176
msgstr "この関数は :c:func:`Py_Initialize` より前に呼び出しても安全です。"
177177

178178
#: ../../c-api/file.rst:91
179-
msgid "Raises an auditing event setopencodehook with no arguments."
179+
msgid ""
180+
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
181+
"arguments."
180182
msgstr ""
181183

182184
#: ../../c-api/file.rst:101

c-api/init.po

Lines changed: 7 additions & 4 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-08-02 14:15+0000\n"
21+
"POT-Creation-Date: 2024-08-03 20: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,7 +699,8 @@ msgstr ""
699699

700700
#: ../../c-api/init.rst:429
701701
msgid ""
702-
"Raises an auditing event cpython._PySys_ClearAuditHooks with no arguments."
702+
"Raises an :ref:`auditing event <auditing>` ``cpython."
703+
"_PySys_ClearAuditHooks`` with no arguments."
703704
msgstr ""
704705

705706
#: ../../c-api/init.rst:435
@@ -1661,7 +1662,8 @@ msgstr ""
16611662

16621663
#: ../../c-api/init.rst:1176
16631664
msgid ""
1664-
"Raises an auditing event cpython.PyInterpreterState_New with no arguments."
1665+
"Raises an :ref:`auditing event <auditing>` ``cpython."
1666+
"PyInterpreterState_New`` with no arguments."
16651667
msgstr ""
16661668

16671669
#: ../../c-api/init.rst:1181
@@ -1674,7 +1676,8 @@ msgstr ""
16741676

16751677
#: ../../c-api/init.rst:1184
16761678
msgid ""
1677-
"Raises an auditing event cpython.PyInterpreterState_Clear with no arguments."
1679+
"Raises an :ref:`auditing event <auditing>` ``cpython."
1680+
"PyInterpreterState_Clear`` with no arguments."
16781681
msgstr ""
16791682

16801683
#: ../../c-api/init.rst:1189

c-api/refcounting.po

Lines changed: 1 addition & 1 deletion
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-12 14:15+0000\n"
16+
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: qqfunc, 2024\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/stable.po

Lines changed: 1 addition & 1 deletion
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-12 14:15+0000\n"
16+
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: qqfunc, 2024\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/sys.po

Lines changed: 2 additions & 11 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-08-02 14:15+0000\n"
16+
"POT-Creation-Date: 2024-08-03 20: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/"
@@ -501,16 +501,7 @@ msgid ""
501501
"events table <audit-events>`. Details are in each function's documentation."
502502
msgstr ""
503503

504-
#: ../../c-api/sys.rst:357
505-
msgid ""
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."
511-
msgstr ""
512-
513-
#: ../../c-api/sys.rst:359
504+
#: ../../c-api/sys.rst:357 ../../c-api/sys.rst:359
514505
msgid ""
515506
"If the interpreter is initialized, this function raises an auditing event "
516507
"``sys.addaudithook`` with no arguments. If any existing hooks raise an "

glossary.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.13\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2024-07-12 14:15+0000\n"
23+
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
2424
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2525
"Last-Translator: qqfunc, 2024\n"
2626
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

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-08-02 14:15+0000\n"
18+
"POT-Creation-Date: 2024-08-03 20: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 auditing event _thread.start_new_thread with arguments function, "
102-
"args, kwargs."
101+
"Raises an :ref:`auditing event <auditing>` ``_thread.start_new_thread`` with "
102+
"arguments ``function``, ``args``, ``kwargs``."
103103
msgstr ""
104104

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

library/array.po

Lines changed: 3 additions & 2 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-08-02 14:15+0000\n"
19+
"POT-Creation-Date: 2024-08-03 20: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,7 +284,8 @@ msgstr ""
284284

285285
#: ../../library/array.rst:99
286286
msgid ""
287-
"Raises an auditing event array.__new__ with arguments typecode, initializer."
287+
"Raises an :ref:`auditing event <auditing>` ``array.__new__`` with arguments "
288+
"``typecode``, ``initializer``."
288289
msgstr ""
289290

290291
#: ../../library/array.rst:104

library/asyncio.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-08-02 14:15+0000\n"
15+
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
1717
"Last-Translator: qqfunc, 2024\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -155,7 +155,9 @@ msgid ""
155155
msgstr ""
156156

157157
#: ../../library/asyncio.rst:77
158-
msgid "Raises an auditing event cpython.run_stdin with no arguments."
158+
msgid ""
159+
"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
160+
"arguments."
159161
msgstr ""
160162

161163
#: ../../library/asyncio.rst:79

library/collections.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.13\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-07-12 14:15+0000\n"
20+
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
2222
"Last-Translator: qqfunc, 2024\n"
2323
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)