Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch '3.9' into master
  • Loading branch information
oonid authored Apr 2, 2021
commit e8e3fb93c4046bab2ea209b7b2976521ec9a58d7
9 changes: 6 additions & 3 deletions c-api/file.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Elmo Allistair, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-20 03:54+0000\n"
"POT-Creation-Date: 2020-10-21 04:23+0000\n"
"PO-Revision-Date: 2021-04-02 20:35+0700\n"
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/"
"id/)\n"
"Last-Translator: Elmo Allistair, 2021\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"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
15 changes: 9 additions & 6 deletions c-api/float.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Elmo Allistair, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
"PO-Revision-Date: 2021-04-02 20:30+0700\n"
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/"
"id/)\n"
"Last-Translator: Elmo Allistair, 2021\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"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -39,11 +42,11 @@ msgstr ""

#: ../../c-api/float.rst:24
msgid ""
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of :c:"
"type:`PyFloatObject`."
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of "
":c:type:`PyFloatObject`. This function always succeeds."
msgstr ""
"Mengambalikan nilai true jika argumennya adalah :c:type:`PyFloatObject` "
"atau subtipe dari :c:type:`PyFloatObject`."
"atau subtipe dari :c:type:`PyFloatObject`. Fungsi ini selalu sukses."

#: ../../c-api/float.rst:30
msgid ""
Expand Down
13 changes: 8 additions & 5 deletions c-api/function.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
#
# Translators:
# Akhmat Safrudin <somat@artikulpi.com>, 2018
# Elmo Allistair, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-31 11:48+0000\n"
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
"PO-Revision-Date: 2021-04-02 20:27+0700\n"
"Last-Translator: Akhmat Safrudin <somat@artikulpi.com>, 2018\n"
"Last-Translator: Elmo Allistair, 2021\n"
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/"
"id/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -45,11 +46,13 @@ msgstr ""

#: ../../c-api/function.rst:28
msgid ""
"Return true if *o* is a function object (has type :c:data:"
"`PyFunction_Type`). The parameter must not be ``NULL``."
"Return true if *o* is a function object (has type "
":c:data:`PyFunction_Type`). The parameter must not be ``NULL``. This "
"function always succeeds."
msgstr ""
"Mengembalikan nilai true jika *o* adalah objek fungsi (memiliki tipe :c:"
"data:`PyFunction_Type`). Parameter tidak boleh ``NULL``."
"data:`PyFunction_Type`). Parameter tidak boleh ``NULL``. Fungsi ini "
"selalu sukses."

#: ../../c-api/function.rst:34
msgid ""
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.