Skip to content

Commit 4e00d72

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 5fe74a7 commit 4e00d72

31 files changed

+15973
-15779
lines changed

c-api/abstract.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
15+
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Taichi Haradaguchi, 2024\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/arg.po

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
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 ""
685685
msgid "Allow :class:`bytearray` objects."
686686
msgstr ":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
689689
msgid "``C`` (:class:`str` of length 1) [int]"
690690
msgstr "``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
701701
msgid "``f`` (:class:`float`) [float]"
702702
msgstr "``f`` (:class:`float`) [float]"
703703

704704
#: ../../c-api/arg.rst:305
705705
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
706706
msgstr ""
707707

708-
#: ../../c-api/arg.rst:307 ../../c-api/arg.rst:698
708+
#: ../../c-api/arg.rst:307 ../../c-api/arg.rst:699
709709
msgid "``d`` (:class:`float`) [double]"
710710
msgstr "``d`` (:class:`float`) [double]"
711711

@@ -725,7 +725,7 @@ msgstr "Python の複素数型を、 C の :c:type:`Py_complex` 構造体に変
725725
msgid "Other objects"
726726
msgstr "その他のオブジェクト"
727727

728-
#: ../../c-api/arg.rst:316 ../../c-api/arg.rst:707
728+
#: ../../c-api/arg.rst:316 ../../c-api/arg.rst:708
729729
msgid "``O`` (object) [PyObject \\*]"
730730
msgstr "``O`` (object) [PyObject \\*]"
731731

@@ -1360,48 +1360,46 @@ msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
13601360
msgstr "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."
13661364
msgstr ""
13671365

1368-
#: ../../c-api/arg.rst:690
1366+
#: ../../c-api/arg.rst:691
13691367
msgid "``c`` (:class:`bytes` of length 1) [char]"
13701368
msgstr "``c`` (長さが 1 の :class:`bytes`) [char]"
13711369

1372-
#: ../../c-api/arg.rst:691
1370+
#: ../../c-api/arg.rst:692
13731371
msgid ""
13741372
"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
13751373
"object of length 1."
13761374
msgstr ""
13771375
"バイトを表す通常の C の :c:expr:`int` を、長さ 1 の Python の :class:`bytes` "
13781376
"オブジェクトに変換します。"
13791377

1380-
#: ../../c-api/arg.rst:695
1378+
#: ../../c-api/arg.rst:696
13811379
msgid ""
13821380
"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
13831381
"object of length 1."
13841382
msgstr ""
13851383
"文字を表す通常の C の :c:expr:`int` を、長さ 1 の Python の :class:`str` オブ"
13861384
"ジェクトに変換します。"
13871385

1388-
#: ../../c-api/arg.rst:699
1386+
#: ../../c-api/arg.rst:700
13891387
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
13901388
msgstr ""
13911389

1392-
#: ../../c-api/arg.rst:702
1390+
#: ../../c-api/arg.rst:703
13931391
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
13941392
msgstr ""
13951393

1396-
#: ../../c-api/arg.rst:704
1394+
#: ../../c-api/arg.rst:705
13971395
msgid "``D`` (:class:`complex`) [Py_complex \\*]"
13981396
msgstr "``D`` (:class:`complex`) [Py_complex \\*]"
13991397

1400-
#: ../../c-api/arg.rst:705
1398+
#: ../../c-api/arg.rst:706
14011399
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
14021400
msgstr "C の :c:type:`Py_complex` 構造体を Python の複素数型に変換します。"
14031401

1404-
#: ../../c-api/arg.rst:708
1402+
#: ../../c-api/arg.rst:709
14051403
msgid ""
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."
14121410
msgstr ""
14131411

1414-
#: ../../c-api/arg.rst:717
1412+
#: ../../c-api/arg.rst:718
14151413
msgid "``S`` (object) [PyObject \\*]"
14161414
msgstr "``S`` (object) [PyObject \\*]"
14171415

1418-
#: ../../c-api/arg.rst:718
1416+
#: ../../c-api/arg.rst:719
14191417
msgid "Same as ``O``."
14201418
msgstr "``O`` と同じです。"
14211419

1422-
#: ../../c-api/arg.rst:720
1420+
#: ../../c-api/arg.rst:721
14231421
msgid "``N`` (object) [PyObject \\*]"
14241422
msgstr "``N`` (object) [PyObject \\*]"
14251423

1426-
#: ../../c-api/arg.rst:721
1424+
#: ../../c-api/arg.rst:722
14271425
msgid ""
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."
14311429
msgstr ""
14321430

1433-
#: ../../c-api/arg.rst:725
1431+
#: ../../c-api/arg.rst:726
14341432
msgid "``O&`` (object) [*converter*, *anything*]"
14351433
msgstr "``O&`` (object) [*converter*, *anything*]"
14361434

1437-
#: ../../c-api/arg.rst:726
1435+
#: ../../c-api/arg.rst:727
14381436
msgid ""
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
14501448
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
14511449
msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
14521450

1453-
#: ../../c-api/arg.rst:732
1451+
#: ../../c-api/arg.rst:733
14541452
msgid ""
14551453
"Convert a sequence of C values to a Python tuple with the same number of "
14561454
"items."
14571455
msgstr "C の値からなる配列を、同じ要素数を持つ Python のタプルに変換します。"
14581456

1459-
#: ../../c-api/arg.rst:734
1457+
#: ../../c-api/arg.rst:735
14601458
msgid "``[items]`` (:class:`list`) [*matching-items*]"
14611459
msgstr "``[items]`` (:class:`list`) [*matching-items*]"
14621460

1463-
#: ../../c-api/arg.rst:735
1461+
#: ../../c-api/arg.rst:736
14641462
msgid ""
14651463
"Convert a sequence of C values to a Python list with the same number of "
14661464
"items."
14671465
msgstr "C の値からなる配列を、同じ要素数を持つ Python のリストに変換します。"
14681466

1469-
#: ../../c-api/arg.rst:737
1467+
#: ../../c-api/arg.rst:738
14701468
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
14711469
msgstr "``{items}`` (:class:`dict`) [*matching-items*]"
14721470

1473-
#: ../../c-api/arg.rst:738
1471+
#: ../../c-api/arg.rst:739
14741472
msgid ""
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
14831481
msgid ""
14841482
"If there is an error in the format string, the :exc:`SystemError` exception "
14851483
"is set and ``NULL`` returned."
14861484
msgstr ""
14871485
"書式文字列に関するエラーが生じると、 :exc:`SystemError` 例外をセットして "
14881486
"``NULL`` を返します。"
14891487

1490-
#: ../../c-api/arg.rst:747
1488+
#: ../../c-api/arg.rst:748
14911489
msgid ""
14921490
"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
14931491
"rather than a variable number of arguments."

c-api/cell.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
15+
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: tomo, 2024\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)