Skip to content

Commit 278abcb

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent ab86cdd commit 278abcb

17 files changed

Lines changed: 25115 additions & 18995 deletions

c-api/bytes.po

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-19 16:29+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -529,11 +529,11 @@ msgid ""
529529
"func:`PyBytesWriter_GetData`. This function does not overallocate."
530530
msgstr ""
531531

532-
#: ../../c-api/bytes.rst:313 ../../c-api/bytes.rst:438
532+
#: ../../c-api/bytes.rst:313 ../../c-api/bytes.rst:442
533533
msgid "On error, set an exception and return ``NULL``."
534534
msgstr ""
535535

536-
#: ../../c-api/bytes.rst:315 ../../c-api/bytes.rst:414
536+
#: ../../c-api/bytes.rst:315 ../../c-api/bytes.rst:418
537537
msgid "*size* must be positive or zero."
538538
msgstr ""
539539

@@ -572,7 +572,7 @@ msgid ""
572572
"internal buffer bounds."
573573
msgstr ""
574574

575-
#: ../../c-api/bytes.rst:341 ../../c-api/bytes.rst:442
575+
#: ../../c-api/bytes.rst:341 ../../c-api/bytes.rst:446
576576
msgid "Function pseudo-code::"
577577
msgstr ""
578578

@@ -614,7 +614,7 @@ msgid ""
614614
msgstr ""
615615

616616
#: ../../c-api/bytes.rst:367 ../../c-api/bytes.rst:376
617-
#: ../../c-api/bytes.rst:411 ../../c-api/bytes.rst:424
617+
#: ../../c-api/bytes.rst:415 ../../c-api/bytes.rst:428
618618
msgid "On success, return ``0``. On error, set an exception and return ``-1``."
619619
msgstr ""
620620

@@ -633,62 +633,69 @@ msgstr ""
633633
msgid "Get the writer size."
634634
msgstr ""
635635

636-
#: ../../c-api/bytes.rst:387 ../../c-api/bytes.rst:396
636+
#: ../../c-api/bytes.rst:387
637+
msgid ""
638+
"The function does not invalidate pointers returned by :c:func:"
639+
"`PyBytesWriter_GetData`."
640+
msgstr ""
641+
642+
#: ../../c-api/bytes.rst:390 ../../c-api/bytes.rst:400
637643
msgid "The function cannot fail."
638644
msgstr ""
639645

640-
#: ../../c-api/bytes.rst:391
646+
#: ../../c-api/bytes.rst:394
641647
msgid "Get the writer data: start of the internal buffer."
642648
msgstr ""
643649

644-
#: ../../c-api/bytes.rst:393
650+
#: ../../c-api/bytes.rst:396
645651
msgid ""
646-
"The pointer is valid until :c:func:`PyBytesWriter_Finish` or :c:func:"
647-
"`PyBytesWriter_Discard` is called on *writer*."
652+
"The pointer remains valid until a :c:type:`PyBytesWriter` function other "
653+
"than :c:func:`PyBytesWriter_GetData` or :c:func:`PyBytesWriter_GetSize` is "
654+
"called on *writer*."
648655
msgstr ""
649656

650-
#: ../../c-api/bytes.rst:400
657+
#: ../../c-api/bytes.rst:404
651658
msgid "Low-level API"
652659
msgstr "低レベルAPI"
653660

654-
#: ../../c-api/bytes.rst:404
661+
#: ../../c-api/bytes.rst:408
655662
msgid ""
656663
"Resize the writer to *size* bytes. It can be used to enlarge or to shrink "
657664
"the writer. This function typically overallocates to achieve amortized "
658665
"performance when resizing multiple times."
659666
msgstr ""
660667

661-
#: ../../c-api/bytes.rst:409 ../../c-api/bytes.rst:422
668+
#: ../../c-api/bytes.rst:413 ../../c-api/bytes.rst:426
662669
msgid "Newly allocated bytes are left uninitialized."
663670
msgstr ""
664671

665-
#: ../../c-api/bytes.rst:418
672+
#: ../../c-api/bytes.rst:422
666673
msgid ""
667674
"Resize the writer by adding *grow* bytes to the current writer size. This "
668675
"function typically overallocates to achieve amortized performance when "
669676
"resizing multiple times."
670677
msgstr ""
671678

672-
#: ../../c-api/bytes.rst:427
679+
#: ../../c-api/bytes.rst:431
673680
msgid "*size* can be negative to shrink the writer."
674681
msgstr ""
675682

676-
#: ../../c-api/bytes.rst:431
683+
#: ../../c-api/bytes.rst:435
677684
msgid ""
678685
"Similar to :c:func:`PyBytesWriter_Grow`, but update also the *buf* pointer."
679686
msgstr ""
680687

681-
#: ../../c-api/bytes.rst:434
688+
#: ../../c-api/bytes.rst:438
682689
msgid ""
683690
"The *buf* pointer is moved if the internal buffer is moved in memory. The "
684691
"*buf* relative position within the internal buffer is left unchanged."
685692
msgstr ""
686693

687-
#: ../../c-api/bytes.rst:440
694+
#: ../../c-api/bytes.rst:444
688695
msgid "*buf* must not be ``NULL``."
689696
msgstr ""
690697

691-
#: ../../c-api/bytes.rst:444
698+
#: ../../c-api/bytes.rst:448
692699
msgid ""
693700
"Py_ssize_t pos = (char*)buf - (char*)PyBytesWriter_GetData(writer);\n"
694701
"if (PyBytesWriter_Grow(writer, size) < 0) {\n"

0 commit comments

Comments
 (0)