123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
-
- export default {
- route: {
- dashboard: 'Dashboard',
- introduction: 'Introduction',
- documentation: 'Documentation',
- guide: 'Guide',
- permission: 'Permission',
- pagePermission: 'Page Permission',
- directivePermission: 'Directive Permission',
- icons: 'Icons',
- components: 'Components',
- componentIndex: 'Introduction',
- tinymce: 'Tinymce',
- markdown: 'Markdown',
- jsonEditor: 'JSON Editor',
- dndList: 'Dnd List',
- splitPane: 'SplitPane',
- avatarUpload: 'Avatar Upload',
- dropzone: 'Dropzone',
- sticky: 'Sticky',
- countTo: 'CountTo',
- componentMixin: 'Mixin',
- backToTop: 'BackToTop',
- dragDialog: 'Drag Dialog',
- dragKanban: 'Drag Kanban',
- charts: 'Charts',
- keyboardChart: 'Keyboard Chart',
- lineChart: 'Line Chart',
- mixChart: 'Mix Chart',
- example: 'Example',
- nested: 'Nested Routes',
- menu1: 'Menu 1',
- 'menu1-1': 'Menu 1-1',
- 'menu1-2': 'Menu 1-2',
- 'menu1-2-1': 'Menu 1-2-1',
- 'menu1-2-2': 'Menu 1-2-2',
- 'menu1-3': 'Menu 1-3',
- menu2: 'Menu 2',
- Table: 'Table',
- dynamicTable: 'Dynamic Table',
- dragTable: 'Drag Table',
- inlineEditTable: 'Inline Edit',
- complexTable: 'Complex Table',
- treeTable: 'Tree Table',
- customTreeTable: 'Custom TreeTable',
- tab: 'Tab',
- form: 'Form',
- article: 'Article',
- errorPages: 'Error Pages',
- page401: '401',
- page404: '404',
- errorLog: 'Error Log',
- excel: 'Excel',
- exportExcel: 'Export Excel',
- selectExcel: 'Export Selected',
- uploadExcel: 'Upload Excel',
- zip: 'Zip',
- exportZip: 'Export Zip',
- theme: 'Theme',
- clipboardDemo: 'Clipboard',
- i18n: 'I18n',
- permissionManage: 'Permission Manage',
- adminManage: 'Admin Manage',
- roleManage: 'Role Manage',
- dialysis: 'Dialysis',
- paper: 'Paper',
- advice: 'Advice',
- prepare: 'Prepare',
- watch: 'Watch',
- addAdmin: 'Create Admin',
- editAdmin: 'Edit Admin',
- setupPerview: 'Setup Perviews',
- user: 'User',
- registration: 'Registration',
- patient: 'Patient',
- dialysisSolution: 'dialysisSolution',
- inspection: 'Inspection',
- home: 'home',
- weight: 'weight',
- dialysisRecord: 'dialysisRecord',
- scheduling: 'scheduling',
- device: 'Device',
- deviceManage: 'Device Manage',
- dialysisMachineManage: 'Dialysis Machine Manage',
- data_dictionary: 'data_dictionary',
- field_config: 'field_config',
- template: 'Template',
- workforce: 'workforce',
- appointment: 'appointment',
- sign: 'sign',
- remind: 'remind',
- signWeight: 'signWeight',
- deviceZoneManage: 'Device Zone Manage',
- deviceGroupManage: 'Device Group Manage',
- deviceNumberManage: 'Device Number Manage',
- stockManage: 'Stock Manage',
- baseInfo: 'base Info',
- stockIn: 'stock in',
- stockOut: 'stock out',
- stockQuery: 'stock query',
- manufacturer: 'manufacturer',
- dealer: 'dealer',
- AddStockIn: 'Add Stock In',
- salesReturn: 'sales Return',
- deviceNumberManage: 'Device Number Manage',
- workforce_template: 'Workforce Template',
- CourseOfDiseaseManage: 'Course Of Disease Manage',
- RescueRecord: 'Rescue Record',
- special_permission_manage: 'Special Permission Manage',
- schedule_print: 'Print Schudule',
- dialysis_batch_print: 'Batch Print Order',
-
- marketingTool: "marketing tools",
- activityList: "activity list",
- activityPublish: "publish activity",
- activityModify: "edit activity",
- systemsetting:'Systemsetting',
- activityDetail: "activity detail",
- activityShare: "activity share",
- activityPreview: "activity preview",
- activitySignupList: "activity sign up list",
- },
- navbar: {
- logOut: 'Log Out',
- dashboard: 'Dashboard',
- github: 'Github',
- screenfull: 'screenfull',
- theme: 'theme'
- },
- login: {
- title: 'Login Form',
- logIn: 'Log in',
- username: 'Username',
- password: 'Password',
- any: 'any',
- thirdparty: 'Or connect with',
- thirdpartyTips: 'Can not be simulated on local, so please combine you own business simulation! ! !'
- },
- documentation: {
- documentation: 'Documentation',
- github: 'Github Repository'
- },
- permission: {
- roles: 'Your roles',
- switchRoles: 'Switch roles'
- },
- guide: {
- 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 ',
- button: 'Show Guide'
- },
- components: {
- documentation: 'Documentation',
- 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.',
- 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.',
- stickyTips: 'when the page is scrolled to the preset position will be sticky on the top.',
- backToTopTips1: 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner',
- 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',
- 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.'
- },
- table: {
- dynamicTips1: 'Fixed header, sorted by header order',
- dynamicTips2: 'Not fixed header, sorted by click order',
- dragTips1: 'The default order',
- dragTips2: 'The after dragging order',
- title: 'Title',
- importance: 'Imp',
- type: 'Type',
- remark: 'Remark',
- search: 'Search',
- add: 'Add',
- export: 'Export',
- reviewer: 'reviewer',
- id: 'ID',
- date: 'Date',
- author: 'Author',
- readings: 'Readings',
- status: 'Status',
- actions: 'Actions',
- edit: 'Edit',
- publish: 'Publish',
- draft: 'Draft',
- delete: 'Delete',
- cancel: 'Cancel',
- confirm: 'Confirm'
- },
- errorLog: {
- tips: 'Please click the bug icon in the upper right corner',
- 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.',
- documentation: 'Document introduction'
- },
- excel: {
- export: 'Export',
- selectedExport: 'Export selected items',
- placeholder: 'Please enter the file name(default excel-list)'
- },
- zip: {
- export: 'Export',
- placeholder: 'Please enter the file name(default file)'
- },
- theme: {
- change: 'Theme change',
- documentation: 'Theme documentation',
- 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.'
- },
- tagsView: {
- close: 'Close',
- closeOthers: 'Close Others',
- closeAll: 'Close All'
- },
- data_config: {
- patient: 'Patient',
- scheduling: 'Scheduling',
- device: 'Device',
- hemodialysis: 'Hemodialysis',
- system: 'System',
- config_name: 'config_name',
- config_field: 'config_field',
- config_value: 'config_value',
- remark: '备注',
- course_disease: 'course_of_disease',
- rescue_record: 'rescue_record'
- }
- }
|