Skip to content

Commit

Permalink
Merge pull request #63 from halowahyudi/2.x
Browse files Browse the repository at this point in the history
feat: indonesia lang
  • Loading branch information
cklei-carly authored Nov 21, 2024
2 parents 1a385b0 + c1a31fe commit 85b2486
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/lang/id_ID/filament-tree.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
'root' => 'Induk',

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
'button.save' => 'Simpan',
'button.expand_all' => 'Perluas Semua',
'button.collapse_all' => 'Tutup Semua',

/*
|--------------------------------------------------------------------------
| Form
|--------------------------------------------------------------------------
*/
'components.tree.buttons.select_all.label' => 'Pilih Semua',
'components.tree.buttons.deselect_all.label' => 'Batalkan Pilihan Semua',
'components.tree.buttons.expand_all.label' => 'Perluas Semua',
'components.tree.buttons.collapse_all.label' => 'Tutup Semua',

/*
|--------------------------------------------------------------------------
| Message
|--------------------------------------------------------------------------
*/
'actions.delete.confirmation.with_children' => 'Apakah Anda yakin ingin menghapus data ini dan turunannya?',
];

0 comments on commit 85b2486

Please sign in to comment.