hoàn thiện upload và global search
This commit is contained in:
@@ -14,6 +14,9 @@ return [
|
||||
// FileService
|
||||
'file_type_not_allowed' => 'File type :type is not allowed. Allowed: jpg, png, pdf, mp4, mov.',
|
||||
'file_size_exceeds' => 'File size exceeds :max KB.',
|
||||
'file_upload_failed' => 'File upload failed. Please check the file and try again.',
|
||||
'file_too_large' => 'File is too large. Maximum size is :max MB.',
|
||||
'file_invalid_type' => 'Invalid file type. Only accept: jpg, png, pdf, mp4, mov.',
|
||||
|
||||
// EditFeedback page
|
||||
'transfer_department' => 'Transfer Department',
|
||||
|
||||
@@ -14,6 +14,9 @@ return [
|
||||
// FileService
|
||||
'file_type_not_allowed' => 'Loại file :type không được phép. Cho phép: jpg, png, pdf, mp4, mov.',
|
||||
'file_size_exceeds' => 'Kích thước file vượt quá :max KB.',
|
||||
'file_upload_failed' => 'Tải file lên thất bại. Vui lòng kiểm tra lại file và thử lại.',
|
||||
'file_too_large' => 'File quá lớn. Kích thước tối đa là :max MB.',
|
||||
'file_invalid_type' => 'Loại file không hợp lệ. Chỉ chấp nhận: jpg, png, pdf, mp4, mov.',
|
||||
|
||||
// EditFeedback page
|
||||
'transfer_department' => 'Chuyển phòng ban',
|
||||
|
||||
Reference in New Issue
Block a user