6 changed files with 87 additions and 41 deletions
-
11app/Http/Controllers/Projects/FilesController.php
-
30resources/lang/id/file.php
-
21resources/lang/id/master.php
-
3resources/lang/id/project.php
-
23resources/views/projects/files.blade.php
-
10tests/Feature/Projects/UploadFilesTest.php
@ -0,0 +1,30 @@ |
|||||
|
<?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 File', |
||||
|
|
||||
|
// Attributes
|
||||
|
'name' => 'Nama File', |
||||
|
'description' => 'Deskripsi File', |
||||
|
]; |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue