@@ -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 : 2025-04-11 14:19+0000\n "
17
+ "POT-Creation-Date : 2025-04-25 14:19+0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
19
19
"Last-Translator : 石井明久, 2024\n "
20
20
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -648,7 +648,7 @@ msgstr "``L`` (:class:`int`) [long long]"
648
648
msgid "Convert a Python integer to a C :c:expr:`long long`."
649
649
msgstr "Python の整数を、 C の :c:expr:`long long` 型に変換します。"
650
650
651
- #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:642
651
+ #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:644
652
652
msgid "``K`` (:class:`int`) [unsigned long long]"
653
653
msgstr "``K`` (:class:`int`) [unsigned long long]"
654
654
@@ -660,7 +660,7 @@ msgstr ""
660
660
"PythonのintをC :c:expr:`unsigned long long` へオーバーフローの確認をせず変換"
661
661
"する"
662
662
663
- #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:645
663
+ #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:647
664
664
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
665
665
msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
666
666
@@ -684,7 +684,7 @@ msgstr ""
684
684
msgid "Allow :class:`bytearray` objects."
685
685
msgstr ":class:`bytearray` を受け付けるようになりました。"
686
686
687
- #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:652
687
+ #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:654
688
688
msgid "``C`` (:class:`str` of length 1) [int]"
689
689
msgstr "``C`` (長さ 1 の :class:`str`) [int]"
690
690
@@ -696,15 +696,15 @@ msgstr ""
696
696
"長さ 1 の :class:`str` オブジェクトとして表現されている Python キャラクタを "
697
697
"C の :c:expr:`int` 型に変換します。"
698
698
699
- #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:659
699
+ #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:661
700
700
msgid "``f`` (:class:`float`) [float]"
701
701
msgstr "``f`` (:class:`float`) [float]"
702
702
703
703
#: ../../c-api/arg.rst:295
704
704
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
705
705
msgstr ""
706
706
707
- #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:656
707
+ #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:658
708
708
msgid "``d`` (:class:`float`) [double]"
709
709
msgstr "``d`` (:class:`float`) [double]"
710
710
@@ -724,7 +724,7 @@ msgstr "Python の複素数型を、 C の :c:type:`Py_complex` 構造体に変
724
724
msgid "Other objects"
725
725
msgstr "その他のオブジェクト"
726
726
727
- #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:665
727
+ #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:667
728
728
msgid "``O`` (object) [PyObject \\ *]"
729
729
msgstr "``O`` (object) [PyObject \\ *]"
730
730
@@ -827,7 +827,7 @@ msgstr ""
827
827
"Pythonが値の真偽をどのように判定するかを知りたければ、 :ref:`truth` を参照し"
828
828
"てください。"
829
829
830
- #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:689
830
+ #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:691
831
831
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
832
832
msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
833
833
@@ -1319,51 +1319,51 @@ msgstr ""
1319
1319
msgid "Convert a C :c:expr:`long long` to a Python integer object."
1320
1320
msgstr "C の :c:expr:`long long` を Python の整数オブジェクトに変換します。"
1321
1321
1322
- #: ../../c-api/arg.rst:643
1322
+ #: ../../c-api/arg.rst:645
1323
1323
msgid "Convert a C :c:expr:`unsigned long long` to a Python integer object."
1324
1324
msgstr "C :c:expr:`unsigned long long` をPythonのintオブジェクトへ変換する。"
1325
1325
1326
- #: ../../c-api/arg.rst:646
1326
+ #: ../../c-api/arg.rst:648
1327
1327
msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
1328
1328
msgstr "C の :c:type:`Py_ssize_t` を Python の整数オブジェクトに変換します。"
1329
1329
1330
- #: ../../c-api/arg.rst:648
1330
+ #: ../../c-api/arg.rst:650
1331
1331
msgid "``c`` (:class:`bytes` of length 1) [char]"
1332
1332
msgstr "``c`` (長さが 1 の :class:`bytes`) [char]"
1333
1333
1334
- #: ../../c-api/arg.rst:649
1334
+ #: ../../c-api/arg.rst:651
1335
1335
msgid ""
1336
1336
"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
1337
1337
"object of length 1."
1338
1338
msgstr ""
1339
1339
"バイトを表す通常の C の :c:expr:`int` を、長さ 1 の Python の :class:`bytes` "
1340
1340
"オブジェクトに変換します。"
1341
1341
1342
- #: ../../c-api/arg.rst:653
1342
+ #: ../../c-api/arg.rst:655
1343
1343
msgid ""
1344
1344
"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
1345
1345
"object of length 1."
1346
1346
msgstr ""
1347
1347
"文字を表す通常の C の :c:expr:`int` を、長さ 1 の Python の :class:`str` オブ"
1348
1348
"ジェクトに変換します。"
1349
1349
1350
- #: ../../c-api/arg.rst:657
1350
+ #: ../../c-api/arg.rst:659
1351
1351
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
1352
1352
msgstr ""
1353
1353
1354
- #: ../../c-api/arg.rst:660
1354
+ #: ../../c-api/arg.rst:662
1355
1355
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
1356
1356
msgstr ""
1357
1357
1358
- #: ../../c-api/arg.rst:662
1358
+ #: ../../c-api/arg.rst:664
1359
1359
msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
1360
1360
msgstr "``D`` (:class:`complex`) [Py_complex \\ *]"
1361
1361
1362
- #: ../../c-api/arg.rst:663
1362
+ #: ../../c-api/arg.rst:665
1363
1363
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
1364
1364
msgstr "C の :c:type:`Py_complex` 構造体を Python の複素数型に変換します。"
1365
1365
1366
- #: ../../c-api/arg.rst:666
1366
+ #: ../../c-api/arg.rst:668
1367
1367
msgid ""
1368
1368
"Pass a Python object untouched but create a new :term:`strong reference` to "
1369
1369
"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1373,30 +1373,30 @@ msgid ""
1373
1373
"no exception has been raised yet, :exc:`SystemError` is set."
1374
1374
msgstr ""
1375
1375
1376
- #: ../../c-api/arg.rst:675
1376
+ #: ../../c-api/arg.rst:677
1377
1377
msgid "``S`` (object) [PyObject \\ *]"
1378
1378
msgstr "``S`` (object) [PyObject \\ *]"
1379
1379
1380
- #: ../../c-api/arg.rst:676
1380
+ #: ../../c-api/arg.rst:678
1381
1381
msgid "Same as ``O``."
1382
1382
msgstr "``O`` と同じです。"
1383
1383
1384
- #: ../../c-api/arg.rst:678
1384
+ #: ../../c-api/arg.rst:680
1385
1385
msgid "``N`` (object) [PyObject \\ *]"
1386
1386
msgstr "``N`` (object) [PyObject \\ *]"
1387
1387
1388
- #: ../../c-api/arg.rst:679
1388
+ #: ../../c-api/arg.rst:681
1389
1389
msgid ""
1390
1390
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
1391
1391
"Useful when the object is created by a call to an object constructor in the "
1392
1392
"argument list."
1393
1393
msgstr ""
1394
1394
1395
- #: ../../c-api/arg.rst:683
1395
+ #: ../../c-api/arg.rst:685
1396
1396
msgid "``O&`` (object) [*converter*, *anything*]"
1397
1397
msgstr "``O&`` (object) [*converter*, *anything*]"
1398
1398
1399
- #: ../../c-api/arg.rst:684
1399
+ #: ../../c-api/arg.rst:686
1400
1400
msgid ""
1401
1401
"Convert *anything* to a Python object through a *converter* function. The "
1402
1402
"function is called with *anything* (which should be compatible with :c:expr:"
@@ -1408,27 +1408,27 @@ msgstr ""
1408
1408
"て呼び出され、\" 新たな\" オブジェクトを返すか、失敗した場合には ``NULL`` を返"
1409
1409
"すようにしなければなりません。"
1410
1410
1411
- #: ../../c-api/arg.rst:690
1411
+ #: ../../c-api/arg.rst:692
1412
1412
msgid ""
1413
1413
"Convert a sequence of C values to a Python tuple with the same number of "
1414
1414
"items."
1415
1415
msgstr "C の値からなる配列を、同じ要素数を持つ Python のタプルに変換します。"
1416
1416
1417
- #: ../../c-api/arg.rst:692
1417
+ #: ../../c-api/arg.rst:694
1418
1418
msgid "``[items]`` (:class:`list`) [*matching-items*]"
1419
1419
msgstr "``[items]`` (:class:`list`) [*matching-items*]"
1420
1420
1421
- #: ../../c-api/arg.rst:693
1421
+ #: ../../c-api/arg.rst:695
1422
1422
msgid ""
1423
1423
"Convert a sequence of C values to a Python list with the same number of "
1424
1424
"items."
1425
1425
msgstr "C の値からなる配列を、同じ要素数を持つ Python のリストに変換します。"
1426
1426
1427
- #: ../../c-api/arg.rst:695
1427
+ #: ../../c-api/arg.rst:697
1428
1428
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1429
1429
msgstr "``{items}`` (:class:`dict`) [*matching-items*]"
1430
1430
1431
- #: ../../c-api/arg.rst:696
1431
+ #: ../../c-api/arg.rst:698
1432
1432
msgid ""
1433
1433
"Convert a sequence of C values to a Python dictionary. Each pair of "
1434
1434
"consecutive C values adds one item to the dictionary, serving as key and "
@@ -1437,15 +1437,15 @@ msgstr ""
1437
1437
"C の値からなる配列を Python の辞書に変換します。一連のペアからなる C の値が、"
1438
1438
"それぞれキーおよび値となって辞書に追加されます。"
1439
1439
1440
- #: ../../c-api/arg.rst:700
1440
+ #: ../../c-api/arg.rst:702
1441
1441
msgid ""
1442
1442
"If there is an error in the format string, the :exc:`SystemError` exception "
1443
1443
"is set and ``NULL`` returned."
1444
1444
msgstr ""
1445
1445
"書式文字列に関するエラーが生じると、 :exc:`SystemError` 例外をセットして "
1446
1446
"``NULL`` を返します。"
1447
1447
1448
- #: ../../c-api/arg.rst:705
1448
+ #: ../../c-api/arg.rst:707
1449
1449
msgid ""
1450
1450
"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
1451
1451
"rather than a variable number of arguments."
0 commit comments