Skip to content

Commit

Permalink
Updated language ID (Indonesia)
Browse files Browse the repository at this point in the history
  • Loading branch information
adereksisusanto committed Oct 19, 2024
1 parent a71ca76 commit c51be55
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions resources/lang/id/filament-shield.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
|--------------------------------------------------------------------------
*/

// 'resource_permission_prefixes_labels' => [
// 'view' => 'View',
// 'view_any' => 'View Any',
// 'create' => 'Create',
// 'update' => 'Update',
// 'delete' => 'Delete',
// 'delete_any' => 'Delete Any',
// 'force_delete' => 'Force Delete',
// 'force_delete_any' => 'Force Delete Any',
// 'restore' => 'Restore',
// 'replicate' => 'Replicate',
// 'reorder' => 'Reorder',
// 'restore_any' => 'Restore Any',
// ],
'resource_permission_prefixes_labels' => [
'view' => 'Lihat',
'view_any' => 'Lihat Apa Saja',
'create' => 'Buat',
'update' => 'Perbarui',
'delete' => 'Hapus',
'delete_any' => 'Hapus Apa Saja',
'force_delete' => 'Paksa Hapus',
'force_delete_any' => 'Paksa Hapus Apa Saja',
'restore' => 'Pulihkan',
'replicate' => 'Replikasi',
'reorder' => 'Susun Ulang',
'restore_any' => 'Pulihkan Apa Saja',
],
];

0 comments on commit c51be55

Please sign in to comment.