Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fe564e

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 24e356f commit 7fe564e

File tree

7 files changed

+270
-52
lines changed

7 files changed

+270
-52
lines changed

library/ctypes.po

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Takanori Suzuki <[email protected]>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1516
"PO-Revision-Date: 2020-05-30 11:59+0000\n"
16-
"Last-Translator: tomo, 2020\n"
17+
"Last-Translator: Takanori Suzuki <[email protected]>, 2021\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1645,7 +1646,7 @@ msgstr ""
16451646

16461647
#: ../../library/ctypes.rst:1417
16471648
msgid "Added *winmode* parameter."
1648-
msgstr ""
1649+
msgstr "*winmode* 引数が追加されました。"
16491650

16501651
#: ../../library/ctypes.rst:1424
16511652
msgid ""
@@ -1770,7 +1771,7 @@ msgstr ""
17701771
msgid ""
17711772
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlopen`` with argument "
17721773
"``name``."
1773-
msgstr ""
1774+
msgstr "引数 ``name`` を指定して :ref:`監査イベント <auditing>` ``ctypes.dlopen`` を送出します。"
17741775

17751776
#: ../../library/ctypes.rst:1527
17761777
msgid ""
@@ -1784,6 +1785,8 @@ msgid ""
17841785
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym`` with arguments "
17851786
"``library``, ``name``."
17861787
msgstr ""
1788+
"引数 ``library``, ``name`` を指定して :ref:`監査イベント <auditing>` ``ctypes.dlsym`` "
1789+
"を送出します。"
17871790

17881791
#: ../../library/ctypes.rst:1533
17891792
msgid ""
@@ -1797,6 +1800,8 @@ msgid ""
17971800
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym/handle`` with "
17981801
"arguments ``handle``, ``name``."
17991802
msgstr ""
1803+
"引数 ``handle``, ``name`` を指定して :ref:`監査イベント <auditing>` "
1804+
"``ctypes.dlsym/handle`` を送出します。"
18001805

18011806
#: ../../library/ctypes.rst:1539
18021807
msgid ""
@@ -1942,6 +1947,7 @@ msgid ""
19421947
"Raises an :ref:`auditing event <auditing>` ``ctypes.seh_exception`` with "
19431948
"argument ``code``."
19441949
msgstr ""
1950+
"引数 ``code`` を指定して :ref:`監査イベント <auditing>` ``ctypes.seh_exception`` を送出します。 "
19451951

19461952
#: ../../library/ctypes.rst:1630
19471953
msgid ""
@@ -1957,6 +1963,8 @@ msgid ""
19571963
"Raises an :ref:`auditing event <auditing>` ``ctypes.call_function`` with "
19581964
"arguments ``func_pointer``, ``arguments``."
19591965
msgstr ""
1966+
"引数 ``func_pointer``, ``arguments`` を指定して :ref:`監査イベント <auditing>` "
1967+
"``ctypes.call_function`` を送出します。 "
19601968

19611969
#: ../../library/ctypes.rst:1638
19621970
msgid ""
@@ -2196,6 +2204,7 @@ msgid ""
21962204
"Raises an :ref:`auditing event <auditing>` ``ctypes.addressof`` with "
21972205
"argument ``obj``."
21982206
msgstr ""
2207+
"引数 ``obj`` を指定して :ref:`監査イベント <auditing>` ``ctypes.addressof`` を送出します。 "
21992208

22002209
#: ../../library/ctypes.rst:1837
22012210
msgid ""
@@ -2265,6 +2274,8 @@ msgid ""
22652274
"Raises an :ref:`auditing event <auditing>` ``ctypes.create_string_buffer`` "
22662275
"with arguments ``init``, ``size``."
22672276
msgstr ""
2277+
"引数 ``init``, ``size`` を指定して :ref:`監査イベント <auditing>` "
2278+
"``ctypes.create_string_buffer`` を送出します。 "
22682279

22692280
#: ../../library/ctypes.rst:1881
22702281
msgid ""
@@ -2295,6 +2306,8 @@ msgid ""
22952306
"Raises an :ref:`auditing event <auditing>` ``ctypes.create_unicode_buffer`` "
22962307
"with arguments ``init``, ``size``."
22972308
msgstr ""
2309+
"引数 ``init``, ``size`` を指定して :ref:`監査イベント <auditing>` "
2310+
"``ctypes.create_unicode_buffer`` を送出します。 "
22982311

22992312
#: ../../library/ctypes.rst:1898
23002313
msgid ""
@@ -2371,7 +2384,7 @@ msgstr "システムの :data:`errno` 変数の、スレッドローカルなプ
23712384
msgid ""
23722385
"Raises an :ref:`auditing event <auditing>` ``ctypes.get_errno`` with no "
23732386
"arguments."
2374-
msgstr ""
2387+
msgstr "引数無しで :ref:`監査イベント <auditing>` ``ctypes.get_errno`` を送出します。 "
23752388

23762389
#: ../../library/ctypes.rst:1955
23772390
msgid ""
@@ -2383,7 +2396,7 @@ msgstr "Windows 用: システムの :data:`LastError` 変数の、スレッド
23832396
msgid ""
23842397
"Raises an :ref:`auditing event <auditing>` ``ctypes.get_last_error`` with no"
23852398
" arguments."
2386-
msgstr ""
2399+
msgstr "引数無しで :ref:`監査イベント <auditing>` ``ctypes.get_last_error`` を送出します。 "
23872400

23882401
#: ../../library/ctypes.rst:1962
23892402
msgid ""
@@ -2449,6 +2462,7 @@ msgid ""
24492462
"Raises an :ref:`auditing event <auditing>` ``ctypes.set_errno`` with "
24502463
"argument ``errno``."
24512464
msgstr ""
2465+
"引数 ``errno`` を指定して :ref:`監査イベント <auditing>` ``ctypes.set_errno`` を送出します。 "
24522466

24532467
#: ../../library/ctypes.rst:2008
24542468
msgid ""
@@ -2464,6 +2478,8 @@ msgid ""
24642478
"Raises an :ref:`auditing event <auditing>` ``ctypes.set_last_error`` with "
24652479
"argument ``error``."
24662480
msgstr ""
2481+
"引数 ``error`` を指定して :ref:`監査イベント <auditing>` ``ctypes.set_last_error`` "
2482+
"を送出します。 "
24672483

24682484
#: ../../library/ctypes.rst:2017
24692485
msgid ""
@@ -2485,6 +2501,8 @@ msgid ""
24852501
"Raises an :ref:`auditing event <auditing>` ``ctypes.string_at`` with "
24862502
"arguments ``address``, ``size``."
24872503
msgstr ""
2504+
"引数 ``address``, ``size`` を指定して :ref:`監査イベント <auditing>` ``ctypes.string_at``"
2505+
" を送出します。 "
24882506

24892507
#: ../../library/ctypes.rst:2032
24902508
msgid ""
@@ -2517,6 +2535,8 @@ msgid ""
25172535
"Raises an :ref:`auditing event <auditing>` ``ctypes.wstring_at`` with "
25182536
"arguments ``address``, ``size``."
25192537
msgstr ""
2538+
"引数 ``address``, ``size`` を指定して :ref:`監査イベント <auditing>` "
2539+
"``ctypes.wstring_at`` を送出します。 "
25202540

25212541
#: ../../library/ctypes.rst:2055
25222542
msgid "Data types"
@@ -2562,6 +2582,8 @@ msgid ""
25622582
"Raises an :ref:`auditing event <auditing>` ``ctypes.cdata/buffer`` with "
25632583
"arguments ``pointer``, ``size``, ``offset``."
25642584
msgstr ""
2585+
"引数 ``pointer``, ``size``, ``offset`` を指定して :ref:`監査イベント <auditing>` "
2586+
"``ctypes.cdata/buffer`` を送出します。 "
25652587

25662588
#: ../../library/ctypes.rst:2082
25672589
msgid ""
@@ -2587,6 +2609,7 @@ msgid ""
25872609
"Raises an :ref:`auditing event <auditing>` ``ctypes.cdata`` with argument "
25882610
"``address``."
25892611
msgstr ""
2612+
"引数 ``address`` を指定して :ref:`監査イベント <auditing>` ``ctypes.cdata`` を送出します。 "
25902613

25912614
#: ../../library/ctypes.rst:2097
25922615
msgid ""

0 commit comments

Comments
 (0)