1
2translate indonesian strings:
3
4    # _developer/developer.rpym:38
5    old "Developer Menu"
6    new "Menu Pengembang"
7
8    # _developer/developer.rpym:43
9    old "Reload Game (Shift+R)"
10    new "Muat Ulang Game (Shift+R)"
11
12    # _developer/developer.rpym:45
13    old "Console (Shift+O)"
14    new "Konsol (Shift+O)"
15
16    # _developer/developer.rpym:47
17    old "Variable Viewer"
18    new "Peneliti variabel"
19
20    # _developer/developer.rpym:49
21    old "Theme Test"
22    new "Coba Tema"
23
24    # _developer/developer.rpym:51
25    old "Image Location Picker"
26    new "Pemilih Lokasi Gambar"
27
28    # _developer/developer.rpym:53
29    old "Filename List"
30    new "Daftar Nama File"
31
32    # _developer/developer.rpym:57
33    old "Show Image Load Log"
34    new "Perlihatkan Log Load Gambar"
35
36    # _developer/developer.rpym:60
37    old "Hide Image Load Log"
38    new "Sembunyikan Load Log Gambar"
39
40    # _developer/developer.rpym:95
41    old "Nothing to inspect."
42    new "Tidak ada yang dapat di inspeksi"
43
44    # _developer/developer.rpym:217
45    old "Return to the developer menu"
46    new "Kembali ke menu pengembang"
47
48    # _developer/developer.rpym:373
49    old "Rectangle: %r"
50    new "Persegi Panjang: %r"
51
52    # _developer/developer.rpym:378
53    old "Mouse position: %r"
54    new "Posisi Mouse: %r"
55
56    # _developer/developer.rpym:383
57    old "Right-click or escape to quit."
58    new "Klik-Kanan atau escape untuk keluar."
59
60    # _developer/developer.rpym:412
61    old "Rectangle copied to clipboard."
62    new "Persegi di salin ke catatan."
63
64    # _developer/developer.rpym:415
65    old "Position copied to clipboard."
66    new "Posisi di salin ke catatan."
67
68    # _developer/developer.rpym:524
69    old "✔ "
70    new "✔ "
71
72    # _developer/developer.rpym:527
73    old "✘ "
74    new "✘ "
75
76    # _developer/developer.rpym:532
77    old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}"
78    new "\n{color=#cfc}✔ gambar di prediksikan (baik){/color}\n{color=#fcc}✘ gambar tidak diprediksi (buruk){/color}\n{color=#fff}Drag untuk pindah.{/color}"
79
80    # _developer/inspector.rpym:38
81    old "Displayable Inspector"
82    new "Inspektur yang dapat di tampilkan"
83
84    # _developer/inspector.rpym:61
85    old "Size"
86    new "Ukuran"
87
88    # _developer/inspector.rpym:65
89    old "Style"
90    new "Gaya"
91
92    # _developer/inspector.rpym:71
93    old "Location"
94    new "Lokasi"
95
96    # _developer/inspector.rpym:122
97    old "Inspecting Styles of [displayable_name!q]"
98    new "Menginspeksi Gaya dari [displayable_name!q]"
99
100    # _developer/inspector.rpym:139
101    old "displayable:"
102    new "displayable:"
103
104    # _developer/inspector.rpym:145
105    old "        (no properties affect the displayable)"
106    new "        (tidak ada properti yang mempengaruhi displayable)"
107
108    # _developer/inspector.rpym:147
109    old "        (default properties omitted)"
110    new "        (properti default di ubah)"
111
112    # _developer/inspector.rpym:185
113    old "<repr() failed>"
114    new "<repr() failed>"
115
116    # 00console.rpy:182
117    old "Press <esc> to exit console. Type help for help.\n"
118    new "Tekan <esc> untuk keluar konsol. Ketik help untuk bantuan.\n"
119
120    # 00console.rpy:186
121    old "Ren'Py script enabled."
122    new "Script Ren'Py di aktifkan."
123
124    # 00console.rpy:188
125    old "Ren'Py script disabled."
126    new "Script Ren'Py di matikan."
127
128    # 00console.rpy:398
129    old "help: show this help"
130    new "help: tampilkan bantuan"
131
132    # 00console.rpy:403
133    old "commands:\n"
134    new "perintah:\n"
135
136    # 00console.rpy:413
137    old " <renpy script statement>: run the statement\n"
138    new " <renpy script statement>: Menjalankan pernyataan\n"
139
140    # 00console.rpy:415
141    old " <python expression or statement>: run the expression or statement"
142    new " <python expression or statement>: Menjalankan expresi atau pernyataan"
143
144    # 00console.rpy:423
145    old "clear: clear the console history"
146    new "clear: membersihkan histori konsol"
147
148    # 00console.rpy:427
149    old "exit: exit the console"
150    new "exit: keluar konsol"
151
152    # 00console.rpy:435
153    old "load <slot>: loads the game from slot"
154    new "load <slot>: load game dari slot"
155
156    # 00console.rpy:448
157    old "save <slot>: saves the game in slot"
158    new "save <slot>: simpan game di slot"
159
160    # 00console.rpy:459
161    old "reload: reloads the game, refreshing the scripts"
162    new "reload: reload game, memuat ulang script"
163
164    # 00console.rpy:467
165    old "watch <expression>: watch a python expression"
166    new "watch <expression>: lihat expresi python"
167
168    # 00console.rpy:493
169    old "unwatch <expression>: stop watching an expression"
170    new "unwatch <expression>: berhenti melihat expresi"
171
172    # 00console.rpy:519
173    old "unwatchall: stop watching all expressions"
174    new "unwatchall: berhenti melihat semua expresi"
175
176    # 00console.rpy:536
177    old "jump <label>: jumps to label"
178    new "jump <label>: lompat ke label"
179