forked from python/python-docs-id
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resmi di github.com/python/python-docs-id/. Sinkronisasi dengan Trans…
…ifex 20191015. Memperbarui tutorial/modules dan sebagian library/stdtypes.
- Loading branch information
Showing
50 changed files
with
6,359 additions
and
5,927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
# Translators: | ||
# oon arfiandwi <[email protected]>, 2018 | ||
# oon arfiandwi <[email protected]>, 2019 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
|
@@ -13,7 +13,7 @@ msgstr "" | |
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-09-01 14:24+0000\n" | ||
"PO-Revision-Date: 2017-02-16 17:34+0000\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>, 2018\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>, 2019\n" | ||
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -77,12 +77,17 @@ msgid "" | |
"``code``, ``filename``, ``name``, ``argcount``, ``posonlyargcount``, " | ||
"``kwonlyargcount``, ``nlocals``, ``stacksize``, ``flags``." | ||
msgstr "" | ||
"Menimbulkan :ref:`auditing event <auditing>` ``code.__new__`` dengan argumen" | ||
" ``code``, ``filename``, ``name``, ``argcount``, ``posonlyargcount``, " | ||
"``kwonlyargcount``, ``nlocals``, ``stacksize``, ``flags``." | ||
|
||
#: ../../c-api/code.rst:47 | ||
msgid "" | ||
"Similar to :c:func:`PyCode_New`, but with an extra \"posonlyargcount\" for " | ||
"positonal-only arguments." | ||
msgstr "" | ||
"Mirip dengan :c:func:`PyCode_New`, tetapi dengan ekstra \"posonlyargcount\" " | ||
"untuk argumen hanya-posisi." | ||
|
||
#: ../../c-api/code.rst:53 | ||
msgid "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,17 @@ | |
# This file is distributed under the same license as the Python package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
# Translators: | ||
# oon arfiandwi <[email protected]>, 2019 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-09-01 14:24+0000\n" | ||
"PO-Revision-Date: 2017-02-16 17:35+0000\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>, 2019\n" | ||
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -823,7 +827,7 @@ msgstr "" | |
#: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:956 | ||
#: ../../c-api/exceptions.rst:1004 | ||
msgid "Notes" | ||
msgstr "" | ||
msgstr "Catatan" | ||
|
||
#: ../../c-api/exceptions.rst:825 | ||
msgid ":c:data:`PyExc_BaseException`" | ||
|
@@ -837,7 +841,7 @@ msgstr "" | |
#: ../../c-api/exceptions.rst:829 ../../c-api/exceptions.rst:875 | ||
#: ../../c-api/exceptions.rst:887 ../../c-api/exceptions.rst:1006 | ||
msgid "\\(1)" | ||
msgstr "" | ||
msgstr "\\(1)" | ||
|
||
#: ../../c-api/exceptions.rst:827 | ||
msgid ":c:data:`PyExc_Exception`" | ||
|
@@ -1129,7 +1133,7 @@ msgstr "" | |
|
||
#: ../../c-api/exceptions.rst:897 | ||
msgid "\\(2)" | ||
msgstr "" | ||
msgstr "\\(2)" | ||
|
||
#: ../../c-api/exceptions.rst:899 | ||
msgid ":c:data:`PyExc_RuntimeError`" | ||
|
@@ -1298,15 +1302,15 @@ msgstr "" | |
|
||
#: ../../c-api/exceptions.rst:962 | ||
msgid "\\(3)" | ||
msgstr "" | ||
msgstr "\\(3)" | ||
|
||
#: ../../c-api/exceptions.rst:965 | ||
msgid "These aliases used to be separate exception types." | ||
msgstr "" | ||
|
||
#: ../../c-api/exceptions.rst:968 ../../c-api/exceptions.rst:1032 | ||
msgid "Notes:" | ||
msgstr "" | ||
msgstr "Catatan:" | ||
|
||
#: ../../c-api/exceptions.rst:971 | ||
msgid "This is a base class for other standard exceptions." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,17 @@ | |
# This file is distributed under the same license as the Python package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
# Translators: | ||
# oon arfiandwi <[email protected]>, 2019 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-09-27 11:33+0000\n" | ||
"PO-Revision-Date: 2017-02-16 17:36+0000\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>, 2019\n" | ||
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -1807,7 +1811,7 @@ msgstr "" | |
|
||
#: ../../c-api/init.rst:1554 | ||
msgid "Methods" | ||
msgstr "" | ||
msgstr "Metode-Metode" | ||
|
||
#: ../../c-api/init.rst:1556 | ||
msgid "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,17 @@ | |
# This file is distributed under the same license as the Python package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
# Translators: | ||
# oon arfiandwi <[email protected]>, 2019 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-09-27 11:33+0000\n" | ||
"PO-Revision-Date: 2017-02-16 17:39+0000\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>, 2019\n" | ||
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -2189,47 +2193,47 @@ msgstr "" | |
|
||
#: ../../c-api/typeobj.rst:1336 | ||
msgid "``<``" | ||
msgstr "" | ||
msgstr "``<``" | ||
|
||
#: ../../c-api/typeobj.rst:1338 | ||
msgid ":const:`Py_LE`" | ||
msgstr "" | ||
|
||
#: ../../c-api/typeobj.rst:1338 | ||
msgid "``<=``" | ||
msgstr "" | ||
msgstr "``<=``" | ||
|
||
#: ../../c-api/typeobj.rst:1340 | ||
msgid ":const:`Py_EQ`" | ||
msgstr "" | ||
|
||
#: ../../c-api/typeobj.rst:1340 | ||
msgid "``==``" | ||
msgstr "" | ||
msgstr "``==``" | ||
|
||
#: ../../c-api/typeobj.rst:1342 | ||
msgid ":const:`Py_NE`" | ||
msgstr "" | ||
|
||
#: ../../c-api/typeobj.rst:1342 | ||
msgid "``!=``" | ||
msgstr "" | ||
msgstr "``!=``" | ||
|
||
#: ../../c-api/typeobj.rst:1344 | ||
msgid ":const:`Py_GT`" | ||
msgstr "" | ||
|
||
#: ../../c-api/typeobj.rst:1344 | ||
msgid "``>``" | ||
msgstr "" | ||
msgstr "``>``" | ||
|
||
#: ../../c-api/typeobj.rst:1346 | ||
msgid ":const:`Py_GE`" | ||
msgstr "" | ||
|
||
#: ../../c-api/typeobj.rst:1346 | ||
msgid "``>=``" | ||
msgstr "" | ||
msgstr "``>=``" | ||
|
||
#: ../../c-api/typeobj.rst:1349 | ||
msgid "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.