|
@@ -154,38 +154,40 @@ return [
|
|
|
'filter_clear' => 'Show all',
|
|
|
'filter_placeholder' => 'Filter',
|
|
|
],
|
|
|
- 'responsive' => [
|
|
|
- 'display' => ' ',
|
|
|
- 'display_all' => ' <i class="glyphicon glyphicon-th icon-th"></i> ',
|
|
|
- 'focus' => 'Focus',
|
|
|
+ 'responsive' => [
|
|
|
+ 'display' => ' ',
|
|
|
+ 'display_all' => ' <i class="glyphicon glyphicon-th icon-th"></i> ',
|
|
|
+ 'focus' => 'Focus',
|
|
|
],
|
|
|
'uploader' => [
|
|
|
- 'add_new_media' => 'Browse',
|
|
|
- 'drag_file' => 'Or drag file here',
|
|
|
- 'max_file_limit' => 'The :attribute may not be greater than :max.',
|
|
|
- 'exceed_size' => 'Exceeds the maximum file-size',
|
|
|
- 'interrupt' => 'Interrupt',
|
|
|
- 'upload_failed' => 'Upload failed! Please try again.',
|
|
|
- 'selected_files' => ':num files selected,size: :size。',
|
|
|
- 'selected_has_failed' => 'Uploaded: :success, failed: :fail, <a class="retry" href="javascript:"";">retry</a>or<a class="ignore" href="javascript:"";">ignore</a>',
|
|
|
- 'selected_success' => ':num(:size) files selected, Uploaded: :success.',
|
|
|
- 'dot' => ', ',
|
|
|
- 'failed_num' => 'failed::fail.',
|
|
|
- 'pause_upload' => 'Pause',
|
|
|
- 'go_on_upload' => 'Go On',
|
|
|
- 'start_upload' => 'Upload',
|
|
|
+ 'add_new_media' => 'Browse',
|
|
|
+ 'drag_file' => 'Or drag file here',
|
|
|
+ 'max_file_limit' => 'The :attribute may not be greater than :max.',
|
|
|
+ 'exceed_size' => 'Exceeds the maximum file-size',
|
|
|
+ 'interrupt' => 'Interrupt',
|
|
|
+ 'upload_failed' => 'Upload failed! Please try again.',
|
|
|
+ 'selected_files' => ':num files selected,size: :size。',
|
|
|
+ 'selected_has_failed' => 'Uploaded: :success, failed: :fail, <a class="retry" href="javascript:"";">retry</a>or<a class="ignore" href="javascript:"";">ignore</a>',
|
|
|
+ 'selected_success' => ':num(:size) files selected, Uploaded: :success.',
|
|
|
+ 'dot' => ', ',
|
|
|
+ 'failed_num' => 'failed::fail.',
|
|
|
+ 'pause_upload' => 'Pause',
|
|
|
+ 'go_on_upload' => 'Go On',
|
|
|
+ 'start_upload' => 'Upload',
|
|
|
'upload_success_message' => ':success files uploaded successfully',
|
|
|
- 'go_on_add' => 'New File',
|
|
|
- 'Q_TYPE_DENIED' => 'Sorry, the type of this file is not allowed!',
|
|
|
- 'Q_EXCEED_NUM_LIMIT' => 'Sorry, maximum number of allowable file uploads has been exceeded!',
|
|
|
- 'F_EXCEED_SIZE' => 'Sorry,the maximum file-size has been exceeded!',
|
|
|
- 'Q_EXCEED_SIZE_LIMIT' => 'Sorry, the maximum file-size has been exceeded!',
|
|
|
- 'F_DUPLICATE' => 'Duplicate file.',
|
|
|
+ 'go_on_add' => 'New File',
|
|
|
+ 'Q_TYPE_DENIED' => 'Sorry, the type of this file is not allowed!',
|
|
|
+ 'Q_EXCEED_NUM_LIMIT' => 'Sorry, maximum number of allowable file uploads has been exceeded!',
|
|
|
+ 'F_EXCEED_SIZE' => 'Sorry,the maximum file-size has been exceeded!',
|
|
|
+ 'Q_EXCEED_SIZE_LIMIT' => 'Sorry, the maximum file-size has been exceeded!',
|
|
|
+ 'F_DUPLICATE' => 'Duplicate file.',
|
|
|
],
|
|
|
'import_extension_confirm' => 'Are you sure import the extension?',
|
|
|
'selected_must_less_then' => 'Only supports maximum :num options.',
|
|
|
'validation' => [
|
|
|
- 'match' => 'Does not match with :attribute.',
|
|
|
+ 'match' => 'Does not match with :attribute.',
|
|
|
+ 'minlength' => 'The :attribute must be at least :min characters.',
|
|
|
+ 'maxlength' => 'The :attribute may not be greater than :max characters.',
|
|
|
],
|
|
|
'menu_titles' => [],
|
|
|
];
|