├── .gitignore ├── TRANSLATORS ├── contents.po ├── faq └── index.po ├── library ├── removed.po ├── cmdlinelibs.po ├── netdata.po ├── windows.po ├── crypto.po ├── fileformats.po ├── archiving.po ├── chunk.po ├── concurrent.po ├── uu.po ├── frameworks.po ├── sunau.po ├── aifc.po ├── mailcap.po ├── nis.po ├── nntplib.po ├── xdrlib.po ├── audioop.po ├── msilib.po ├── ossaudiodev.po ├── pipes.po ├── unix.po ├── asyncore.po ├── asynchat.po ├── distutils.po ├── modules.po ├── imp.po ├── mm.po ├── functional.po ├── smtpd.po ├── spwd.po ├── development.po ├── cgi.po ├── language.po ├── telnetlib.po ├── python.po ├── cgitb.po ├── sndhdr.po ├── imghdr.po ├── custominterp.po ├── internet.po ├── crypt.po ├── markup.po ├── tkinter.colorchooser.po ├── distribution.po ├── allos.po ├── i18n.po ├── text.po ├── filesys.po ├── compression.po ├── concurrency.po ├── urllib.po ├── ipc.po ├── debug.po ├── persistence.po ├── tkinter.scrolledtext.po ├── xmlrpc.po ├── superseded.po ├── numeric.po ├── keyword.po ├── datatypes.po ├── binary.po ├── tk.po ├── html.po ├── copyreg.po ├── colorsys.po ├── asyncio-exceptions.po ├── html.entities.po ├── urllib.error.po ├── audit_events.po ├── tkinter.dnd.po ├── security_warnings.po ├── tty.po ├── quopri.po ├── grp.po ├── builtins.po ├── email.iterators.po ├── rlcompleter.po ├── getpass.po └── curses.panel.po ├── deprecations ├── c-api-pending-removal-in-3.16.po ├── pending-removal-in-3.19.po ├── c-api-pending-removal-in-3.14.po ├── pending-removal-in-3.17.po ├── c-api-pending-removal-in-future.po └── pending-removal-in-3.13.po ├── howto ├── clinic.po ├── cporting.po ├── pyporting.po └── index.po ├── c-api ├── objimpl.po ├── utilities.po ├── index.po ├── none.po ├── abstract.po ├── coro.po ├── bool.po ├── typehints.po ├── iter.po ├── picklebuffer.po ├── gen.po ├── perfmaps.po ├── memoryview.po ├── method.po └── cell.po ├── distributing └── index.po ├── using ├── index.po └── editors.po ├── extending └── building.po ├── copyright.po ├── reference ├── grammar.po └── index.po └── whatsnew └── index.po /.gitignore: -------------------------------------------------------------------------------- 1 | *.mo 2 | .tx/**/*.po 3 | venv/ 4 | .idea/ 5 | .DS_Store 6 | .directory 7 | -------------------------------------------------------------------------------- /TRANSLATORS: -------------------------------------------------------------------------------- 1 | # The latest translators list is in each po file. 2 | # Following are the names that translators set at Transifex. 3 | # Generated by: 4 | # grep -ohP '(?<=^# )(.+)(?=, \d+$)' -r .|sed 's| <.*>||g' | sort -u 5 | 6 | Ahmad Mustafid 7 | Akhmat Safrudin 8 | Andika Chandra 9 | Aulia Widyaputra 10 | Danny Steveson 11 | Dionesius Agung 12 | Eka Antonius Kurniawan 13 | Elmo Allistair 14 | Faiq Zakki 15 | Fathin Luqman Tantowi 16 | Helen Febriani 17 | Ilham Akbar 18 | Imaduddin A Majid 19 | Ismail Sunni 20 | Iwan Setiawan 21 | Kahuro Ayaka 22 | Nurul Eka Fitriany Hilal 23 | oon arfiandwi 24 | Rafael Fontenelle 25 | Ryan Febriansyah 26 | Septian Hari (LIQRGV) 27 | Sutrisno Efendi 28 | Taufan Budiman 29 | Tria Nur Aisyah Amini 30 | William Ang Kisjanto Surya 31 | -------------------------------------------------------------------------------- /contents.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Python Documentation contents" 26 | msgstr "Isi Dokumentasi Python" 27 | -------------------------------------------------------------------------------- /faq/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Python Frequently Asked Questions" 26 | msgstr "Pertanyaan tentang Python yang Sering Diajukan" 27 | -------------------------------------------------------------------------------- /library/removed.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Removed Modules" 22 | msgstr "" 23 | 24 | msgid "" 25 | "The modules described in this chapter have been removed from the Python " 26 | "standard library. They are documented here to help people find replacements." 27 | msgstr "" 28 | -------------------------------------------------------------------------------- /library/cmdlinelibs.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Command-line interface libraries" 22 | msgstr "" 23 | 24 | msgid "" 25 | "The modules described in this chapter assist with implementing command line " 26 | "and terminal interfaces for applications." 27 | msgstr "" 28 | 29 | msgid "Here's an overview:" 30 | msgstr "" 31 | -------------------------------------------------------------------------------- /deprecations/c-api-pending-removal-in-3.16.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Pending removal in Python 3.16" 26 | msgstr "Penghapusan yang tertunda di Python 3.16" 27 | 28 | msgid "The bundled copy of ``libmpdec``." 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /library/netdata.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Internet Data Handling" 26 | msgstr "Penanganan Data Internet" 27 | 28 | msgid "" 29 | "This chapter describes modules which support handling data formats commonly " 30 | "used on the internet." 31 | msgstr "" 32 | -------------------------------------------------------------------------------- /howto/clinic.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Argument Clinic How-To" 26 | msgstr "Klinik Argumen How-To" 27 | 28 | msgid "" 29 | "The Argument Clinic How-TO has been moved to the `Python Developer's Guide " 30 | "`__." 31 | msgstr "" 32 | -------------------------------------------------------------------------------- /library/windows.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "MS Windows Specific Services" 26 | msgstr "Layanan MS Windows Spesifik" 27 | 28 | msgid "" 29 | "This chapter describes modules that are only available on MS Windows " 30 | "platforms." 31 | msgstr "" 32 | "Bab ini menjelaskan modul yang hanya tersedia pada platform MS Windows." 33 | -------------------------------------------------------------------------------- /c-api/objimpl.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Object Implementation Support" 26 | msgstr "Dukungan Implementasi Objek" 27 | 28 | msgid "" 29 | "This chapter describes the functions, types, and macros used when defining " 30 | "new object types." 31 | msgstr "" 32 | "Bab ini menjelaskan fungsi, tipe, dan makro yang digunakan saat menentukan " 33 | "tipe objek baru." 34 | -------------------------------------------------------------------------------- /library/crypto.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Cryptographic Services" 26 | msgstr "Layanan Kriptografi" 27 | 28 | msgid "" 29 | "The modules described in this chapter implement various algorithms of a " 30 | "cryptographic nature. They are available at the discretion of the " 31 | "installation. Here's an overview:" 32 | msgstr "" 33 | 34 | msgid "cryptography" 35 | msgstr "" 36 | -------------------------------------------------------------------------------- /library/fileformats.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "File Formats" 26 | msgstr "File Formats" 27 | 28 | msgid "" 29 | "The modules described in this chapter parse various miscellaneous file " 30 | "formats that aren't markup languages and are not related to e-mail." 31 | msgstr "" 32 | "Modul yang dijelaskan dalam bab ini mengurai berbagai macam format file yang " 33 | "bukan bahasa markup dan tidak terkait dengan *email*." 34 | -------------------------------------------------------------------------------- /library/archiving.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Data Compression and Archiving" 26 | msgstr "Kompresi Data dan Pengarsipan" 27 | 28 | msgid "" 29 | "The modules described in this chapter support data compression with the " 30 | "zlib, gzip, bzip2, lzma, and zstd algorithms, and the creation of ZIP- and " 31 | "tar-format archives. See also :ref:`archiving-operations` provided by the :" 32 | "mod:`shutil` module." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/chunk.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!chunk` --- Read IFF chunked data" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!chunk` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/concurrent.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "The :mod:`!concurrent` package" 26 | msgstr "" 27 | 28 | msgid "This package contains the following modules:" 29 | msgstr "" 30 | 31 | msgid ":mod:`concurrent.futures` -- Launching parallel tasks" 32 | msgstr ":mod:`concurrent.futures` -- Menjalankan tugas-tugas paralel" 33 | 34 | msgid "" 35 | ":mod:`concurrent.interpreters` -- Multiple interpreters in the same process" 36 | msgstr "" 37 | -------------------------------------------------------------------------------- /library/uu.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!uu` --- Encode and decode uuencode files" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!uu` module was `Python " 32 | "3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /deprecations/pending-removal-in-3.19.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Pending removal in Python 3.19" 26 | msgstr "Penghapusan yang tertunda di Python 3.19" 27 | 28 | msgid ":mod:`ctypes`:" 29 | msgstr ":mod:`ctypes`:" 30 | 31 | msgid "" 32 | "Implicitly switching to the MSVC-compatible struct layout by setting :attr:" 33 | "`~ctypes.Structure._pack_` but not :attr:`~ctypes.Structure._layout_` on non-" 34 | "Windows platforms." 35 | msgstr "" 36 | -------------------------------------------------------------------------------- /library/frameworks.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Program frameworks" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This chapter is no longer maintained, and the modules it contained have been " 26 | "moved to their respective topical documentation." 27 | msgstr "" 28 | 29 | msgid ":mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`" 30 | msgstr "" 31 | 32 | msgid ":mod:`shlex` — :doc:`Unix Specific Services <./unix>`" 33 | msgstr "" 34 | 35 | msgid ":mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`" 36 | msgstr "" 37 | -------------------------------------------------------------------------------- /library/sunau.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!sunau` --- Read and write Sun AU files" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!sunau` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/aifc.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!aifc` --- Read and write AIFF and AIFC files" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!aifc` module was `Python " 32 | "3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/mailcap.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!mailcap` --- Mailcap file handling" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!mailcap` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/nis.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!nis` --- Interface to Sun’s NIS (Yellow Pages)" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!nis` module was `Python " 32 | "3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/nntplib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!nntplib` --- NNTP protocol client" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!nntplib` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/xdrlib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!xdrlib` --- Encode and decode XDR data" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!xdrlib` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/audioop.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!audioop` --- Manipulate raw audio data" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!audioop` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /deprecations/c-api-pending-removal-in-3.14.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Pending removal in Python 3.14" 26 | msgstr "Penghapusan yang tertunda di Python 3.14" 27 | 28 | msgid "" 29 | "The ``ma_version_tag`` field in :c:type:`PyDictObject` for extension modules " 30 | "(:pep:`699`; :gh:`101193`)." 31 | msgstr "" 32 | 33 | msgid "" 34 | "Creating :c:data:`immutable types ` with mutable " 35 | "bases (:gh:`95388`)." 36 | msgstr "" 37 | -------------------------------------------------------------------------------- /library/msilib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!msilib` --- Read and write Microsoft Installer files" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!msilib` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/ossaudiodev.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!ossaudiodev` --- Access to OSS-compatible audio devices" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The last version of Python that provided the :mod:`!ossaudiodev` module was " 32 | "`Python 3.12 `_." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/pipes.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!pipes` --- Interface to shell pipelines" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "Applications should use the :mod:`subprocess` module instead." 31 | msgstr "" 32 | 33 | msgid "" 34 | "The last version of Python that provided the :mod:`!pipes` module was " 35 | "`Python 3.12 `_." 36 | msgstr "" 37 | -------------------------------------------------------------------------------- /library/unix.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Unix-specific services" 26 | msgstr "" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide interfaces to features that " 30 | "are unique to the Unix operating system, or in some cases to some or many " 31 | "variants of it. Here's an overview:" 32 | msgstr "" 33 | "Modul yang dijelaskan dalam bab ini memberikan antarmuka ke fitur-fitur yang " 34 | "unik untuk sistem operasi Unix, atau dalam beberapa kasus untuk sebagian " 35 | "atau banyak variannya. Berikut ini ikhtisar:" 36 | -------------------------------------------------------------------------------- /library/asyncore.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!asyncore` --- Asynchronous socket handler" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "Applications should use the :mod:`asyncio` module instead." 31 | msgstr "" 32 | 33 | msgid "" 34 | "The last version of Python that provided the :mod:`!asyncore` module was " 35 | "`Python 3.11 `_." 36 | msgstr "" 37 | -------------------------------------------------------------------------------- /distributing/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Distributing Python Modules" 26 | msgstr "Mendistribusikan Modul Python" 27 | 28 | msgid "" 29 | "Information and guidance on distributing Python modules and packages has " 30 | "been moved to the `Python Packaging User Guide`_, and the tutorial on " 31 | "`packaging Python projects`_." 32 | msgstr "" 33 | "Informasi dan panduan untuk mendistribusikan modul dan paket Python telah " 34 | "dipindahkan ke `Panduan Pengguna Pengemasan Python`_, dan tutorial tentang " 35 | "`pengemasan proyek Python`_." 36 | -------------------------------------------------------------------------------- /library/asynchat.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "Applications should use the :mod:`asyncio` module instead." 31 | msgstr "" 32 | 33 | msgid "" 34 | "The last version of Python that provided the :mod:`!asynchat` module was " 35 | "`Python 3.11 `_." 36 | msgstr "" 37 | -------------------------------------------------------------------------------- /library/distutils.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!distutils` --- Building and installing Python modules" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being " 27 | "deprecated in Python 3.10. The removal was decided in :pep:`632`, which has " 28 | "`migration advice `_." 29 | msgstr "" 30 | 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!distutils` module was " 33 | "`Python 3.11 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/modules.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Importing Modules" 26 | msgstr "Mengimpor Modul" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide new ways to import other " 30 | "Python modules and hooks for customizing the import process." 31 | msgstr "" 32 | "Modul yang dijelaskan dalam bab ini memberikan cara baru untuk mengimpor " 33 | "modul Python dan kait lainnya untuk menyesuaikan proses impor." 34 | 35 | msgid "The full list of modules described in this chapter is:" 36 | msgstr "Daftar lengkap modul yang dijelaskan dalam bab ini adalah:" 37 | -------------------------------------------------------------------------------- /library/imp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!imp` --- Access the import internals" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.4." 28 | msgstr "" 29 | 30 | msgid "" 31 | "The :ref:`removal notice ` includes guidance for " 32 | "migrating code from :mod:`!imp` to :mod:`importlib`." 33 | msgstr "" 34 | 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!imp` module was `Python " 37 | "3.11 `_." 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /library/mm.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Multimedia Services" 26 | msgstr "Layanan Multimedia" 27 | 28 | msgid "" 29 | "The modules described in this chapter implement various algorithms or " 30 | "interfaces that are mainly useful for multimedia applications. They are " 31 | "available at the discretion of the installation. Here's an overview:" 32 | msgstr "" 33 | "Modul yang dijelaskan dalam bab ini menerapkan berbagai algoritma atau " 34 | "antarmuka yang terutama berguna untuk aplikasi multimedia. Mereka tersedia " 35 | "atas kebijaksanaan instalasi. Berikut ini ikhtisar:" 36 | -------------------------------------------------------------------------------- /library/functional.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Functional Programming Modules" 26 | msgstr "Modul Pemrograman Fungsional" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide functions and classes that " 30 | "support a functional programming style, and general operations on callables." 31 | msgstr "" 32 | "Modul yang dijelaskan dalam bab ini menyediakan fungsi dan kelas yang " 33 | "mendukung gaya pemrograman fungsional, dan operasi umum pada *callables*." 34 | 35 | msgid "The following modules are documented in this chapter:" 36 | msgstr "Modul-modul berikut didokumentasikan dalam bab ini:" 37 | -------------------------------------------------------------------------------- /library/smtpd.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!smtpd` --- SMTP Server" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "A possible replacement is the third-party :pypi:`aiosmtpd` library. This " 32 | "library is not maintained or supported by the Python core team." 33 | msgstr "" 34 | 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!smtpd` module was " 37 | "`Python 3.11 `_." 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /using/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Python Setup and Usage" 26 | msgstr "Pengaturan dan Penggunaan Python" 27 | 28 | msgid "" 29 | "This part of the documentation is devoted to general information on the " 30 | "setup of the Python environment on different platforms, the invocation of " 31 | "the interpreter and things that make working with Python easier." 32 | msgstr "" 33 | "Ini bagian dari dokumentasi yang dikhususkan untuk informasi umum tentang " 34 | "pengaturan lingkungan Python pada platform yang berbeda, pemanggilan dari " 35 | "interpreter dan hal-hal yang membuat bekerja dengan Python jadi lebih mudah." 36 | -------------------------------------------------------------------------------- /library/spwd.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!spwd` --- The shadow password database" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "A possible replacement is the third-party library :pypi:`python-pam`. This " 32 | "library is not supported or maintained by the Python core team." 33 | msgstr "" 34 | 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!spwd` module was `Python " 37 | "3.12 `_." 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /c-api/utilities.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Utilities" 26 | msgstr "Utilitas" 27 | 28 | msgid "" 29 | "The functions in this chapter perform various utility tasks, ranging from " 30 | "helping C code be more portable across platforms, using Python modules from " 31 | "C, and parsing function arguments and constructing Python values from C " 32 | "values." 33 | msgstr "" 34 | "Fungsi dalam bab ini melakukan berbagai tugas utilitas, mulai dari membantu " 35 | "kode C menjadi lebih portabel di seluruh platform, menggunakan modul Python " 36 | "dari C, dan mem-parsing argumen fungsi dan membangun nilai-nilai Python dari " 37 | "nilai-nilai C." 38 | -------------------------------------------------------------------------------- /library/development.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Development Tools" 26 | msgstr "Alat Pengembangan" 27 | 28 | msgid "" 29 | "The modules described in this chapter help you write software. For example, " 30 | "the :mod:`pydoc` module takes a module and generates documentation based on " 31 | "the module's contents. The :mod:`doctest` and :mod:`unittest` modules " 32 | "contains frameworks for writing unit tests that automatically exercise code " 33 | "and verify that the expected output is produced." 34 | msgstr "" 35 | 36 | msgid "The list of modules described in this chapter is:" 37 | msgstr "Daftar modul yang dijelaskan di dalam bab ini adalah:" 38 | -------------------------------------------------------------------------------- /library/cgi.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!cgi` --- Common Gateway Interface support" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`. This " 32 | "is a copy of the cgi module, no longer maintained or supported by the core " 33 | "Python team." 34 | msgstr "" 35 | 36 | msgid "" 37 | "The last version of Python that provided the :mod:`!cgi` module was `Python " 38 | "3.12 `_." 39 | msgstr "" 40 | -------------------------------------------------------------------------------- /library/language.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Python Language Services" 26 | msgstr "Layanan Bahasa Python" 27 | 28 | msgid "" 29 | "Python provides a number of modules to assist in working with the Python " 30 | "language. These modules support tokenizing, parsing, syntax analysis, " 31 | "bytecode disassembly, and various other facilities." 32 | msgstr "" 33 | "Python menyediakan sejumlah modul untuk membantu bekerja dengan bahasa " 34 | "Python. Modul-modul ini mendukung tokenizing, parsing, analisis sintaks, " 35 | "bytecode disassembly, dan berbagai fasilitas lainnya." 36 | 37 | msgid "These modules include:" 38 | msgstr "Modul-modul ini termasuk:" 39 | -------------------------------------------------------------------------------- /library/telnetlib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!telnetlib` --- Telnet client" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "Possible replacements are third-party libraries from PyPI: :pypi:" 32 | "`telnetlib3` or :pypi:`Exscript`. These are not supported or maintained by " 33 | "the Python core team." 34 | msgstr "" 35 | 36 | msgid "" 37 | "The last version of Python that provided the :mod:`!telnetlib` module was " 38 | "`Python 3.12 `_." 39 | msgstr "" 40 | -------------------------------------------------------------------------------- /library/python.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Python Runtime Services" 26 | msgstr "Layanan Runtime Python" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide a wide range of services " 30 | "related to the Python interpreter and its interaction with its environment. " 31 | "Here's an overview:" 32 | msgstr "" 33 | "Modul-modul yang dijelaskan dalam bab ini menyediakan berbagai layanan yang " 34 | "terkait dengan *interpreter* Python dan interaksi dengan lingkungannya. " 35 | "Berikut ini ikhtisar:" 36 | 37 | msgid "" 38 | "See the :mod:`concurrent.interpreters` module, which similarly exposes core " 39 | "runtime functionality." 40 | msgstr "" 41 | -------------------------------------------------------------------------------- /library/cgitb.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!cgitb` --- Traceback manager for CGI scripts" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. " 32 | "This is a copy of the cgi module, no longer maintained or supported by the " 33 | "core Python team." 34 | msgstr "" 35 | 36 | msgid "" 37 | "The last version of Python that provided the :mod:`!cgitb` module was " 38 | "`Python 3.12 `_." 39 | msgstr "" 40 | -------------------------------------------------------------------------------- /library/sndhdr.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!sndhdr` --- Determine type of sound file" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "Possible replacements are third-party modules from PyPI: :pypi:`filetype`, :" 32 | "pypi:`puremagic`, or :pypi:`python-magic`. These are not supported or " 33 | "maintained by the Python core team." 34 | msgstr "" 35 | 36 | msgid "" 37 | "The last version of Python that provided the :mod:`!sndhdr` module was " 38 | "`Python 3.12 `_." 39 | msgstr "" 40 | -------------------------------------------------------------------------------- /library/imghdr.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!imghdr` --- Determine the type of an image" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "Possible replacements are third-party libraries from PyPI: :pypi:" 32 | "`filetype`, :pypi:`puremagic`, or :pypi:`python-magic`. These are not " 33 | "supported or maintained by the Python core team." 34 | msgstr "" 35 | 36 | msgid "" 37 | "The last version of Python that provided the :mod:`!imghdr` module was " 38 | "`Python 3.12 `_." 39 | msgstr "" 40 | -------------------------------------------------------------------------------- /library/custominterp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Custom Python Interpreters" 26 | msgstr "Ubahsuaian Interpreter Python" 27 | 28 | msgid "" 29 | "The modules described in this chapter allow writing interfaces similar to " 30 | "Python's interactive interpreter. If you want a Python interpreter that " 31 | "supports some special feature in addition to the Python language, you should " 32 | "look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, " 33 | "used to support compiling a possibly incomplete chunk of Python code.)" 34 | msgstr "" 35 | 36 | msgid "The full list of modules described in this chapter is:" 37 | msgstr "Daftar lengkap modul yang dijelaskan dalam bab ini adalah:" 38 | -------------------------------------------------------------------------------- /library/internet.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Internet Protocols and Support" 26 | msgstr "Protokol Internet dan Dukungan" 27 | 28 | msgid "" 29 | "The modules described in this chapter implement internet protocols and " 30 | "support for related technology. They are all implemented in Python. Most of " 31 | "these modules require the presence of the system-dependent module :mod:" 32 | "`socket`, which is currently supported on most popular platforms. Here is " 33 | "an overview:" 34 | msgstr "" 35 | 36 | msgid "WWW" 37 | msgstr "" 38 | 39 | msgid "Internet" 40 | msgstr "" 41 | 42 | msgid "World Wide Web" 43 | msgstr "" 44 | 45 | msgid "module" 46 | msgstr "modul" 47 | 48 | msgid "socket" 49 | msgstr "socket" 50 | -------------------------------------------------------------------------------- /library/crypt.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-13 14:13+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!crypt` --- Function to check Unix passwords" 22 | msgstr "" 23 | 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | msgid "" 31 | "Applications can use the :mod:`hashlib` module from the standard library. " 32 | "Other possible replacements are third-party libraries from PyPI: :pypi:" 33 | "`legacycrypt`, :pypi:`bcrypt`, or :pypi:`argon2-cffi`. These are not " 34 | "supported or maintained by the Python core team." 35 | msgstr "" 36 | 37 | msgid "" 38 | "The last version of Python that provided the :mod:`!crypt` module was " 39 | "`Python 3.12 `_." 40 | msgstr "" 41 | -------------------------------------------------------------------------------- /c-api/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Python/C API Reference Manual" 26 | msgstr "Panduan Referensi Python/API C" 27 | 28 | msgid "" 29 | "This manual documents the API used by C and C++ programmers who want to " 30 | "write extension modules or embed Python. It is a companion to :ref:" 31 | "`extending-index`, which describes the general principles of extension " 32 | "writing but does not document the API functions in detail." 33 | msgstr "" 34 | "Manual ini mendokumentasikan API yang digunakan oleh programmer C dan C++ " 35 | "yang ingin menulis modul ekstensi atau menanamkan Python. Ini adalah " 36 | "pendamping untuk :ref:`extending-index`, yang menggambarkan prinsip-prinsip " 37 | "umum penulisan ekstensi tetapi tidak mendokumentasikan fungsi-fungsi API " 38 | "secara rinci." 39 | -------------------------------------------------------------------------------- /c-api/none.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "The ``None`` Object" 26 | msgstr "Objek ``None``" 27 | 28 | msgid "" 29 | "Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed in " 30 | "the Python/C API. Since ``None`` is a singleton, testing for object " 31 | "identity (using ``==`` in C) is sufficient. There is no :c:func:`!" 32 | "PyNone_Check` function for the same reason." 33 | msgstr "" 34 | 35 | msgid "" 36 | "The Python ``None`` object, denoting lack of value. This object has no " 37 | "methods and is :term:`immortal`." 38 | msgstr "" 39 | 40 | msgid ":c:data:`Py_None` is :term:`immortal`." 41 | msgstr "" 42 | 43 | msgid "Return :c:data:`Py_None` from a function." 44 | msgstr "" 45 | 46 | msgid "object" 47 | msgstr "objek" 48 | 49 | msgid "None" 50 | msgstr "None" 51 | -------------------------------------------------------------------------------- /library/markup.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Structured Markup Processing Tools" 26 | msgstr "Alat Pemroses Markup Terstruktur" 27 | 28 | msgid "" 29 | "Python supports a variety of modules to work with various forms of " 30 | "structured data markup. This includes modules to work with the Standard " 31 | "Generalized Markup Language (SGML) and the Hypertext Markup Language (HTML), " 32 | "and several interfaces for working with the Extensible Markup Language (XML)." 33 | msgstr "" 34 | "Python mendukung berbagai modul untuk bekerja dengan berbagai bentuk markup " 35 | "data terstruktur. Ini termasuk modul untuk bekerja dengan Standard " 36 | "Generalized Markup Language (SGML) dan Hypertext Markup Language (HTML), dan " 37 | "beberapa antarmuka untuk bekerja dengan Extensible Markup Language (XML)." 38 | -------------------------------------------------------------------------------- /library/tkinter.colorchooser.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!tkinter.colorchooser` --- Color choosing dialog" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`" 25 | msgstr "" 26 | 27 | msgid "" 28 | "The :mod:`tkinter.colorchooser` module provides the :class:`Chooser` class " 29 | "as an interface to the native color picker dialog. ``Chooser`` implements a " 30 | "modal color choosing dialog window. The ``Chooser`` class inherits from the :" 31 | "class:`~tkinter.commondialog.Dialog` class." 32 | msgstr "" 33 | 34 | msgid "" 35 | "Create a color choosing dialog. A call to this method will show the window, " 36 | "wait for the user to make a selection, and return the selected color (or " 37 | "``None``) to the caller." 38 | msgstr "" 39 | 40 | msgid "Module :mod:`tkinter.commondialog`" 41 | msgstr "" 42 | 43 | msgid "Tkinter standard dialog module" 44 | msgstr "" 45 | -------------------------------------------------------------------------------- /library/distribution.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-11-29 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid "Software Packaging and Distribution" 27 | msgstr "Pengemasan dan Distribusi Perangkat Lunak" 28 | 29 | msgid "" 30 | "These libraries help you with publishing and installing Python software. " 31 | "While these modules are designed to work in conjunction with the `Python " 32 | "Package Index `__, they can also be used with a local " 33 | "index server, or without any index server at all." 34 | msgstr "" 35 | "Pustaka ini membantu Anda dengan menerbitkan dan melakukan instalasi " 36 | "perangkat lunak Python. Sementara modul-modul ini dirancang untuk bekerja " 37 | "bersama dengan `Python Package Index `__ mereka juga dapat " 38 | "digunakan dengan server indeks lokal, atau tanpa server indeks sama sekali." 39 | -------------------------------------------------------------------------------- /library/allos.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Generic Operating System Services" 26 | msgstr "Layanan Sistem Operasi Generik" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide interfaces to operating system " 30 | "features that are available on (almost) all operating systems, such as files " 31 | "and a clock. The interfaces are generally modeled after the Unix or C " 32 | "interfaces, but they are available on most other systems as well. Here's an " 33 | "overview:" 34 | msgstr "" 35 | "Modul yang dijelaskan dalam bab ini menyediakan antarmuka untuk fitur sistem " 36 | "operasi yang tersedia pada (hampir) semua sistem operasi, seperti file dan " 37 | "jam. Antarmuka umumnya dimodelkan setelah antarmuka Unix atau C, tetapi " 38 | "mereka tersedia di sebagian besar sistem lain juga. Berikut ini ikhtisar:" 39 | -------------------------------------------------------------------------------- /library/i18n.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Internationalization" 26 | msgstr "Internasionalisasi" 27 | 28 | msgid "" 29 | "The modules described in this chapter help you write software that is " 30 | "independent of language and locale by providing mechanisms for selecting a " 31 | "language to be used in program messages or by tailoring output to match " 32 | "local conventions." 33 | msgstr "" 34 | "Modul yang dijelaskan di dalam bab ini membantu kamu menulis perangkat lunak " 35 | "yang tidak tergantung pada bahasa dan lokal dengan menyediakan mekanisme " 36 | "untuk memilih bahasa yang akan digunakan dalam pesan program atau dengan " 37 | "menyesuaikan hasil agar sesuai dengan konvensi lokal" 38 | 39 | msgid "The list of modules described in this chapter is:" 40 | msgstr "Daftar modul yang dijelaskan di dalam bab ini adalah:" 41 | -------------------------------------------------------------------------------- /extending/building.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Building C and C++ Extensions" 22 | msgstr "" 23 | 24 | msgid "" 25 | "A C extension for CPython is a shared library (for example, a ``.so`` file " 26 | "on Linux, ``.pyd`` on Windows), which exports an *initialization function*." 27 | msgstr "" 28 | 29 | msgid "See :ref:`extension-modules` for details." 30 | msgstr "" 31 | 32 | msgid "Building C and C++ Extensions with setuptools" 33 | msgstr "" 34 | 35 | msgid "" 36 | "Building, packaging and distributing extension modules is best done with " 37 | "third-party tools, and is out of scope of this document. One suitable tool " 38 | "is Setuptools, whose documentation can be found at https://setuptools.pypa." 39 | "io/en/latest/setuptools.html." 40 | msgstr "" 41 | 42 | msgid "" 43 | "The :mod:`distutils` module, which was included in the standard library " 44 | "until Python 3.12, is now maintained as part of Setuptools." 45 | msgstr "" 46 | -------------------------------------------------------------------------------- /library/text.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Text Processing Services" 26 | msgstr "Layanan Pemrosesan Teks" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide a wide range of string " 30 | "manipulation operations and other text processing services." 31 | msgstr "" 32 | "Modul yang dijelaskan dalam bab ini menyediakan berbagai operasi manipulasi " 33 | "string dan layanan pemrosesan text lainnya." 34 | 35 | msgid "" 36 | "The :mod:`codecs` module described under :ref:`binaryservices` is also " 37 | "highly relevant to text processing. In addition, see the documentation for " 38 | "Python's built-in string type in :ref:`textseq`." 39 | msgstr "" 40 | "Modul :mod:`codecs` yang dijelaskan pada :ref:`binaryservices` juga sangat " 41 | "relevan untuk pemrosesan text. Lihat juga dokumentasi untuk tipe string " 42 | "bawaan Python di :ref:`textseq`." 43 | -------------------------------------------------------------------------------- /library/filesys.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "File and Directory Access" 22 | msgstr "" 23 | 24 | msgid "" 25 | "The modules described in this chapter deal with disk files and directories. " 26 | "For example, there are modules for reading the properties of files, " 27 | "manipulating paths in a portable way, and creating temporary files. The " 28 | "full list of modules in this chapter is:" 29 | msgstr "" 30 | 31 | msgid "Module :mod:`os`" 32 | msgstr "" 33 | 34 | msgid "" 35 | "Operating system interfaces, including functions to work with files at a " 36 | "lower level than Python :term:`file objects `." 37 | msgstr "" 38 | 39 | msgid "Module :mod:`io`" 40 | msgstr "" 41 | 42 | msgid "" 43 | "Python's built-in I/O library, including both abstract classes and some " 44 | "concrete classes such as file I/O." 45 | msgstr "" 46 | 47 | msgid "Built-in function :func:`open`" 48 | msgstr "" 49 | 50 | msgid "The standard way to open files for reading and writing with Python." 51 | msgstr "" 52 | -------------------------------------------------------------------------------- /library/compression.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "The :mod:`!compression` package" 22 | msgstr "" 23 | 24 | msgid "" 25 | "The :mod:`!compression` package contains the canonical compression modules " 26 | "containing interfaces to several different compression algorithms. Some of " 27 | "these modules have historically been available as separate modules; those " 28 | "will continue to be available under their original names for compatibility " 29 | "reasons, and will not be removed without a deprecation cycle. The use of " 30 | "modules in :mod:`!compression` is encouraged where practical." 31 | msgstr "" 32 | 33 | msgid ":mod:`!compression.bz2` -- Re-exports :mod:`bz2`" 34 | msgstr "" 35 | 36 | msgid ":mod:`!compression.gzip` -- Re-exports :mod:`gzip`" 37 | msgstr "" 38 | 39 | msgid ":mod:`!compression.lzma` -- Re-exports :mod:`lzma`" 40 | msgstr "" 41 | 42 | msgid ":mod:`!compression.zlib` -- Re-exports :mod:`zlib`" 43 | msgstr "" 44 | 45 | msgid "" 46 | ":mod:`compression.zstd` -- Wrapper for the Zstandard compression library" 47 | msgstr "" 48 | -------------------------------------------------------------------------------- /library/concurrency.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Concurrent Execution" 26 | msgstr "Eksekusi Serentak" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide support for concurrent " 30 | "execution of code. The appropriate choice of tool will depend on the task to " 31 | "be executed (CPU bound vs IO bound) and preferred style of development " 32 | "(event driven cooperative multitasking vs preemptive multitasking). Here's " 33 | "an overview:" 34 | msgstr "" 35 | "Modul yang dijelaskan dalam bab ini memberikan dukungan untuk eksekusi kode " 36 | "secara bersamaan. Pilihan alat yang tepat akan tergantung pada tugas yang " 37 | "akan dijalankan (CPU terikat vs IO terikat) dan gaya yang dipilih saat " 38 | "pembuatan (multitasking koperatif yang dipicu kejadian vs multitasking " 39 | "preemptif). Berikut ini ikhtisar:" 40 | 41 | msgid "The following are support modules for some of the above services:" 42 | msgstr "Berikut ini adalah modul pendukung untuk beberapa layanan di atas:" 43 | -------------------------------------------------------------------------------- /library/urllib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!urllib` --- URL handling modules" 26 | msgstr "" 27 | 28 | msgid "**Source code:** :source:`Lib/urllib/`" 29 | msgstr "**Kode sumber:** :source:`Lib/urllib/`" 30 | 31 | msgid "" 32 | "``urllib`` is a package that collects several modules for working with URLs:" 33 | msgstr "" 34 | "``urllib`` adalah paket yang mengumpulkan beberapa modul untuk bekerja " 35 | "dengan URL:" 36 | 37 | msgid ":mod:`urllib.request` for opening and reading URLs" 38 | msgstr ":mod:`urllib.request` untuk membuka dan membaca URL" 39 | 40 | msgid "" 41 | ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`" 42 | msgstr "" 43 | ":mod:`urllib.error` berisi pengecualian yang dimunculkan oleh :mod:`urllib." 44 | "request`" 45 | 46 | msgid ":mod:`urllib.parse` for parsing URLs" 47 | msgstr ":mod:`urllib.parse` untuk mengurai URL" 48 | 49 | msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files" 50 | msgstr ":mod:`urllib.robotparser` untuk mengurai berkas ``robots.txt``" 51 | -------------------------------------------------------------------------------- /copyright.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Copyright" 26 | msgstr "Hak Cipta" 27 | 28 | msgid "Python and this documentation is:" 29 | msgstr "Python dan dokumentasi ini adalah:" 30 | 31 | msgid "Copyright © 2001 Python Software Foundation. All rights reserved." 32 | msgstr "" 33 | 34 | msgid "Copyright © 2000 BeOpen.com. All rights reserved." 35 | msgstr "Hak Cipta © 2000 BeOpen.com. Seluruh hak cipta." 36 | 37 | msgid "" 38 | "Copyright © 1995-2000 Corporation for National Research Initiatives. All " 39 | "rights reserved." 40 | msgstr "" 41 | "Hak Cipta © 1995-2000 Corporation for National Research Initiatives. Seluruh " 42 | "hak cipta." 43 | 44 | msgid "" 45 | "Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved." 46 | msgstr "" 47 | "Hak Cipta © 1991-1995 Stichting Mathematisch Centrum. Seluruh hak cipta." 48 | 49 | msgid "" 50 | "See :ref:`history-and-license` for complete license and permissions " 51 | "information." 52 | msgstr "" 53 | "Lihat :ref:`history-and-license` untuk lisensi lengkap dan informasi " 54 | "perizinan." 55 | -------------------------------------------------------------------------------- /reference/grammar.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-12-13 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid "Full Grammar specification" 27 | msgstr "Spesifikasi Lengkap Tata Bahasa" 28 | 29 | msgid "" 30 | "This is the full Python grammar, derived directly from the grammar used to " 31 | "generate the CPython parser (see :source:`Grammar/python.gram`). The version " 32 | "here omits details related to code generation and error recovery." 33 | msgstr "" 34 | "Ini adalah tata bahasa Python lengkap, diturunkan langsung dari tata bahasa " 35 | "yang digunakan untuk menghasilkan pengurai CPython (lihat :source:`Grammar/" 36 | "python.gram`). Versi di sini menghilangkan detail yang terkait dengan " 37 | "pembuatan kode dan pemulihan kesalahan." 38 | 39 | msgid "" 40 | "The notation used here is the same as in the preceding docs, and is " 41 | "described in the :ref:`notation ` section, except for an extra " 42 | "complication:" 43 | msgstr "" 44 | 45 | msgid "" 46 | "``~`` (\"cut\"): commit to the current alternative and fail the rule even if " 47 | "this fails to parse" 48 | msgstr "" 49 | -------------------------------------------------------------------------------- /library/ipc.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Networking and Interprocess Communication" 26 | msgstr "Komunikasi Interproses dan Networking" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide mechanisms for networking and " 30 | "inter-processes communication." 31 | msgstr "" 32 | "Modul-modul yang dijelaskan pada bab ini menyediakan mekanisme untuk " 33 | "*networking* dan komunikasi inter-proses." 34 | 35 | msgid "" 36 | "Some modules only work for two processes that are on the same machine, e.g. :" 37 | "mod:`signal` and :mod:`mmap`. Other modules support networking protocols " 38 | "that two or more processes can use to communicate across machines." 39 | msgstr "" 40 | "Beberapa modul hanya bekerja untuk dua proses yang terdapat pada mesin yang " 41 | "sama, contohnya :mod:`signal` dan :mod:`mmap`. Modul lainnya mendukung " 42 | "protokol jaringan yang dapat digunakan dua atau lebih proses untuk " 43 | "komunikasi lintas mesin." 44 | 45 | msgid "The list of modules described in this chapter is:" 46 | msgstr "Daftar modul yang dijelaskan di dalam bab ini adalah:" 47 | -------------------------------------------------------------------------------- /library/debug.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Debugging and Profiling" 26 | msgstr "Debugging dan Profiling" 27 | 28 | msgid "" 29 | "These libraries help you with Python development: the debugger enables you " 30 | "to step through code, analyze stack frames and set breakpoints etc., and the " 31 | "profilers run code and give you a detailed breakdown of execution times, " 32 | "allowing you to identify bottlenecks in your programs. Auditing events " 33 | "provide visibility into runtime behaviors that would otherwise require " 34 | "intrusive debugging or patching." 35 | msgstr "" 36 | "Pustaka-pustaka ini membantu Anda dalam pengembangan Python: debugger " 37 | "memungkinkan Anda untuk menelusuri kode, menganalisis bingkai tumpukan " 38 | "(stack frames), dan mengatur breakpoints dll., Dan profiler menjalankan kode " 39 | "dan memberi Anda rincian waktu eksekusi, yang memungkinkan Anda untuk " 40 | "mengidentifikasi kemacetan (bottlenecks) dalam program Anda. Audit " 41 | "memberikan visibilitas ke dalam perilaku runtime yang seharusnya memerlukan " 42 | "debugging atau patch yang mengganggu." 43 | -------------------------------------------------------------------------------- /library/persistence.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Data Persistence" 26 | msgstr "Persistensi Data" 27 | 28 | msgid "" 29 | "The modules described in this chapter support storing Python data in a " 30 | "persistent form on disk. The :mod:`pickle` and :mod:`marshal` modules can " 31 | "turn many Python data types into a stream of bytes and then recreate the " 32 | "objects from the bytes. The various DBM-related modules support a family of " 33 | "hash-based file formats that store a mapping of strings to other strings." 34 | msgstr "" 35 | "Modul yang dijelaskan di dalam bab ini mendukung untuk menyimpan data Python " 36 | "di dalam sebuah bentuk persisten pada disk. Modul :mod:`pickle` dan :mod:" 37 | "`marshal` bisa mengubah banyak tipe data Python ke sebuah aliran byte dan " 38 | "kemudian membuat ulang objek dari bytenya. Berbagai modul terkait DBM " 39 | "mendukung serangkaian format file berbasis hash yang menyimpan pemetaan " 40 | "string ke string lain." 41 | 42 | msgid "The list of modules described in this chapter is:" 43 | msgstr "Daftar modul yang dijelaskan di dalam bab ini adalah:" 44 | -------------------------------------------------------------------------------- /library/tkinter.scrolledtext.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!tkinter.scrolledtext` --- Scrolled Text Widget" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/tkinter/scrolledtext.py`" 25 | msgstr "" 26 | 27 | msgid "" 28 | "The :mod:`tkinter.scrolledtext` module provides a class of the same name " 29 | "which implements a basic text widget which has a vertical scroll bar " 30 | "configured to do the \"right thing.\" Using the :class:`ScrolledText` class " 31 | "is a lot easier than setting up a text widget and scroll bar directly." 32 | msgstr "" 33 | 34 | msgid "" 35 | "The text widget and scrollbar are packed together in a :class:`Frame`, and " 36 | "the methods of the :class:`Grid` and :class:`Pack` geometry managers are " 37 | "acquired from the :class:`Frame` object. This allows the :class:" 38 | "`ScrolledText` widget to be used directly to achieve most normal geometry " 39 | "management behavior." 40 | msgstr "" 41 | 42 | msgid "" 43 | "Should more specific control be necessary, the following attributes are " 44 | "available:" 45 | msgstr "" 46 | 47 | msgid "The frame which surrounds the text and scroll bar widgets." 48 | msgstr "" 49 | 50 | msgid "The scroll bar widget." 51 | msgstr "" 52 | -------------------------------------------------------------------------------- /whatsnew/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-11-29 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid "What's New in Python" 27 | msgstr "Apa yang Baru di Python" 28 | 29 | msgid "" 30 | "The \"What's New in Python\" series of essays takes tours through the most " 31 | "important changes between major Python versions. They are a \"must read\" " 32 | "for anyone wishing to stay up-to-date after a new release." 33 | msgstr "" 34 | "Serial esai \"Apa yang Baru di Python\" membawa tur melalui perubahan yang " 35 | "paling penting antara versi utama Python. Serial tersebut adalah \"wajib " 36 | "dibaca\" untuk siapa saja yang ingin tetap up-to-date setelah ada rilis baru." 37 | 38 | msgid "" 39 | "The \"Changelog\" is an HTML version of the :pypi:`file built` from " 40 | "the contents of the :source:`Misc/NEWS.d` directory tree, which contains " 41 | "*all* nontrivial changes to Python for the current version." 42 | msgstr "" 43 | "\"Changelog\" adalah versi HTML dari file :pypi:` yang dibuat` dari " 44 | "isi pohon direktori :source:`Misc/NEWS.d`, yang berisi *semua* perubahan " 45 | "nontrivial pada Python untuk versi saat ini." 46 | -------------------------------------------------------------------------------- /library/xmlrpc.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-12-13 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid ":mod:`!xmlrpc` --- XMLRPC server and client modules" 27 | msgstr "" 28 | 29 | msgid "" 30 | "XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a " 31 | "transport. With it, a client can call methods with parameters on a remote " 32 | "server (the server is named by a URI) and get back structured data." 33 | msgstr "" 34 | "XML-RPC adalah method Remote Procedure Call yang menggunakan XML dan " 35 | "diteruskan melalui HTTP sebagai pengangkut. Dengan begitu, client dapat " 36 | "memanggil method yang memiliki parameter pada sebuah server jarak jauh " 37 | "(server tersebut dinamai dengan URI) dan menerima kembali data yang " 38 | "terstruktur." 39 | 40 | msgid "" 41 | "``xmlrpc`` is a package that collects server and client modules implementing " 42 | "XML-RPC. The modules are:" 43 | msgstr "" 44 | "``xmlrpc`` adalah sebuah package yang mengumpulkan modul-modul dan client " 45 | "yang menerapkan XML-RPC. Modul-modul tersebut adalah:" 46 | 47 | msgid ":mod:`xmlrpc.client`" 48 | msgstr ":mod:`xmlrpc.client`" 49 | 50 | msgid ":mod:`xmlrpc.server`" 51 | msgstr ":mod:`xmlrpc.server`" 52 | -------------------------------------------------------------------------------- /library/superseded.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Superseded Modules" 26 | msgstr "Modul yang Diganti" 27 | 28 | msgid "" 29 | "The modules described in this chapter have been superseded by other modules " 30 | "for most use cases, and are retained primarily to preserve backwards " 31 | "compatibility." 32 | msgstr "" 33 | 34 | msgid "" 35 | "Modules may appear in this chapter because they only cover a limited subset " 36 | "of a problem space, and a more generally applicable solution is available " 37 | "elsewhere in the standard library (for example, :mod:`getopt` covers the " 38 | "very specific task of \"mimic the C :c:func:`!getopt` API in Python\", " 39 | "rather than the broader command line option parsing and argument parsing " 40 | "capabilities offered by :mod:`optparse` and :mod:`argparse`)." 41 | msgstr "" 42 | 43 | msgid "" 44 | "Alternatively, modules may appear in this chapter because they are " 45 | "deprecated outright, and awaiting removal in a future release, or they are :" 46 | "term:`soft deprecated` and their use is actively discouraged in new " 47 | "projects. With the removal of various obsolete modules through :pep:`594`, " 48 | "there are currently no modules in this latter category." 49 | msgstr "" 50 | -------------------------------------------------------------------------------- /library/numeric.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Numeric and Mathematical Modules" 26 | msgstr "Modul Numerik dan Matematika" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide numeric and math-related " 30 | "functions and data types. The :mod:`numbers` module defines an abstract " 31 | "hierarchy of numeric types. The :mod:`math` and :mod:`cmath` modules contain " 32 | "various mathematical functions for floating-point and complex numbers. The :" 33 | "mod:`decimal` module supports exact representations of decimal numbers, " 34 | "using arbitrary precision arithmetic." 35 | msgstr "" 36 | "Modul-modul yang diuraikan dalam bab ini menyediakan fungsi-fungsi dan tipe " 37 | "data yang berkaitan dengan angka dan matematika. Modul :mod:`numbers` " 38 | "mendefinisikan hirarki abstrak tipe numerik. Modul :mod:`math` dan :mod:" 39 | "`cmath` berisi berbagai fungsi matematika untuk angka-angka pecahan " 40 | "*floating-point* dan kompleks. Modul :mod:`decimal` mendukung representasi " 41 | "tepat angka desimal, menggunakan presisi aritmatika yang berubah-ubah " 42 | "*arbitrary*." 43 | 44 | msgid "The following modules are documented in this chapter:" 45 | msgstr "Modul-modul berikut didokumentasikan dalam bab ini:" 46 | -------------------------------------------------------------------------------- /library/keyword.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!keyword` --- Testing for Python keywords" 26 | msgstr "" 27 | 28 | msgid "**Source code:** :source:`Lib/keyword.py`" 29 | msgstr "**Kode sumber:** :source:`Lib/keyword.py`" 30 | 31 | msgid "" 32 | "This module allows a Python program to determine if a string is a :ref:" 33 | "`keyword ` or :ref:`soft keyword `." 34 | msgstr "" 35 | 36 | msgid "Return ``True`` if *s* is a Python :ref:`keyword `." 37 | msgstr "Kembalikan ``True`` jika *s* adalah :ref:`keyword ` Python." 38 | 39 | msgid "" 40 | "Sequence containing all the :ref:`keywords ` defined for the " 41 | "interpreter. If any keywords are defined to only be active when particular :" 42 | "mod:`__future__` statements are in effect, these will be included as well." 43 | msgstr "" 44 | 45 | msgid "Return ``True`` if *s* is a Python :ref:`soft keyword `." 46 | msgstr "" 47 | 48 | msgid "" 49 | "Sequence containing all the :ref:`soft keywords ` defined for " 50 | "the interpreter. If any soft keywords are defined to only be active when " 51 | "particular :mod:`__future__` statements are in effect, these will be " 52 | "included as well." 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /library/datatypes.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Data Types" 26 | msgstr "Tipe Data" 27 | 28 | msgid "" 29 | "The modules described in this chapter provide a variety of specialized data " 30 | "types such as dates and times, fixed-type arrays, heap queues, double-ended " 31 | "queues, and enumerations." 32 | msgstr "" 33 | "Modul yang dijelaskan dalam bab ini menyediakan berbagai tipe data khusus " 34 | "seperti tanggal dan waktu, array tipe-tetap, antrian tumpukan, antrian ujung " 35 | "ganda, dan enumerasi." 36 | 37 | msgid "" 38 | "Python also provides some built-in data types, in particular, :class:" 39 | "`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and :class:" 40 | "`tuple`. The :class:`str` class is used to hold Unicode strings, and the :" 41 | "class:`bytes` and :class:`bytearray` classes are used to hold binary data." 42 | msgstr "" 43 | "Python juga menyediakan beberapa tipe data bawaan, khususnya, :class:" 44 | "`dict`, :class:`list`, :class:`set` dan :class:`frozenset`, dan :class:" 45 | "`tuple`. Kelas :class:`str` digunakan untuk menyimpan string Unicode, dan :" 46 | "class:`bytes` dan :class:`bytearray` kelas digunakan untuk menyimpan data " 47 | "biner." 48 | 49 | msgid "The following modules are documented in this chapter:" 50 | msgstr "Modul-modul berikut didokumentasikan dalam bab ini:" 51 | -------------------------------------------------------------------------------- /using/editors.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-11-29 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid "Editors and IDEs" 27 | msgstr "Editor dan IDE" 28 | 29 | msgid "" 30 | "There are a number of IDEs that support Python programming language. Many " 31 | "editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` " 32 | "checks." 33 | msgstr "" 34 | "Ada banyak IDE yang mendukung bahasa program Python. Banyak editor dan IDE " 35 | "menyediakan *highlight syntax*, alat *debugging*, dan menguji :pep:`8`." 36 | 37 | msgid "IDLE --- Python editor and shell" 38 | msgstr "" 39 | 40 | msgid "" 41 | "IDLE is Python’s Integrated Development and Learning Environment and is " 42 | "generally bundled with Python installs. If you are on Linux and do not have " 43 | "IDLE installed see :ref:`Installing IDLE on Linux " 44 | "`. For more information see the :ref:`IDLE docs " 45 | "`." 46 | msgstr "" 47 | 48 | msgid "Other Editors and IDEs" 49 | msgstr "" 50 | 51 | msgid "" 52 | "Python's community wiki has information submitted by the community on " 53 | "Editors and IDEs. Please go to `Python Editors `_ and `Integrated Development Environments `_ for a comprehensive " 56 | "list." 57 | msgstr "" 58 | -------------------------------------------------------------------------------- /c-api/abstract.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-12-13 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid "Abstract Objects Layer" 27 | msgstr "Lapisan Abstrak Objek" 28 | 29 | msgid "" 30 | "The functions in this chapter interact with Python objects regardless of " 31 | "their type, or with wide classes of object types (e.g. all numerical types, " 32 | "or all sequence types). When used on object types for which they do not " 33 | "apply, they will raise a Python exception." 34 | msgstr "" 35 | "Fungsi-fungsi dalam bab ini berinteraksi dengan objek-objek Python terlepas " 36 | "dari tipenya, atau dengan kelas-kelas jenis objek yang luas (misalnya semua " 37 | "tipe numerik, atau semua tipe urutan). Ketika digunakan pada jenis objek " 38 | "yang tidak mereka terapkan, mereka akan menghasilkan pengecualian Python." 39 | 40 | msgid "" 41 | "It is not possible to use these functions on objects that are not properly " 42 | "initialized, such as a list object that has been created by :c:func:" 43 | "`PyList_New`, but whose items have not been set to some non-\\ ``NULL`` " 44 | "value yet." 45 | msgstr "" 46 | "Tidak mungkin untuk menggunakan fungsi-fungsi ini pada objek yang tidak " 47 | "diinisialisasi dengan benar, seperti objek daftar yang telah dibuat dengan :" 48 | "c:func:`PyList_New`, tetapi item-itemnya belum disetel ke beberapa nilai non-" 49 | "\\ ``NULL`` sebelumnya." 50 | -------------------------------------------------------------------------------- /reference/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "The Python Language Reference" 26 | msgstr "Referensi Bahasa Python" 27 | 28 | msgid "" 29 | "This reference manual describes the syntax and \"core semantics\" of the " 30 | "language. It is terse, but attempts to be exact and complete. The semantics " 31 | "of non-essential built-in object types and of the built-in functions and " 32 | "modules are described in :ref:`library-index`. For an informal introduction " 33 | "to the language, see :ref:`tutorial-index`. For C or C++ programmers, two " 34 | "additional manuals exist: :ref:`extending-index` describes the high-level " 35 | "picture of how to write a Python extension module, and the :ref:`c-api-" 36 | "index` describes the interfaces available to C/C++ programmers in detail." 37 | msgstr "" 38 | "Manual referensi ini menjelaskan sintaksis dan \"core semantics\" dari " 39 | "bahasa. Ini singkat, tetapi berusaha untuk menjadi tepat dan lengkap. " 40 | "Semantik tipe objek bawaan yang tidak esensial dan fungsi dan modul bawaan " 41 | "dijelaskan dalam :ref:`library-index`. Untuk pengantar informal ke bahasa, " 42 | "lihat :ref:`tutorial-index`. Untuk programmer C atau C++, ada dua manual " 43 | "tambahan: :ref:`extending-index` menjelaskan gambar tingkat tinggi tentang " 44 | "cara menulis modul ekstensi Python, dan :ref:`c-api-index` menjelaskan " 45 | "antarmuka yang tersedia untuk C / C++ programmer secara detail." 46 | -------------------------------------------------------------------------------- /howto/cporting.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Porting Extension Modules to Python 3" 26 | msgstr "Penyesuaian *Porting* Modul Ekstensi ke Python 3" 27 | 28 | msgid "" 29 | "We recommend the following resources for porting extension modules to Python " 30 | "3:" 31 | msgstr "" 32 | "Kami merekomendasikan sumber daya berikut untuk penyesuaian *porting* modul " 33 | "ekstensi ke Python 3:" 34 | 35 | msgid "" 36 | "The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth " 37 | "guide*, a book on moving from Python 2 to Python 3 in general, guides the " 38 | "reader through porting an extension module." 39 | msgstr "" 40 | "Bab `Migrating C extensions`_ from *Supporting Python 3: An in-depth " 41 | "guide*, sebuah buku yang membahas perpindahan dari Python 2 ke Python 3 " 42 | "secara umum, menjadi panduan pembaca dalam *porting* sebuah modul ekstensi." 43 | 44 | msgid "" 45 | "The `Porting guide`_ from the *py3c* project provides opinionated " 46 | "suggestions with supporting code." 47 | msgstr "" 48 | "`Porting guide`_ dari proyek *py3c* menyediakan saran beropini dengan kode " 49 | "pendukung." 50 | 51 | msgid "" 52 | ":ref:`Recommended third party tools ` offer abstractions over " 53 | "the Python's C API. Extensions generally need to be re-written to use one of " 54 | "them, but the library then handles differences between various Python " 55 | "versions and implementations." 56 | msgstr "" 57 | -------------------------------------------------------------------------------- /library/binary.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-11-29 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid "Binary Data Services" 27 | msgstr "Servis Data Binary" 28 | 29 | msgid "" 30 | "The modules described in this chapter provide some basic services operations " 31 | "for manipulation of binary data. Other operations on binary data, " 32 | "specifically in relation to file formats and network protocols, are " 33 | "described in the relevant sections." 34 | msgstr "" 35 | "Modul-modul yang dijelaskan pada bab ini menyediakan operasi-operasi servis " 36 | "dasar untuk memanipulasi data *binary*. Operasi lainnya pada data *binary*, " 37 | "khususnya yang berkaitan dengan format *file* dan protokol jaringan, " 38 | "dijelaskan pada bagian yang relevan." 39 | 40 | msgid "" 41 | "Some libraries described under :ref:`textservices` also work with either " 42 | "ASCII-compatible binary formats (for example, :mod:`re`) or all binary data " 43 | "(for example, :mod:`difflib`)." 44 | msgstr "" 45 | "Beberapa pustaka yang dijelaskan pada :ref:`textservices` juga bekerja " 46 | "dengan format-format *binary* yang ASCII-compatible (contohnya, :mod:`re`) " 47 | "maupun semua data *binary* (contohnya, :mod:`difflib`)." 48 | 49 | msgid "" 50 | "In addition, see the documentation for Python's built-in binary data types " 51 | "in :ref:`binaryseq`." 52 | msgstr "" 53 | "Sebagai tambahan, lihat dokumentasi untuk tipe data *binary* bawaan Python " 54 | "di :ref:`binaryseq`." 55 | -------------------------------------------------------------------------------- /c-api/coro.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Coroutine Objects" 26 | msgstr "Objek Coroutine" 27 | 28 | msgid "" 29 | "Coroutine objects are what functions declared with an ``async`` keyword " 30 | "return." 31 | msgstr "" 32 | "Objek Coroutine adalah fungsi yang dideklarasikan dengan pengembalian kata " 33 | "kunci ``async``." 34 | 35 | msgid "The C structure used for coroutine objects." 36 | msgstr "Struktur C yang digunakan untuk objek coroutine." 37 | 38 | msgid "The type object corresponding to coroutine objects." 39 | msgstr "Jenis objek yang sesuai dengan objek coroutine." 40 | 41 | msgid "" 42 | "Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be " 43 | "``NULL``. This function always succeeds." 44 | msgstr "" 45 | "Mengembalikan benar jika tipe dari *ob* adalah :c:type:`PyCoro_Type`; *ob* " 46 | "harus tidak ``NULL``. Fungsi ini selalu sukses." 47 | 48 | msgid "" 49 | "Create and return a new coroutine object based on the *frame* object, with " 50 | "``__name__`` and ``__qualname__`` set to *name* and *qualname*. A reference " 51 | "to *frame* is stolen by this function. The *frame* argument must not be " 52 | "``NULL``." 53 | msgstr "" 54 | "Membuat and mengembalikan sebuah objek coroutine berdasarkan objek *frame* , " 55 | "dengan ``__name__`` dan ``__qualname__`` diatur menjadi *name* dan " 56 | "*qualname*. Referensi menuju *frame* diambil oleh fungsi ini. Argumen " 57 | "*frame* tidak boleh ``NULL``." 58 | -------------------------------------------------------------------------------- /library/tk.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Graphical user interfaces with Tk" 26 | msgstr "" 27 | 28 | msgid "" 29 | "Tk/Tcl has long been an integral part of Python. It provides a robust and " 30 | "platform independent windowing toolkit, that is available to Python " 31 | "programmers using the :mod:`tkinter` package, and its extension, the :mod:" 32 | "`tkinter.ttk` module." 33 | msgstr "" 34 | 35 | msgid "" 36 | "The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. " 37 | "To use :mod:`tkinter`, you don't need to write Tcl code, but you will need " 38 | "to consult the Tk documentation, and occasionally the Tcl documentation. :" 39 | "mod:`tkinter` is a set of wrappers that implement the Tk widgets as Python " 40 | "classes." 41 | msgstr "" 42 | 43 | msgid "" 44 | ":mod:`tkinter`'s chief virtues are that it is fast, and that it usually " 45 | "comes bundled with Python. Although its standard documentation is weak, good " 46 | "material is available, which includes: references, tutorials, a book and " 47 | "others. :mod:`tkinter` is also famous for having an outdated look and feel, " 48 | "which has been vastly improved in Tk 8.5. Nevertheless, there are many other " 49 | "GUI libraries that you could be interested in. The Python wiki lists several " 50 | "alternative `GUI frameworks and tools `_." 52 | msgstr "" 53 | 54 | msgid "GUI" 55 | msgstr "" 56 | 57 | msgid "Graphical User Interface" 58 | msgstr "" 59 | 60 | msgid "Tkinter" 61 | msgstr "Tkinter" 62 | 63 | msgid "Tk" 64 | msgstr "" 65 | -------------------------------------------------------------------------------- /c-api/bool.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-07 14:13+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Boolean Objects" 26 | msgstr "Objek Boolean" 27 | 28 | msgid "" 29 | "Booleans in Python are implemented as a subclass of integers. There are " 30 | "only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, the " 31 | "normal creation and deletion functions don't apply to booleans. The " 32 | "following macros are available, however." 33 | msgstr "" 34 | 35 | msgid "" 36 | "This instance of :c:type:`PyTypeObject` represents the Python boolean type; " 37 | "it is the same object as :class:`bool` in the Python layer." 38 | msgstr "" 39 | 40 | msgid "" 41 | "Return true if *o* is of type :c:data:`PyBool_Type`. This function always " 42 | "succeeds." 43 | msgstr "" 44 | "Mengembalikan nilai true jika *o* bertipe :c:data:`PyBool_Type`. Fungsi ini " 45 | "selalu berhasil." 46 | 47 | msgid "" 48 | "The Python ``False`` object. This object has no methods and is :term:" 49 | "`immortal`." 50 | msgstr "" 51 | 52 | msgid ":c:data:`Py_False` is :term:`immortal`." 53 | msgstr "" 54 | 55 | msgid "" 56 | "The Python ``True`` object. This object has no methods and is :term:" 57 | "`immortal`." 58 | msgstr "" 59 | 60 | msgid ":c:data:`Py_True` is :term:`immortal`." 61 | msgstr "" 62 | 63 | msgid "Return :c:data:`Py_False` from a function." 64 | msgstr "Mengembalikan :c:data:`Py_False` dari sebuah fungsi." 65 | 66 | msgid "Return :c:data:`Py_True` from a function." 67 | msgstr "Mengembalikan :c:data:`Py_True` dari sebuah fungsi." 68 | 69 | msgid "" 70 | "Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value " 71 | "of *v*." 72 | msgstr "" 73 | -------------------------------------------------------------------------------- /howto/pyporting.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "How to port Python 2 Code to Python 3" 26 | msgstr "" 27 | 28 | msgid "author" 29 | msgstr "penulis" 30 | 31 | msgid "Brett Cannon" 32 | msgstr "Brett Cannon" 33 | 34 | msgid "" 35 | "Python 2 reached its official end-of-life at the start of 2020. This means " 36 | "that no new bug reports, fixes, or changes will be made to Python 2 - it's " 37 | "no longer supported: see :pep:`373` and `status of Python versions `_." 39 | msgstr "" 40 | 41 | msgid "" 42 | "If you are looking to port an extension module instead of pure Python code, " 43 | "please see :ref:`cporting-howto`." 44 | msgstr "" 45 | 46 | msgid "" 47 | "The archived python-porting_ mailing list may contain some useful guidance." 48 | msgstr "" 49 | 50 | msgid "" 51 | "Since Python 3.11 the original porting guide was discontinued. You can find " 52 | "the old guide in the `archive `_." 54 | msgstr "" 55 | 56 | msgid "Third-party guides" 57 | msgstr "" 58 | 59 | msgid "There are also multiple third-party guides that might be useful:" 60 | msgstr "" 61 | 62 | msgid "`Guide by Fedora `_" 63 | msgstr "" 64 | 65 | msgid "`PyCon 2020 tutorial `_" 66 | msgstr "" 67 | 68 | msgid "" 69 | "`Guide by DigitalOcean `_" 71 | msgstr "" 72 | 73 | msgid "" 74 | "`Guide by ActiveState `_" 76 | msgstr "" 77 | -------------------------------------------------------------------------------- /c-api/typehints.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Objects for Type Hinting" 22 | msgstr "" 23 | 24 | msgid "" 25 | "Various built-in types for type hinting are provided. Currently, two types " 26 | "exist -- :ref:`GenericAlias ` and :ref:`Union `. Only ``GenericAlias`` is exposed to C." 28 | msgstr "" 29 | 30 | msgid "" 31 | "Create a :ref:`GenericAlias ` object. Equivalent to " 32 | "calling the Python class :class:`types.GenericAlias`. The *origin* and " 33 | "*args* arguments set the ``GenericAlias``\\ 's ``__origin__`` and " 34 | "``__args__`` attributes respectively. *origin* should be a :c:expr:" 35 | "`PyTypeObject*`, and *args* can be a :c:expr:`PyTupleObject*` or any " 36 | "``PyObject*``. If *args* passed is not a tuple, a 1-tuple is automatically " 37 | "constructed and ``__args__`` is set to ``(args,)``. Minimal checking is done " 38 | "for the arguments, so the function will succeed even if *origin* is not a " 39 | "type. The ``GenericAlias``\\ 's ``__parameters__`` attribute is constructed " 40 | "lazily from ``__args__``. On failure, an exception is raised and ``NULL`` " 41 | "is returned." 42 | msgstr "" 43 | 44 | msgid "Here's an example of how to make an extension type generic::" 45 | msgstr "" 46 | 47 | msgid "" 48 | "...\n" 49 | "static PyMethodDef my_obj_methods[] = {\n" 50 | " // Other methods.\n" 51 | " ...\n" 52 | " {\"__class_getitem__\", Py_GenericAlias, METH_O|METH_CLASS, \"See PEP " 53 | "585\"}\n" 54 | " ...\n" 55 | "}" 56 | msgstr "" 57 | 58 | msgid "The data model method :meth:`~object.__class_getitem__`." 59 | msgstr "" 60 | 61 | msgid "" 62 | "The C type of the object returned by :c:func:`Py_GenericAlias`. Equivalent " 63 | "to :class:`types.GenericAlias` in Python." 64 | msgstr "" 65 | -------------------------------------------------------------------------------- /library/html.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!html` --- HyperText Markup Language support" 26 | msgstr "" 27 | 28 | msgid "**Source code:** :source:`Lib/html/__init__.py`" 29 | msgstr "**Kode sumber:** :source:`Lib/html/__init__.py`" 30 | 31 | msgid "This module defines utilities to manipulate HTML." 32 | msgstr "Modul ini mendefinisikan utilitas untuk memanipulasi HTML." 33 | 34 | msgid "" 35 | "Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe " 36 | "sequences. Use this if you need to display text that might contain such " 37 | "characters in HTML. If the optional flag *quote* is true (the default), the " 38 | "characters (``\"``) and (``'``) are also translated; this helps for " 39 | "inclusion in an HTML attribute value delimited by quotes, as in ````. If *quote* is set to false, the characters (``\"``) and " 41 | "(``'``) are not translated." 42 | msgstr "" 43 | 44 | msgid "" 45 | "Convert all named and numeric character references (e.g. ``>``, ``>" 46 | "``, ``>``) in the string *s* to the corresponding Unicode characters. " 47 | "This function uses the rules defined by the HTML 5 standard for both valid " 48 | "and invalid character references, and the :data:`list of HTML 5 named " 49 | "character references `." 50 | msgstr "" 51 | 52 | msgid "Submodules in the ``html`` package are:" 53 | msgstr "Submodul dalam paket ``html`` adalah:" 54 | 55 | msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode" 56 | msgstr "" 57 | ":mod:`html.parser` -- HTML/XHTML parser dengan mode penguraian yang fleksibel" 58 | 59 | msgid ":mod:`html.entities` -- HTML entity definitions" 60 | msgstr ":mod:`html.entities` -- definisi entitas HTML" 61 | -------------------------------------------------------------------------------- /library/copyreg.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!copyreg` --- Register :mod:`!pickle` support functions" 26 | msgstr "" 27 | 28 | msgid "**Source code:** :source:`Lib/copyreg.py`" 29 | msgstr "" 30 | 31 | msgid "" 32 | "The :mod:`copyreg` module offers a way to define functions used while " 33 | "pickling specific objects. The :mod:`pickle` and :mod:`copy` modules use " 34 | "those functions when pickling/copying those objects. The module provides " 35 | "configuration information about object constructors which are not classes. " 36 | "Such constructors may be factory functions or class instances." 37 | msgstr "" 38 | 39 | msgid "" 40 | "Declares *object* to be a valid constructor. If *object* is not callable " 41 | "(and hence not valid as a constructor), raises :exc:`TypeError`." 42 | msgstr "" 43 | 44 | msgid "" 45 | "Declares that *function* should be used as a \"reduction\" function for " 46 | "objects of type *type*. *function* must return either a string or a tuple " 47 | "containing between two and six elements. See the :attr:`~pickle.Pickler." 48 | "dispatch_table` for more details on the interface of *function*." 49 | msgstr "" 50 | 51 | msgid "" 52 | "The *constructor_ob* parameter is a legacy feature and is now ignored, but " 53 | "if passed it must be a callable." 54 | msgstr "" 55 | 56 | msgid "" 57 | "Note that the :attr:`~pickle.Pickler.dispatch_table` attribute of a pickler " 58 | "object or subclass of :class:`pickle.Pickler` can also be used for declaring " 59 | "reduction functions." 60 | msgstr "" 61 | 62 | msgid "Example" 63 | msgstr "Contoh" 64 | 65 | msgid "" 66 | "The example below would like to show how to register a pickle function and " 67 | "how it will be used:" 68 | msgstr "" 69 | 70 | msgid "module" 71 | msgstr "modul" 72 | 73 | msgid "pickle" 74 | msgstr "pickle" 75 | 76 | msgid "copy" 77 | msgstr "" 78 | -------------------------------------------------------------------------------- /c-api/iter.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Iterator Protocol" 22 | msgstr "" 23 | 24 | msgid "There are two functions specifically for working with iterators." 25 | msgstr "" 26 | 27 | msgid "" 28 | "Return non-zero if the object *o* can be safely passed to :c:func:" 29 | "`PyIter_NextItem` and ``0`` otherwise. This function always succeeds." 30 | msgstr "" 31 | 32 | msgid "" 33 | "Return non-zero if the object *o* provides the :class:`AsyncIterator` " 34 | "protocol, and ``0`` otherwise. This function always succeeds." 35 | msgstr "" 36 | 37 | msgid "" 38 | "Return ``1`` and set *item* to a :term:`strong reference` of the next value " 39 | "of the iterator *iter* on success. Return ``0`` and set *item* to ``NULL`` " 40 | "if there are no remaining values. Return ``-1``, set *item* to ``NULL`` and " 41 | "set an exception on error." 42 | msgstr "" 43 | 44 | msgid "" 45 | "This is an older version of :c:func:`!PyIter_NextItem`, which is retained " 46 | "for backwards compatibility. Prefer :c:func:`PyIter_NextItem`." 47 | msgstr "" 48 | 49 | msgid "" 50 | "Return the next value from the iterator *o*. The object must be an iterator " 51 | "according to :c:func:`PyIter_Check` (it is up to the caller to check this). " 52 | "If there are no remaining values, returns ``NULL`` with no exception set. If " 53 | "an error occurs while retrieving the item, returns ``NULL`` and passes along " 54 | "the exception." 55 | msgstr "" 56 | 57 | msgid "" 58 | "The enum value used to represent different results of :c:func:`PyIter_Send`." 59 | msgstr "" 60 | 61 | msgid "Sends the *arg* value into the iterator *iter*. Returns:" 62 | msgstr "" 63 | 64 | msgid "" 65 | "``PYGEN_RETURN`` if iterator returns. Return value is returned via *presult*." 66 | msgstr "" 67 | 68 | msgid "" 69 | "``PYGEN_NEXT`` if iterator yields. Yielded value is returned via *presult*." 70 | msgstr "" 71 | 72 | msgid "" 73 | "``PYGEN_ERROR`` if iterator has raised and exception. *presult* is set to " 74 | "``NULL``." 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /library/colorsys.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!colorsys` --- Conversions between color systems" 26 | msgstr "" 27 | 28 | msgid "**Source code:** :source:`Lib/colorsys.py`" 29 | msgstr "" 30 | 31 | msgid "" 32 | "The :mod:`colorsys` module defines bidirectional conversions of color values " 33 | "between colors expressed in the RGB (Red Green Blue) color space used in " 34 | "computer monitors and three other coordinate systems: YIQ, HLS (Hue " 35 | "Lightness Saturation) and HSV (Hue Saturation Value). Coordinates in all of " 36 | "these color spaces are floating-point values. In the YIQ space, the Y " 37 | "coordinate is between 0 and 1, but the I and Q coordinates can be positive " 38 | "or negative. In all other spaces, the coordinates are all between 0 and 1." 39 | msgstr "" 40 | 41 | msgid "" 42 | "More information about color spaces can be found at https://poynton.ca/" 43 | "ColorFAQ.html and https://www.cambridgeincolour.com/tutorials/color-spaces." 44 | "htm." 45 | msgstr "" 46 | 47 | msgid "The :mod:`colorsys` module defines the following functions:" 48 | msgstr "" 49 | 50 | msgid "Convert the color from RGB coordinates to YIQ coordinates." 51 | msgstr "" 52 | 53 | msgid "Convert the color from YIQ coordinates to RGB coordinates." 54 | msgstr "" 55 | 56 | msgid "Convert the color from RGB coordinates to HLS coordinates." 57 | msgstr "" 58 | 59 | msgid "Convert the color from HLS coordinates to RGB coordinates." 60 | msgstr "" 61 | 62 | msgid "Convert the color from RGB coordinates to HSV coordinates." 63 | msgstr "" 64 | 65 | msgid "Convert the color from HSV coordinates to RGB coordinates." 66 | msgstr "" 67 | 68 | msgid "Example::" 69 | msgstr "Contoh::" 70 | 71 | msgid "" 72 | ">>> import colorsys\n" 73 | ">>> colorsys.rgb_to_hsv(0.2, 0.4, 0.4)\n" 74 | "(0.5, 0.5, 0.4)\n" 75 | ">>> colorsys.hsv_to_rgb(0.5, 0.5, 0.4)\n" 76 | "(0.2, 0.4, 0.4)" 77 | msgstr "" 78 | -------------------------------------------------------------------------------- /library/asyncio-exceptions.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Exceptions" 26 | msgstr "Pengecualian" 27 | 28 | msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`" 29 | msgstr "" 30 | 31 | msgid "" 32 | "A deprecated alias of :exc:`TimeoutError`, raised when the operation has " 33 | "exceeded the given deadline." 34 | msgstr "" 35 | 36 | msgid "This class was made an alias of :exc:`TimeoutError`." 37 | msgstr "" 38 | 39 | msgid "The operation has been cancelled." 40 | msgstr "" 41 | 42 | msgid "" 43 | "This exception can be caught to perform custom operations when asyncio Tasks " 44 | "are cancelled. In almost all situations the exception must be re-raised." 45 | msgstr "" 46 | 47 | msgid "" 48 | ":exc:`CancelledError` is now a subclass of :class:`BaseException` rather " 49 | "than :class:`Exception`." 50 | msgstr "" 51 | 52 | msgid "Invalid internal state of :class:`Task` or :class:`Future`." 53 | msgstr "" 54 | 55 | msgid "" 56 | "Can be raised in situations like setting a result value for a *Future* " 57 | "object that already has a result value set." 58 | msgstr "" 59 | 60 | msgid "" 61 | "The \"sendfile\" syscall is not available for the given socket or file type." 62 | msgstr "" 63 | 64 | msgid "A subclass of :exc:`RuntimeError`." 65 | msgstr "" 66 | 67 | msgid "The requested read operation did not complete fully." 68 | msgstr "" 69 | 70 | msgid "Raised by the :ref:`asyncio stream APIs`." 71 | msgstr "" 72 | 73 | msgid "This exception is a subclass of :exc:`EOFError`." 74 | msgstr "" 75 | 76 | msgid "The total number (:class:`int`) of expected bytes." 77 | msgstr "" 78 | 79 | msgid "A string of :class:`bytes` read before the end of stream was reached." 80 | msgstr "" 81 | 82 | msgid "Reached the buffer size limit while looking for a separator." 83 | msgstr "" 84 | 85 | msgid "Raised by the :ref:`asyncio stream APIs `." 86 | msgstr "" 87 | 88 | msgid "The total number of to be consumed bytes." 89 | msgstr "" 90 | -------------------------------------------------------------------------------- /c-api/picklebuffer.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-07 14:13+0000\n" 15 | "PO-Revision-Date: 2025-11-17 14:16+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Pickle buffer objects" 26 | msgstr "" 27 | 28 | msgid "" 29 | "A :class:`pickle.PickleBuffer` object wraps a :ref:`buffer-providing object " 30 | "` for out-of-band data transfer with the :mod:`pickle` module." 31 | msgstr "" 32 | 33 | msgid "" 34 | "This instance of :c:type:`PyTypeObject` represents the Python pickle buffer " 35 | "type. This is the same object as :class:`pickle.PickleBuffer` in the Python " 36 | "layer." 37 | msgstr "" 38 | 39 | msgid "" 40 | "Return true if *op* is a pickle buffer instance. This function always " 41 | "succeeds." 42 | msgstr "" 43 | 44 | msgid "Create a pickle buffer from the object *obj*." 45 | msgstr "" 46 | 47 | msgid "" 48 | "This function will fail if *obj* doesn't support the :ref:`buffer protocol " 49 | "`." 50 | msgstr "" 51 | 52 | msgid "" 53 | "On success, return a new pickle buffer instance. On failure, set an " 54 | "exception and return ``NULL``." 55 | msgstr "" 56 | 57 | msgid "Analogous to calling :class:`pickle.PickleBuffer` with *obj* in Python." 58 | msgstr "" 59 | 60 | msgid "" 61 | "Get a pointer to the underlying :c:type:`Py_buffer` that the pickle buffer " 62 | "wraps." 63 | msgstr "" 64 | 65 | msgid "" 66 | "The returned pointer is valid as long as *picklebuf* is alive and has not " 67 | "been released. The caller must not modify or free the returned :c:type:" 68 | "`Py_buffer`. If the pickle buffer has been released, raise :exc:`ValueError`." 69 | msgstr "" 70 | 71 | msgid "" 72 | "On success, return a pointer to the buffer view. On failure, set an " 73 | "exception and return ``NULL``." 74 | msgstr "" 75 | 76 | msgid "Release the underlying buffer held by the pickle buffer." 77 | msgstr "" 78 | 79 | msgid "" 80 | "Return ``0`` on success. On failure, set an exception and return ``-1``." 81 | msgstr "" 82 | 83 | msgid "Analogous to calling :meth:`pickle.PickleBuffer.release` in Python." 84 | msgstr "" 85 | 86 | msgid "object" 87 | msgstr "objek" 88 | 89 | msgid "PickleBuffer" 90 | msgstr "" 91 | -------------------------------------------------------------------------------- /howto/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Python HOWTOs" 26 | msgstr "HOWTOs Python" 27 | 28 | msgid "" 29 | "Python HOWTOs are documents that cover a specific topic in-depth. Modeled on " 30 | "the Linux Documentation Project's HOWTO collection, this collection is an " 31 | "effort to foster documentation that's more detailed than the Python Library " 32 | "Reference." 33 | msgstr "" 34 | 35 | msgid "General:" 36 | msgstr "" 37 | 38 | msgid ":ref:`a-conceptual-overview-of-asyncio`" 39 | msgstr "" 40 | 41 | msgid ":ref:`annotations-howto`" 42 | msgstr "" 43 | 44 | msgid ":ref:`argparse-tutorial`" 45 | msgstr "" 46 | 47 | msgid ":ref:`descriptorhowto`" 48 | msgstr "" 49 | 50 | msgid ":ref:`enum-howto`" 51 | msgstr "" 52 | 53 | msgid ":ref:`functional-howto`" 54 | msgstr "" 55 | 56 | msgid ":ref:`ipaddress-howto`" 57 | msgstr "" 58 | 59 | msgid ":ref:`logging-howto`" 60 | msgstr "" 61 | 62 | msgid ":ref:`logging-cookbook`" 63 | msgstr "" 64 | 65 | msgid ":ref:`regex-howto`" 66 | msgstr "" 67 | 68 | msgid ":ref:`sortinghowto`" 69 | msgstr "" 70 | 71 | msgid ":ref:`unicode-howto`" 72 | msgstr "" 73 | 74 | msgid ":ref:`urllib-howto`" 75 | msgstr "" 76 | 77 | msgid "Advanced development:" 78 | msgstr "" 79 | 80 | msgid ":ref:`curses-howto`" 81 | msgstr "" 82 | 83 | msgid ":ref:`freethreading-python-howto`" 84 | msgstr "" 85 | 86 | msgid ":ref:`freethreading-extensions-howto`" 87 | msgstr "" 88 | 89 | msgid ":ref:`isolating-extensions-howto`" 90 | msgstr "" 91 | 92 | msgid ":ref:`python_2.3_mro`" 93 | msgstr "" 94 | 95 | msgid ":ref:`socket-howto`" 96 | msgstr "" 97 | 98 | msgid ":ref:`timerfd-howto`" 99 | msgstr "" 100 | 101 | msgid ":ref:`cporting-howto`" 102 | msgstr "" 103 | 104 | msgid "Debugging and profiling:" 105 | msgstr "" 106 | 107 | msgid ":ref:`gdb`" 108 | msgstr "" 109 | 110 | msgid ":ref:`instrumentation`" 111 | msgstr "" 112 | 113 | msgid ":ref:`perf_profiling`" 114 | msgstr "" 115 | 116 | msgid ":ref:`remote-debugging`" 117 | msgstr "" 118 | -------------------------------------------------------------------------------- /deprecations/pending-removal-in-3.17.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-09 14:17+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Pending removal in Python 3.17" 26 | msgstr "Penghapusan yang tertunda di Python 3.17" 27 | 28 | msgid ":mod:`collections.abc`:" 29 | msgstr "" 30 | 31 | msgid "" 32 | ":class:`collections.abc.ByteString` is scheduled for removal in Python 3.17." 33 | msgstr "" 34 | 35 | msgid "" 36 | "Use ``isinstance(obj, collections.abc.Buffer)`` to test if ``obj`` " 37 | "implements the :ref:`buffer protocol ` at runtime. For use in " 38 | "type annotations, either use :class:`~collections.abc.Buffer` or a union " 39 | "that explicitly specifies the types your code supports (e.g., ``bytes | " 40 | "bytearray | memoryview``)." 41 | msgstr "" 42 | 43 | msgid "" 44 | ":class:`!ByteString` was originally intended to be an abstract class that " 45 | "would serve as a supertype of both :class:`bytes` and :class:`bytearray`. " 46 | "However, since the ABC never had any methods, knowing that an object was an " 47 | "instance of :class:`!ByteString` never actually told you anything useful " 48 | "about the object. Other common buffer types such as :class:`memoryview` were " 49 | "also never understood as subtypes of :class:`!ByteString` (either at runtime " 50 | "or by static type checkers)." 51 | msgstr "" 52 | 53 | msgid "" 54 | "See :pep:`PEP 688 <688#current-options>` for more details. (Contributed by " 55 | "Shantanu Jain in :gh:`91896`.)" 56 | msgstr "" 57 | 58 | msgid ":mod:`typing`:" 59 | msgstr ":mod:`typing`:" 60 | 61 | msgid "" 62 | "Before Python 3.14, old-style unions were implemented using the private " 63 | "class ``typing._UnionGenericAlias``. This class is no longer needed for the " 64 | "implementation, but it has been retained for backward compatibility, with " 65 | "removal scheduled for Python 3.17. Users should use documented introspection " 66 | "helpers like :func:`typing.get_origin` and :func:`typing.get_args` instead " 67 | "of relying on private implementation details." 68 | msgstr "" 69 | 70 | msgid "" 71 | ":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for " 72 | "removal in Python 3.17." 73 | msgstr "" 74 | -------------------------------------------------------------------------------- /library/html.entities.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-11-29 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid ":mod:`!html.entities` --- Definitions of HTML general entities" 27 | msgstr "" 28 | 29 | msgid "**Source code:** :source:`Lib/html/entities.py`" 30 | msgstr "**Source code:** :source:`Lib/html/entities.py`" 31 | 32 | msgid "" 33 | "This module defines four dictionaries, :data:`html5`, :data:" 34 | "`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`." 35 | msgstr "" 36 | "Modul ini mendefinisikan empat kamus, :data:`html5`, :data:" 37 | "`name2codepoint`, :data:`codepoint2name`, dan :data:`entitydefs`." 38 | 39 | msgid "" 40 | "A dictionary that maps HTML5 named character references [#]_ to the " 41 | "equivalent Unicode character(s), e.g. ``html5['gt;'] == '>'``. Note that the " 42 | "trailing semicolon is included in the name (e.g. ``'gt;'``), however some of " 43 | "the names are accepted by the standard even without the semicolon: in this " 44 | "case the name is present with and without the ``';'``. See also :func:`html." 45 | "unescape`." 46 | msgstr "" 47 | "Kamus *dictionary* yang memetakan referensi karakter bernama di HTML5 [#]_ " 48 | "ke karakter(-karakter) Unicode yang setara, mis. ``html5['gt;'] == '>'``. " 49 | "Perhatikan bahwa tanda titik koma dimasukkan dalam nama (mis. ``'gt;'``), " 50 | "namun beberapa nama diterima oleh standar bahkan tanpa tanda titik koma: " 51 | "dalam hal ini nama hadir dengan dan tanpa ``';'``. Lihat juga :func:`html." 52 | "unescape`." 53 | 54 | msgid "" 55 | "A dictionary mapping XHTML 1.0 entity definitions to their replacement text " 56 | "in ISO Latin-1." 57 | msgstr "" 58 | "Kamus *dictionary* memetakan definisi entitas XHTML 1.0 untuk teks pengganti " 59 | "mereka dalam ISO Latin-1." 60 | 61 | msgid "A dictionary that maps HTML4 entity names to the Unicode code points." 62 | msgstr "" 63 | 64 | msgid "A dictionary that maps Unicode code points to HTML4 entity names." 65 | msgstr "" 66 | 67 | msgid "Footnotes" 68 | msgstr "Catatan kaki" 69 | 70 | msgid "" 71 | "See https://html.spec.whatwg.org/multipage/named-characters.html#named-" 72 | "character-references" 73 | msgstr "" 74 | -------------------------------------------------------------------------------- /deprecations/c-api-pending-removal-in-future.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Pending removal in future versions" 22 | msgstr "" 23 | 24 | msgid "" 25 | "The following APIs are deprecated and will be removed, although there is " 26 | "currently no date scheduled for their removal." 27 | msgstr "" 28 | 29 | msgid ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Unneeded since Python 3.8." 30 | msgstr "" 31 | 32 | msgid ":c:func:`PyErr_Fetch`: Use :c:func:`PyErr_GetRaisedException` instead." 33 | msgstr "" 34 | 35 | msgid "" 36 | ":c:func:`PyErr_NormalizeException`: Use :c:func:`PyErr_GetRaisedException` " 37 | "instead." 38 | msgstr "" 39 | 40 | msgid "" 41 | ":c:func:`PyErr_Restore`: Use :c:func:`PyErr_SetRaisedException` instead." 42 | msgstr "" 43 | 44 | msgid "" 45 | ":c:func:`PyModule_GetFilename`: Use :c:func:`PyModule_GetFilenameObject` " 46 | "instead." 47 | msgstr "" 48 | 49 | msgid ":c:func:`PyOS_AfterFork`: Use :c:func:`PyOS_AfterFork_Child` instead." 50 | msgstr "" 51 | 52 | msgid "" 53 | ":c:func:`PySlice_GetIndicesEx`: Use :c:func:`PySlice_Unpack` and :c:func:" 54 | "`PySlice_AdjustIndices` instead." 55 | msgstr "" 56 | 57 | msgid ":c:func:`PyUnicode_READY`: Unneeded since Python 3.12" 58 | msgstr "" 59 | 60 | msgid ":c:func:`!PyErr_Display`: Use :c:func:`PyErr_DisplayException` instead." 61 | msgstr "" 62 | 63 | msgid "" 64 | ":c:func:`!_PyErr_ChainExceptions`: Use :c:func:`!_PyErr_ChainExceptions1` " 65 | "instead." 66 | msgstr "" 67 | 68 | msgid "" 69 | ":c:member:`!PyBytesObject.ob_shash` member: call :c:func:`PyObject_Hash` " 70 | "instead." 71 | msgstr "" 72 | 73 | msgid "Thread Local Storage (TLS) API:" 74 | msgstr "" 75 | 76 | msgid "" 77 | ":c:func:`PyThread_create_key`: Use :c:func:`PyThread_tss_alloc` instead." 78 | msgstr "" 79 | 80 | msgid ":c:func:`PyThread_delete_key`: Use :c:func:`PyThread_tss_free` instead." 81 | msgstr "" 82 | 83 | msgid "" 84 | ":c:func:`PyThread_set_key_value`: Use :c:func:`PyThread_tss_set` instead." 85 | msgstr "" 86 | 87 | msgid "" 88 | ":c:func:`PyThread_get_key_value`: Use :c:func:`PyThread_tss_get` instead." 89 | msgstr "" 90 | 91 | msgid "" 92 | ":c:func:`PyThread_delete_key_value`: Use :c:func:`PyThread_tss_delete` " 93 | "instead." 94 | msgstr "" 95 | 96 | msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7." 97 | msgstr "" 98 | -------------------------------------------------------------------------------- /c-api/gen.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-11 14:18+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Generator Objects" 22 | msgstr "" 23 | 24 | msgid "" 25 | "Generator objects are what Python uses to implement generator iterators. " 26 | "They are normally created by iterating over a function that yields values, " 27 | "rather than explicitly calling :c:func:`PyGen_New` or :c:func:" 28 | "`PyGen_NewWithQualName`." 29 | msgstr "" 30 | 31 | msgid "The C structure used for generator objects." 32 | msgstr "" 33 | 34 | msgid "The type object corresponding to generator objects." 35 | msgstr "" 36 | 37 | msgid "" 38 | "Return true if *ob* is a generator object; *ob* must not be ``NULL``. This " 39 | "function always succeeds." 40 | msgstr "" 41 | 42 | msgid "" 43 | "Return true if *ob*'s type is :c:type:`PyGen_Type`; *ob* must not be " 44 | "``NULL``. This function always succeeds." 45 | msgstr "" 46 | 47 | msgid "" 48 | "Create and return a new generator object based on the *frame* object. A " 49 | "reference to *frame* is stolen by this function. The argument must not be " 50 | "``NULL``." 51 | msgstr "" 52 | 53 | msgid "" 54 | "Create and return a new generator object based on the *frame* object, with " 55 | "``__name__`` and ``__qualname__`` set to *name* and *qualname*. A reference " 56 | "to *frame* is stolen by this function. The *frame* argument must not be " 57 | "``NULL``." 58 | msgstr "" 59 | 60 | msgid "" 61 | "Return a new :term:`strong reference` to the code object wrapped by *gen*. " 62 | "This function always succeeds." 63 | msgstr "" 64 | 65 | msgid "Asynchronous Generator Objects" 66 | msgstr "" 67 | 68 | msgid ":pep:`525`" 69 | msgstr "" 70 | 71 | msgid "" 72 | "The type object corresponding to asynchronous generator objects. This is " 73 | "available as :class:`types.AsyncGeneratorType` in the Python layer." 74 | msgstr "" 75 | 76 | msgid "" 77 | "Create a new asynchronous generator wrapping *frame*, with ``__name__`` and " 78 | "``__qualname__`` set to *name* and *qualname*. *frame* is stolen by this " 79 | "function and must not be ``NULL``." 80 | msgstr "" 81 | 82 | msgid "" 83 | "On success, this function returns a :term:`strong reference` to the new " 84 | "asynchronous generator. On failure, this function returns ``NULL`` with an " 85 | "exception set." 86 | msgstr "" 87 | 88 | msgid "" 89 | "Return true if *op* is an asynchronous generator object, false otherwise. " 90 | "This function always succeeds." 91 | msgstr "" 92 | -------------------------------------------------------------------------------- /library/urllib.error.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!urllib.error` --- Exception classes raised by urllib.request" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/urllib/error.py`" 25 | msgstr "" 26 | 27 | msgid "" 28 | "The :mod:`urllib.error` module defines the exception classes for exceptions " 29 | "raised by :mod:`urllib.request`. The base exception class is :exc:" 30 | "`URLError`." 31 | msgstr "" 32 | 33 | msgid "" 34 | "The following exceptions are raised by :mod:`urllib.error` as appropriate:" 35 | msgstr "" 36 | 37 | msgid "" 38 | "The handlers raise this exception (or derived exceptions) when they run into " 39 | "a problem. It is a subclass of :exc:`OSError`." 40 | msgstr "" 41 | 42 | msgid "" 43 | "The reason for this error. It can be a message string or another exception " 44 | "instance." 45 | msgstr "" 46 | 47 | msgid "" 48 | ":exc:`URLError` used to be a subtype of :exc:`IOError`, which is now an " 49 | "alias of :exc:`OSError`." 50 | msgstr "" 51 | 52 | msgid "" 53 | "Though being an exception (a subclass of :exc:`URLError`), an :exc:" 54 | "`HTTPError` can also function as a non-exceptional file-like return value " 55 | "(the same thing that :func:`~urllib.request.urlopen` returns). This is " 56 | "useful when handling exotic HTTP errors, such as requests for authentication." 57 | msgstr "" 58 | 59 | msgid "Contains the request URL. An alias for *filename* attribute." 60 | msgstr "" 61 | 62 | msgid "" 63 | "An HTTP status code as defined in :rfc:`2616`. This numeric value " 64 | "corresponds to a value found in the dictionary of codes as found in :attr:" 65 | "`http.server.BaseHTTPRequestHandler.responses`." 66 | msgstr "" 67 | 68 | msgid "" 69 | "This is usually a string explaining the reason for this error. An alias for " 70 | "*msg* attribute." 71 | msgstr "" 72 | 73 | msgid "" 74 | "The HTTP response headers for the HTTP request that caused the :exc:" 75 | "`HTTPError`. An alias for *hdrs* attribute." 76 | msgstr "" 77 | 78 | msgid "A file-like object where the HTTP error body can be read from." 79 | msgstr "" 80 | 81 | msgid "" 82 | "This exception is raised when the :func:`~urllib.request.urlretrieve` " 83 | "function detects that the amount of the downloaded data is less than the " 84 | "expected amount (given by the *Content-Length* header)." 85 | msgstr "" 86 | 87 | msgid "The downloaded (and supposedly truncated) data." 88 | msgstr "" 89 | -------------------------------------------------------------------------------- /library/audit_events.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Audit events table" 26 | msgstr "" 27 | 28 | msgid "" 29 | "This table contains all events raised by :func:`sys.audit` or :c:func:" 30 | "`PySys_Audit` calls throughout the CPython runtime and the standard " 31 | "library. These calls were added in 3.8 or later (see :pep:`578`)." 32 | msgstr "" 33 | 34 | msgid "" 35 | "See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for " 36 | "information on handling these events." 37 | msgstr "" 38 | 39 | msgid "" 40 | "This table is generated from the CPython documentation, and may not " 41 | "represent events raised by other implementations. See your runtime specific " 42 | "documentation for actual events raised." 43 | msgstr "" 44 | 45 | msgid "" 46 | "The following events are raised internally and do not correspond to any " 47 | "public API of CPython:" 48 | msgstr "" 49 | 50 | msgid "Audit event" 51 | msgstr "" 52 | 53 | msgid "Arguments" 54 | msgstr "" 55 | 56 | msgid "_winapi.CreateFile" 57 | msgstr "" 58 | 59 | msgid "" 60 | "``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``, " 61 | "``flags_and_attributes``" 62 | msgstr "" 63 | 64 | msgid "_winapi.CreateJunction" 65 | msgstr "" 66 | 67 | msgid "``src_path``, ``dst_path``" 68 | msgstr "" 69 | 70 | msgid "_winapi.CreateNamedPipe" 71 | msgstr "" 72 | 73 | msgid "``name``, ``open_mode``, ``pipe_mode``" 74 | msgstr "" 75 | 76 | msgid "_winapi.CreatePipe" 77 | msgstr "" 78 | 79 | msgid "_winapi.CreateProcess" 80 | msgstr "" 81 | 82 | msgid "``application_name``, ``command_line``, ``current_directory``" 83 | msgstr "" 84 | 85 | msgid "_winapi.OpenProcess" 86 | msgstr "" 87 | 88 | msgid "``process_id``, ``desired_access``" 89 | msgstr "" 90 | 91 | msgid "_winapi.TerminateProcess" 92 | msgstr "" 93 | 94 | msgid "``handle``, ``exit_code``" 95 | msgstr "" 96 | 97 | msgid "_posixsubprocess.fork_exec" 98 | msgstr "" 99 | 100 | msgid "``exec_list``, ``args``, ``env``" 101 | msgstr "" 102 | 103 | msgid "ctypes.PyObj_FromPtr" 104 | msgstr "" 105 | 106 | msgid "``obj``" 107 | msgstr "``obj``" 108 | 109 | msgid "The ``_posixsubprocess.fork_exec`` internal audit event." 110 | msgstr "" 111 | 112 | msgid "audit events" 113 | msgstr "" 114 | -------------------------------------------------------------------------------- /library/tkinter.dnd.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!tkinter.dnd` --- Drag and drop support" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/tkinter/dnd.py`" 25 | msgstr "" 26 | 27 | msgid "" 28 | "This is experimental and due to be deprecated when it is replaced with the " 29 | "Tk DND." 30 | msgstr "" 31 | 32 | msgid "" 33 | "The :mod:`tkinter.dnd` module provides drag-and-drop support for objects " 34 | "within a single application, within the same window or between windows. To " 35 | "enable an object to be dragged, you must create an event binding for it that " 36 | "starts the drag-and-drop process. Typically, you bind a ButtonPress event to " 37 | "a callback function that you write (see :ref:`Bindings-and-Events`). The " 38 | "function should call :func:`dnd_start`, where 'source' is the object to be " 39 | "dragged, and 'event' is the event that invoked the call (the argument to " 40 | "your callback function)." 41 | msgstr "" 42 | 43 | msgid "Selection of a target object occurs as follows:" 44 | msgstr "" 45 | 46 | msgid "Top-down search of area under mouse for target widget" 47 | msgstr "" 48 | 49 | msgid "Target widget should have a callable *dnd_accept* attribute" 50 | msgstr "" 51 | 52 | msgid "" 53 | "If *dnd_accept* is not present or returns ``None``, search moves to parent " 54 | "widget" 55 | msgstr "" 56 | 57 | msgid "If no target widget is found, then the target object is ``None``" 58 | msgstr "" 59 | 60 | msgid "Call to *.dnd_leave(source, event)*" 61 | msgstr "" 62 | 63 | msgid "Call to *.dnd_enter(source, event)*" 64 | msgstr "" 65 | 66 | msgid "Call to *.dnd_commit(source, event)* to notify of drop" 67 | msgstr "" 68 | 69 | msgid "" 70 | "Call to *.dnd_end(target, event)* to signal end of drag-and-drop" 71 | msgstr "" 72 | 73 | msgid "" 74 | "The *DndHandler* class handles drag-and-drop events tracking Motion and " 75 | "ButtonRelease events on the root of the event widget." 76 | msgstr "" 77 | 78 | msgid "Cancel the drag-and-drop process." 79 | msgstr "" 80 | 81 | msgid "Execute end of drag-and-drop functions." 82 | msgstr "" 83 | 84 | msgid "Inspect area below mouse for target objects while drag is performed." 85 | msgstr "" 86 | 87 | msgid "Signal end of drag when the release pattern is triggered." 88 | msgstr "" 89 | 90 | msgid "Factory function for drag-and-drop process." 91 | msgstr "" 92 | 93 | msgid ":ref:`Bindings-and-Events`" 94 | msgstr "" 95 | -------------------------------------------------------------------------------- /library/security_warnings.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Security Considerations" 22 | msgstr "" 23 | 24 | msgid "The following modules have specific security considerations:" 25 | msgstr "" 26 | 27 | msgid "" 28 | ":mod:`base64`: :ref:`base64 security considerations ` in :" 29 | "rfc:`4648`" 30 | msgstr "" 31 | 32 | msgid "" 33 | ":mod:`hashlib`: :ref:`all constructors take a \"usedforsecurity\" keyword-" 34 | "only argument disabling known insecure and blocked algorithms `" 36 | msgstr "" 37 | 38 | msgid "" 39 | ":mod:`http.server` is not suitable for production use, only implementing " 40 | "basic security checks. See the :ref:`security considerations `." 42 | msgstr "" 43 | 44 | msgid "" 45 | ":mod:`logging`: :ref:`Logging configuration uses eval() `" 47 | msgstr "" 48 | 49 | msgid "" 50 | ":mod:`multiprocessing`: :ref:`Connection.recv() uses pickle `" 52 | msgstr "" 53 | 54 | msgid ":mod:`pickle`: :ref:`Restricting globals in pickle `" 55 | msgstr "" 56 | 57 | msgid "" 58 | ":mod:`random` shouldn't be used for security purposes, use :mod:`secrets` " 59 | "instead" 60 | msgstr "" 61 | 62 | msgid "" 63 | ":mod:`shelve`: :ref:`shelve is based on pickle and thus unsuitable for " 64 | "dealing with untrusted sources `" 65 | msgstr "" 66 | 67 | msgid ":mod:`ssl`: :ref:`SSL/TLS security considerations `" 68 | msgstr "" 69 | 70 | msgid "" 71 | ":mod:`subprocess`: :ref:`Subprocess security considerations `" 73 | msgstr "" 74 | 75 | msgid "" 76 | ":mod:`tempfile`: :ref:`mktemp is deprecated due to vulnerability to race " 77 | "conditions `" 78 | msgstr "" 79 | 80 | msgid ":mod:`xml`: :ref:`XML security `" 81 | msgstr "" 82 | 83 | msgid "" 84 | ":mod:`zipfile`: :ref:`maliciously prepared .zip files can cause disk volume " 85 | "exhaustion `" 86 | msgstr "" 87 | 88 | msgid "" 89 | "The :option:`-I` command line option can be used to run Python in isolated " 90 | "mode. When it cannot be used, the :option:`-P` option or the :envvar:" 91 | "`PYTHONSAFEPATH` environment variable can be used to not prepend a " 92 | "potentially unsafe path to :data:`sys.path` such as the current directory, " 93 | "the script's directory or an empty string." 94 | msgstr "" 95 | 96 | msgid "security considerations" 97 | msgstr "" 98 | -------------------------------------------------------------------------------- /c-api/perfmaps.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid "Support for Perf Maps" 22 | msgstr "" 23 | 24 | msgid "" 25 | "On supported platforms (as of this writing, only Linux), the runtime can " 26 | "take advantage of *perf map files* to make Python functions visible to an " 27 | "external profiling tool (such as `perf `_). A running process may create a file in the ``/tmp`` " 29 | "directory, which contains entries that can map a section of executable code " 30 | "to a name. This interface is described in the `documentation of the Linux " 31 | "Perf tool `_." 33 | msgstr "" 34 | 35 | msgid "" 36 | "In Python, these helper APIs can be used by libraries and features that rely " 37 | "on generating machine code on the fly." 38 | msgstr "" 39 | 40 | msgid "" 41 | "Note that holding an :term:`attached thread state` is not required for these " 42 | "APIs." 43 | msgstr "" 44 | 45 | msgid "" 46 | "Open the ``/tmp/perf-$pid.map`` file, unless it's already opened, and create " 47 | "a lock to ensure thread-safe writes to the file (provided the writes are " 48 | "done through :c:func:`PyUnstable_WritePerfMapEntry`). Normally, there's no " 49 | "need to call this explicitly; just use :c:func:" 50 | "`PyUnstable_WritePerfMapEntry` and it will initialize the state on first " 51 | "call." 52 | msgstr "" 53 | 54 | msgid "" 55 | "Returns ``0`` on success, ``-1`` on failure to create/open the perf map " 56 | "file, or ``-2`` on failure to create a lock. Check ``errno`` for more " 57 | "information about the cause of a failure." 58 | msgstr "" 59 | 60 | msgid "" 61 | "Write one single entry to the ``/tmp/perf-$pid.map`` file. This function is " 62 | "thread safe. Here is what an example entry looks like::" 63 | msgstr "" 64 | 65 | msgid "" 66 | "# address size name\n" 67 | "7f3529fcf759 b py::bar:/run/t.py" 68 | msgstr "" 69 | 70 | msgid "" 71 | "Will call :c:func:`PyUnstable_PerfMapState_Init` before writing the entry, " 72 | "if the perf map file is not already opened. Returns ``0`` on success, or the " 73 | "same error codes as :c:func:`PyUnstable_PerfMapState_Init` on failure." 74 | msgstr "" 75 | 76 | msgid "" 77 | "Close the perf map file opened by :c:func:`PyUnstable_PerfMapState_Init`. " 78 | "This is called by the runtime itself during interpreter shut-down. In " 79 | "general, there shouldn't be a reason to explicitly call this, except to " 80 | "handle specific scenarios such as forking." 81 | msgstr "" 82 | -------------------------------------------------------------------------------- /library/tty.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!tty` --- Terminal control functions" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/tty.py`" 25 | msgstr "" 26 | 27 | msgid "" 28 | "The :mod:`tty` module defines functions for putting the tty into cbreak and " 29 | "raw modes." 30 | msgstr "" 31 | 32 | msgid "Availability" 33 | msgstr "" 34 | 35 | msgid "" 36 | "Because it requires the :mod:`termios` module, it will work only on Unix." 37 | msgstr "" 38 | 39 | msgid "The :mod:`tty` module defines the following functions:" 40 | msgstr "" 41 | 42 | msgid "" 43 | "Convert the tty attribute list *mode*, which is a list like the one returned " 44 | "by :func:`termios.tcgetattr`, to that of a tty in raw mode." 45 | msgstr "" 46 | 47 | msgid "" 48 | "Convert the tty attribute list *mode*, which is a list like the one returned " 49 | "by :func:`termios.tcgetattr`, to that of a tty in cbreak mode." 50 | msgstr "" 51 | 52 | msgid "" 53 | "This clears the ``ECHO`` and ``ICANON`` local mode flags in *mode* as well " 54 | "as setting the minimum input to 1 byte with no delay." 55 | msgstr "" 56 | 57 | msgid "" 58 | "The ``ICRNL`` flag is no longer cleared. This matches Linux and macOS ``stty " 59 | "cbreak`` behavior and what :func:`setcbreak` historically did." 60 | msgstr "" 61 | 62 | msgid "" 63 | "Change the mode of the file descriptor *fd* to raw. If *when* is omitted, it " 64 | "defaults to :const:`termios.TCSAFLUSH`, and is passed to :func:`termios." 65 | "tcsetattr`. The return value of :func:`termios.tcgetattr` is saved before " 66 | "setting *fd* to raw mode; this value is returned." 67 | msgstr "" 68 | 69 | msgid "" 70 | "The return value is now the original tty attributes, instead of ``None``." 71 | msgstr "" 72 | 73 | msgid "" 74 | "Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it " 75 | "defaults to :const:`termios.TCSAFLUSH`, and is passed to :func:`termios." 76 | "tcsetattr`. The return value of :func:`termios.tcgetattr` is saved before " 77 | "setting *fd* to cbreak mode; this value is returned." 78 | msgstr "" 79 | 80 | msgid "" 81 | "This clears the ``ECHO`` and ``ICANON`` local mode flags as well as setting " 82 | "the minimum input to 1 byte with no delay." 83 | msgstr "" 84 | 85 | msgid "" 86 | "The ``ICRNL`` flag is no longer cleared. This restores the behavior of " 87 | "Python 3.11 and earlier as well as matching what Linux, macOS, & BSDs " 88 | "describe in their ``stty(1)`` man pages regarding cbreak mode." 89 | msgstr "" 90 | 91 | msgid "Module :mod:`termios`" 92 | msgstr "" 93 | 94 | msgid "Low-level terminal control interface." 95 | msgstr "" 96 | -------------------------------------------------------------------------------- /library/quopri.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!quopri` --- Encode and decode MIME quoted-printable data" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/quopri.py`" 25 | msgstr "" 26 | 27 | msgid "" 28 | "This module performs quoted-printable transport encoding and decoding, as " 29 | "defined in :rfc:`1521`: \"MIME (Multipurpose Internet Mail Extensions) Part " 30 | "One: Mechanisms for Specifying and Describing the Format of Internet Message " 31 | "Bodies\". The quoted-printable encoding is designed for data where there are " 32 | "relatively few nonprintable characters; the base64 encoding scheme available " 33 | "via the :mod:`base64` module is more compact if there are many such " 34 | "characters, as when sending a graphics file." 35 | msgstr "" 36 | 37 | msgid "" 38 | "Decode the contents of the *input* file and write the resulting decoded " 39 | "binary data to the *output* file. *input* and *output* must be :term:`binary " 40 | "file objects `. If the optional argument *header* is present " 41 | "and true, underscore will be decoded as space. This is used to decode \"Q\"-" 42 | "encoded headers as described in :rfc:`1522`: \"MIME (Multipurpose Internet " 43 | "Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text\"." 44 | msgstr "" 45 | 46 | msgid "" 47 | "Encode the contents of the *input* file and write the resulting quoted-" 48 | "printable data to the *output* file. *input* and *output* must be :term:" 49 | "`binary file objects `. *quotetabs*, a non-optional flag which " 50 | "controls whether to encode embedded spaces and tabs; when true it encodes " 51 | "such embedded whitespace, and when false it leaves them unencoded. Note that " 52 | "spaces and tabs appearing at the end of lines are always encoded, as per :" 53 | "rfc:`1521`. *header* is a flag which controls if spaces are encoded as " 54 | "underscores as per :rfc:`1522`." 55 | msgstr "" 56 | 57 | msgid "" 58 | "Like :func:`decode`, except that it accepts a source :class:`bytes` and " 59 | "returns the corresponding decoded :class:`bytes`." 60 | msgstr "" 61 | 62 | msgid "" 63 | "Like :func:`encode`, except that it accepts a source :class:`bytes` and " 64 | "returns the corresponding encoded :class:`bytes`. By default, it sends a " 65 | "``False`` value to *quotetabs* parameter of the :func:`encode` function." 66 | msgstr "" 67 | 68 | msgid "Module :mod:`base64`" 69 | msgstr "" 70 | 71 | msgid "Encode and decode MIME base64 data" 72 | msgstr "" 73 | 74 | msgid "quoted-printable" 75 | msgstr "" 76 | 77 | msgid "encoding" 78 | msgstr "" 79 | 80 | msgid "MIME" 81 | msgstr "" 82 | 83 | msgid "quoted-printable encoding" 84 | msgstr "" 85 | -------------------------------------------------------------------------------- /library/grp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!grp` --- The group database" 26 | msgstr "" 27 | 28 | msgid "" 29 | "This module provides access to the Unix group database. It is available on " 30 | "all Unix versions." 31 | msgstr "" 32 | 33 | msgid "Availability" 34 | msgstr "" 35 | 36 | msgid "" 37 | "Group database entries are reported as a tuple-like object, whose attributes " 38 | "correspond to the members of the ``group`` structure (Attribute field below, " 39 | "see ````):" 40 | msgstr "" 41 | 42 | msgid "Index" 43 | msgstr "Indeks" 44 | 45 | msgid "Attribute" 46 | msgstr "Atribut" 47 | 48 | msgid "Meaning" 49 | msgstr "Artinya" 50 | 51 | msgid "0" 52 | msgstr "0" 53 | 54 | msgid "gr_name" 55 | msgstr "" 56 | 57 | msgid "the name of the group" 58 | msgstr "" 59 | 60 | msgid "1" 61 | msgstr "1" 62 | 63 | msgid "gr_passwd" 64 | msgstr "" 65 | 66 | msgid "the (encrypted) group password; often empty" 67 | msgstr "" 68 | 69 | msgid "2" 70 | msgstr "2" 71 | 72 | msgid "gr_gid" 73 | msgstr "" 74 | 75 | msgid "the numerical group ID" 76 | msgstr "" 77 | 78 | msgid "3" 79 | msgstr "3" 80 | 81 | msgid "gr_mem" 82 | msgstr "" 83 | 84 | msgid "all the group member's user names" 85 | msgstr "" 86 | 87 | msgid "" 88 | "The gid is an integer, name and password are strings, and the member list is " 89 | "a list of strings. (Note that most users are not explicitly listed as " 90 | "members of the group they are in according to the password database. Check " 91 | "both databases to get complete membership information. Also note that a " 92 | "``gr_name`` that starts with a ``+`` or ``-`` is likely to be a YP/NIS " 93 | "reference and may not be accessible via :func:`getgrnam` or :func:" 94 | "`getgrgid`.)" 95 | msgstr "" 96 | 97 | msgid "It defines the following items:" 98 | msgstr "" 99 | 100 | msgid "" 101 | "Return the group database entry for the given numeric group ID. :exc:" 102 | "`KeyError` is raised if the entry asked for cannot be found." 103 | msgstr "" 104 | 105 | msgid "" 106 | ":exc:`TypeError` is raised for non-integer arguments like floats or strings." 107 | msgstr "" 108 | 109 | msgid "" 110 | "Return the group database entry for the given group name. :exc:`KeyError` is " 111 | "raised if the entry asked for cannot be found." 112 | msgstr "" 113 | 114 | msgid "Return a list of all available group entries, in arbitrary order." 115 | msgstr "" 116 | 117 | msgid "Module :mod:`pwd`" 118 | msgstr "Modul :mod:`pwd`" 119 | 120 | msgid "An interface to the user database, similar to this." 121 | msgstr "" 122 | -------------------------------------------------------------------------------- /library/builtins.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-12-13 14:13+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid ":mod:`!builtins` --- Built-in objects" 27 | msgstr "" 28 | 29 | msgid "" 30 | "This module provides direct access to all 'built-in' identifiers of Python; " 31 | "for example, ``builtins.open`` is the full name for the built-in function :" 32 | "func:`open`." 33 | msgstr "" 34 | 35 | msgid "" 36 | "This module is not normally accessed explicitly by most applications, but " 37 | "can be useful in modules that provide objects with the same name as a built-" 38 | "in value, but in which the built-in of that name is also needed. For " 39 | "example, in a module that wants to implement an :func:`open` function that " 40 | "wraps the built-in :func:`open`, this module can be used directly::" 41 | msgstr "" 42 | "Modul ini biasanya tidak diakses secara eksplisit oleh sebagian besar " 43 | "aplikasi, tetapi dapat berguna dalam modul yang menyediakan objek dengan " 44 | "nama yang sama dengan nilai bawaan, tetapi di dalamnya bawaan dari nama itu " 45 | "juga diperlukan. Sebagai contoh, dalam modul yang ingin mengimplementasikan " 46 | "fungsi :func:`open` yang membungkus bawaan :func:`open`, modul ini dapat " 47 | "digunakan secara langsung::" 48 | 49 | msgid "" 50 | "import builtins\n" 51 | "\n" 52 | "def open(path):\n" 53 | " f = builtins.open(path, 'r')\n" 54 | " return UpperCaser(f)\n" 55 | "\n" 56 | "class UpperCaser:\n" 57 | " '''Wrapper around a file that converts output to uppercase.'''\n" 58 | "\n" 59 | " def __init__(self, f):\n" 60 | " self._f = f\n" 61 | "\n" 62 | " def read(self, count=-1):\n" 63 | " return self._f.read(count).upper()\n" 64 | "\n" 65 | " # ..." 66 | msgstr "" 67 | 68 | msgid "" 69 | "As an implementation detail, most modules have the name ``__builtins__`` " 70 | "made available as part of their globals. The value of ``__builtins__`` is " 71 | "normally either this module or the value of this module's :attr:`~object." 72 | "__dict__` attribute. Since this is an implementation detail, it may not be " 73 | "used by alternate implementations of Python." 74 | msgstr "" 75 | "Sebagai detil implementasi, sebagian besar modul memiliki nama " 76 | "``__builtins__`` yang tersedia sebagai bagian dari globalnya. Nilai " 77 | "``__builtins__`` biasanya berupa modul ini atau nilai dari modul ini " 78 | "atribut :attr:`~object.__dict__`. Karena ini merupakan detil implementasi, " 79 | "ini mungkin tidak digunakan oleh implementasi alternatif Python." 80 | 81 | msgid ":ref:`built-in-consts`" 82 | msgstr "" 83 | 84 | msgid ":ref:`bltin-exceptions`" 85 | msgstr "" 86 | 87 | msgid ":ref:`built-in-funcs`" 88 | msgstr "" 89 | 90 | msgid ":ref:`bltin-types`" 91 | msgstr "" 92 | -------------------------------------------------------------------------------- /c-api/memoryview.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-11-27 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "MemoryView objects" 26 | msgstr "" 27 | 28 | msgid "" 29 | "A :class:`memoryview` object exposes the C level :ref:`buffer interface " 30 | "` as a Python object which can then be passed around like any " 31 | "other object." 32 | msgstr "" 33 | 34 | msgid "" 35 | "This instance of :c:type:`PyTypeObject` represents the Python memoryview " 36 | "type. This is the same object as :class:`memoryview` in the Python layer." 37 | msgstr "" 38 | 39 | msgid "" 40 | "Create a memoryview object from an object that provides the buffer " 41 | "interface. If *obj* supports writable buffer exports, the memoryview object " 42 | "will be read/write, otherwise it may be either read-only or read/write at " 43 | "the discretion of the exporter." 44 | msgstr "" 45 | 46 | msgid "Flag to request a readonly buffer." 47 | msgstr "" 48 | 49 | msgid "Flag to request a writable buffer." 50 | msgstr "" 51 | 52 | msgid "" 53 | "Create a memoryview object using *mem* as the underlying buffer. *flags* can " 54 | "be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`." 55 | msgstr "" 56 | 57 | msgid "" 58 | "Create a memoryview object wrapping the given buffer structure *view*. For " 59 | "simple byte buffers, :c:func:`PyMemoryView_FromMemory` is the preferred " 60 | "function." 61 | msgstr "" 62 | 63 | msgid "" 64 | "Create a memoryview object to a :term:`contiguous` chunk of memory (in " 65 | "either 'C' or 'F'ortran *order*) from an object that defines the buffer " 66 | "interface. If memory is contiguous, the memoryview object points to the " 67 | "original memory. Otherwise, a copy is made and the memoryview points to a " 68 | "new bytes object." 69 | msgstr "" 70 | 71 | msgid "" 72 | "*buffertype* can be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`." 73 | msgstr "" 74 | 75 | msgid "" 76 | "Return true if the object *obj* is a memoryview object. It is not currently " 77 | "allowed to create subclasses of :class:`memoryview`. This function always " 78 | "succeeds." 79 | msgstr "" 80 | 81 | msgid "" 82 | "Return a pointer to the memoryview's private copy of the exporter's buffer. " 83 | "*mview* **must** be a memoryview instance; this macro doesn't check its " 84 | "type, you must do it yourself or you will risk crashes." 85 | msgstr "" 86 | 87 | msgid "" 88 | "Return either a pointer to the exporting object that the memoryview is based " 89 | "on or ``NULL`` if the memoryview has been created by one of the functions :c:" 90 | "func:`PyMemoryView_FromMemory` or :c:func:`PyMemoryView_FromBuffer`. *mview* " 91 | "**must** be a memoryview instance." 92 | msgstr "" 93 | 94 | msgid "object" 95 | msgstr "objek" 96 | 97 | msgid "memoryview" 98 | msgstr "" 99 | -------------------------------------------------------------------------------- /library/email.iterators.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!email.iterators`: Iterators" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/email/iterators.py`" 25 | msgstr "" 26 | 27 | msgid "" 28 | "Iterating over a message object tree is fairly easy with the :meth:`Message." 29 | "walk ` method. The :mod:`email.iterators` " 30 | "module provides some useful higher level iterations over message object " 31 | "trees." 32 | msgstr "" 33 | 34 | msgid "" 35 | "This iterates over all the payloads in all the subparts of *msg*, returning " 36 | "the string payloads line-by-line. It skips over all the subpart headers, " 37 | "and it skips over any subpart with a payload that isn't a Python string. " 38 | "This is somewhat equivalent to reading the flat text representation of the " 39 | "message from a file using :meth:`~io.TextIOBase.readline`, skipping over all " 40 | "the intervening headers." 41 | msgstr "" 42 | 43 | msgid "" 44 | "Optional *decode* is passed through to :meth:`Message.get_payload `." 46 | msgstr "" 47 | 48 | msgid "" 49 | "This iterates over all the subparts of *msg*, returning only those subparts " 50 | "that match the MIME type specified by *maintype* and *subtype*." 51 | msgstr "" 52 | 53 | msgid "" 54 | "Note that *subtype* is optional; if omitted, then subpart MIME type matching " 55 | "is done only with the main type. *maintype* is optional too; it defaults " 56 | "to :mimetype:`text`." 57 | msgstr "" 58 | 59 | msgid "" 60 | "Thus, by default :func:`typed_subpart_iterator` returns each subpart that " 61 | "has a MIME type of :mimetype:`text/\\*`." 62 | msgstr "" 63 | 64 | msgid "" 65 | "The following function has been added as a useful debugging tool. It should " 66 | "*not* be considered part of the supported public interface for the package." 67 | msgstr "" 68 | 69 | msgid "" 70 | "Prints an indented representation of the content types of the message object " 71 | "structure. For example:" 72 | msgstr "" 73 | 74 | msgid "" 75 | ">>> msg = email.message_from_file(somefile)\n" 76 | ">>> _structure(msg)\n" 77 | "multipart/mixed\n" 78 | " text/plain\n" 79 | " text/plain\n" 80 | " multipart/digest\n" 81 | " message/rfc822\n" 82 | " text/plain\n" 83 | " message/rfc822\n" 84 | " text/plain\n" 85 | " message/rfc822\n" 86 | " text/plain\n" 87 | " message/rfc822\n" 88 | " text/plain\n" 89 | " message/rfc822\n" 90 | " text/plain\n" 91 | " text/plain" 92 | msgstr "" 93 | 94 | msgid "" 95 | "Optional *fp* is a file-like object to print the output to. It must be " 96 | "suitable for Python's :func:`print` function. *level* is used internally. " 97 | "*include_default*, if true, prints the default type as well." 98 | msgstr "" 99 | -------------------------------------------------------------------------------- /c-api/method.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-07 14:13+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Instance Method Objects" 26 | msgstr "" 27 | 28 | msgid "" 29 | "An instance method is a wrapper for a :c:type:`PyCFunction` and the new way " 30 | "to bind a :c:type:`PyCFunction` to a class object. It replaces the former " 31 | "call ``PyMethod_New(func, NULL, class)``." 32 | msgstr "" 33 | 34 | msgid "" 35 | "This instance of :c:type:`PyTypeObject` represents the Python instance " 36 | "method type. It is not exposed to Python programs." 37 | msgstr "" 38 | 39 | msgid "" 40 | "Return true if *o* is an instance method object (has type :c:data:" 41 | "`PyInstanceMethod_Type`). The parameter must not be ``NULL``. This function " 42 | "always succeeds." 43 | msgstr "" 44 | 45 | msgid "" 46 | "Return a new instance method object, with *func* being any callable object. " 47 | "*func* is the function that will be called when the instance method is " 48 | "called." 49 | msgstr "" 50 | 51 | msgid "Return the function object associated with the instance method *im*." 52 | msgstr "" 53 | 54 | msgid "" 55 | "Macro version of :c:func:`PyInstanceMethod_Function` which avoids error " 56 | "checking." 57 | msgstr "" 58 | 59 | msgid "Method Objects" 60 | msgstr "Metode Objek" 61 | 62 | msgid "" 63 | "Methods are bound function objects. Methods are always bound to an instance " 64 | "of a user-defined class. Unbound methods (methods bound to a class object) " 65 | "are no longer available." 66 | msgstr "" 67 | 68 | msgid "" 69 | "This instance of :c:type:`PyTypeObject` represents the Python method type. " 70 | "This is exposed to Python programs as ``types.MethodType``." 71 | msgstr "" 72 | 73 | msgid "" 74 | "Return true if *o* is a method object (has type :c:data:`PyMethod_Type`). " 75 | "The parameter must not be ``NULL``. This function always succeeds." 76 | msgstr "" 77 | 78 | msgid "" 79 | "Return a new method object, with *func* being any callable object and *self* " 80 | "the instance the method should be bound. *func* is the function that will be " 81 | "called when the method is called. *self* must not be ``NULL``." 82 | msgstr "" 83 | 84 | msgid "Return the function object associated with the method *meth*." 85 | msgstr "" 86 | 87 | msgid "" 88 | "Macro version of :c:func:`PyMethod_Function` which avoids error checking." 89 | msgstr "" 90 | 91 | msgid "Return the instance associated with the method *meth*." 92 | msgstr "" 93 | 94 | msgid "Macro version of :c:func:`PyMethod_Self` which avoids error checking." 95 | msgstr "" 96 | 97 | msgid "object" 98 | msgstr "objek" 99 | 100 | msgid "instancemethod" 101 | msgstr "" 102 | 103 | msgid "method" 104 | msgstr "metoda" 105 | 106 | msgid "MethodType (in module types)" 107 | msgstr "" 108 | -------------------------------------------------------------------------------- /deprecations/pending-removal-in-3.13.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid "Pending removal in Python 3.13" 26 | msgstr "Penghapusan yang tertunda di Python 3.13" 27 | 28 | msgid "Modules (see :pep:`594`):" 29 | msgstr "Modul (lihat :pep:`594`):" 30 | 31 | msgid ":mod:`!aifc`" 32 | msgstr ":mod:`!aifc`" 33 | 34 | msgid ":mod:`!audioop`" 35 | msgstr ":mod:`!audioop`" 36 | 37 | msgid ":mod:`!cgi`" 38 | msgstr ":mod:`!cgi`" 39 | 40 | msgid ":mod:`!cgitb`" 41 | msgstr ":mod:`!cgitb`" 42 | 43 | msgid ":mod:`!chunk`" 44 | msgstr ":mod:`!chunk`" 45 | 46 | msgid ":mod:`!crypt`" 47 | msgstr ":mod:`!crypt`" 48 | 49 | msgid ":mod:`!imghdr`" 50 | msgstr ":mod:`!imghdr`" 51 | 52 | msgid ":mod:`!mailcap`" 53 | msgstr ":mod:`!mailcap`" 54 | 55 | msgid ":mod:`!msilib`" 56 | msgstr ":mod:`!msilib`" 57 | 58 | msgid ":mod:`!nis`" 59 | msgstr ":mod:`!nis`" 60 | 61 | msgid ":mod:`!nntplib`" 62 | msgstr ":mod:`!nntplib`" 63 | 64 | msgid ":mod:`!ossaudiodev`" 65 | msgstr ":mod:`!ossaudiodev`" 66 | 67 | msgid ":mod:`!pipes`" 68 | msgstr ":mod:`!pipes`" 69 | 70 | msgid ":mod:`!sndhdr`" 71 | msgstr ":mod:`!sndhdr`" 72 | 73 | msgid ":mod:`!spwd`" 74 | msgstr ":mod:`!spwd`" 75 | 76 | msgid ":mod:`!sunau`" 77 | msgstr ":mod:`!sunau`" 78 | 79 | msgid ":mod:`!telnetlib`" 80 | msgstr ":mod:`!telnetlib`" 81 | 82 | msgid ":mod:`!uu`" 83 | msgstr ":mod:`!uu`" 84 | 85 | msgid ":mod:`!xdrlib`" 86 | msgstr ":mod:`!xdrlib`" 87 | 88 | msgid "Other modules:" 89 | msgstr "Modul lainnya:" 90 | 91 | msgid ":mod:`!lib2to3`, and the :program:`2to3` program (:gh:`84540`)" 92 | msgstr "" 93 | 94 | msgid "APIs:" 95 | msgstr "APIs:" 96 | 97 | msgid ":class:`!configparser.LegacyInterpolation` (:gh:`90765`)" 98 | msgstr ":class:`!configparser.LegacyInterpolation` (:gh:`90765`)" 99 | 100 | msgid "``locale.resetlocale()`` (:gh:`90817`)" 101 | msgstr "``locale.resetlocale()`` (:gh:`90817`)" 102 | 103 | msgid ":meth:`!turtle.RawTurtle.settiltangle` (:gh:`50096`)" 104 | msgstr ":meth:`!turtle.RawTurtle.settiltangle` (:gh:`50096`)" 105 | 106 | msgid ":func:`!unittest.findTestCases` (:gh:`50096`)" 107 | msgstr ":func:`!unittest.findTestCases` (:gh:`50096`)" 108 | 109 | msgid ":func:`!unittest.getTestCaseNames` (:gh:`50096`)" 110 | msgstr ":func:`!unittest.getTestCaseNames` (:gh:`50096`)" 111 | 112 | msgid ":func:`!unittest.makeSuite` (:gh:`50096`)" 113 | msgstr ":func:`!unittest.makeSuite` (:gh:`50096`)" 114 | 115 | msgid ":meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)" 116 | msgstr ":meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)" 117 | 118 | msgid ":class:`!webbrowser.MacOSX` (:gh:`86421`)" 119 | msgstr ":class:`!webbrowser.MacOSX` (:gh:`86421`)" 120 | 121 | msgid ":class:`classmethod` descriptor chaining (:gh:`89519`)" 122 | msgstr "" 123 | -------------------------------------------------------------------------------- /c-api/cell.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # Hengky Kurniawan, 2025 9 | # 10 | #, fuzzy 11 | msgid "" 12 | msgstr "" 13 | "Project-Id-Version: Python 3.14\n" 14 | "Report-Msgid-Bugs-To: \n" 15 | "POT-Creation-Date: 2025-12-15 14:20+0000\n" 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" 17 | "Last-Translator: Hengky Kurniawan, 2025\n" 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 19 | "id/)\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Language: id\n" 24 | "Plural-Forms: nplurals=1; plural=0;\n" 25 | 26 | msgid "Cell Objects" 27 | msgstr "Objek Sel, *Cell*" 28 | 29 | msgid "" 30 | "\"Cell\" objects are used to implement variables referenced by multiple " 31 | "scopes. For each such variable, a cell object is created to store the value; " 32 | "the local variables of each stack frame that references the value contain a " 33 | "reference to the cells from outer scopes which also use that variable. When " 34 | "the value is accessed, the value contained in the cell is used instead of " 35 | "the cell object itself. This de-referencing of the cell object requires " 36 | "support from the generated byte-code; these are not automatically de-" 37 | "referenced when accessed. Cell objects are not likely to be useful elsewhere." 38 | msgstr "" 39 | 40 | msgid "The C structure used for cell objects." 41 | msgstr "Struktur C digunakan untuk objek sel." 42 | 43 | msgid "The type object corresponding to cell objects." 44 | msgstr "Tipe objek yang sesuai dengan objek sel." 45 | 46 | msgid "" 47 | "Return true if *ob* is a cell object; *ob* must not be ``NULL``. This " 48 | "function always succeeds." 49 | msgstr "" 50 | "Mengembalikan nilai true jika *ob* adalah objek sel; *ob* tidak boleh " 51 | "``NULL``. Fungsi ini selalu berhasil." 52 | 53 | msgid "" 54 | "Create and return a new cell object containing the value *ob*. The parameter " 55 | "may be ``NULL``." 56 | msgstr "" 57 | "Membuat dan mengembalikan objek *cell* baru yang memiliki nilai *ob*. " 58 | "Parameter dibolehkan ``NULL``." 59 | 60 | msgid "" 61 | "Return the contents of the cell *cell*, which can be ``NULL``. If *cell* is " 62 | "not a cell object, returns ``NULL`` with an exception set." 63 | msgstr "" 64 | 65 | msgid "" 66 | "Return the contents of the cell *cell*, but without checking that *cell* is " 67 | "non-``NULL`` and a cell object." 68 | msgstr "" 69 | "Kembalikan isi dari sel *cell*, tanpa mengecek jika *cell* merupakan *non-" 70 | "*``NULL`` dan sebuah objek *cell." 71 | 72 | msgid "" 73 | "Set the contents of the cell object *cell* to *value*. This releases the " 74 | "reference to any current content of the cell. *value* may be ``NULL``. " 75 | "*cell* must be non-``NULL``." 76 | msgstr "" 77 | 78 | msgid "" 79 | "On success, return ``0``. If *cell* is not a cell object, set an exception " 80 | "and return ``-1``." 81 | msgstr "" 82 | 83 | msgid "" 84 | "Sets the value of the cell object *cell* to *value*. No reference counts " 85 | "are adjusted, and no checks are made for safety; *cell* must be non-``NULL`` " 86 | "and must be a cell object." 87 | msgstr "" 88 | "Mengatur nilai dari objek sel *cell* ke *value*. Tidak ada hitungan " 89 | "referensi yang diatur, dan tidak ada pengecekan untuk keamanan;*cell* harus " 90 | "non-``NULL`` dan harus merupakan sebuah objek sel." 91 | -------------------------------------------------------------------------------- /library/rlcompleter.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!rlcompleter` --- Completion function for GNU readline" 26 | msgstr "" 27 | 28 | msgid "**Source code:** :source:`Lib/rlcompleter.py`" 29 | msgstr "" 30 | 31 | msgid "" 32 | "The :mod:`!rlcompleter` module defines a completion function suitable to be " 33 | "passed to :func:`~readline.set_completer` in the :mod:`readline` module." 34 | msgstr "" 35 | 36 | msgid "" 37 | "When this module is imported on a Unix platform with the :mod:`readline` " 38 | "module available, an instance of the :class:`Completer` class is " 39 | "automatically created and its :meth:`~Completer.complete` method is set as " 40 | "the :ref:`readline completer `. The method provides " 41 | "completion of valid Python :ref:`identifiers and keywords `." 42 | msgstr "" 43 | 44 | msgid "Example::" 45 | msgstr "Contoh::" 46 | 47 | msgid "" 48 | ">>> import rlcompleter\n" 49 | ">>> import readline\n" 50 | ">>> readline.parse_and_bind(\"tab: complete\")\n" 51 | ">>> readline. \n" 52 | "readline.__doc__ readline.get_line_buffer( readline." 53 | "read_init_file(\n" 54 | "readline.__file__ readline.insert_text( readline." 55 | "set_completer(\n" 56 | "readline.__name__ readline.parse_and_bind(\n" 57 | ">>> readline." 58 | msgstr "" 59 | 60 | msgid "" 61 | "The :mod:`!rlcompleter` module is designed for use with Python's :ref:" 62 | "`interactive mode `. Unless Python is run with the :option:" 63 | "`-S` option, the module is automatically imported and configured (see :ref:" 64 | "`rlcompleter-config`)." 65 | msgstr "" 66 | 67 | msgid "" 68 | "On platforms without :mod:`readline`, the :class:`Completer` class defined " 69 | "by this module can still be used for custom purposes." 70 | msgstr "" 71 | 72 | msgid "Completer objects have the following method:" 73 | msgstr "" 74 | 75 | msgid "Return the next possible completion for *text*." 76 | msgstr "" 77 | 78 | msgid "" 79 | "When called by the :mod:`readline` module, this method is called " 80 | "successively with ``state == 0, 1, 2, ...`` until the method returns " 81 | "``None``." 82 | msgstr "" 83 | 84 | msgid "" 85 | "If called for *text* that doesn't include a period character (``'.'``), it " 86 | "will complete from names currently defined in :mod:`__main__`, :mod:" 87 | "`builtins` and keywords (as defined by the :mod:`keyword` module)." 88 | msgstr "" 89 | 90 | msgid "" 91 | "If called for a dotted name, it will try to evaluate anything without " 92 | "obvious side-effects (functions will not be evaluated, but it can generate " 93 | "calls to :meth:`~object.__getattr__`) up to the last part, and find matches " 94 | "for the rest via the :func:`dir` function. Any exception raised during the " 95 | "evaluation of the expression is caught, silenced and :const:`None` is " 96 | "returned." 97 | msgstr "" 98 | -------------------------------------------------------------------------------- /library/getpass.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-12-09 14:17+0000\n" 12 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 14 | "id/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: id\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | msgid ":mod:`!getpass` --- Portable password input" 22 | msgstr "" 23 | 24 | msgid "**Source code:** :source:`Lib/getpass.py`" 25 | msgstr "" 26 | 27 | msgid "Availability" 28 | msgstr "" 29 | 30 | msgid "" 31 | "This module does not work or is not available on WebAssembly. See :ref:`wasm-" 32 | "availability` for more information." 33 | msgstr "" 34 | 35 | msgid "The :mod:`getpass` module provides two functions:" 36 | msgstr "" 37 | 38 | msgid "" 39 | "Prompt the user for a password without echoing. The user is prompted using " 40 | "the string *prompt*, which defaults to ``'Password: '``. On Unix, the " 41 | "prompt is written to the file-like object *stream* using the replace error " 42 | "handler if needed. *stream* defaults to the controlling terminal (:file:`/" 43 | "dev/tty`) or if that is unavailable to ``sys.stderr`` (this argument is " 44 | "ignored on Windows)." 45 | msgstr "" 46 | 47 | msgid "" 48 | "The *echo_char* argument controls how user input is displayed while typing. " 49 | "If *echo_char* is ``None`` (default), input remains hidden. Otherwise, " 50 | "*echo_char* must be a single printable ASCII character and each typed " 51 | "character is replaced by it. For example, ``echo_char='*'`` will display " 52 | "asterisks instead of the actual input." 53 | msgstr "" 54 | 55 | msgid "" 56 | "If echo free input is unavailable getpass() falls back to printing a warning " 57 | "message to *stream* and reading from ``sys.stdin`` and issuing a :exc:" 58 | "`GetPassWarning`." 59 | msgstr "" 60 | 61 | msgid "" 62 | "If you call getpass from within IDLE, the input may be done in the terminal " 63 | "you launched IDLE from rather than the idle window itself." 64 | msgstr "" 65 | 66 | msgid "" 67 | "On Unix systems, when *echo_char* is set, the terminal will be configured to " 68 | "operate in :manpage:`noncanonical mode " 69 | "`. In particular, this means " 70 | "that line editing shortcuts such as :kbd:`Ctrl+U` will not work and may " 71 | "insert unexpected characters into the input." 72 | msgstr "" 73 | 74 | msgid "Added the *echo_char* parameter for keyboard feedback." 75 | msgstr "" 76 | 77 | msgid "A :exc:`UserWarning` subclass issued when password input may be echoed." 78 | msgstr "" 79 | 80 | msgid "Return the \"login name\" of the user." 81 | msgstr "" 82 | 83 | msgid "" 84 | "This function checks the environment variables :envvar:`LOGNAME`, :envvar:" 85 | "`USER`, :envvar:`!LNAME` and :envvar:`USERNAME`, in order, and returns the " 86 | "value of the first one which is set to a non-empty string. If none are set, " 87 | "the login name from the password database is returned on systems which " 88 | "support the :mod:`pwd` module, otherwise, an :exc:`OSError` is raised." 89 | msgstr "" 90 | 91 | msgid "In general, this function should be preferred over :func:`os.getlogin`." 92 | msgstr "" 93 | 94 | msgid "Previously, various exceptions beyond just :exc:`OSError` were raised." 95 | msgstr "" 96 | -------------------------------------------------------------------------------- /library/curses.panel.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | # Translators: 7 | # python-doc bot, 2025 8 | # 9 | #, fuzzy 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.14\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2025-12-05 14:15+0000\n" 15 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" 16 | "Last-Translator: python-doc bot, 2025\n" 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" 18 | "id/)\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Language: id\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | 25 | msgid ":mod:`!curses.panel` --- A panel stack extension for curses" 26 | msgstr "" 27 | 28 | msgid "" 29 | "Panels are windows with the added feature of depth, so they can be stacked " 30 | "on top of each other, and only the visible portions of each window will be " 31 | "displayed. Panels can be added, moved up or down in the stack, and removed." 32 | msgstr "" 33 | 34 | msgid "Functions" 35 | msgstr "Fungsi-Fungsi" 36 | 37 | msgid "The module :mod:`curses.panel` defines the following functions:" 38 | msgstr "" 39 | 40 | msgid "Returns the bottom panel in the panel stack." 41 | msgstr "" 42 | 43 | msgid "" 44 | "Returns a panel object, associating it with the given window *win*. Be aware " 45 | "that you need to keep the returned panel object referenced explicitly. If " 46 | "you don't, the panel object is garbage collected and removed from the panel " 47 | "stack." 48 | msgstr "" 49 | 50 | msgid "Returns the top panel in the panel stack." 51 | msgstr "" 52 | 53 | msgid "" 54 | "Updates the virtual screen after changes in the panel stack. This does not " 55 | "call :func:`curses.doupdate`, so you'll have to do this yourself." 56 | msgstr "" 57 | 58 | msgid "Panel Objects" 59 | msgstr "" 60 | 61 | msgid "" 62 | "Panel objects, as returned by :func:`new_panel` above, are windows with a " 63 | "stacking order. There's always a window associated with a panel which " 64 | "determines the content, while the panel methods are responsible for the " 65 | "window's depth in the panel stack." 66 | msgstr "" 67 | 68 | msgid "Panel objects have the following methods:" 69 | msgstr "" 70 | 71 | msgid "Returns the panel above the current panel." 72 | msgstr "" 73 | 74 | msgid "Returns the panel below the current panel." 75 | msgstr "" 76 | 77 | msgid "Push the panel to the bottom of the stack." 78 | msgstr "" 79 | 80 | msgid "" 81 | "Returns ``True`` if the panel is hidden (not visible), ``False`` otherwise." 82 | msgstr "" 83 | 84 | msgid "" 85 | "Hide the panel. This does not delete the object, it just makes the window on " 86 | "screen invisible." 87 | msgstr "" 88 | 89 | msgid "Move the panel to the screen coordinates ``(y, x)``." 90 | msgstr "" 91 | 92 | msgid "Change the window associated with the panel to the window *win*." 93 | msgstr "" 94 | 95 | msgid "" 96 | "Set the panel's user pointer to *obj*. This is used to associate an " 97 | "arbitrary piece of data with the panel, and can be any Python object." 98 | msgstr "" 99 | 100 | msgid "Display the panel (which might have been hidden)." 101 | msgstr "" 102 | 103 | msgid "Push panel to the top of the stack." 104 | msgstr "" 105 | 106 | msgid "" 107 | "Returns the user pointer for the panel. This might be any Python object." 108 | msgstr "" 109 | 110 | msgid "Returns the window object associated with the panel." 111 | msgstr "" 112 | --------------------------------------------------------------------------------