From 32d3dda6c205073e6d8faa74a5f27a690b3ab664 Mon Sep 17 00:00:00 2001 From: kiraware <117554978+kiraware@users.noreply.github.com> Date: Sun, 2 Jul 2023 20:30:39 +0800 Subject: [PATCH] add id translation (#1198) * add id translation * PR checks * remove fuzzy Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com> * add empty line Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com> --------- Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com> --- AUTHORS.rst | 1 + CHANGES.rst | 1 + .../locale/id/LC_MESSAGES/django.mo | Bin 0 -> 2131 bytes .../locale/id/LC_MESSAGES/django.po | 135 ++++++++++++++++++ 4 files changed, 137 insertions(+) create mode 100644 simple_history/locale/id/LC_MESSAGES/django.mo create mode 100644 simple_history/locale/id/LC_MESSAGES/django.po 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 0000000000000000000000000000000000000000..f1b0e7c4cbf35a4c8211f440b82d8a5852bacc0f GIT binary patch literal 2131 zcmZvbJ!~UI6vu}ne3^s50Y~@{dO8%GOSF!Y2#A~nCFkTWQ9g;B6QO}w?_@pa-5qOZ z_KX`EdL#-8kf@-bprc2kpg_8Yk^&kEM2`>!1^>6ZjuRy#@BC)Q^X9$(do#aZ8~a?K zy@Kyme1GGc#P{GKbZ8%55#ni3g4e(v_!RgF_!#&ZSOLEP-vz$`9|8X<|NpP#*uz3R zf%U5(+g&gD8aRge8zpDJM=`I1%i!DK7U;_LAHWwe{|V&tego^^pWrk&fx}(^n;`o+ z2A=^X$Qo17Lffa{Rm`uz8UH_Cl0f!9hwe#m5qu9^2U*uw;N#%eAb#RIbexaxLH74! z$)8L90&<+cf^7c>xC;ISZi3S=;`~{V0CYpkEoVtw4WZrs@au)T!A^Z1@C7skN}d|YeJ2hy4A2l9Ac2H_&t$a*-IVMB@Y znjoclPFT-rYj$K3D%#Z6nRFn^X{VSrXwnXsQYEcP%2_ZZ`D|m1RU|2pPSHtfVsaft z5zZiAMW#>AP^#{$)bU7C4-;)NOIWhnBxFutp)DEzo@%?AXht|tG))|<#EB+cI~9m^ z^s`RKO026$@yamjO@qZflPIyDpCArWWo;fs^}N6;`I&QYc^a4sG{Qo>rRLgMer~3|Sg&KFhZJhQBjvv1jkQB>ci&rIqs{%s z?$*rv`+FOe9ci7{N@ZdriEG@TZJkP5?xOF@RIP^Ebuz!!Ht{>yn}nGRmDf@-ZqUx! z-kqbhI~%mTv$GoMnn}aao(Aclvb(jrF_Jq6Sxu8TTuiSu=pl5cK610Y2w7U<+^1H# zm7~^eZ*jDbBRf&4w~@3>pp&pci@tW1gD6X7, 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"