common.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2013-2017 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. 'ADMIN_CENTER' => 'Admin Center',
  13. 'WELCOME_USER' => 'Welcome, {:user_nickname}',
  14. 'REFRESH_CURRENT_PAGE' => 'Refresh Current Page',
  15. 'WEBSITE_HOME_PAGE' => 'Website Home Page',
  16. "SAVE" => 'Save',
  17. "CLOSE" => 'Close',
  18. "OPEN" => 'Open',
  19. "ENABLED" => 'Enabled',
  20. "DISABLED" => 'Disabled',
  21. "DELETE" => "Delete",
  22. "RESTORE" => 'Restore',
  23. "DOWNLOAD" => 'Download',
  24. "YES" => 'Yes',
  25. "NO" => 'No',
  26. "EDIT" => 'Edit',
  27. "ADD" => 'Add',
  28. "BACK" => 'Back',
  29. "COPY" => 'Copy',
  30. 'LOGIN' => 'Login',
  31. 'PASSWORD' => "Password",
  32. 'USERNAME_OR_EMAIL' => 'Username or Email',
  33. 'LOGIN_SUCCESS' => "Login success!",
  34. 'PASSWORD_NOT_RIGHT' => "Password Error!",
  35. 'PASSWORD_REQUIRED' => "Password cannot be empty!",
  36. 'CAPTCHA_REQUIRED' => "Verification code cannot be empty!",
  37. 'CAPTCHA_NOT_RIGHT' => "Verification code error!",
  38. 'USERNAME_NOT_EXIST' => "Username does not exist!",
  39. 'USERNAME_OR_EMAIL_EMPTY' => "Username or email address can't for empty!",
  40. 'USE_DISABLED' => "This user has been disabled!",
  41. 'ENTER_VERIFY_CODE' => 'Please enter the verification code!',
  42. 'HOME' => 'Home',
  43. 'LOADING' => 'Loading...',
  44. 'LOGOUT' => 'Logout',
  45. "OK" => "Ok",
  46. "STATUS" => 'Status',
  47. "ACTIONS" => 'Actions',
  48. "SORT" => 'Sort',
  49. "DISPLAY" => 'Display',
  50. "HIDDEN" => 'Hidden',
  51. "HIDE" => 'Hide',
  52. 'DELETE_CONFIRM_MESSAGE' => 'Are you sure to delete?',
  53. 'SETTING' => 'Setting',
  54. "ADD_SUCCESS" => 'Add success!',
  55. "ADD_FAILED" => 'Add failed!',
  56. "EDIT_SUCCESS" => 'Save success!',
  57. "EDIT_FAILED" => 'Save failed!',
  58. "NO_DATA" => 'No data!',
  59. "MOBILE" => 'Mobile',
  60. "CATEGORY_KEY_HELP_TEXT" => 'ALPHANUM or Underscores',
  61. 'upload file' => 'upload file',
  62. 'web file' => 'web file',
  63. 'upload tips' => 'Drag the file here',
  64. 'start' => 'start upload',
  65. 'input website' => 'please input the website',
  66. 'choose_file' => 'click to choose',
  67. 'REQUEST_ERROR' => 'request error',
  68. 'please_input' => 'please input ',
  69. 'name' => 'name',
  70. 'tag' => 'tag',
  71. 'category' => 'category',
  72. 'publicity' => 'publicity',
  73. 'description' => 'description',
  74. 'size' => 'size',
  75. 'version' => 'version',
  76. 'image' => 'image',
  77. 'icon' => 'ICON',
  78. 'image_upload' => 'image upload',
  79. 'image_select' => 'select image',
  80. 'replace' => 'replace',
  81. 'no limit' => 'No limit',
  82. 'day' => 'Day',
  83. 'hour' => 'Hour',
  84. 'forever' => 'Forever',
  85. 'times' => 'Times',
  86. 'start time' => 'Start time',
  87. 'end time' => 'End time',
  88. 'edit role' => 'Edit role',
  89. 'read' => 'Read',
  90. 'export' => 'Export',
  91. 'no' => 'No.',
  92. 'detail' => 'Detail',
  93. 'day card' => 'Day card',
  94. 'week card' => 'Week card',
  95. 'month card' => 'Month card',
  96. 'outsider' => 'Outsider',
  97. 'shakedown period' => 'Shakedown period',
  98. 'unsubscribe' =>'Unsubscribe',
  99. 'success' => 'Success',
  100. 'grace period' => 'Grace period',
  101. 'overdue' => 'Overdue',
  102. 'not auto renew' => 'Not auto renew',
  103. 'auto renew' => 'Auto renew',
  104. ];