Skip to content

Commit 32d3dda

Browse files
kirawareddabble
andauthored
add id translation (#1198)
* add id translation * PR checks * remove fuzzy Co-authored-by: Anders <[email protected]> * add empty line Co-authored-by: Anders <[email protected]> --------- Co-authored-by: Anders <[email protected]>
1 parent 705a2e1 commit 32d3dda

File tree

4 files changed

+137
-0
lines changed

4 files changed

+137
-0
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Authors
8181
- Josh Thomas (`joshuadavidthomas <https://github.com/joshuadavidthomas>`_)
8282
- Keith Hackbarth
8383
- Kevin Foster
84+
- Kira (`kiraware <https://github.com/kiraware>`_)
8485
- Klaas van Schelven
8586
- Kris Neuharth
8687
- Kyle Seever (`kseever <https://github.com/kseever>`_)

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Unreleased
99
``SIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONS`` is set to ``True``
1010
in ``settings`` (gh-1017).
1111
- Fixed ``SimpleHistoryAdmin`` not properly integrating with custom user models (gh-1177)
12+
- Support Indonesian translation
1213

1314
3.3.0 (2023-03-08)
1415
------------------
2.08 KB
Binary file not shown.
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
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+
# Kira <[email protected]>, 2023.
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

Comments
 (0)