hoàn thiện upload và global search
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-05-06 04:10:14 +00:00
parent fb1f82e1a0
commit 96e1ce4f40
15 changed files with 285 additions and 0 deletions

View File

@@ -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',