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.
31 lines
1.0 KiB
31 lines
1.0 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'file' => 'File',
|
|
'list' => 'Daftar File',
|
|
'search' => 'Cari File',
|
|
'not_found' => 'File tidak ditemukan',
|
|
'empty' => 'Belum ada File',
|
|
'back_to_index' => 'Kembali ke daftar File',
|
|
|
|
// Actions
|
|
'create' => 'Upload File Baru',
|
|
'created' => 'Upload File baru telah berhasil.',
|
|
'edit' => 'Edit File',
|
|
'update' => 'Update File',
|
|
'updated' => 'Update data File telah berhasil.',
|
|
'delete' => 'Hapus File',
|
|
'delete_confirm' => 'Anda yakin akan menghapus File ini?',
|
|
'deleted' => 'Hapus data File telah berhasil.',
|
|
'undeleted' => 'Data File gagal dihapus.',
|
|
'undeleteable' => 'Data File tidak dapat dihapus.',
|
|
'select' => 'Pilih File',
|
|
'upload' => 'Upload File',
|
|
'download' => 'Download',
|
|
|
|
// Attributes
|
|
'title' => 'Nama File',
|
|
'description' => 'Deskripsi File',
|
|
'size' => 'Ukuran File',
|
|
];
|