en.php 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. return [
  3. 'Please login first' => 'Please login first',
  4. 'You have no permission' => 'You have no permission to operate',
  5. 'Username' => 'Username',
  6. 'Password' => 'Password',
  7. 'Nickname' => 'Nickname',
  8. 'Email' => 'Email',
  9. 'Mobile' => 'Mobile Number',
  10. 'Captcha' => 'Captcha',
  11. 'CaptchaId' => 'Captcha Id',
  12. 'Please enter the correct verification code' => 'Please enter the correct Captcha!',
  13. 'Captcha error' => 'Captcha error!',
  14. 'Parameter %s can not be empty' => 'Parameter %s can not be empty',
  15. 'Record not found' => 'Record not found',
  16. 'No rows were added' => 'No rows were added',
  17. 'No rows were deleted' => 'No rows were deleted',
  18. 'No rows updated' => 'No rows updated',
  19. 'Update successful' => 'Update successful!',
  20. 'Added successfully' => 'Added successfully!',
  21. 'Deleted successfully' => 'Deleted successfully!',
  22. 'Parameter error' => 'Parameter error!',
  23. 'Invalid collation because the weights of the two targets are equal' => 'Invalid sort, because these two target weight is equal.',
  24. 'File uploaded successfully' => 'File uploaded successfully',
  25. 'No files were uploaded' => 'No files were uploaded',
  26. 'The uploaded file format is not allowed' => 'The uploaded file format is no allowance.',
  27. 'The uploaded image file is not a valid image' => 'The uploaded image file is not a valid image',
  28. 'The uploaded file is too large (%sMiB), Maximum file size:%sMiB' => 'The uploaded file is too large (%sMiB), maximum file size:%sMiB',
  29. '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.',
  30. 'Unknown' => 'Unknown',
  31. 'Account not exist' => 'Account does not exist',
  32. 'Account disabled' => 'Account is disabled',
  33. 'Token login failed' => 'Token login failed',
  34. 'Username is incorrect' => 'Incorrect username',
  35. 'Please try again after 1 day' => 'The number of login failures exceeds the limit, please try again after 24 hours',
  36. 'Password is incorrect' => 'Wrong password',
  37. 'You are not logged in' => 'You are not logged in',
  38. 'Cache cleaned~' => 'The cache has been cleaned up, please refresh the backgroun.',
  39. ];