Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12cdb8c

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent173272a commit12cdb8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+273
-101
lines changed

‎c-api/apiabiversion.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-27 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-17 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/bool.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-27 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-17 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/dict.po‎

Lines changed: 85 additions & 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-11-13 18:32+0000\n"
15+
"POT-Creation-Date:2025-11-19 14:14+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:Hengky Kurniawan, 2025\n"
1818
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -488,6 +488,90 @@ msgid ""
488488
"always succeeds."
489489
msgstr""
490490

491+
msgid"Ordered Dictionaries"
492+
msgstr""
493+
494+
msgid""
495+
"Python's C API provides interface for :class:`collections.OrderedDict` from "
496+
"C. Since Python 3.7, dictionaries are ordered by default, so there is "
497+
"usually little need for these functions; prefer ``PyDict*`` where possible."
498+
msgstr""
499+
500+
msgid""
501+
"Type object for ordered dictionaries. This is the same object as :class:"
502+
"`collections.OrderedDict` in the Python layer."
503+
msgstr""
504+
505+
msgid""
506+
"Return true if *od* is an ordered dictionary object or an instance of a "
507+
"subtype of the :class:`~collections.OrderedDict` type. This function always "
508+
"succeeds."
509+
msgstr""
510+
511+
msgid""
512+
"Return true if *od* is an ordered dictionary object, but not an instance of "
513+
"a subtype of the :class:`~collections.OrderedDict` type. This function "
514+
"always succeeds."
515+
msgstr""
516+
517+
msgid"Analogous to :c:type:`PyDictKeys_Type` for ordered dictionaries."
518+
msgstr""
519+
520+
msgid"Analogous to :c:type:`PyDictValues_Type` for ordered dictionaries."
521+
msgstr""
522+
523+
msgid"Analogous to :c:type:`PyDictItems_Type` for ordered dictionaries."
524+
msgstr""
525+
526+
msgid"Return a new empty ordered dictionary, or ``NULL`` on failure."
527+
msgstr""
528+
529+
msgid"This is analogous to :c:func:`PyDict_New`."
530+
msgstr""
531+
532+
msgid""
533+
"Insert *value* into the ordered dictionary *od* with a key of *key*. Return "
534+
"``0`` on success or ``-1`` with an exception set on failure."
535+
msgstr""
536+
537+
msgid"This is analogous to :c:func:`PyDict_SetItem`."
538+
msgstr""
539+
540+
msgid""
541+
"Remove the entry in the ordered dictionary *od* with key *key*. Return ``0`` "
542+
"on success or ``-1`` with an exception set on failure."
543+
msgstr""
544+
545+
msgid"This is analogous to :c:func:`PyDict_DelItem`."
546+
msgstr""
547+
548+
msgid"These are :term:`soft deprecated` aliases to ``PyDict`` APIs:"
549+
msgstr""
550+
551+
msgid"``PyODict``"
552+
msgstr""
553+
554+
msgid"``PyDict``"
555+
msgstr""
556+
557+
msgid":c:func:`PyDict_GetItem`"
558+
msgstr""
559+
560+
msgid":c:func:`PyDict_GetItemWithError`"
561+
msgstr""
562+
563+
msgid":c:func:`PyDict_GetItemString`"
564+
msgstr""
565+
566+
msgid":c:func:`PyDict_Contains`"
567+
msgstr""
568+
569+
msgid":c:func:`PyDict_Size`"
570+
msgstr""
571+
572+
msgid":c:func:`PyDict_GET_SIZE`"
573+
msgstr""
574+
491575
msgid"object"
492576
msgstr"objek"
493577

‎c-api/float.po‎

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-13 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-19 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -105,6 +105,12 @@ msgid ""
105105
"C11 standard ``<math.h>`` header."
106106
msgstr""
107107

108+
msgid"Equivalent to :c:macro:`!INFINITY`."
109+
msgstr""
110+
111+
msgid"The macro is :term:`soft deprecated`."
112+
msgstr""
113+
108114
msgid""
109115
"The definition (accurate for a :c:expr:`double` type) of the :data:`math.e` "
110116
"constant."
@@ -144,6 +150,32 @@ msgstr ""
144150
msgid"return PyFloat_FromDouble(copysign(INFINITY, sign));"
145151
msgstr""
146152

153+
msgid""
154+
"Return ``1`` if the given floating-point number *X* is finite, that is, it "
155+
"is normal, subnormal or zero, but not infinite or NaN. Return ``0`` "
156+
"otherwise."
157+
msgstr""
158+
159+
msgid""
160+
"The macro is :term:`soft deprecated`. Use :c:macro:`!isfinite` instead."
161+
msgstr""
162+
163+
msgid""
164+
"Return ``1`` if the given floating-point number *X* is positive or negative "
165+
"infinity. Return ``0`` otherwise."
166+
msgstr""
167+
168+
msgid"The macro is :term:`soft deprecated`. Use :c:macro:`!isinf` instead."
169+
msgstr""
170+
171+
msgid""
172+
"Return ``1`` if the given floating-point number *X* is a not-a-number (NaN) "
173+
"value. Return ``0`` otherwise."
174+
msgstr""
175+
176+
msgid"The macro is :term:`soft deprecated`. Use :c:macro:`!isnan` instead."
177+
msgstr""
178+
147179
msgid"Pack and Unpack functions"
148180
msgstr""
149181

‎c-api/intro.po‎

Lines changed: 20 additions & 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-11-13 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-19 19:26+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:python-doc bot, 2025\n"
1818
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -218,12 +218,31 @@ msgid ""
218218
"command line (see :c:member:`PyConfig.use_environment`)."
219219
msgstr""
220220

221+
msgid""
222+
"Declare a function returning the specified *type* using a fast-calling "
223+
"qualifier for functions that are local to the current file. Semantically, "
224+
"this is equivalent to ``static type``."
225+
msgstr""
226+
227+
msgid""
228+
"Equivalent to :c:macro:`Py_LOCAL` but additionally requests the function be "
229+
"inlined."
230+
msgstr""
231+
221232
msgid"Return the maximum value between ``x`` and ``y``."
222233
msgstr""
223234

224235
msgid"Return the size of a structure (``type``) ``member`` in bytes."
225236
msgstr""
226237

238+
msgid""
239+
"This is a :term:`soft deprecated` alias to :c:func:`!memcpy`. Use :c:func:`!"
240+
"memcpy` directly instead."
241+
msgstr""
242+
243+
msgid"The macro is :term:`soft deprecated`."
244+
msgstr""
245+
227246
msgid"Return the minimum value between ``x`` and ``y``."
228247
msgstr""
229248

‎c-api/iterator.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-11-07 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-19 14:14+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:python-doc bot, 2025\n"
1818
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/method.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-27 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-17 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/structures.po‎

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-17 14:14+0000\n"
14+
"POT-Creation-Date:2025-11-19 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -699,15 +699,12 @@ msgid ""
699699
msgstr""
700700

701701
msgid""
702-
"Can only be used as part of :c:member:`Py_tp_members <PyTypeObject."
703-
"tp_members>` :c:type:`slot <PyType_Slot>` when creating a class using "
704-
"negative :c:member:`~PyType_Spec.basicsize`. It is mandatory in that case."
705-
msgstr""
706-
707-
msgid""
708-
"This flag is only used in :c:type:`PyType_Slot`. When setting :c:member:"
709-
"`~PyTypeObject.tp_members` during class creation, Python clears it and sets :"
710-
"c:member:`PyMemberDef.offset` to the offset from the ``PyObject`` struct."
702+
"Can only be used as part of the :c:data:`Py_tp_members` :c:type:`slot "
703+
"<PyType_Slot>` when creating a class using negative :c:member:`~PyType_Spec."
704+
"basicsize`. It is mandatory in that case. When setting :c:member:"
705+
"`~PyTypeObject.tp_members` from the slot during class creation, Python "
706+
"clears the flag and sets :c:member:`PyMemberDef.offset` to the offset from "
707+
"the ``PyObject`` struct."
711708
msgstr""
712709

713710
msgid""

‎c-api/type.po‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-13 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-19 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -384,9 +384,9 @@ msgstr ""
384384

385385
msgid""
386386
"The *bases* argument can be used to specify base classes; it can either be "
387-
"only one class or a tuple of classes. If *bases* is ``NULL``, the "
388-
"*Py_tp_bases* slot is used instead. If that also is ``NULL``, the "
389-
"*Py_tp_base* slot is used instead. If that also is ``NULL``, the new type "
387+
"only one class or a tuple of classes. If *bases* is ``NULL``, the:c:data:"
388+
"`Py_tp_bases` slot is used instead. If that also is ``NULL``, the:c:data:"
389+
"`Py_tp_base` slot is used instead. If that also is ``NULL``, the new type "
390390
"derives from :class:`object`."
391391
msgstr""
392392

@@ -563,13 +563,13 @@ msgid ""
563563
"prefix. For example, use:"
564564
msgstr""
565565

566-
msgid"``Py_tp_dealloc`` to set :c:member:`PyTypeObject.tp_dealloc`"
566+
msgid":c:data:`Py_tp_dealloc` to set :c:member:`PyTypeObject.tp_dealloc`"
567567
msgstr""
568568

569-
msgid"``Py_nb_add`` to set :c:member:`PyNumberMethods.nb_add`"
569+
msgid":c:data:`Py_nb_add` to set :c:member:`PyNumberMethods.nb_add`"
570570
msgstr""
571571

572-
msgid"``Py_sq_length`` to set :c:member:`PySequenceMethods.sq_length`"
572+
msgid":c:data:`Py_sq_length` to set :c:member:`PySequenceMethods.sq_length`"
573573
msgstr""
574574

575575
msgid""
@@ -602,8 +602,8 @@ msgstr ""
602602
msgid""
603603
"If it is not possible to switch to a ``MANAGED`` flag (for example, for "
604604
"vectorcall or to support Python older than 3.12), specify the offset in :c:"
605-
"member:`Py_tp_members <PyTypeObject.tp_members>`. See :ref:`PyMemberDef "
606-
"documentation <pymemberdef-offsets>` for details."
605+
"data:`Py_tp_members`. See :ref:`PyMemberDefdocumentation <pymemberdef-"
606+
"offsets>` for details."
607607
msgstr""
608608

609609
msgid""
@@ -632,8 +632,8 @@ msgid ""
632632
msgstr""
633633

634634
msgid""
635-
"The field :c:member:`~PyTypeObject.tp_vectorcall` can now set using "
636-
"``Py_tp_vectorcall``. See the field's documentation for details."
635+
"The field :c:member:`~PyTypeObject.tp_vectorcall` can now set using:c:data:"
636+
"`Py_tp_vectorcall`. See the field's documentation for details."
637637
msgstr""
638638

639639
msgid""
@@ -644,7 +644,7 @@ msgstr ""
644644
msgid"*pfunc* values may not be ``NULL``, except for the following slots:"
645645
msgstr""
646646

647-
msgid"``Py_tp_doc``"
647+
msgid":c:data:`Py_tp_doc`"
648648
msgstr""
649649

650650
msgid""

‎c-api/typeobj.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-11 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-19 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -2778,7 +2778,7 @@ msgid ""
27782778
msgstr""
27792779

27802780
msgid""
2781-
"For dynamically created classes, the``Py_tp_bases`` :c:type:`slot "
2781+
"For dynamically created classes, the:c:data:`Py_tp_bases` :c:type:`slot "
27822782
"<PyType_Slot>` can be used instead of the *bases* argument of :c:func:"
27832783
"`PyType_FromSpecWithBases`. The argument form is preferred."
27842784
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp