Skip to content

Commit 85b2486

Browse files
authored
Merge pull request #63 from halowahyudi/2.x
feat: indonesia lang
2 parents 1a385b0 + c1a31fe commit 85b2486

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
3+
return [
4+
'root' => 'Induk',
5+
6+
/*
7+
|--------------------------------------------------------------------------
8+
| Buttons
9+
|--------------------------------------------------------------------------
10+
*/
11+
'button.save' => 'Simpan',
12+
'button.expand_all' => 'Perluas Semua',
13+
'button.collapse_all' => 'Tutup Semua',
14+
15+
/*
16+
|--------------------------------------------------------------------------
17+
| Form
18+
|--------------------------------------------------------------------------
19+
*/
20+
'components.tree.buttons.select_all.label' => 'Pilih Semua',
21+
'components.tree.buttons.deselect_all.label' => 'Batalkan Pilihan Semua',
22+
'components.tree.buttons.expand_all.label' => 'Perluas Semua',
23+
'components.tree.buttons.collapse_all.label' => 'Tutup Semua',
24+
25+
/*
26+
|--------------------------------------------------------------------------
27+
| Message
28+
|--------------------------------------------------------------------------
29+
*/
30+
'actions.delete.confirmation.with_children' => 'Apakah Anda yakin ingin menghapus data ini dan turunannya?',
31+
];
32+

0 commit comments

Comments
 (0)