Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add id translation #1198

Merged
merged 4 commits into from
Jul 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Authors
- Josh Thomas (`joshuadavidthomas <https://github.com/joshuadavidthomas>`_)
- Keith Hackbarth
- Kevin Foster
- Kira (`kiraware <https://github.com/kiraware>`_)
- Klaas van Schelven
- Kris Neuharth
- Kyle Seever (`kseever <https://github.com/kseever>`_)
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down
Binary file added simple_history/locale/id/LC_MESSAGES/django.mo
Binary file not shown.
135 changes: 135 additions & 0 deletions simple_history/locale/id/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, 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 <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\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"