en.js 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. export default {
  2. route: {
  3. dashboard: 'Dashboard',
  4. introduction: 'Introduction',
  5. documentation: 'Documentation',
  6. guide: 'Guide',
  7. permission: 'Permission',
  8. pagePermission: 'Page Permission',
  9. directivePermission: 'Directive Permission',
  10. icons: 'Icons',
  11. components: 'Components',
  12. componentIndex: 'Introduction',
  13. tinymce: 'Tinymce',
  14. markdown: 'Markdown',
  15. jsonEditor: 'JSON Editor',
  16. dndList: 'Dnd List',
  17. splitPane: 'SplitPane',
  18. avatarUpload: 'Avatar Upload',
  19. dropzone: 'Dropzone',
  20. sticky: 'Sticky',
  21. countTo: 'CountTo',
  22. componentMixin: 'Mixin',
  23. backToTop: 'BackToTop',
  24. dragDialog: 'Drag Dialog',
  25. dragKanban: 'Drag Kanban',
  26. charts: 'Charts',
  27. keyboardChart: 'Keyboard Chart',
  28. lineChart: 'Line Chart',
  29. mixChart: 'Mix Chart',
  30. example: 'Example',
  31. nested: 'Nested Routes',
  32. menu1: 'Menu 1',
  33. 'menu1-1': 'Menu 1-1',
  34. 'menu1-2': 'Menu 1-2',
  35. 'menu1-2-1': 'Menu 1-2-1',
  36. 'menu1-2-2': 'Menu 1-2-2',
  37. 'menu1-3': 'Menu 1-3',
  38. menu2: 'Menu 2',
  39. Table: 'Table',
  40. dynamicTable: 'Dynamic Table',
  41. dragTable: 'Drag Table',
  42. inlineEditTable: 'Inline Edit',
  43. complexTable: 'Complex Table',
  44. treeTable: 'Tree Table',
  45. customTreeTable: 'Custom TreeTable',
  46. tab: 'Tab',
  47. form: 'Form',
  48. article: 'Article',
  49. errorPages: 'Error Pages',
  50. page401: '401',
  51. page404: '404',
  52. errorLog: 'Error Log',
  53. excel: 'Excel',
  54. exportExcel: 'Export Excel',
  55. selectExcel: 'Export Selected',
  56. uploadExcel: 'Upload Excel',
  57. zip: 'Zip',
  58. exportZip: 'Export Zip',
  59. theme: 'Theme',
  60. clipboardDemo: 'Clipboard',
  61. i18n: 'I18n',
  62. permissionManage: 'Permission Manage',
  63. adminManage: 'Admin Manage',
  64. roleManage: 'Role Manage',
  65. dialysis: 'Dialysis',
  66. paper: 'Paper',
  67. advice: 'Advice',
  68. prepare: 'Prepare',
  69. watch: 'Watch',
  70. addAdmin: 'Create Admin',
  71. editAdmin: 'Edit Admin',
  72. setupPerview: 'Setup Perviews',
  73. user: 'User',
  74. registration: 'Registration',
  75. patient: 'Patient',
  76. dialysisSolution: 'dialysisSolution',
  77. inspection: 'Inspection',
  78. home: 'home',
  79. weight: 'weight',
  80. dialysisRecord: 'dialysisRecord',
  81. scheduling: 'scheduling',
  82. device: 'Device',
  83. deviceManage: 'Device Manage',
  84. dialysisMachineManage: 'Dialysis Machine Manage',
  85. data_dictionary: 'data_dictionary',
  86. field_config: 'field_config',
  87. template: 'Template',
  88. workforce: 'workforce',
  89. appointment: 'appointment',
  90. sign: 'sign',
  91. remind: 'remind',
  92. signWeight: 'signWeight',
  93. deviceZoneManage: 'Device Zone Manage',
  94. deviceGroupManage: 'Device Group Manage',
  95. deviceNumberManage: 'Device Number Manage',
  96. stockManage: 'Stock Manage',
  97. baseInfo: 'base Info',
  98. stockIn: 'stock in',
  99. stockOut: 'stock out',
  100. stockQuery: 'stock query',
  101. manufacturer: 'manufacturer',
  102. dealer: 'dealer',
  103. AddStockIn: 'Add Stock In',
  104. salesReturn: 'sales Return',
  105. deviceNumberManage: 'Device Number Manage',
  106. workforce_template: 'Workforce Template',
  107. CourseOfDiseaseManage: 'Course Of Disease Manage',
  108. RescueRecord: 'Rescue Record',
  109. special_permission_manage: 'Special Permission Manage',
  110. schedule_print: 'Print Schudule',
  111. dialysis_batch_print: 'Batch Print Order',
  112. marketingTool: "marketing tools",
  113. activityList: "activity list",
  114. activityPublish: "publish activity",
  115. activityModify: "edit activity",
  116. systemsetting:'Systemsetting',
  117. activityDetail: "activity detail",
  118. activityShare: "activity share",
  119. activityPreview: "activity preview",
  120. activitySignupList: "activity sign up list",
  121. SMSManage: "sms manage",
  122. SMSSend: "sms send",
  123. },
  124. navbar: {
  125. logOut: 'Log Out',
  126. dashboard: 'Dashboard',
  127. github: 'Github',
  128. screenfull: 'screenfull',
  129. theme: 'theme'
  130. },
  131. login: {
  132. title: 'Login Form',
  133. logIn: 'Log in',
  134. username: 'Username',
  135. password: 'Password',
  136. any: 'any',
  137. thirdparty: 'Or connect with',
  138. thirdpartyTips: 'Can not be simulated on local, so please combine you own business simulation! ! !'
  139. },
  140. documentation: {
  141. documentation: 'Documentation',
  142. github: 'Github Repository'
  143. },
  144. permission: {
  145. roles: 'Your roles',
  146. switchRoles: 'Switch roles'
  147. },
  148. guide: {
  149. description: 'The guide page is useful for some people who entered the project for the first time. You can briefly introduce the features of the project. Demo is based on ',
  150. button: 'Show Guide'
  151. },
  152. components: {
  153. documentation: 'Documentation',
  154. tinymceTips: 'Rich text editor is a core part of management system, but at the same time is a place with lots of problems. In the process of selecting rich texts, I also walked a lot of detours. The common rich text editors in the market are basically used, and the finally chose Tinymce. See documentation for more detailed rich text editor comparisons and introductions.',
  155. dropzoneTips: 'Because my business has special needs, and has to upload images to qiniu, so instead of a third party, I chose encapsulate it by myself. It is very simple, you can see the detail code in @/components/Dropzone.',
  156. stickyTips: 'when the page is scrolled to the preset position will be sticky on the top.',
  157. backToTopTips1: 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner',
  158. backToTopTips2: 'You can customize the style of the button, show / hide, height of appearance, height of the return. If you need a text prompt, you can use element-ui el-tooltip elements externally',
  159. imageUploadTips: 'Since I was using only the vue@1 version, and it is not compatible with mockjs at the moment, I modified it myself, and if you are going to use it, it is better to use official version.'
  160. },
  161. table: {
  162. dynamicTips1: 'Fixed header, sorted by header order',
  163. dynamicTips2: 'Not fixed header, sorted by click order',
  164. dragTips1: 'The default order',
  165. dragTips2: 'The after dragging order',
  166. title: 'Title',
  167. importance: 'Imp',
  168. type: 'Type',
  169. remark: 'Remark',
  170. search: 'Search',
  171. add: 'Add',
  172. export: 'Export',
  173. reviewer: 'reviewer',
  174. id: 'ID',
  175. date: 'Date',
  176. author: 'Author',
  177. readings: 'Readings',
  178. status: 'Status',
  179. actions: 'Actions',
  180. edit: 'Edit',
  181. publish: 'Publish',
  182. draft: 'Draft',
  183. delete: 'Delete',
  184. cancel: 'Cancel',
  185. confirm: 'Confirm'
  186. },
  187. errorLog: {
  188. tips: 'Please click the bug icon in the upper right corner',
  189. description: 'Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.',
  190. documentation: 'Document introduction'
  191. },
  192. excel: {
  193. export: 'Export',
  194. selectedExport: 'Export selected items',
  195. placeholder: 'Please enter the file name(default excel-list)'
  196. },
  197. zip: {
  198. export: 'Export',
  199. placeholder: 'Please enter the file name(default file)'
  200. },
  201. theme: {
  202. change: 'Theme change',
  203. documentation: 'Theme documentation',
  204. tips: 'Tips: It is different from the theme-pick on the navbar is two different skinning methods, each with different application scenarios. Refer to the documentation for details.'
  205. },
  206. tagsView: {
  207. close: 'Close',
  208. closeOthers: 'Close Others',
  209. closeAll: 'Close All'
  210. },
  211. data_config: {
  212. patient: 'Patient',
  213. scheduling: 'Scheduling',
  214. device: 'Device',
  215. hemodialysis: 'Hemodialysis',
  216. system: 'System',
  217. config_name: 'config_name',
  218. config_field: 'config_field',
  219. config_value: 'config_value',
  220. remark: '备注',
  221. course_disease: 'course_of_disease',
  222. rescue_record: 'rescue_record'
  223. }
  224. }