| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401 |
- export default {
- route: {
- dashboard: 'Dashboard',
- documentation: 'Documentation',
- guide: 'Guide',
- permission: 'Permission',
- pagePermission: 'Page Permission',
- rolePermission: 'Role Permission',
- directivePermission: 'Directive Permission',
- icons: 'Icons',
- components: 'Components',
- tinymce: 'Tinymce',
- markdown: 'Markdown',
- jsonEditor: 'JSON Editor',
- dndList: 'Dnd List',
- splitPane: 'SplitPane',
- avatarUpload: 'Avatar Upload',
- dropzone: 'Dropzone',
- sticky: 'Sticky',
- countTo: 'Count To',
- componentMixin: 'Mixin',
- backToTop: 'Back To Top',
- dragDialog: 'Drag Dialog',
- dragSelect: 'Drag Select',
- 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',
- tab: 'Tab',
- form: 'Form',
- createArticle: 'Create Article',
- editArticle: 'Edit Article',
- articleList: 'Article List',
- errorPages: 'Error Pages',
- page401: '401',
- page404: '404',
- errorLog: 'Error Log',
- excel: 'Excel',
- exportExcel: 'Export Excel',
- selectExcel: 'Export Selected',
- mergeHeader: 'Merge Header',
- uploadExcel: 'Upload Excel',
- zip: 'Zip',
- pdf: 'PDF',
- exportZip: 'Export Zip',
- theme: 'Theme',
- clipboardDemo: 'Clipboard',
- i18n: 'I18n',
- externalLink: 'External Link',
- profile: 'Profile'
- },
- navbar: {
- dashboard: 'Dashboard',
- github: 'Github',
- logOut: 'Log Out',
- profile: 'Profile',
- theme: 'Theme',
- size: 'Global Size'
- },
- login: {
- title: 'LOGIN',
- logIn: 'Login',
- username: 'UserName',
- password: 'Password',
- verifyCode: 'Verification Code'
- },
- documentation: {
- documentation: 'Documentation',
- github: 'Github Repository'
- },
- permission: {
- addRole: 'New Role',
- editPermission: 'Edit',
- roles: 'Your roles',
- switchRoles: 'Switch roles',
- tips: 'In some cases, using v-permission will have no effect. For example: Element-UI el-tab or el-table-column and other scenes that dynamically render dom. You can only do this with v-if.',
- delete: 'Delete',
- confirm: 'Confirm',
- cancel: 'Cancel'
- },
- 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 is a core feature of the management backend, but at the same time it is a place with lots of pits. In the process of selecting rich texts, I also took a lot of detours. The common rich texts on the market have been basically used, and I finally chose Tinymce. See the more detailed rich text comparison and introduction.',
- 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',
- adopted:'Adopted',
- },
- example: {
- warning: 'Creating and editing pages cannot be cached by keep-alive because keep-alive include does not currently support caching based on routes, so it is currently cached based on component name. If you want to achieve a similar caching effect, you can use a browser caching scheme such as localStorage. Or do not use keep-alive include to cache all pages directly. See details'
- },
- 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)'
- },
- pdf: {
- tips: 'Here we use window.print() to implement the feature of downloading PDF.'
- },
- theme: {
- change: 'Change Theme',
- 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: {
- refresh: 'Refresh',
- close: 'Close',
- closeOthers: 'Close Others',
- closeAll: 'Close All'
- },
- settings: {
- title: 'Page style setting',
- theme: 'Theme Color',
- tagsView: 'Open Tags-View',
- fixedHeader: 'Fixed Header',
- sidebarLogo: 'Sidebar Logo'
- },
- common: {
- save: 'Save',
- modify: 'Modify',
- submit: 'Submit',
- delete: 'Delete',
- edit: 'Edit',
- action: 'Action',
- yes: 'YES',
- no: 'NO',
- view: 'View',
- select: 'Select',
- reset: 'Reset',
- startDate: 'Start Date',
- endDate: 'End Date',
- deleteTips: 'Are you sure you want to delete the selected data?',
- hint: 'Hint',
- cancel: 'Cancel',
- confirm: 'Confirm',
- successfully: 'Successfully',
- close: 'Close',
- note: 'Note',
- awaitData: 'Retrieving data, please wait.',
- switchLanguageHints: 'Switch Language Success',
- websiteTitle: 'Member Management System',
- uploadHints: 'Uploading, please hold on. Do not close the window!',
- canNotBeBlank: ' cannot be blank',
- require: 'is required',
- createdAt: '创建时间',
- updatedAt: '更新时间',
- actionThisData: '操作该数据',
- selectType: '筛选类型',
- selectFunction: '筛选方式',
- selectDate: '选择日期',
- selectMonth: '选择月份',
- pleaseInputContent: '请输入内容',
- relation: '关系',
- reset: '重置',
- desc: '描述',
- exportExcel:'Export Excel',
- },
- filter: {
- memberSelect: '会员筛选',
- memberNumber: '会员编号',
- name: '姓名',
- idNumber: '证件号码',
- phoneNumber: '手机号码',
- memberLevel: '会员级别',
- level: '级别',
- confirmSelect: '确认筛选',
- memberName: '会员姓名',
- ID: '身份证',
- addAt: '加入时间',
- pleaseSelectDecLevel: '请选择报单级别',
- pleaseSelectEmpLevel: '请选择级别',
- eq: '等于',
- like: '包含',
- noeq: '不等于',
- nolike: '不包含',
- moreThan: '大于',
- moreThanEq: '大于等于',
- less: '小于',
- lessThan: '小于等于',
- and: '并且',
- or: '或者',
- selectContentNotice: '请填写完整筛选内容',
- areaSelectNotice: '地区仅限于"等于"的筛选方式'
- },
- menu: {
- // 一级菜单
- dashboard: 'Dashboard',
- shoppingMall: 'Shopping Mall',
- memberManagement: 'Member Management',
- networkChart: 'Network Chart',
- bonusManagement: 'Bonus Management',
- articleManagement: 'Article Management',
- financialManagement: 'Financial Management',
- fileManagement: 'File Management',
- administrator: 'Administrator',
- adManagement: 'Ad Management',
- logManagement: 'Log Management',
- settingManagement: 'Setting Management',
- // 二级菜单/接口-shoppingMall
- productsList: 'Products List',
- orderList: 'Order List',
- remainBV: 'Remain BV',
- remainBVFlow: 'Remain BV Flow',
- externalMallOrderList: 'External Mall Order List',
- externalMallEntryList: 'External Mall Entry List',
- // 二级菜单/接口-memberManagement
- memberList: 'Member List',
- emptyOrderOperation: 'Empty Order Operation',
- moveNetworkManagement: 'Move Network Management',
- memberLevelAdjustmentList: 'Member Level Adjustment List',
- modifyStockistLevel: 'Modify Stockist Level',
- // 二级菜单/接口-networkChart
- placementNetwork: 'Placement Network',
- sponsorNetwork: 'Sponsor Network',
- // 二级菜单/接口-bonusManagement
- closurePeriod: 'Closure Period',
- memberBonusBalance: 'Member Bonus Balance',
- memberBonus: 'Member Bonus',
- bonusFlow: 'Bonus Flow',
- memberPerformance: 'Member Performance',
- salesRecord: 'Sales Record',
- periodPerformance: 'Period Performance',
- monthlyPerformance: 'Monthly Performance',
- adjustPerformance: 'Adjust Performance',
- // 二级菜单/接口-financialManagement
- memberEcoinAdjustmentList: 'Member Ecoin Adjustment List',
- transferRecordList: 'Transfer Record List',
- withdrawalManagement: 'Withdrawal Management',
- dealTypeManagement: '交易类型管理',
- historicalBonusBalance: 'Historical Bonus Balance',
- rechargeManagement: 'Recharge Management',
- // 二级菜单/接口-articleManagement
- categoryManagement: 'Category Management',
- // 二级菜单/接口-fileManagement
- exportFile: 'Export File',
- // 二级菜单/接口-administrator
- administratorRoleList: '管理员角色列表',
- administratorList: '管理员列表',
- resetPassword: 'Reset Password',
- // 二级菜单/接口-logManagement
- administratorLoginLog: '管理员登录日志',
- memberLoginLog: 'Member login log',
- administratorOperationLog: '管理员操作日志',
- memberOperationLog: 'Member operation log',
- systemLog: '系统日志',
- // 二级菜单/接口-settingManagement
- siteConfig: '站点设置',
- bonusConfig: '奖金设置',
- scoreConfig: '积分配置',
- transferConfig: '转账配置',
- exchangeRateConfig: '汇率配置',
- otherConfig: '其他配置',
- decLevelConfig: '会员级别配置',
- empLevelConfig: '会员聘级配置',
- decRoleConfig: '报单中心级别配置'
- },
- // 会员
- user: {
- },
- // 配置
- config: {
- refreshShopPrice: '刷新商品价格',
- refreshShopNaraPriceThenSave: '保存后根据新汇率刷新上架商品奈拉价格',
- confirmToChangeExchangeRate: '是否确认修改汇率?',
- levelName: '级别名称',
- sort: 'Sort',
- modifiedStockist: '修改报单中心'
- },
- // 财务管理
- financial: {
- serviceCharge: '服务费(%)',
- all:"All",
- toBeReviewed:'To be reviewed',
- approved:'Approved',
- auditReject:'Audit reject',
- action:'Action',
- delData:'Delete data',
- selectedData:'Selected data',
- negativeAllowedBatchApproval:'Negative number allowed for batch approval',
- cannotNegativeBatch:'Batch approval cannot be negative',
- batchReject:'Batch rejection',
- batchDel:'Delete in batches',
- applyChangeEcoin:'Apply for change of member Ecoin',
- modifyEcoinChangeInfo:'Modify member Ecoin change information',
- memberCode:'Member code',
- memberName:'Member name',
- memberLevel:'Member level',
- accountType:'Account type',
- pleaseSelectAccountType:'Please select account type',
- adjustmentAmount:'Adjustment amount',
- transactionType:'Transaction type',
- pleaseSelectTranserType:'Please select transaction type',
- forgeDisplayRemark:'Remarks foreground display',
- selectRecordOperateNotice:'Please select the record to operate',
- modifyData:'Modifying data',
- balanceInsufficientSubmitNotice:'The member account balance is insufficient, continue to submit',
- passingAudit:'Passing the audit',
- handleAuditDefaultNotice:'Are you sure to pass the approval (negative number is not allowed for member account) ? Note:',
- handleAuditRejectNotice:'Are you sure you want to reject the approval? Note:',
- handleAuditPassNotice:'Are you sure to pass the approval (negative number is allowed for member account) ? Note:',
- okDelData:"OK to delete the selected data?",
- exportNotice:"Are you sure you want to export the current data?",
- manuallyAdd:'Manually add',
- adjustAmount:'Adjust amount',
- ecoinInsufficientNotice:'Ecoin of member is insufficient, whether to continue to submit.',
- },
- // 管理员管理
- Administrator: {
- role: '角色',
- remark: '备注',
- creatUser: '创建人',
- creatAt: '创建时间',
- updateUser: '修改人',
- updateAt: '修改时间',
- addRole: '添加角色',
- selectData: '所选数据',
- roleName: '角色名称',
- module: '模块',
- loginAccount: '登录账号',
- name: '姓名',
- pleaseSelectRole: '请选择角色',
- password: 'password',
- confirmPassword: 'Confirm password',
- bindIp: '绑定IP',
- pleaseInputContent: '请输入内容',
- bindIpNotice: '一行一个IP;可指定ip段,如: 192.168.0.1-255',
- isEnable: '是否启用',
- isModifyPwd: '是否修改密码',
- filterBtnName: 'Select',
- loginTimes: '登录次数',
- lastLoginIp: '最后登录IP',
- lastLoginAt: '最后登录时间',
- selectData: 'Selected data',
- addAdmin: '添加管理员',
- delNotice: '确定删除选定的数据?'
- }
- }
|