@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-09-13 17:08 +0000\n "
15+ "POT-Creation-Date : 2026-09-15 17:49 +0000\n "
1616"PO-Revision-Date : 2026-09-13 17:09+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n "
1818"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -23,8 +23,8 @@ msgstr ""
2323"Language : id\n "
2424"Plural-Forms : nplurals=1; plural=0;\n "
2525
26- msgid "Built-in Functions "
27- msgstr "Fungsi Bawaan "
26+ msgid "Built-in functions "
27+ msgstr ""
2828
2929msgid ""
3030"The Python interpreter has a number of functions and types built into it "
@@ -33,6 +33,9 @@ msgstr ""
3333"Interpreter Python memiliki sejumlah fungsi dan tipe bawaan di dalamnya yang "
3434"selalu tersedia. Mereka terdaftar di sini dalam urutan abjad."
3535
36+ msgid "Built-in Functions"
37+ msgstr "Fungsi Bawaan"
38+
3639msgid "**A**"
3740msgstr "**A**"
3841
@@ -1783,10 +1786,10 @@ msgid ""
17831786"already exists), ``'x'`` for exclusive creation, and ``'a'`` for appending "
17841787"(which on *some* Unix systems, means that *all* writes append to the end of "
17851788"the file regardless of the current seek position). In text mode, if "
1786- "*encoding* is not specified the encoding used is platform-dependent: :func: "
1787- "` locale.getencoding` is called to get the current locale encoding. (For "
1788- "reading and writing raw bytes use binary mode and leave *encoding* "
1789- "unspecified.) The available modes are:"
1789+ "*encoding* is not specified, UTF-8 is used by default; if :ref:`Python UTF-8 "
1790+ "Mode <utf8-mode>` is disabled, :func:` locale.getencoding` is called to get "
1791+ "the current locale encoding. (For reading and writing raw bytes use binary "
1792+ "mode and leave *encoding* unspecified.) The available modes are:"
17901793msgstr ""
17911794
17921795msgid "Character"
@@ -1849,16 +1852,9 @@ msgid ""
18491852"argument) return contents as :class:`bytes` objects without any decoding. "
18501853"In text mode (the default, or when ``'t'`` is included in the *mode* "
18511854"argument), the contents of the file are returned as :class:`str`, the bytes "
1852- "having been first decoded using a platform-dependent encoding or using the "
1853- "specified *encoding* if given."
1855+ "having been first decoded using the default encoding or using the specified "
1856+ "*encoding* if given."
18541857msgstr ""
1855- "Seperti disebutkan dalam :ref:`io-overview`, Python membedakan antara biner "
1856- "dan teks I/O. Berkas dibuka dalam mode biner (termasuk ``'b'`` dalam argumen "
1857- "*mode*) mengembalikan konten sebagai objek :class:`bytes` tanpa *decoding*. "
1858- "Dalam mode teks (bawaan, atau ketika ``'t'`` termasuk dalam argumen *mode*), "
1859- "isi file dikembalikan sebagai :class:`str`, byte yang pertama kali "
1860- "diterjemahkan *decoded* menggunakan *encoding* bergantung-platform atau "
1861- "menggunakan *encoding* yang ditentukan jika diberikan."
18621858
18631859msgid ""
18641860"Python doesn't depend on the underlying operating system's notion of text "
@@ -1899,10 +1895,12 @@ msgstr ""
18991895
19001896msgid ""
19011897"*encoding* is the name of the encoding used to decode or encode the file. "
1902- "This should only be used in text mode. The default encoding is platform "
1903- "dependent (whatever :func:`locale.getencoding` returns), but any :term:`text "
1904- "encoding` supported by Python can be used. See the :mod:`codecs` module for "
1905- "the list of supported encodings."
1898+ "This should only be used in text mode. The default encoding is UTF-8; if :"
1899+ "ref:`Python UTF-8 Mode <utf8-mode>` is disabled, the default is platform-"
1900+ "dependent (whatever :func:`locale.getencoding` returns). Any :term:`text "
1901+ "encoding` supported by Python can be used, and ``encoding=\" locale\" `` "
1902+ "specifies the current locale encoding explicitly. See the :mod:`codecs` "
1903+ "module for the list of supported encodings."
19061904msgstr ""
19071905
19081906msgid ""
@@ -2087,6 +2085,11 @@ msgstr ""
20872085msgid "The ``'U'`` mode has been removed."
20882086msgstr ""
20892087
2088+ msgid ""
2089+ "UTF-8 is now the default encoding, instead of the platform-dependent locale "
2090+ "encoding (:pep:`686`)."
2091+ msgstr ""
2092+
20902093msgid "Return the ordinal value of a character."
20912094msgstr ""
20922095
0 commit comments