11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2019, Python Software Foundation
2+ # Copyright (C) 2001 Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
7+ # oon arfiandwi <oon.arfiandwi@gmail.com>, 2021
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
12- "Project-Id-Version : Python 3.8 \n "
12+ "Project-Id-Version : Python 3.14 \n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2019-09-01 14:24 +0000\n "
15- "PO-Revision-Date : 2017-02-16 23:41 +0000\n "
16- "Last-Translator : oon arfiandwi <oon.arfiandwi@gmail.com>, 2019 \n "
17- "Language-Team : Indonesian (https://www .transifex.com/python-doc/teams/5390/id/)\n "
14+ "POT-Creation-Date : 2025-05-09 14:19 +0000\n "
15+ "PO-Revision-Date : 2021-06-28 01:50 +0000\n "
16+ "Last-Translator : oon arfiandwi <oon.arfiandwi@gmail.com>, 2021 \n "
17+ "Language-Team : Indonesian (https://app .transifex.com/python-doc/teams/5390/id/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
2020"Content-Transfer-Encoding : 8bit\n "
@@ -54,17 +54,10 @@ msgid ""
5454"reference material about types, functions, and the modules in the standard "
5555"library. The standard Python distribution includes a *lot* of additional "
5656"code. There are modules to read Unix mailboxes, retrieve documents via HTTP,"
57- " generate random numbers, parse command-line options, write CGI programs, "
58- "compress data, and many other tasks. Skimming through the Library Reference "
59- "will give you an idea of what's available."
57+ " generate random numbers, parse command-line options, compress data, and "
58+ "many other tasks. Skimming through the Library Reference will give you an "
59+ "idea of what's available."
6060msgstr ""
61- "Anda harus menelusuri manual ini, yang memberikan bahan referensi lengkap "
62- "(meskipun singkat) tentang tipe, fungsi, dan modul di pustaka standar. "
63- "Distribusi Python standar termasuk *banyak* kode tambahan. Ada modul untuk "
64- "membaca kotak surat Unix, mengambil dokumen melalui HTTP, menghasilkan angka"
65- " acak, mengurai opsi baris perintah, menulis program CGI, mengompres data, "
66- "dan banyak tugas lainnya. Membaca sekilas Referensi Pustaka akan memberi "
67- "Anda gagasan tentang apa yang tersedia."
6861
6962#: ../../tutorial/whatnow.rst:24
7063msgid ""
@@ -90,23 +83,15 @@ msgstr "Lebih banyak sumber tentang Python:"
9083
9184#: ../../tutorial/whatnow.rst:33
9285msgid ""
93- "https://www.python.org: The major Python Web site. It contains code, "
94- "documentation, and pointers to Python-related pages around the Web. This "
95- "Web site is mirrored in various places around the world, such as Europe, "
96- "Japan, and Australia; a mirror may be faster than the main site, depending "
97- "on your geographical location."
86+ "https://www.python.org: The major Python web site. It contains code, "
87+ "documentation, and pointers to Python-related pages around the web."
9888msgstr ""
99- "https://www.python.org: Situs web Python utama. Ini berisi kode, "
100- "dokumentasi, dan petunjuk ke halaman terkait Python di seluruh Web. Situs "
101- "web ini diduplikasi di berbagai tempat di seluruh dunia, seperti Eropa, "
102- "Jepang, dan Australia; situs duplikat mungkin lebih cepat dari situs utama, "
103- "tergantung pada lokasi geografis Anda."
10489
105- #: ../../tutorial/whatnow.rst:39
90+ #: ../../tutorial/whatnow.rst:36
10691msgid "https://docs.python.org: Fast access to Python's documentation."
10792msgstr "https://docs.python.org: Akses cepat ke dokumentasi Python."
10893
109- #: ../../tutorial/whatnow.rst:41
94+ #: ../../tutorial/whatnow.rst:38
11095msgid ""
11196"https://pypi.org: The Python Package Index, previously also nicknamed the "
11297"Cheese Shop [#]_, is an index of user-created Python modules that are "
@@ -118,7 +103,7 @@ msgstr ""
118103"diunduh. Setelah Anda mulai menghasilkan kode, Anda dapat mendaftarkannya di"
119104" sini sehingga orang lain dapat menemukannya."
120105
121- #: ../../tutorial/whatnow.rst:46
106+ #: ../../tutorial/whatnow.rst:43
122107msgid ""
123108"https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a"
124109" sizable collection of code examples, larger modules, and useful scripts. "
@@ -131,15 +116,13 @@ msgstr ""
131116"buku yang juga berjudul Python Cookbook (O'Reilly & Associates, ISBN "
132117"0-596-00797-3.)"
133118
134- #: ../../tutorial/whatnow.rst:51
119+ #: ../../tutorial/whatnow.rst:48
135120msgid ""
136- "http ://www. pyvideo.org collects links to Python-related videos from "
137- "conferences and user-group meetings."
121+ "https ://pyvideo.org collects links to Python-related videos from conferences "
122+ " and user-group meetings."
138123msgstr ""
139- "http://www.pyvideo.org mengumpulkan tautan ke video terkait Python dari "
140- "konferensi dan pertemuan kelompok pengguna."
141124
142- #: ../../tutorial/whatnow.rst:54
125+ #: ../../tutorial/whatnow.rst:51
143126msgid ""
144127"https://scipy.org: The Scientific Python project includes modules for fast "
145128"array computations and manipulations plus a host of packages for such things"
@@ -151,7 +134,7 @@ msgstr ""
151134"aljabar linier, transformasi Fourier, pemecah non-linear, distribusi angka "
152135"acak, distribusi angka acak, analisis statistik, dan sejenisnya."
153136
154- #: ../../tutorial/whatnow.rst:59
137+ #: ../../tutorial/whatnow.rst:56
155138msgid ""
156139"For Python-related questions and problem reports, you can post to the "
157140"newsgroup :newsgroup:`comp.lang.python`, or send them to the mailing list at"
@@ -169,7 +152,7 @@ msgstr ""
169152"menyarankan fitur baru, dan mengumumkan modul baru. Arsip milis tersedia di "
170153"https://mail.python.org/pipermail/."
171154
172- #: ../../tutorial/whatnow.rst:67
155+ #: ../../tutorial/whatnow.rst:64
173156msgid ""
174157"Before posting, be sure to check the list of :ref:`Frequently Asked "
175158"Questions <faq-index>` (also called the FAQ). The FAQ answers many of the "
@@ -181,11 +164,11 @@ msgstr ""
181164"pertanyaan yang muncul berulang-ulang, dan mungkin sudah mengandung solusi "
182165"untuk masalah Anda."
183166
184- #: ../../tutorial/whatnow.rst:73
167+ #: ../../tutorial/whatnow.rst:70
185168msgid "Footnotes"
186169msgstr "Catatan kaki"
187170
188- #: ../../tutorial/whatnow.rst:74
171+ #: ../../tutorial/whatnow.rst:71
189172msgid ""
190173"\" Cheese Shop\" is a Monty Python's sketch: a customer enters a cheese shop,"
191174" but whatever cheese he asks for, the clerk says it's missing."
0 commit comments