@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.14\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2025-05-23 14:20+0000\n "
17+ "POT-Creation-Date : 2025-06-06 14:20+0000\n "
1818"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1919"Last-Translator : Taichi Haradaguchi, 2025\n "
2020"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -685,7 +685,7 @@ msgstr ""
685685msgid "Allow :class:`bytearray` objects."
686686msgstr ":class:`bytearray` を受け付けるようになりました。"
687687
688- #: ../../c-api/arg.rst:300 ../../c-api/arg.rst:694
688+ #: ../../c-api/arg.rst:300 ../../c-api/arg.rst:695
689689msgid "``C`` (:class:`str` of length 1) [int]"
690690msgstr "``C`` (長さ 1 の :class:`str`) [int]"
691691
@@ -697,15 +697,15 @@ msgstr ""
697697"長さ 1 の :class:`str` オブジェクトとして表現されている Python キャラクタを "
698698"C の :c:expr:`int` 型に変換します。"
699699
700- #: ../../c-api/arg.rst:304 ../../c-api/arg.rst:701
700+ #: ../../c-api/arg.rst:304 ../../c-api/arg.rst:702
701701msgid "``f`` (:class:`float`) [float]"
702702msgstr "``f`` (:class:`float`) [float]"
703703
704704#: ../../c-api/arg.rst:305
705705msgid "Convert a Python floating-point number to a C :c:expr:`float`."
706706msgstr ""
707707
708- #: ../../c-api/arg.rst:307 ../../c-api/arg.rst:698
708+ #: ../../c-api/arg.rst:307 ../../c-api/arg.rst:699
709709msgid "``d`` (:class:`float`) [double]"
710710msgstr "``d`` (:class:`float`) [double]"
711711
@@ -725,7 +725,7 @@ msgstr "Python の複素数型を、 C の :c:type:`Py_complex` 構造体に変
725725msgid "Other objects"
726726msgstr "その他のオブジェクト"
727727
728- #: ../../c-api/arg.rst:316 ../../c-api/arg.rst:707
728+ #: ../../c-api/arg.rst:316 ../../c-api/arg.rst:708
729729msgid "``O`` (object) [PyObject \\ *]"
730730msgstr "``O`` (object) [PyObject \\ *]"
731731
@@ -1360,48 +1360,46 @@ msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
13601360msgstr "C の :c:type:`Py_ssize_t` を Python の整数オブジェクトに変換します。"
13611361
13621362#: ../../c-api/arg.rst:687
1363- msgid ""
1364- "Convert a C :c:expr:`int` to a Python :class:`bool` object. .. "
1365- "versionadded:: 3.14"
1363+ msgid "Convert a C :c:expr:`int` to a Python :class:`bool` object."
13661364msgstr ""
13671365
1368- #: ../../c-api/arg.rst:690
1366+ #: ../../c-api/arg.rst:691
13691367msgid "``c`` (:class:`bytes` of length 1) [char]"
13701368msgstr "``c`` (長さが 1 の :class:`bytes`) [char]"
13711369
1372- #: ../../c-api/arg.rst:691
1370+ #: ../../c-api/arg.rst:692
13731371msgid ""
13741372"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
13751373"object of length 1."
13761374msgstr ""
13771375"バイトを表す通常の C の :c:expr:`int` を、長さ 1 の Python の :class:`bytes` "
13781376"オブジェクトに変換します。"
13791377
1380- #: ../../c-api/arg.rst:695
1378+ #: ../../c-api/arg.rst:696
13811379msgid ""
13821380"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
13831381"object of length 1."
13841382msgstr ""
13851383"文字を表す通常の C の :c:expr:`int` を、長さ 1 の Python の :class:`str` オブ"
13861384"ジェクトに変換します。"
13871385
1388- #: ../../c-api/arg.rst:699
1386+ #: ../../c-api/arg.rst:700
13891387msgid "Convert a C :c:expr:`double` to a Python floating-point number."
13901388msgstr ""
13911389
1392- #: ../../c-api/arg.rst:702
1390+ #: ../../c-api/arg.rst:703
13931391msgid "Convert a C :c:expr:`float` to a Python floating-point number."
13941392msgstr ""
13951393
1396- #: ../../c-api/arg.rst:704
1394+ #: ../../c-api/arg.rst:705
13971395msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
13981396msgstr "``D`` (:class:`complex`) [Py_complex \\ *]"
13991397
1400- #: ../../c-api/arg.rst:705
1398+ #: ../../c-api/arg.rst:706
14011399msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
14021400msgstr "C の :c:type:`Py_complex` 構造体を Python の複素数型に変換します。"
14031401
1404- #: ../../c-api/arg.rst:708
1402+ #: ../../c-api/arg.rst:709
14051403msgid ""
14061404"Pass a Python object untouched but create a new :term:`strong reference` to "
14071405"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1411,30 +1409,30 @@ msgid ""
14111409"no exception has been raised yet, :exc:`SystemError` is set."
14121410msgstr ""
14131411
1414- #: ../../c-api/arg.rst:717
1412+ #: ../../c-api/arg.rst:718
14151413msgid "``S`` (object) [PyObject \\ *]"
14161414msgstr "``S`` (object) [PyObject \\ *]"
14171415
1418- #: ../../c-api/arg.rst:718
1416+ #: ../../c-api/arg.rst:719
14191417msgid "Same as ``O``."
14201418msgstr "``O`` と同じです。"
14211419
1422- #: ../../c-api/arg.rst:720
1420+ #: ../../c-api/arg.rst:721
14231421msgid "``N`` (object) [PyObject \\ *]"
14241422msgstr "``N`` (object) [PyObject \\ *]"
14251423
1426- #: ../../c-api/arg.rst:721
1424+ #: ../../c-api/arg.rst:722
14271425msgid ""
14281426"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
14291427"Useful when the object is created by a call to an object constructor in the "
14301428"argument list."
14311429msgstr ""
14321430
1433- #: ../../c-api/arg.rst:725
1431+ #: ../../c-api/arg.rst:726
14341432msgid "``O&`` (object) [*converter*, *anything*]"
14351433msgstr "``O&`` (object) [*converter*, *anything*]"
14361434
1437- #: ../../c-api/arg.rst:726
1435+ #: ../../c-api/arg.rst:727
14381436msgid ""
14391437"Convert *anything* to a Python object through a *converter* function. The "
14401438"function is called with *anything* (which should be compatible with :c:expr:"
@@ -1446,31 +1444,31 @@ msgstr ""
14461444"て呼び出され、\" 新たな\" オブジェクトを返すか、失敗した場合には ``NULL`` を返"
14471445"すようにしなければなりません。"
14481446
1449- #: ../../c-api/arg.rst:731
1447+ #: ../../c-api/arg.rst:732
14501448msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
14511449msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
14521450
1453- #: ../../c-api/arg.rst:732
1451+ #: ../../c-api/arg.rst:733
14541452msgid ""
14551453"Convert a sequence of C values to a Python tuple with the same number of "
14561454"items."
14571455msgstr "C の値からなる配列を、同じ要素数を持つ Python のタプルに変換します。"
14581456
1459- #: ../../c-api/arg.rst:734
1457+ #: ../../c-api/arg.rst:735
14601458msgid "``[items]`` (:class:`list`) [*matching-items*]"
14611459msgstr "``[items]`` (:class:`list`) [*matching-items*]"
14621460
1463- #: ../../c-api/arg.rst:735
1461+ #: ../../c-api/arg.rst:736
14641462msgid ""
14651463"Convert a sequence of C values to a Python list with the same number of "
14661464"items."
14671465msgstr "C の値からなる配列を、同じ要素数を持つ Python のリストに変換します。"
14681466
1469- #: ../../c-api/arg.rst:737
1467+ #: ../../c-api/arg.rst:738
14701468msgid "``{items}`` (:class:`dict`) [*matching-items*]"
14711469msgstr "``{items}`` (:class:`dict`) [*matching-items*]"
14721470
1473- #: ../../c-api/arg.rst:738
1471+ #: ../../c-api/arg.rst:739
14741472msgid ""
14751473"Convert a sequence of C values to a Python dictionary. Each pair of "
14761474"consecutive C values adds one item to the dictionary, serving as key and "
@@ -1479,15 +1477,15 @@ msgstr ""
14791477"C の値からなる配列を Python の辞書に変換します。一連のペアからなる C の値が、"
14801478"それぞれキーおよび値となって辞書に追加されます。"
14811479
1482- #: ../../c-api/arg.rst:742
1480+ #: ../../c-api/arg.rst:743
14831481msgid ""
14841482"If there is an error in the format string, the :exc:`SystemError` exception "
14851483"is set and ``NULL`` returned."
14861484msgstr ""
14871485"書式文字列に関するエラーが生じると、 :exc:`SystemError` 例外をセットして "
14881486"``NULL`` を返します。"
14891487
1490- #: ../../c-api/arg.rst:747
1488+ #: ../../c-api/arg.rst:748
14911489msgid ""
14921490"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
14931491"rather than a variable number of arguments."
0 commit comments