en.php 1.3 KB

12345678910111213141516
  1. <?php
  2. return [
  3. 'Invalid token' => 'Invalid Token!',
  4. 'Login expired, please login again.' => 'Login expired, please login again.',
  5. 'Account not exist' => 'Account does not exist',
  6. 'Account disabled' => 'Account is disabled',
  7. 'Token login failed' => 'Token login failed',
  8. 'Please try again after 1 day' => 'The number of failed login attempts has exceeded the limit, please try again after 24 hours.',
  9. 'Password is incorrect' => 'Incorrect password',
  10. 'You are not logged in' => 'You are not logged in.',
  11. 'Unknown operation' => 'Unknown operation',
  12. 'No action available, please contact the administrator~' => 'There is no action available, please contact the administrator~',
  13. 'Please login first' => 'Please login first!',
  14. 'You have no permission' => 'No permission to operate!',
  15. 'Captcha error' => 'Captcha error!',
  16. ];