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:05 +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:03 +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 "
@@ -31,14 +31,8 @@ msgid ""
3131"Python's interactive interpreter. If you want a Python interpreter that "
3232"supports some special feature in addition to the Python language, you should"
3333" look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, "
34- "used to support compiling a possibly- incomplete chunk of Python code.)"
34+ "used to support compiling a possibly incomplete chunk of Python code.)"
3535msgstr ""
36- "Modul yang dijelaskan dalam bab ini memungkinkan antarmuka penulisan yang "
37- "mirip dengan interpreter interaktif Python. Jika Anda menginginkan "
38- "interpreter Python yang mendukung beberapa fitur khusus selain bahasa "
39- "Python, Anda harus melihat pada modul :mod:`code`. (Modul :mod:`codeop` "
40- "adalah level yang lebih rendah, digunakan untuk mendukung kompilasi sebagian"
41- " kode Python yang mungkin tidak lengkap.)"
4236
4337#: ../../library/custominterp.rst:13
4438msgid "The full list of modules described in this chapter is:"
0 commit comments