You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
901 B
29 lines
901 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'vendor' => 'Vendor',
|
|
'list' => 'Daftar Vendor',
|
|
'search' => 'Cari Vendor',
|
|
'not_found' => 'Vendor tidak ditemukan',
|
|
'empty' => 'Belum ada Vendor',
|
|
'back_to_show' => 'Back to Vendor Detail',
|
|
'back_to_index' => 'Kembali ke daftar Vendor',
|
|
|
|
// Actions
|
|
'create' => 'Input Vendor Baru',
|
|
'created' => 'Input Vendor baru telah berhasil.',
|
|
'show' => 'Detail Vendor',
|
|
'edit' => 'Edit Vendor',
|
|
'update' => 'Update Vendor',
|
|
'updated' => 'Update data Vendor telah berhasil.',
|
|
'delete' => 'Hapus Vendor',
|
|
'delete_confirm' => 'Anda yakin akan menghapus Vendor ini?',
|
|
'deleted' => 'Hapus data Vendor telah berhasil.',
|
|
'undeleted' => 'Data Vendor gagal dihapus.',
|
|
'undeleteable' => 'Data Vendor tidak dapat dihapus.',
|
|
|
|
// Attributes
|
|
'name' => 'Nama Vendor',
|
|
'description' => 'Deskripsi Vendor',
|
|
];
|