88msgstr ""
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 ""
3333msgid ""
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."
3838msgstr ""
3939
4040msgid "For reading and writing ``.gz`` files see the :mod:`gzip` module."
@@ -354,6 +354,96 @@ msgid ""
354354"objects."
355355msgstr ""
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+
357447msgid ""
358448"Information about the version of the zlib library in use is available "
359449"through the following constants:"
@@ -386,13 +476,13 @@ msgstr ""
386476msgid "Reading and writing :program:`gzip`\\ -format files."
387477msgstr ""
388478
389- msgid "http ://www.zlib.net"
479+ msgid "https ://www.zlib.net"
390480msgstr ""
391481
392482msgid "The zlib library home page."
393483msgstr ""
394484
395- msgid "http ://www.zlib.net/manual.html"
485+ msgid "https ://www.zlib.net/manual.html"
396486msgstr ""
397487
398488msgid ""
0 commit comments