admin.php 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?php
  2. return [
  3. 'scaffold' => [
  4. 'header' => 'Scaffold',
  5. 'choose' => 'choose',
  6. 'table' => 'Table',
  7. 'model' => 'Model',
  8. 'controller' => 'Controller',
  9. 'add_field' => 'Add field',
  10. 'pk' => 'Primary key',
  11. 'soft_delete' => 'Soft delete',
  12. 'create_migration' => 'Create migration',
  13. 'create_model' => 'Create model',
  14. 'create_repository' => 'Create repository',
  15. 'create_controller' => 'Create controller',
  16. 'run_migrate' => 'Run migrate',
  17. 'create_lang' => 'Create lang',
  18. 'field' => 'field',
  19. 'translation' => 'translation',
  20. 'comment' => 'comment',
  21. 'default' => 'default',
  22. 'field_name' => 'field name',
  23. 'type' => 'type',
  24. 'nullable' => 'nullable',
  25. 'key' => 'key',
  26. ],
  27. 'client' => [
  28. 'delete_confirm' => 'Are you sure to delete this item ?',
  29. 'confirm' => 'Confirm',
  30. 'cancel' => 'cancel',
  31. 'refresh_succeeded' => 'Refresh succeeded !',
  32. '500' => 'Internal server error !',
  33. '403' => 'Permission deny !',
  34. '401' => 'Unauthorized !',
  35. '419' => 'Page expired !',
  36. ],
  37. 'online' => 'Online',
  38. 'login' => 'Login',
  39. 'logout' => 'Logout',
  40. 'setting' => 'Setting',
  41. 'name' => 'Name',
  42. 'username' => 'Username',
  43. 'user' => 'User',
  44. 'alias' => 'Alias',
  45. 'routes' => 'Routes',
  46. 'route_action' => 'Route Action',
  47. 'middleware' => 'Middleware',
  48. 'method' => 'Method',
  49. 'old_password' => 'Old password',
  50. 'password' => 'Password',
  51. 'password_confirmation' => 'Password confirmation',
  52. 'old_password_error' => 'Incorrect password',
  53. 'remember_me' => 'Remember me',
  54. 'user_setting' => 'User setting',
  55. 'avatar' => 'Avatar',
  56. 'list' => 'List',
  57. 'new' => 'New',
  58. 'create' => 'Create',
  59. 'delete' => 'Delete',
  60. 'remove' => 'Remove',
  61. 'edit' => 'Edit',
  62. 'quick_edit' => 'Quick Edit',
  63. 'view' => 'View',
  64. 'continue_editing' => 'Continue editing',
  65. 'continue_creating' => 'Continue creating',
  66. 'detail' => 'Detail',
  67. 'browse' => 'Browse',
  68. 'reset' => 'Reset',
  69. 'export' => 'Export',
  70. 'batch_delete' => 'Batch delete',
  71. 'save' => 'Save',
  72. 'refresh' => 'Refresh',
  73. 'order' => 'Order',
  74. 'expand' => 'Expand',
  75. 'collapse' => 'Collapse',
  76. 'filter' => 'Filter',
  77. 'search' => 'Search',
  78. 'close' => 'Close',
  79. 'show' => 'Show',
  80. 'entries' => 'entries',
  81. 'captcha' => 'Captcha',
  82. 'action' => 'Action',
  83. 'title' => 'Title',
  84. 'description' => 'Description',
  85. 'back' => 'Back',
  86. 'back_to_list' => 'Back to List',
  87. 'submit' => 'Submit',
  88. 'menu' => 'Menu',
  89. 'input' => 'Input',
  90. 'succeeded' => 'Succeeded',
  91. 'failed' => 'Failed',
  92. 'delete_confirm' => 'Are you sure to delete this item ?',
  93. 'delete_succeeded' => 'Delete succeeded !',
  94. 'delete_failed' => 'Delete failed !',
  95. 'update_succeeded' => 'Update succeeded !',
  96. 'save_succeeded' => 'Save succeeded !',
  97. 'refresh_succeeded' => 'Refresh succeeded !',
  98. 'login_successful' => 'Login successful',
  99. 'choose' => 'Choose',
  100. 'choose_file' => 'Select file',
  101. 'choose_image' => 'Select image',
  102. 'more' => 'More',
  103. 'deny' => 'Permission denied',
  104. 'administrator' => 'Administrator',
  105. 'no_data' => 'No data.',
  106. 'roles' => 'Roles',
  107. 'permissions' => 'Permissions',
  108. 'slug' => 'Slug',
  109. 'created_at' => 'Created At',
  110. 'updated_at' => 'Updated At',
  111. 'alert' => 'Alert',
  112. 'parent_id' => 'Parent',
  113. 'icon' => 'Icon',
  114. 'uri' => 'URI',
  115. 'operation_log' => 'Operation log',
  116. 'parent_select_error' => 'Parent select error',
  117. 'tree' => 'Tree',
  118. 'table' => 'Table',
  119. 'default' => 'Default',
  120. 'import' => 'Import',
  121. 'is_not_import' => 'No',
  122. 'selected_options' => ':num options selected',
  123. 'pagination' => [
  124. 'range' => 'Showing :first to :last of :total entries',
  125. ],
  126. 'role' => 'Role',
  127. 'permission' => 'Permission',
  128. 'route' => 'Route',
  129. 'confirm' => 'Confirm',
  130. 'cancel' => 'Cancel',
  131. 'selectall' => 'Select all',
  132. 'http' => [
  133. 'method' => 'HTTP method',
  134. 'path' => 'HTTP path',
  135. ],
  136. 'all_methods_if_empty' => 'All methods if empty',
  137. 'all' => 'All',
  138. 'current_page' => 'Current page',
  139. 'selected_rows' => 'Selected rows',
  140. 'upload' => 'Upload',
  141. 'new_folder' => 'New folder',
  142. 'time' => 'Time',
  143. 'size' => 'Size',
  144. 'between_start' => 'Start',
  145. 'between_end' => 'End',
  146. 'next_step' => 'Next',
  147. 'prev_step' => 'Previous',
  148. 'done' => 'Done',
  149. 'listbox' => [
  150. 'text_total' => 'Showing all {0}',
  151. 'text_empty' => 'Empty list',
  152. 'filtered' => '{0} / {1}',
  153. 'filter_clear' => 'Show all',
  154. 'filter_placeholder' => 'Filter',
  155. ],
  156. 'responsive' => [
  157. 'display' => '<i class="fa fa-th-list"></i>',
  158. 'display_all' => '<i class="fa fa-th"></i>',
  159. 'focus' => 'Focus',
  160. ],
  161. 'uploader' => [
  162. 'add_new_media' => 'Browse',
  163. 'drag_file' => 'Or drag file here',
  164. 'max_file_limit' => 'The :attribute may not be greater than :max.',
  165. 'exceed_size' => 'Exceeds the maximum file-size',
  166. 'interrupt' => 'Interrupt',
  167. 'upload_failed' => 'Upload failed! Please try again.',
  168. 'selected_files' => ':num files selected,size: :size。',
  169. 'selected_has_failed' => 'Uploaded: :success, failed: :fail, <a class="retry" href="javascript:"";">retry </a>or<a class="ignore" href="javascript:"";"> ignore</a>',
  170. 'selected_success' => ':num(:size) files selected, Uploaded: :success.',
  171. 'dot' => ', ',
  172. 'failed_num' => 'failed::fail.',
  173. 'pause_upload' => 'Pause',
  174. 'go_on_upload' => 'Go On',
  175. 'start_upload' => 'Upload',
  176. 'upload_success_message' => ':success files uploaded successfully',
  177. 'go_on_add' => 'New File',
  178. 'Q_TYPE_DENIED' => 'Sorry, the type of this file is not allowed!',
  179. 'Q_EXCEED_NUM_LIMIT' => 'Sorry, maximum number of allowable file uploads has been exceeded!',
  180. 'F_EXCEED_SIZE' => 'Sorry,the maximum file-size has been exceeded!',
  181. 'Q_EXCEED_SIZE_LIMIT' => 'Sorry, the maximum file-size has been exceeded!',
  182. 'F_DUPLICATE' => 'Duplicate file.',
  183. ],
  184. 'import_extension_confirm' => 'Are you sure import the extension?',
  185. 'selected_must_less_then' => 'Only supports maximum :num options.',
  186. 'quick_create' => 'Quick create',
  187. 'grid_items_selected' => '{n} items selected',
  188. 'nothing_updated' => 'Nothing has been updated.',
  189. 'validation' => [
  190. 'match' => 'The :attribute and :other must match.',
  191. 'minlength' => 'The :attribute must be at least :min characters.',
  192. 'maxlength' => 'The :attribute may not be greater than :max characters.',
  193. ],
  194. 'menu_titles' => [],
  195. ];