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

Commitfe138a3

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

24 files changed

+264
-40
lines changed

‎.tx/config‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,15 @@ resource_name = c-api--coro
181181
replace_edited_strings = false
182182
keep_translations = false
183183

184+
[o:python-doc:p:python-newest:r:c-api--curses]
185+
file_filter = c-api/curses.po
186+
source_file = gettext/c-api/curses.pot
187+
type = PO
188+
minimum_perc = 0
189+
resource_name = c-api--curses
190+
replace_edited_strings = false
191+
keep_translations = false
192+
184193
[o:python-doc:p:python-newest:r:c-api--datetime]
185194
file_filter = c-api/datetime.po
186195
source_file = gettext/c-api/datetime.pot

‎c-api/buffer.po‎

Lines changed: 4 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-10-17 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-09 14:13+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/"
@@ -321,6 +321,9 @@ msgid ""
321321
"PyBUF_WRITABLE` can be used to request a simple writable buffer."
322322
msgstr""
323323

324+
msgid"This is a :term:`soft deprecated` alias to :c:macro:`PyBUF_WRITABLE`."
325+
msgstr""
326+
324327
msgid""
325328
"Controls the :c:member:`~Py_buffer.format` field. If set, this field MUST be "
326329
"filled in correctly. Otherwise, this field MUST be ``NULL``."

‎c-api/call.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-10-17 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-07 14:15+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/"

‎c-api/capsule.po‎

Lines changed: 6 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-10-25 14:12+0000\n"
15+
"POT-Creation-Date:2025-11-09 14:13+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/"
@@ -39,6 +39,11 @@ msgid ""
3939
"loaded modules."
4040
msgstr""
4141

42+
msgid""
43+
"The type object corresponding to capsule objects. This is the same object "
44+
"as :class:`types.CapsuleType` in the Python layer."
45+
msgstr""
46+
4247
msgid"The type of a destructor callback for a capsule. Defined as::"
4348
msgstr""
4449

‎c-api/complex.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-10-17 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-07 14:15+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/"

‎c-api/exceptions.po‎

Lines changed: 52 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-07 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-09 14:13+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/"
@@ -303,6 +303,22 @@ msgid ""
303303
"use."
304304
msgstr""
305305

306+
msgid""
307+
"Get the source line in *filename* at line *lineno*. *filename* should be a "
308+
"Python :class:`str` object."
309+
msgstr""
310+
311+
msgid""
312+
"On success, this function returns a Python string object with the found "
313+
"line. On failure, this function returns ``NULL`` without an exception set."
314+
msgstr""
315+
316+
msgid""
317+
"Similar to :c:func:`PyErr_ProgramTextObject`, but *filename* is a :c:expr:"
318+
"`const char *`, which is decoded with the :term:`filesystem encoding and "
319+
"error handler`, instead of a Python object reference."
320+
msgstr""
321+
306322
msgid"Issuing warnings"
307323
msgstr"Menerbitkan peringatan"
308324

@@ -363,6 +379,12 @@ msgid ""
363379
"encoded string."
364380
msgstr""
365381

382+
msgid""
383+
"Similar to :c:func:`PyErr_WarnExplicit`, but uses :c:func:"
384+
"`PyUnicode_FromFormat` to format the warning message. *format* is an ASCII-"
385+
"encoded string."
386+
msgstr""
387+
366388
msgid""
367389
"Function similar to :c:func:`PyErr_WarnFormat`, but *category* is :exc:"
368390
"`ResourceWarning` and it passes *source* to :class:`!warnings."
@@ -1211,6 +1233,35 @@ msgstr ":c:data:`PyExc_ResourceWarning`."
12111233
msgid":c:data:`PyExc_EncodingWarning`."
12121234
msgstr":c:data:`PyExc_EncodingWarning`."
12131235

1236+
msgid"Tracebacks"
1237+
msgstr""
1238+
1239+
msgid""
1240+
"Type object for traceback objects. This is available as :class:`types."
1241+
"TracebackType` in the Python layer."
1242+
msgstr""
1243+
1244+
msgid""
1245+
"Return true if *op* is a traceback object, false otherwise. This function "
1246+
"does not account for subtypes."
1247+
msgstr""
1248+
1249+
msgid""
1250+
"Replace the :attr:`~BaseException.__traceback__` attribute on the current "
1251+
"exception with a new traceback prepending *f* to the existing chain."
1252+
msgstr""
1253+
1254+
msgid"Calling this function without an exception set is undefined behavior."
1255+
msgstr""
1256+
1257+
msgid""
1258+
"This function returns ``0`` on success, and returns ``-1`` with an exception "
1259+
"set on failure."
1260+
msgstr""
1261+
1262+
msgid"Write the traceback *tb* into the file *f*."
1263+
msgstr""
1264+
12141265
msgid"strerror (C function)"
12151266
msgstr""
12161267

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

‎c-api/hash.po‎

Lines changed: 60 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-10-17 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-09 14:13+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/"
@@ -36,11 +36,55 @@ msgstr ""
3636
msgid"Hash value type: unsigned integer."
3737
msgstr""
3838

39+
msgid""
40+
"A numerical value indicating the algorithm for hashing of :class:`str`, :"
41+
"class:`bytes`, and :class:`memoryview`."
42+
msgstr""
43+
44+
msgid"The algorithm name is exposed by :data:`sys.hash_info.algorithm`."
45+
msgstr""
46+
47+
msgid""
48+
"Numerical values to compare to :c:macro:`Py_HASH_ALGORITHM` to determine "
49+
"which algorithm is used for hashing. The hash algorithm can be configured "
50+
"via the configure :option:`--with-hash-algorithm` option."
51+
msgstr""
52+
53+
msgid"Add :c:macro:`!Py_HASH_FNV` and :c:macro:`!Py_HASH_SIPHASH24`."
54+
msgstr""
55+
56+
msgid"Add :c:macro:`!Py_HASH_SIPHASH13`."
57+
msgstr""
58+
59+
msgid""
60+
"Buffers of length in range ``[1, Py_HASH_CUTOFF)`` are hashed using DJBX33A "
61+
"instead of the algorithm described by :c:macro:`Py_HASH_ALGORITHM`."
62+
msgstr""
63+
64+
msgid"A :c:macro:`!Py_HASH_CUTOFF` of 0 disables the optimization."
65+
msgstr""
66+
67+
msgid""
68+
":c:macro:`!Py_HASH_CUTOFF` must be non-negative and less or equal than 7."
69+
msgstr""
70+
71+
msgid""
72+
"32-bit platforms should use a cutoff smaller than 64-bit platforms because "
73+
"it is easier to create colliding strings. A cutoff of 7 on 64-bit platforms "
74+
"and 5 on 32-bit platforms should provide a decent safety margin."
75+
msgstr""
76+
77+
msgid"This corresponds to the :data:`sys.hash_info.cutoff` constant."
78+
msgstr""
79+
3980
msgid""
4081
"The `Mersenne prime <https://en.wikipedia.org/wiki/Mersenne_prime>`_ ``P = "
4182
"2**n -1``, used for numeric hash scheme."
4283
msgstr""
4384

85+
msgid"This corresponds to the :data:`sys.hash_info.modulus` constant."
86+
msgstr""
87+
4488
msgid"The exponent ``n`` of ``P`` in :c:macro:`PyHASH_MODULUS`."
4589
msgstr""
4690

@@ -50,9 +94,15 @@ msgstr ""
5094
msgid"The hash value returned for a positive infinity."
5195
msgstr""
5296

97+
msgid"This corresponds to the :data:`sys.hash_info.inf` constant."
98+
msgstr""
99+
53100
msgid"The multiplier used for the imaginary part of a complex number."
54101
msgstr""
55102

103+
msgid"This corresponds to the :data:`sys.hash_info.imag` constant."
104+
msgstr""
105+
56106
msgid"Hash function definition used by :c:func:`PyHash_GetFuncDef`."
57107
msgstr""
58108

@@ -62,12 +112,21 @@ msgstr ""
62112
msgid"Hash function name (UTF-8 encoded string)."
63113
msgstr""
64114

115+
msgid"This corresponds to the :data:`sys.hash_info.algorithm` constant."
116+
msgstr""
117+
65118
msgid"Internal size of the hash value in bits."
66119
msgstr""
67120

121+
msgid"This corresponds to the :data:`sys.hash_info.hash_bits` constant."
122+
msgstr""
123+
68124
msgid"Size of seed input in bits."
69125
msgstr""
70126

127+
msgid"This corresponds to the :data:`sys.hash_info.seed_bits` constant."
128+
msgstr""
129+
71130
msgid"Get the hash function definition."
72131
msgstr""
73132

‎c-api/import.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-10-17 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-07 14:15+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/"

‎c-api/init.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-10-17 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-07 14:15+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/"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp