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.
32 lines
1.0 KiB
32 lines
1.0 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'file' => 'File',
|
|
'list' => 'File List',
|
|
'search' => 'Search File',
|
|
'not_found' => 'File not found.',
|
|
'empty' => 'File list is empty.',
|
|
'back_to_index' => 'Back to File List',
|
|
|
|
// Actions
|
|
'create' => 'Upload new File',
|
|
'created' => 'New File has been created.',
|
|
'edit' => 'Edit File',
|
|
'update' => 'Update File',
|
|
'updated' => 'New File has been updated.',
|
|
'delete' => 'Delete File',
|
|
'delete_confirm' => 'Are you sure to delete this File?',
|
|
'deleted' => 'File has been deleted.',
|
|
'undeleted' => 'File not deleted.',
|
|
'undeleteable' => 'File can not be deleted.',
|
|
'select' => 'Select File',
|
|
'upload' => 'Upload File',
|
|
'download' => 'Download',
|
|
|
|
// Attributes
|
|
'title' => 'File Name',
|
|
'description' => 'File Description',
|
|
'size' => 'File Size',
|
|
'updated_at' => 'Udpated at',
|
|
];
|