项目初始化

This commit is contained in:
2026-03-18 17:19:03 +08:00
commit ac6079b9ff
602 changed files with 58291 additions and 0 deletions

98
app/admin/lang/en.php Normal file
View File

@@ -0,0 +1,98 @@
<?php
return [
'Please login first' => 'Please login first',
'No background menu, please contact super administrator!' => 'No background menu, please contact the super administrator!',
'You have already logged in. There is no need to log in again~' => 'You have already logged in. There is no need to log in again~',
'Login succeeded!' => 'Login succeeded!',
'Incorrect user name or password!' => 'Incorrect username or password!',
'Login' => 'Login',
'Logout' => 'Logout',
'Please input correct password' => 'Please enter the correct password',
'You have no permission' => 'You have no permission to operate',
'Username' => 'Username',
'Password' => 'Password',
'Nickname' => 'Nickname',
'Email' => 'Email',
'Mobile' => 'Mobile Number',
'Captcha' => 'Captcha',
'CaptchaId' => 'Captcha Id',
'Please enter the correct verification code' => 'Please enter the correct Captcha!',
'Captcha error' => 'Captcha error!',
'Parameter %s can not be empty' => 'Parameter %s can not be empty',
'Record not found' => 'Record not found',
'No rows were added' => 'No rows were added',
'No rows were deleted' => 'No rows were deleted',
'No rows updated' => 'No rows updated',
'Update successful' => 'Update successful!',
'Added successfully' => 'Added successfully!',
'Deleted successfully' => 'Deleted successfully!',
'Parameter error' => 'Parameter error!',
'File uploaded successfully' => 'File uploaded successfully',
'No files were uploaded' => 'No files were uploaded',
'The uploaded file format is not allowed' => 'The uploaded file format is no allowance.',
'The uploaded image file is not a valid image' => 'The uploaded image file is not a valid image',
'The uploaded file is too large (%sMiB), Maximum file size:%sMiB' => 'The uploaded file is too large (%sMiB), maximum file size:%sMiB',
'No files have been uploaded or the file size exceeds the upload limit of the server' => 'No files have been uploaded or the file size exceeds the server upload limit.',
'Unknown' => 'Unknown',
'Super administrator' => 'Super administrator',
'No permission' => 'No permission',
'%first% etc. %count% items' => '%first% etc. %count% items',
'Please select rules' => 'Please select rules',
'You cannot modify your own management group!' => 'You cannot modify your own management group!',
'You need to have all permissions of this group to operate this group~' => 'You need to have all permissions of this group to operate this group~',
'You need to have all the permissions of the group and have additional permissions before you can operate the group~' => 'You need to have all the permissions of the group and have additional permissions before you can operate the group~',
'Role group has all your rights, please contact the upper administrator to add or do not need to add!' => 'Role group has all your rights, please contact the upper administrator to add or do not need to add!',
'The group permission node exceeds the range that can be allocated' => 'The group permission node exceeds the range that can be allocated, please refresh and try again~',
'Account not exist' => 'Account does not exist',
'Account disabled' => 'Account is disabled',
'Token login failed' => 'Token login failed',
'Username is incorrect' => 'Incorrect username',
'Please try again after 1 day' => 'The number of login failures exceeds the limit, please try again after 24 hours',
'Password is incorrect' => 'Wrong password',
'You are not logged in' => 'You are not logged in',
'Cache cleaned~' => 'The cache has been cleaned up, please refresh the page.',
'Please use the %s field to sort before operating' => 'Please use the %s field to sort before operating',
'Topic format error' => 'Upload storage subdirectory format error!',
'Driver %s not supported' => 'Driver %s not supported',
'Configuration write failed: %s' => 'Configuration write failed: %s',
'Token expiration' => 'Token expired, please login again!',
'Method not allowed' => 'Method not allowed',
'Variable name' => 'Variable name',
'type' => 'Type',
'title' => 'Title',
'name' => 'Name',
'user_id' => 'User ID',
'score' => 'Score',
'memo' => 'Memo',
'money' => 'Money',
'Rollback successful' => 'Rollback successful!',
'No rows were rolled back' => 'No rows were rolled back',
'Avatar modified successfully!' => 'Avatar modified successfully!',
'Failed to load cloud data' => 'Failed to load cloud data',
'Log start' => 'Log start',
'Parse field data' => 'Parse field data',
'Generate check' => 'Generate check',
'Install module' => 'Install module',
'Change module state' => 'Change module state',
'Uninstall module' => 'Uninstall module',
'Upload module' => 'Upload module',
'upload' => 'Upload',
'Data table does not exist' => 'Data table does not exist',
'Change terminal config' => 'Change terminal config',
'Failed to modify the terminal configuration. Please modify the configuration file manually:%s' => 'Failed to modify the terminal configuration. Please modify the configuration file manually: %s',
'Clear cache' => 'Clear cache',
'The current page configuration item was updated successfully' => 'The current page configuration item was updated successfully!',
'This is a test email' => 'This is a test email',
'Congratulations, receiving this email means that your email service has been configured correctly' => 'Congratulations, receiving this email means that your email service has been configured correctly',
'Test mail sent successfully~' => 'Test mail sent successfully~',
'Name' => 'Name',
'Data Fields' => 'Data Fields',
'Controller' => 'Controller',
'Data Table' => 'Data Table',
'Primary Key' => 'Primary Key',
'Restore successful' => 'Restore successful!',
'No rows were restore' => 'No rows were restored',
'%d records and files have been deleted' => '%d records and files have been deleted',
'Please input correct username' => 'Please enter the correct username',
'Group Name Arr' => 'Group Name Arr',
];