diff --git a/AUTHORS.rst b/AUTHORS.rst index b9199b7e3..70221f55d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -81,6 +81,7 @@ Authors - Josh Thomas (`joshuadavidthomas `_) - Keith Hackbarth - Kevin Foster +- Kira (`kiraware `_) - Klaas van Schelven - Kris Neuharth - Kyle Seever (`kseever `_) diff --git a/CHANGES.rst b/CHANGES.rst index 81ced2ecc..85661bb75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ Unreleased ``SIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONS`` is set to ``True`` in ``settings`` (gh-1017). - Fixed ``SimpleHistoryAdmin`` not properly integrating with custom user models (gh-1177) +- Support Indonesian translation 3.3.0 (2023-03-08) ------------------ diff --git a/simple_history/locale/id/LC_MESSAGES/django.mo b/simple_history/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 000000000..f1b0e7c4c Binary files /dev/null and b/simple_history/locale/id/LC_MESSAGES/django.mo differ diff --git a/simple_history/locale/id/LC_MESSAGES/django.po b/simple_history/locale/id/LC_MESSAGES/django.po new file mode 100644 index 000000000..6a83c371e --- /dev/null +++ b/simple_history/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,135 @@ +# Indonesian translation for django-simple-history +# Copyright (C) 2023 +# This file is distributed under the same license as the django-simple-history package. +# Kira , 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: django-simple-history 3.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-30 15:21+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kira \n" +"Language-Team: LANGUAGE \n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: .\simple_history\admin.py:102 +#, python-format +msgid "View history: %s" +msgstr "Lihat riwayat: %s" + +#: .\simple_history\admin.py:104 +#, python-format +msgid "Change history: %s" +msgstr "Ubah riwayat: %s" + +#: .\simple_history\admin.py:110 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" berhasil diubah." + +#: .\simple_history\admin.py:116 +msgid "You may edit it again below" +msgstr "Anda dapat mengeditnya lagi di bawah ini" + +#: .\simple_history\admin.py:217 +#, python-format +msgid "View %s" +msgstr "Lihat %s" + +#: .\simple_history\admin.py:219 +#, python-format +msgid "Revert %s" +msgstr "Kembalikan %s" + +#: .\simple_history\models.py:552 +msgid "Created" +msgstr "Dibuat" + +#: .\simple_history\models.py:552 +msgid "Changed" +msgstr "Diubah" + +#: .\simple_history\models.py:552 +msgid "Deleted" +msgstr "Dihapus" + +#: .\simple_history\templates\simple_history\_object_history_list.html:9 +msgid "Object" +msgstr "Objek" + +#: .\simple_history\templates\simple_history\_object_history_list.html:13 +msgid "Date/time" +msgstr "Tanggal/waktu" + +#: .\simple_history\templates\simple_history\_object_history_list.html:14 +msgid "Comment" +msgstr "Komentar" + +#: .\simple_history\templates\simple_history\_object_history_list.html:15 +msgid "Changed by" +msgstr "Diubah oleh" + +#: .\simple_history\templates\simple_history\_object_history_list.html:16 +msgid "Change reason" +msgstr "Alasan perubahan" + +#: .\simple_history\templates\simple_history\_object_history_list.html:37 +msgid "None" +msgstr "Tidak ada" + +#: .\simple_history\templates\simple_history\object_history.html:11 +msgid "" +"Choose a date from the list below to revert to a previous version of this " +"object." +msgstr "" +"Pilih tanggal dari daftar di bawah ini untuk kembali ke versi sebelumnya " +"dari objek ini." + +#: .\simple_history\templates\simple_history\object_history.html:16 +msgid "This object doesn't have a change history." +msgstr "Objek ini tidak memiliki riwayat perubahan." + +#: .\simple_history\templates\simple_history\object_history_form.html:7 +msgid "Home" +msgstr "Beranda" + +#: .\simple_history\templates\simple_history\object_history_form.html:11 +msgid "History" +msgstr "Riwayat" + +#: .\simple_history\templates\simple_history\object_history_form.html:12 +#, python-format +msgid "View %(verbose_name)s" +msgstr "Lihat %(verbose_name)s" + +#: .\simple_history\templates\simple_history\object_history_form.html:12 +#, python-format +msgid "Revert %(verbose_name)s" +msgstr "Kembalikan %(verbose_name)s" + +#: .\simple_history\templates\simple_history\object_history_form.html:25 +msgid "" +"Press the 'Revert' button below to revert to this version of the object. " +msgstr "" +"Tekan tombol 'Kembalikan' di bawah ini untuk kembali ke versi objek ini." + +#: .\simple_history\templates\simple_history\object_history_form.html:25 +msgid "Press the 'Change History' button below to edit the history." +msgstr "Tekan tombol 'Ubah Riwayat' di bawah ini untuk mengubah riwayat." + +#: .\simple_history\templates\simple_history\submit_line.html:4 +msgid "Revert" +msgstr "Kembalikan" + +#: .\simple_history\templates\simple_history\submit_line.html:6 +msgid "Change History" +msgstr "Ubah Riwayat" + +#: .\simple_history\templates\simple_history\submit_line.html:7 +msgid "Close" +msgstr "Tutup"