en-us.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. /**
  3. * 洛阳赤炎鹰网络科技有限公司
  4. * https://www.cyyvip.com
  5. * Copyright (c) 2022 赤店商城 All rights reserved.
  6. */
  7. return array (
  8. "SAVE" => 'Save',
  9. "CLOSE" => 'Close',
  10. "OPEN" => 'Open',
  11. "ENABLED" => 'Enabled',
  12. "DISABLED" => 'Disabled',
  13. "DELETE" => "Delete",
  14. "RESTORE" => 'Restore',
  15. "DOWNLOAD" => 'Download',
  16. "YES" => 'Yes',
  17. "NO" => 'No',
  18. "EDIT" => 'Edit',
  19. "ADD" => 'Add',
  20. "BACK" => 'Back',
  21. 'LOGIN' => 'Login',
  22. 'PASSWORD' => "Password",
  23. 'USERNAME_OR_EMAIL' => 'Username or Email',
  24. 'LOGIN_SUCCESS' => "Login success!",
  25. 'PASSWORD_NOT_RIGHT' => "Password Error!",
  26. 'PASSWORD_REQUIRED' => "Password cannot be empty!",
  27. 'CAPTCHA_REQUIRED' => "Verification code cannot be empty!",
  28. 'CAPTCHA_NOT_RIGHT' => "Verification code error!",
  29. 'USERNAME_NOT_EXIST' => "Username does not exist!",
  30. 'USERNAME_OR_EMAIL_EMPTY' => "Username or email address can't for empty!",
  31. 'USE_DISABLED' => "This user has been disabled!",
  32. 'ENTER_VERIFY_CODE' => 'Please enter the verification code!',
  33. 'HOME' => 'Home',
  34. 'LOADING' => 'Loading...',
  35. 'LOGOUT' => 'Logout',
  36. "OK" => "Ok",
  37. "STATUS" => 'Status',
  38. "ACTIONS" => 'Actions',
  39. "SORT" => 'Sort',
  40. "DISPLAY" => 'Display',
  41. "HIDDEN" => 'Hidden',
  42. "HIDE" => 'Hide',
  43. 'DELETE_CONFIRM_MESSAGE' => 'Are you sure to delete?',
  44. 'SETTING' => 'Setting',
  45. "ADD_SUCCESS" => 'Add success!',
  46. "ADD_FAILED" => 'Add failed!',
  47. "NO_DATA" => 'No data!'
  48. );