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' => '图片',
'audio' => '音频',
'video' => '视频',
'zip' => '压缩包',
'document' => '文档',
'annex' => '附件',
'size_limit' => '文件大小超出限制',
'ext_limit' => '文件扩展名不允许 :ext',
'upload_failed' => '上传失败',
'not_found' => '文件不存在',
'delete_failed' => '删除失败',
'download_failed' => '下载失败',
'invalid_visibility' => '无效的可见性设置',
],
'error' => [
'no_permission' => '对不起,你暂时没有该权限,请联系管理员',
'route_not_exist' => '路由不存在',
],
'data_not_exist' => '数据不存在',
];