Skip to content
Merged

3.9 #20

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
Next Next commit
Sinkronisasi dengan Transifex 20210326.
  • Loading branch information
oonid committed Mar 25, 2021
commit 6d5f338094b2367e7eb73be8937462cab22ddbf2
5 changes: 4 additions & 1 deletion c-api/bool.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Translators:
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2018
# Elmo Allistair <work.elmoallistair@gmail.com>, 2021
#
#, fuzzy
msgid ""
Expand All @@ -13,7 +14,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2018\n"
"Last-Translator: Elmo Allistair <work.elmoallistair@gmail.com>, 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"
Expand Down Expand Up @@ -42,6 +43,8 @@ msgid ""
"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
"succeeds."
msgstr ""
"Mengembalikan nilai true jika *o* bertipe :c:data:`PyBool_Type`. Fungsi ini "
"selalu berhasil."

#: ../../c-api/bool.rst:22
msgid ""
Expand Down
5 changes: 4 additions & 1 deletion c-api/cell.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Translators:
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
# Imaduddin A Majid <imaduddinamajid@gmail.com>, 2020
# Elmo Allistair <work.elmoallistair@gmail.com>, 2021
#
#, fuzzy
msgid ""
Expand All @@ -14,7 +15,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
"Last-Translator: Imaduddin A Majid <imaduddinamajid@gmail.com>, 2020\n"
"Last-Translator: Elmo Allistair <work.elmoallistair@gmail.com>, 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"
Expand Down Expand Up @@ -62,6 +63,8 @@ msgid ""
"Return true if *ob* is a cell object; *ob* must not be ``NULL``. This "
"function always succeeds."
msgstr ""
"Mengembalikan nilai true jika *ob* adalah objek sel; *ob* tidak boleh "
"``NULL``. Fungsi ini selalu berhasil."

#: ../../c-api/cell.rst:36
msgid ""
Expand Down
6 changes: 3 additions & 3 deletions c-api/memory.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2020, Python Software Foundation
# Copyright (C) 2001-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -11,7 +11,7 @@ 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: 2021-03-10 05:40+0000\n"
"PO-Revision-Date: 2017-02-16 17:37+0000\n"
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2019\n"
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
Expand Down Expand Up @@ -756,7 +756,7 @@ msgid "allocate an arena of size bytes"
msgstr ""

#: ../../c-api/memory.rst:519
msgid "``void free(void *ctx, size_t size, void *ptr)``"
msgid "``void free(void *ctx, void *ptr, size_t size)``"
msgstr ""

#: ../../c-api/memory.rst:519
Expand Down
Loading