@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.13\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2024-08-02 14 :15+0000\n "
17
+ "POT-Creation-Date : 2024-08-03 20 :15+0000\n "
18
18
"PO-Revision-Date : 2021-06-28 01:03+0000\n "
19
19
"Last-Translator : qqfunc, 2024\n "
20
20
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1816,41 +1816,21 @@ msgid ""
1816
1816
"correct :attr:`!restype` attribute to use these functions."
1817
1817
msgstr ""
1818
1818
1819
- #: ../../library/ctypes.rst:1585
1820
- msgid ""
1821
- "Loading a library through any of these objects raises an auditing event "
1822
- "ctypes.dlopen with string argument name, the name used to load the library."
1823
- msgstr ""
1824
-
1825
- #: ../../library/ctypes.rst:1587
1819
+ #: ../../library/ctypes.rst:1585 ../../library/ctypes.rst:1587
1826
1820
msgid ""
1827
1821
"Loading a library through any of these objects raises an :ref:`auditing "
1828
1822
"event <auditing>` ``ctypes.dlopen`` with string argument ``name``, the name "
1829
1823
"used to load the library."
1830
1824
msgstr ""
1831
1825
1832
- #: ../../library/ctypes.rst:1591
1833
- msgid ""
1834
- "Accessing a function on a loaded library raises an auditing event ctypes."
1835
- "dlsym with arguments library (the library object) and name (the symbol's "
1836
- "name as a string or integer)."
1837
- msgstr ""
1838
-
1839
- #: ../../library/ctypes.rst:1593
1826
+ #: ../../library/ctypes.rst:1591 ../../library/ctypes.rst:1593
1840
1827
msgid ""
1841
1828
"Accessing a function on a loaded library raises an auditing event ``ctypes."
1842
1829
"dlsym`` with arguments ``library`` (the library object) and ``name`` (the "
1843
1830
"symbol's name as a string or integer)."
1844
1831
msgstr ""
1845
1832
1846
- #: ../../library/ctypes.rst:1597
1847
- msgid ""
1848
- "In cases when only the library handle is available rather than the object, "
1849
- "accessing a function raises an auditing event ctypes.dlsym/handle with "
1850
- "arguments handle (the raw library handle) and name."
1851
- msgstr ""
1852
-
1853
- #: ../../library/ctypes.rst:1599
1833
+ #: ../../library/ctypes.rst:1597 ../../library/ctypes.rst:1599
1854
1834
msgid ""
1855
1835
"In cases when only the library handle is available rather than the object, "
1856
1836
"accessing a function raises an auditing event ``ctypes.dlsym/handle`` with "
@@ -1993,16 +1973,7 @@ msgstr ""
1993
1973
"この例外は外部関数呼び出しが渡された引数を変換できなかったときに送出されま"
1994
1974
"す。"
1995
1975
1996
- #: ../../library/ctypes.rst:1688
1997
- msgid ""
1998
- "On Windows, when a foreign function call raises a system exception (for "
1999
- "example, due to an access violation), it will be captured and replaced with "
2000
- "a suitable Python exception. Further, an auditing event ctypes.set_exception "
2001
- "with argument code will be raised, allowing an audit hook to replace the "
2002
- "exception with its own."
2003
- msgstr ""
2004
-
2005
- #: ../../library/ctypes.rst:1690
1976
+ #: ../../library/ctypes.rst:1688 ../../library/ctypes.rst:1690
2006
1977
msgid ""
2007
1978
"On Windows, when a foreign function call raises a system exception (for "
2008
1979
"example, due to an access violation), it will be captured and replaced with "
@@ -2011,13 +1982,7 @@ msgid ""
2011
1982
"hook to replace the exception with its own."
2012
1983
msgstr ""
2013
1984
2014
- #: ../../library/ctypes.rst:1696
2015
- msgid ""
2016
- "Some ways to invoke foreign function calls may raise an auditing event "
2017
- "ctypes.call_function with arguments function pointer and arguments."
2018
- msgstr ""
2019
-
2020
- #: ../../library/ctypes.rst:1698
1985
+ #: ../../library/ctypes.rst:1696 ../../library/ctypes.rst:1698
2021
1986
msgid ""
2022
1987
"Some ways to invoke foreign function calls may raise an auditing event "
2023
1988
"``ctypes.call_function`` with arguments ``function pointer`` and "
@@ -2265,7 +2230,9 @@ msgstr ""
2265
2230
"スでなければなりません。"
2266
2231
2267
2232
#: ../../library/ctypes.rst:1891
2268
- msgid "Raises an auditing event ctypes.addressof with argument obj."
2233
+ msgid ""
2234
+ "Raises an :ref:`auditing event <auditing>` ``ctypes.addressof`` with "
2235
+ "argument ``obj``."
2269
2236
msgstr ""
2270
2237
2271
2238
#: ../../library/ctypes.rst:1896
@@ -2340,8 +2307,8 @@ msgstr ""
2340
2307
2341
2308
#: ../../library/ctypes.rst:1935
2342
2309
msgid ""
2343
- "Raises an auditing event ctypes.create_string_buffer with arguments init, "
2344
- "size."
2310
+ "Raises an :ref:` auditing event <auditing>` `` ctypes.create_string_buffer`` "
2311
+ "with arguments ``init``, `` size`` ."
2345
2312
msgstr ""
2346
2313
2347
2314
#: ../../library/ctypes.rst:1940
@@ -2375,8 +2342,8 @@ msgstr ""
2375
2342
2376
2343
#: ../../library/ctypes.rst:1952
2377
2344
msgid ""
2378
- "Raises an auditing event ctypes.create_unicode_buffer with arguments init, "
2379
- "size."
2345
+ "Raises an :ref:` auditing event <auditing>` `` ctypes.create_unicode_buffer`` "
2346
+ "with arguments ``init``, `` size`` ."
2380
2347
msgstr ""
2381
2348
2382
2349
#: ../../library/ctypes.rst:1957
@@ -2459,7 +2426,9 @@ msgstr ""
2459
2426
"す。"
2460
2427
2461
2428
#: ../../library/ctypes.rst:2010
2462
- msgid "Raises an auditing event ctypes.get_errno with no arguments."
2429
+ msgid ""
2430
+ "Raises an :ref:`auditing event <auditing>` ``ctypes.get_errno`` with no "
2431
+ "arguments."
2463
2432
msgstr ""
2464
2433
2465
2434
#: ../../library/ctypes.rst:2014
@@ -2469,7 +2438,9 @@ msgid ""
2469
2438
msgstr ""
2470
2439
2471
2440
#: ../../library/ctypes.rst:2017
2472
- msgid "Raises an auditing event ctypes.get_last_error with no arguments."
2441
+ msgid ""
2442
+ "Raises an :ref:`auditing event <auditing>` ``ctypes.get_last_error`` with no "
2443
+ "arguments."
2473
2444
msgstr ""
2474
2445
2475
2446
#: ../../library/ctypes.rst:2021
@@ -2534,7 +2505,9 @@ msgstr ""
2534
2505
"ピーの現在値を *value* に設定し、前の値を返します。"
2535
2506
2536
2507
#: ../../library/ctypes.rst:2062
2537
- msgid "Raises an auditing event ctypes.set_errno with argument errno."
2508
+ msgid ""
2509
+ "Raises an :ref:`auditing event <auditing>` ``ctypes.set_errno`` with "
2510
+ "argument ``errno``."
2538
2511
msgstr ""
2539
2512
2540
2513
#: ../../library/ctypes.rst:2067
@@ -2545,7 +2518,9 @@ msgid ""
2545
2518
msgstr ""
2546
2519
2547
2520
#: ../../library/ctypes.rst:2071
2548
- msgid "Raises an auditing event ctypes.set_last_error with argument error."
2521
+ msgid ""
2522
+ "Raises an :ref:`auditing event <auditing>` ``ctypes.set_last_error`` with "
2523
+ "argument ``error``."
2549
2524
msgstr ""
2550
2525
2551
2526
#: ../../library/ctypes.rst:2076
@@ -2563,7 +2538,9 @@ msgid ""
2563
2538
msgstr ""
2564
2539
2565
2540
#: ../../library/ctypes.rst:2086
2566
- msgid "Raises an auditing event ctypes.string_at with arguments ptr, size."
2541
+ msgid ""
2542
+ "Raises an :ref:`auditing event <auditing>` ``ctypes.string_at`` with "
2543
+ "arguments ``ptr``, ``size``."
2567
2544
msgstr ""
2568
2545
2569
2546
#: ../../library/ctypes.rst:2091
@@ -2589,7 +2566,9 @@ msgid ""
2589
2566
msgstr ""
2590
2567
2591
2568
#: ../../library/ctypes.rst:2109
2592
- msgid "Raises an auditing event ctypes.wstring_at with arguments ptr, size."
2569
+ msgid ""
2570
+ "Raises an :ref:`auditing event <auditing>` ``ctypes.wstring_at`` with "
2571
+ "arguments ``ptr``, ``size``."
2593
2572
msgstr ""
2594
2573
2595
2574
#: ../../library/ctypes.rst:2115
@@ -2636,8 +2615,8 @@ msgstr ""
2636
2615
2637
2616
#: ../../library/ctypes.rst:2138 ../../library/ctypes.rst:2148
2638
2617
msgid ""
2639
- "Raises an auditing event ctypes.cdata/buffer with arguments pointer, size, "
2640
- "offset."
2618
+ "Raises an :ref:` auditing event <auditing>` `` ctypes.cdata/buffer`` with "
2619
+ "arguments ``pointer``, ``size``, `` offset`` ."
2641
2620
msgstr ""
2642
2621
2643
2622
#: ../../library/ctypes.rst:2142
@@ -2661,13 +2640,7 @@ msgstr ""
2661
2640
"このメソッドは *address* で指定されたメモリを使って ctypes 型のインスタンスを"
2662
2641
"返します。 *address* は整数でなければなりません。"
2663
2642
2664
- #: ../../library/ctypes.rst:2155
2665
- msgid ""
2666
- "This method, and others that indirectly call this method, raises an auditing "
2667
- "event ctypes.cdata with argument address."
2668
- msgstr ""
2669
-
2670
- #: ../../library/ctypes.rst:2157
2643
+ #: ../../library/ctypes.rst:2155 ../../library/ctypes.rst:2157
2671
2644
msgid ""
2672
2645
"This method, and others that indirectly call this method, raises an :ref:"
2673
2646
"`auditing event <auditing>` ``ctypes.cdata`` with argument ``address``."
0 commit comments