en-us.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2013-2019 http://www.thinkcmf.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: 老猫 <thinkcmf@126.com>
  10. // +----------------------------------------------------------------------
  11. return [
  12. "USERNAME" => 'Username',
  13. "NICENAME" => 'Nicename',
  14. "AVATAR" => 'Avatar',
  15. "EMAIL" => 'Email',
  16. "REGISTRATION_TIME" => 'Registration Time',
  17. "LAST_LOGIN_TIME" => "Last Login Time",
  18. "LAST_LOGIN_IP" => 'Last Login IP',
  19. "STATUS" => 'Status',
  20. "ACTIONS" => "Actions",
  21. "USER_STATUS_BLOCKED" => 'Blocked',
  22. "USER_STATUS_ACTIVATED" => 'Activated',
  23. "USER_STATUS_UNVERIFIED" => 'Unverified',
  24. "BLOCK_USER" => 'Block',
  25. "BLOCK_USER_CONFIRM_MESSAGE" => 'Are you sure you want to pull black this user?',
  26. "ACTIVATE_USER" => 'Activate',
  27. "ACTIVATE_USER_CONFIRM_MESSAGE" => 'Are you sure you want to enable this user?',
  28. "THIRD_PARTY_USER" => "Third Party User",
  29. "NOT_FILLED" => "Not Filled",
  30. "USER_FROM" => '来源',
  31. "BINGDING_ACCOUNT" => '绑定账号',
  32. "FIRST_LOGIN_TIME" => '首次登录时间',
  33. "LOGIN_TIMES" => '登录次数',
  34. 'USERNAME_OR_EMAIL_EMPTY' => "用户名不能为空!",
  35. 'PASSWORD_REQUIRED' => "密码不能为空!",
  36. 'CAPTCHA_REQUIRED' => "验证码不能为空!",
  37. 'USERNAME_OR_EMAIL' => '用户名或邮箱',
  38. 'LOGIN_SUCCESS' => "Login success!",
  39. 'PASSWORD_NOT_RIGHT' => "Your password is wrong!",
  40. 'CAPTCHA_NOT_RIGHT' => "CAPTCHA is wrong!",
  41. 'USERNAME_NOT_EXIST' => "用户名不存在!",
  42. 'USER_INDEXADMIN_BAN' => '拉黑会员',
  43. 'USER_INDEXADMIN_CANCELBAN' => '启用会员',
  44. 'USER_INDEXADMIN_DEFAULT1' => 'User Group',
  45. 'USER_INDEXADMIN_DEFAULT3' => 'Admin Group',
  46. 'USER_INDEXADMIN_INDEX' => 'Site Users',
  47. 'USER_OAUTHADMIN_DELETE' => '第三方用户解绑',
  48. 'USER_OAUTHADMIN_INDEX' => 'Third Party Users',
  49. 'USER_INDEXADMIN_DEFAULT' => 'Users',
  50. 'NICKNAME_IS_TO0_LONG' => 'Nickname is too lang!',
  51. 'SEX_IS_INVALID' => 'Sex is invalid!',
  52. 'BIRTHDAY_IS_INVALID' => 'Birthday format is invalid!',
  53. 'BIRTHDAY_IS_TOO_EARLY' => 'Your birthday is too early!',
  54. 'BIRTHDAY_IS_TOO_LATE' => 'Your birthday is too late!',
  55. 'URL_FORMAT_IS_WRONG' => 'Url format is wrong!',
  56. 'URL_IS_TO0_LONG' => 'url max 64 letters!',
  57. 'SIGNATURE_IS_TO0_LONG' => 'signature max 128 letters!',
  58. 'NO_NEW_INFORMATION' => "no new data!",
  59. 'ERROR' => "eror",
  60. 'old_password_is_required' => 'The old password is required!',
  61. 'old_password_is_too_long' => 'The old password is too long!',
  62. 'old_password_is_too_short' => 'The old password is too short!',
  63. 'password_is_required' => 'Password is required!',
  64. 'password_is_too_long' => 'The password is too long!',
  65. 'password_is_too_short' => 'The password is too short!',
  66. 'repeat_password_is_required' => 'The repeat password is required!',
  67. 'repeat_password_is_too_long' => 'The repeat password is too long!',
  68. 'repeat_password_is_too_short' => 'The repeat password is too short!',
  69. 'change_success' => 'Change success!',
  70. 'password_repeat_wrong'=>'password repeat wrong',
  71. 'old_password_is_wrong' => 'The old password is wrong!',
  72. ];