Skip to content

Commit 3866f99

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f842f7f commit 3866f99

File tree

9 files changed

+240
-44
lines changed

9 files changed

+240
-44
lines changed

library/crypt.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-05 14:11+0000\n"
11+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"
@@ -30,8 +30,8 @@ msgstr ""
3030
msgid ""
3131
"Applications can use the :mod:`hashlib` module from the standard library. "
3232
"Other possible replacements are third-party libraries from PyPI: :pypi:"
33-
"`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`. "
34-
"These are not supported or maintained by the Python core team."
33+
"`legacycrypt`, :pypi:`bcrypt`, or :pypi:`argon2-cffi`. These are not "
34+
"supported or maintained by the Python core team."
3535
msgstr ""
3636

3737
msgid ""

library/signal.po

Lines changed: 13 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-10-05 14:11+0000\n"
14+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -212,9 +212,18 @@ msgstr ""
212212
msgid "Default action is to ignore the signal."
213213
msgstr ""
214214

215+
msgid "Profiling timer expired."
216+
msgstr ""
217+
218+
msgid "Terminal quit signal."
219+
msgstr ""
220+
215221
msgid "Segmentation fault: invalid memory reference."
216222
msgstr ""
217223

224+
msgid "Stop executing (cannot be caught or ignored)."
225+
msgstr ""
226+
218227
msgid ""
219228
"Stack fault on coprocessor. The Linux kernel does not raise this signal: it "
220229
"can only be raised in user space."
@@ -234,6 +243,9 @@ msgstr ""
234243
msgid "User-defined signal 2."
235244
msgstr ""
236245

246+
msgid "Virtual timer expired."
247+
msgstr ""
248+
237249
msgid "Window resize signal."
238250
msgstr ""
239251

library/typing.po

Lines changed: 3 additions & 3 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-10-09 14:15+0000\n"
14+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -2714,7 +2714,7 @@ msgid ""
27142714
"'Alias'"
27152715
msgstr ""
27162716

2717-
msgid "The module in which the type alias was defined::"
2717+
msgid "The name of the module in which the type alias was defined::"
27182718
msgstr ""
27192719

27202720
msgid ""
@@ -2938,7 +2938,7 @@ msgid ""
29382938
"runtime"
29392939
msgstr ""
29402940

2941-
msgid "The module in which the new type is defined."
2941+
msgid "The name of the module in which the new type is defined."
29422942
msgstr ""
29432943

29442944
msgid "The name of the new type."

library/zlib.po

Lines changed: 95 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-05 14:11+0000\n"
11+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"
@@ -33,8 +33,8 @@ msgstr ""
3333
msgid ""
3434
"zlib's functions have many options and often need to be used in a particular "
3535
"order. This documentation doesn't attempt to cover all of the permutations; "
36-
"consult the zlib manual at http://www.zlib.net/manual.html for authoritative "
37-
"information."
36+
"consult the `zlib manual <https://www.zlib.net/manual.html>`_ for "
37+
"authoritative information."
3838
msgstr ""
3939

4040
msgid "For reading and writing ``.gz`` files see the :mod:`gzip` module."
@@ -354,6 +354,96 @@ msgid ""
354354
"objects."
355355
msgstr ""
356356

357+
msgid ""
358+
"The following constants are available to configure compression and "
359+
"decompression behavior:"
360+
msgstr ""
361+
362+
msgid "The deflate compression method."
363+
msgstr ""
364+
365+
msgid ""
366+
"The maximum window size, expressed as a power of 2. For example, if :const:`!"
367+
"MAX_WBITS` is ``15`` it results in a window size of ``32 KiB``."
368+
msgstr ""
369+
370+
msgid "The default memory level for compression objects."
371+
msgstr ""
372+
373+
msgid "The default buffer size for decompression operations."
374+
msgstr ""
375+
376+
msgid "Compression level ``0``."
377+
msgstr ""
378+
379+
msgid "Compression level ``1``."
380+
msgstr ""
381+
382+
msgid "Compression level ``9``."
383+
msgstr ""
384+
385+
msgid "Default compression level (``-1``)."
386+
msgstr ""
387+
388+
msgid "Default compression strategy, for normal data."
389+
msgstr ""
390+
391+
msgid "Compression strategy for data produced by a filter (or predictor)."
392+
msgstr ""
393+
394+
msgid "Compression strategy that forces Huffman coding only."
395+
msgstr ""
396+
397+
msgid ""
398+
"Compression strategy that limits match distances to one (run-length "
399+
"encoding)."
400+
msgstr ""
401+
402+
msgid ""
403+
"This constant is only available if Python was compiled with zlib 1.2.0.1 or "
404+
"greater."
405+
msgstr ""
406+
407+
msgid "Compression strategy that prevents the use of dynamic Huffman codes."
408+
msgstr ""
409+
410+
msgid ""
411+
"This constant is only available if Python was compiled with zlib 1.2.2.2 or "
412+
"greater."
413+
msgstr ""
414+
415+
msgid "Flush mode ``0``. No special flushing behavior."
416+
msgstr ""
417+
418+
msgid "Flush mode ``1``. Flush as much output as possible."
419+
msgstr ""
420+
421+
msgid ""
422+
"Flush mode ``2``. All output is flushed and the output is aligned to a byte "
423+
"boundary."
424+
msgstr ""
425+
426+
msgid ""
427+
"Flush mode ``3``. All output is flushed and the compression state is reset."
428+
msgstr ""
429+
430+
msgid ""
431+
"Flush mode ``4``. All pending input is processed, no more input is expected."
432+
msgstr ""
433+
434+
msgid "Flush mode ``5``. A deflate block is completed and emitted."
435+
msgstr ""
436+
437+
msgid ""
438+
"Flush mode ``6``, for inflate operations. Instructs inflate to return when "
439+
"it gets to the next deflate block boundary."
440+
msgstr ""
441+
442+
msgid ""
443+
"This constant is only available if Python was compiled with zlib 1.2.3.4 or "
444+
"greater."
445+
msgstr ""
446+
357447
msgid ""
358448
"Information about the version of the zlib library in use is available "
359449
"through the following constants:"
@@ -386,13 +476,13 @@ msgstr ""
386476
msgid "Reading and writing :program:`gzip`\\ -format files."
387477
msgstr ""
388478

389-
msgid "http://www.zlib.net"
479+
msgid "https://www.zlib.net"
390480
msgstr ""
391481

392482
msgid "The zlib library home page."
393483
msgstr ""
394484

395-
msgid "http://www.zlib.net/manual.html"
485+
msgid "https://www.zlib.net/manual.html"
396486
msgstr ""
397487

398488
msgid ""

reference/grammar.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-09-21 14:12+0000\n"
14+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

sphinx.po

Lines changed: 1 addition & 19 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-10-09 14:15+0000\n"
14+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -120,24 +120,6 @@ msgid ""
120120
"for file sizes."
121121
msgstr ""
122122

123-
msgid "Unpacking"
124-
msgstr ""
125-
126-
msgid ""
127-
"Unix users should download the .tar.bz2 archives; these are bzipped tar\n"
128-
"archives and can be handled in the usual way using tar and the bzip2\n"
129-
"program. The <a href=\"https://infozip.sourceforge.net\">Info-ZIP</a> unzip "
130-
"program can be\n"
131-
"used to handle the ZIP archives if desired. The .tar.bz2 archives provide "
132-
"the\n"
133-
"best compression and fastest download times."
134-
msgstr ""
135-
136-
msgid ""
137-
"Windows users can use the ZIP archives since those are customary on that\n"
138-
"platform. These are created on Unix using the Info-ZIP zip program."
139-
msgstr ""
140-
141123
msgid "Problems"
142124
msgstr ""
143125

using/configure.po

Lines changed: 60 additions & 5 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-10-09 14:15+0000\n"
14+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -49,22 +49,77 @@ msgstr ""
4949
msgid "Support for threads."
5050
msgstr ""
5151

52+
msgid "To build optional modules:"
53+
msgstr ""
54+
55+
msgid "`libbz2 <https://sourceware.org/bzip2/>`_ for the :mod:`bz2` module."
56+
msgstr ""
57+
5258
msgid ""
53-
"OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.18 is the recommended "
54-
"minimum version for the :mod:`ssl` and :mod:`hashlib` extension modules."
59+
"`libb2 <https://github.com/BLAKE2/libb2>`_ (:ref:`BLAKE2 <hashlib-blake2>`), "
60+
"used by :mod:`hashlib` module."
5561
msgstr ""
5662

57-
msgid "SQLite 3.15.2 for the :mod:`sqlite3` extension module."
63+
msgid ""
64+
"`libffi <https://sourceware.org/libffi/>`_ 3.3.0 is the recommended minimum "
65+
"version for the :mod:`ctypes` module."
5866
msgstr ""
5967

60-
msgid "Tcl/Tk 8.5.12 for the :mod:`tkinter` module."
68+
msgid "``liblzma``, for the :mod:`lzma` module."
6169
msgstr ""
6270

6371
msgid ""
6472
"`libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/>`_ 2.5.0 for "
6573
"the :mod:`decimal` module."
6674
msgstr ""
6775

76+
msgid "``libncurses`` or ``libncursesw``, for the :mod:`curses` module."
77+
msgstr ""
78+
79+
msgid "``libpanel`` or ``libpanelw``, for the :mod:`curses.panel` module."
80+
msgstr ""
81+
82+
msgid ""
83+
"`libreadline <https://tiswww.case.edu/php/chet/readline/rltop.html>`_ or "
84+
"`libedit <https://www.thrysoee.dk/editline/>`_ for the :mod:`readline` "
85+
"module."
86+
msgstr ""
87+
88+
msgid ""
89+
"`libuuid <https://linux.die.net/man/3/libuuid>`_, for the :mod:`uuid` module."
90+
msgstr ""
91+
92+
msgid ""
93+
"`OpenSSL <https://www.openssl.org/>`_ 1.1.1 is the minimum version and "
94+
"OpenSSL 3.0.18 is the recommended minimum version for the :mod:`ssl` and :"
95+
"mod:`hashlib` extension modules."
96+
msgstr ""
97+
98+
msgid ""
99+
"`SQLite <https://sqlite.org/>`_ 3.15.2 for the :mod:`sqlite3` extension "
100+
"module."
101+
msgstr ""
102+
103+
msgid ""
104+
"`Tcl/Tk <https://www.tcl-lang.org/>`_ 8.5.12 for the :mod:`tkinter` module."
105+
msgstr ""
106+
107+
msgid ""
108+
"`zlib <https://www.zlib.net>`_ 1.1.4 is the reccomended minimum version for "
109+
"the :mod:`zlib` module."
110+
msgstr ""
111+
112+
msgid ""
113+
"`zstd <https://facebook.github.io/zstd/>`_ 1.4.5 is the minimum version for "
114+
"the :mod:`compression.zstd` module."
115+
msgstr ""
116+
117+
msgid ""
118+
"For a full list of dependencies required to build all modules and how to "
119+
"install them, see the `devguide <https://devguide.python.org/getting-started/"
120+
"setup-building/#install-dependencies>`_."
121+
msgstr ""
122+
68123
msgid ""
69124
"Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the :file:"
70125
"`configure` script."

whatsnew/3.13.po

Lines changed: 1 addition & 6 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-10-09 14:15+0000\n"
14+
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -1930,11 +1930,6 @@ msgid ""
19301930
":pypi:`bcrypt`: Modern password hashing for your software and your servers."
19311931
msgstr ""
19321932

1933-
msgid ""
1934-
":pypi:`passlib`: Comprehensive password hashing framework supporting over 30 "
1935-
"schemes."
1936-
msgstr ""
1937-
19381933
msgid ":pypi:`argon2-cffi`: The secure Argon2 password hashing algorithm."
19391934
msgstr ""
19401935

0 commit comments

Comments
 (0)