|
| 1 | +# Indonesian translation for django-simple-history |
| 2 | +# Copyright (C) 2023 |
| 3 | +# This file is distributed under the same license as the django-simple-history package. |
| 4 | + |
| 5 | +# |
| 6 | +msgid "" |
| 7 | +msgstr "" |
| 8 | +"Project-Id-Version: django-simple-history 3.3.0\n" |
| 9 | +"Report-Msgid-Bugs-To: \n" |
| 10 | +"POT-Creation-Date: 2023-06-30 15:21+0800\n" |
| 11 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 12 | +" Last-Translator: Kira <[email protected]>\n" |
| 13 | +" Language-Team: LANGUAGE <[email protected]>\n" |
| 14 | +"Language: id\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | +"Plural-Forms: nplurals=1; plural=0;\n" |
| 19 | + |
| 20 | +#: .\simple_history\admin.py:102 |
| 21 | +#, python-format |
| 22 | +msgid "View history: %s" |
| 23 | +msgstr "Lihat riwayat: %s" |
| 24 | + |
| 25 | +#: .\simple_history\admin.py:104 |
| 26 | +#, python-format |
| 27 | +msgid "Change history: %s" |
| 28 | +msgstr "Ubah riwayat: %s" |
| 29 | + |
| 30 | +#: .\simple_history\admin.py:110 |
| 31 | +#, python-format |
| 32 | +msgid "The %(name)s \"%(obj)s\" was changed successfully." |
| 33 | +msgstr "%(name)s \"%(obj)s\" berhasil diubah." |
| 34 | + |
| 35 | +#: .\simple_history\admin.py:116 |
| 36 | +msgid "You may edit it again below" |
| 37 | +msgstr "Anda dapat mengeditnya lagi di bawah ini" |
| 38 | + |
| 39 | +#: .\simple_history\admin.py:217 |
| 40 | +#, python-format |
| 41 | +msgid "View %s" |
| 42 | +msgstr "Lihat %s" |
| 43 | + |
| 44 | +#: .\simple_history\admin.py:219 |
| 45 | +#, python-format |
| 46 | +msgid "Revert %s" |
| 47 | +msgstr "Kembalikan %s" |
| 48 | + |
| 49 | +#: .\simple_history\models.py:552 |
| 50 | +msgid "Created" |
| 51 | +msgstr "Dibuat" |
| 52 | + |
| 53 | +#: .\simple_history\models.py:552 |
| 54 | +msgid "Changed" |
| 55 | +msgstr "Diubah" |
| 56 | + |
| 57 | +#: .\simple_history\models.py:552 |
| 58 | +msgid "Deleted" |
| 59 | +msgstr "Dihapus" |
| 60 | + |
| 61 | +#: .\simple_history\templates\simple_history\_object_history_list.html:9 |
| 62 | +msgid "Object" |
| 63 | +msgstr "Objek" |
| 64 | + |
| 65 | +#: .\simple_history\templates\simple_history\_object_history_list.html:13 |
| 66 | +msgid "Date/time" |
| 67 | +msgstr "Tanggal/waktu" |
| 68 | + |
| 69 | +#: .\simple_history\templates\simple_history\_object_history_list.html:14 |
| 70 | +msgid "Comment" |
| 71 | +msgstr "Komentar" |
| 72 | + |
| 73 | +#: .\simple_history\templates\simple_history\_object_history_list.html:15 |
| 74 | +msgid "Changed by" |
| 75 | +msgstr "Diubah oleh" |
| 76 | + |
| 77 | +#: .\simple_history\templates\simple_history\_object_history_list.html:16 |
| 78 | +msgid "Change reason" |
| 79 | +msgstr "Alasan perubahan" |
| 80 | + |
| 81 | +#: .\simple_history\templates\simple_history\_object_history_list.html:37 |
| 82 | +msgid "None" |
| 83 | +msgstr "Tidak ada" |
| 84 | + |
| 85 | +#: .\simple_history\templates\simple_history\object_history.html:11 |
| 86 | +msgid "" |
| 87 | +"Choose a date from the list below to revert to a previous version of this " |
| 88 | +"object." |
| 89 | +msgstr "" |
| 90 | +"Pilih tanggal dari daftar di bawah ini untuk kembali ke versi sebelumnya " |
| 91 | +"dari objek ini." |
| 92 | + |
| 93 | +#: .\simple_history\templates\simple_history\object_history.html:16 |
| 94 | +msgid "This object doesn't have a change history." |
| 95 | +msgstr "Objek ini tidak memiliki riwayat perubahan." |
| 96 | + |
| 97 | +#: .\simple_history\templates\simple_history\object_history_form.html:7 |
| 98 | +msgid "Home" |
| 99 | +msgstr "Beranda" |
| 100 | + |
| 101 | +#: .\simple_history\templates\simple_history\object_history_form.html:11 |
| 102 | +msgid "History" |
| 103 | +msgstr "Riwayat" |
| 104 | + |
| 105 | +#: .\simple_history\templates\simple_history\object_history_form.html:12 |
| 106 | +#, python-format |
| 107 | +msgid "View %(verbose_name)s" |
| 108 | +msgstr "Lihat %(verbose_name)s" |
| 109 | + |
| 110 | +#: .\simple_history\templates\simple_history\object_history_form.html:12 |
| 111 | +#, python-format |
| 112 | +msgid "Revert %(verbose_name)s" |
| 113 | +msgstr "Kembalikan %(verbose_name)s" |
| 114 | + |
| 115 | +#: .\simple_history\templates\simple_history\object_history_form.html:25 |
| 116 | +msgid "" |
| 117 | +"Press the 'Revert' button below to revert to this version of the object. " |
| 118 | +msgstr "" |
| 119 | +"Tekan tombol 'Kembalikan' di bawah ini untuk kembali ke versi objek ini." |
| 120 | + |
| 121 | +#: .\simple_history\templates\simple_history\object_history_form.html:25 |
| 122 | +msgid "Press the 'Change History' button below to edit the history." |
| 123 | +msgstr "Tekan tombol 'Ubah Riwayat' di bawah ini untuk mengubah riwayat." |
| 124 | + |
| 125 | +#: .\simple_history\templates\simple_history\submit_line.html:4 |
| 126 | +msgid "Revert" |
| 127 | +msgstr "Kembalikan" |
| 128 | + |
| 129 | +#: .\simple_history\templates\simple_history\submit_line.html:6 |
| 130 | +msgid "Change History" |
| 131 | +msgstr "Ubah Riwayat" |
| 132 | + |
| 133 | +#: .\simple_history\templates\simple_history\submit_line.html:7 |
| 134 | +msgid "Close" |
| 135 | +msgstr "Tutup" |
0 commit comments