first commit

This commit is contained in:
liu
2026-07-13 15:23:29 +08:00
commit 50885a98c8
473 changed files with 33772 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| System Language Lines
|--------------------------------------------------------------------------
*/
'file' => [
'image' => 'image',
'audio' => 'audio',
'video' => 'video',
'zip' => 'zip',
'document' => 'document',
'annex' => 'annex',
'size_limit' => 'The file size exceeds the limit',
'ext_limit' => 'The file extension is not allowed :ext',
'upload_failed' => 'Upload failed',
'not_found' => 'File not found',
'delete_failed' => 'Delete failed',
'download_failed' => 'Download failed',
'invalid_visibility' => 'Invalid visibility setting',
],
'error' => [
'no_permission' => 'Sorry, you do not have this permission at the moment, please contact the administrator',
'route_not_exist' => 'Route does not exist',
],
'data_not_exist' => 'Data does not exist',
];