Skip to content

Commit 88c25a8

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 2d9f2ac commit 88c25a8

28 files changed

+1781
-1744
lines changed

‎c-api/call.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.13\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
19+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2121
"Last-Translator: Taichi Haradaguchi, 2024\n"
2222
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/capsule.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# 石井 明久, 2024
7+
# qqfunc, 2024
88
# Arihiro TAKASE, 2024
99
# tomo, 2024
1010
#
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
16+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: tomo, 2024\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/cell.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
15+
"POT-Creation-Date: 2024-07-05 14:16+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/"

‎c-api/code.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# 秘湯 <xwhhsprings@gmail.com>, 2024
8-
# 石井 明久, 2024
8+
# qqfunc, 2024
99
# tomo, 2024
1010
# Taichi Haradaguchi, 2024
1111
#
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
17+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1919
"Last-Translator: Taichi Haradaguchi, 2024\n"
2020
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/codec.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# 石井 明久, 2024
7+
# qqfunc, 2024
88
# tomo, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
15+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: tomo, 2024\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/long.po

+36-26
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-06-20 06:40+0000\n"
17+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1919
"Last-Translator: tomo, 2024\n"
2020
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -504,70 +504,70 @@ msgstr ""
504504
msgid ""
505505
"Passing zero to *n_bytes* will return the size of a buffer that would be "
506506
"large enough to hold the value. This may be larger than technically "
507-
"necessary, but not unreasonably so."
507+
"necessary, but not unreasonably so. If *n_bytes=0*, *buffer* may be ``NULL``."
508508
msgstr ""
509509

510-
#: ../../c-api/long.rst:412
510+
#: ../../c-api/long.rst:413
511511
msgid ""
512512
"Passing *n_bytes=0* to this function is not an accurate way to determine the "
513-
"bit length of a value."
513+
"bit length of the value."
514514
msgstr ""
515515

516-
#: ../../c-api/long.rst:415
517-
msgid "If *n_bytes=0*, *buffer* may be ``NULL``."
518-
msgstr ""
519-
520-
#: ../../c-api/long.rst:417
516+
#: ../../c-api/long.rst:416
521517
msgid ""
522518
"To get at the entire Python value of an unknown size, the function can be "
523519
"called twice: first to determine the buffer size, then to fill it::"
524520
msgstr ""
525521

526-
#: ../../c-api/long.rst:448
522+
#: ../../c-api/long.rst:447
527523
msgid ""
528524
"*flags* is either ``-1`` (``Py_ASNATIVEBYTES_DEFAULTS``) to select defaults "
529525
"that behave most like a C cast, or a combintation of the other flags in the "
530526
"table below. Note that ``-1`` cannot be combined with other flags."
531527
msgstr ""
532528

533-
#: ../../c-api/long.rst:453
529+
#: ../../c-api/long.rst:452
534530
msgid ""
535531
"Currently, ``-1`` corresponds to ``Py_ASNATIVEBYTES_NATIVE_ENDIAN | "
536532
"Py_ASNATIVEBYTES_UNSIGNED_BUFFER``."
537533
msgstr ""
538534

539-
#: ../../c-api/long.rst:457
535+
#: ../../c-api/long.rst:456
540536
msgid "Flag"
541537
msgstr "Flag"
542538

543-
#: ../../c-api/long.rst:457
539+
#: ../../c-api/long.rst:456
544540
msgid "Value"
545541
msgstr "値"
546542

547-
#: ../../c-api/long.rst:459
543+
#: ../../c-api/long.rst:458
548544
msgid "``-1``"
549545
msgstr ""
550546

551-
#: ../../c-api/long.rst:460
547+
#: ../../c-api/long.rst:459
552548
msgid "``0``"
553549
msgstr "``0``"
554550

555-
#: ../../c-api/long.rst:461
551+
#: ../../c-api/long.rst:460
556552
msgid "``1``"
557553
msgstr "``1``"
558554

559-
#: ../../c-api/long.rst:462
555+
#: ../../c-api/long.rst:461
560556
msgid "``3``"
561557
msgstr "``3``"
562558

563-
#: ../../c-api/long.rst:463
559+
#: ../../c-api/long.rst:462
564560
msgid "``4``"
565561
msgstr "``4``"
566562

567-
#: ../../c-api/long.rst:464
563+
#: ../../c-api/long.rst:463
568564
msgid "``8``"
569565
msgstr "``8``"
570566

567+
#: ../../c-api/long.rst:464
568+
msgid "``16``"
569+
msgstr ""
570+
571571
#: ../../c-api/long.rst:467
572572
msgid ""
573573
"Specifying ``Py_ASNATIVEBYTES_NATIVE_ENDIAN`` will override any other endian "
@@ -599,43 +599,53 @@ msgid ""
599599
"of whether ``Py_ASNATIVEBYTES_UNSIGNED_BUFFER`` was specified."
600600
msgstr ""
601601

602-
#: ../../c-api/long.rst:488
602+
#: ../../c-api/long.rst:486
603+
msgid ""
604+
"If ``Py_ASNATIVEBYTES_ALLOW_INDEX`` is specified and a non-integer value is "
605+
"passed, its :meth:`~object.__index__` method will be called first. This may "
606+
"result in Python code executing and other threads being allowed to run, "
607+
"which could cause changes to other objects or values in use. When *flags* is "
608+
"``-1``, this option is not set, and non-integer values will raise :exc:"
609+
"`TypeError`."
610+
msgstr ""
611+
612+
#: ../../c-api/long.rst:495
603613
msgid ""
604614
"With the default *flags* (``-1``, or *UNSIGNED_BUFFER* without "
605615
"*REJECT_NEGATIVE*), multiple Python integers can map to a single value "
606616
"without overflow. For example, both ``255`` and ``-1`` fit a single-byte "
607617
"buffer and set all its bits. This matches typical C cast behavior."
608618
msgstr ""
609619

610-
#: ../../c-api/long.rst:499
620+
#: ../../c-api/long.rst:506
611621
msgid "Return 1 if *op* is compact, 0 otherwise."
612622
msgstr ""
613623

614-
#: ../../c-api/long.rst:501
624+
#: ../../c-api/long.rst:508
615625
msgid ""
616626
"This function makes it possible for performance-critical code to implement a "
617627
"“fast path” for small integers. For compact values use :c:func:"
618628
"`PyUnstable_Long_CompactValue`; for others fall back to a :c:func:"
619629
"`PyLong_As* <PyLong_AsSize_t>` function or :c:func:`PyLong_AsNativeBytes`."
620630
msgstr ""
621631

622-
#: ../../c-api/long.rst:507
632+
#: ../../c-api/long.rst:514
623633
msgid "The speedup is expected to be negligible for most users."
624634
msgstr ""
625635

626-
#: ../../c-api/long.rst:509
636+
#: ../../c-api/long.rst:516
627637
msgid ""
628638
"Exactly what values are considered compact is an implementation detail and "
629639
"is subject to change."
630640
msgstr ""
631641

632-
#: ../../c-api/long.rst:514
642+
#: ../../c-api/long.rst:521
633643
msgid ""
634644
"If *op* is compact, as determined by :c:func:`PyUnstable_Long_IsCompact`, "
635645
"return its value."
636646
msgstr ""
637647

638-
#: ../../c-api/long.rst:517
648+
#: ../../c-api/long.rst:524
639649
msgid "Otherwise, the return value is undefined."
640650
msgstr ""
641651

‎c-api/number.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
16+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1818
"Last-Translator: tomo, 2024\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/object.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.13\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
18+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
2020
"Last-Translator: tomo, 2024\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/objimpl.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
14+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1616
"Last-Translator: tomo, 2024\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/typeobj.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.13\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-06-21 14:14+0000\n"
19+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
2121
"Last-Translator: tomo, 2023\n"
2222
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -2696,7 +2696,7 @@ msgstr ""
26962696
#: ../../c-api/typeobj.rst:1594
26972697
msgid ""
26982698
"It is an error to set both the :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` bit "
2699-
"and :c:member:`~PyTypeObject.tp_weaklist`."
2699+
"and :c:member:`~PyTypeObject.tp_weaklistoffset`."
27002700
msgstr ""
27012701

27022702
#: ../../c-api/typeobj.rst:1599
@@ -2716,7 +2716,7 @@ msgstr ""
27162716
#: ../../c-api/typeobj.rst:1606
27172717
msgid ""
27182718
"If the :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` bit is set in the :c:member:"
2719-
"`~PyTypeObject.tp_dict` field, then :c:member:`~PyTypeObject."
2719+
"`~PyTypeObject.tp_flags` field, then :c:member:`~PyTypeObject."
27202720
"tp_weaklistoffset` will be set to a negative value, to indicate that it is "
27212721
"unsafe to use this field."
27222722
msgstr ""

‎howto/clinic.po

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

‎howto/cporting.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
15+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+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)