123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- return [
- 'Please login first' => 'Please login first',
- '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!',
- 'Invalid collation because the weights of the two targets are equal' => 'Invalid sort, because these two target weight is 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 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',
- '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 backgroun.',
- ];
|