mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 23:28:43 +00:00
37 lines
4.1 KiB
PHP
37 lines
4.1 KiB
PHP
<?php
|
|
return [
|
|
'Please login first' => 'Please login first',
|
|
'You have no permission' => 'You have no permission to operate',
|
|
'Username' => 'User Name',
|
|
'Password' => 'Password',
|
|
'Nickname' => 'Nickname',
|
|
'Email' => 'Email',
|
|
'Mobile' => 'Mobile Number',
|
|
'Captcha' => 'Captcha',
|
|
'CaptchaId' => 'Captcha Id',
|
|
'Please enter the correct verification code' => 'Please enter the correct verification code!',
|
|
'Parameter %s can not be empty' => 'Parameter %s can not be empty',
|
|
'Record not found' => 'Record not found',
|
|
'No rows were added' => 'No rows added',
|
|
'No rows were deleted' => 'No rows deleted',
|
|
'No rows updated' => 'No rows updated',
|
|
'Update successful' => 'Update successful!',
|
|
'Added successfully' => 'Added successfully!',
|
|
'Deleted successfully' => 'Deleted successfully!',
|
|
'Parameter error' => 'Parameter error!',
|
|
'Invalid collation because the weights of the two targets are equal' => 'Invalid sorting collation, because the two target weights are equal.',
|
|
'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 not allowed',
|
|
'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',
|
|
'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 failed login attempts has exceeded the limit. Please try again in 24 hours',
|
|
'Password is incorrect' => 'Password error',
|
|
'You are not logged in' => 'You are not logged in',
|
|
]; |