| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909 |
- export default {
- route: {
- dashboard: 'Dashboard',
- documentation: 'Documentation',
- guide: 'Guide',
- permission: 'Permission',
- pagePermission: 'Page 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',
- // 以下是meta,
- memberListMeta:'Member List',
- emptyOrderOperation:'Empty Order Operation',
- adminRoleList:'List of administrator roles',
- addRole:'Add roles',
- editRole:'Edit roles',
- rolePermission:'Role Permissions',
- resetPwd:'Reset password',
- adminList:'Administrator list',
- addAdmin:'Add administrator',
- editAdmin:'Edit administrator',
- memberBalanceAuditList:'Member Ecoin adjustment list',
- changeBalanceOpt:'Apply for adjustment of member Ecoin',
- transferList:'Transfer record list',
- financeRecharge:'Recharge management',
- rechargeStateManagement:'State management',
- financeWithdraw:'Withdrawal management',
- atlasRelationOpt:'Sponsor network',
- atlasNetworkOpt:'Placement network',
- sponsorNetworkEx:'Sponsor network Ex',
- placementNetworkEx:'Placement network Ex',
- shopIndex:'Products list',
- shopGoodsAdd:'Add Product',
- shopOrderDecList:'External mall entry list',
- shopOrderShopList:'External mall order list',
- shopFlowRemainPv:'Remain BV Flow',
- shopRemainPv:'Remain BV',
- shopOrderList:'Order List',
- moveNetworkManagement:'Move Network Management',
- memberLevelAdjustmentList:'Member Level Adjustment List',
- modifyStockistLevel:'Modify Stockist Level',
- metaPeriod:'Closure',
- metaBalanceList:'Member bonus balance',
- metaOtherPeriodBonus:'Member bonus',
- metaFlowBonus:'Bonus flow',
- metaUserPerf:'Member performance',
- metaPerfOrder:'Sales Record',
- metaPerfPeriodList:'Period performance',
- metaPerfMonth:'Monthly performance',
- metaPerfAdjustment:'Adjust Performance',
- metaArticleIndex:'Article Management',
- metaArticleEdit:'Edit category',
- metaArticleAdd:'New category',
- metaAdLocation:'Ad',
- metaAdList:'Ad List',
- metaAdEdit:'Ad Edit',
- metaAdAdd:'Ad Add',
- metaFileExport:'Export file',
- metaAdminLogin:'Admin login log',
- metaUserLogin:'Member login log',
- metaAdminHandle:'Administrator operation log',
- metaUserHandle:'Member operation log',
- metaSystemLog:'System log',
- metaOrderPeriodAdjust: 'Order Period Adjust',
- metaHighestEmpLvAdjust:'Highest Director Level Adjust',
- },
- navbar: {
- dashboard: 'Dashboard',
- github: 'Github',
- logOut: 'Log Out',
- profile: 'Profile',
- theme: 'Theme',
- size: 'Global Size',
- resetPassword: 'Reset password',
- nowTime:'Current System Time',
- nowPeriod:'Current Period',
- },
- login: {
- title: 'LOGIN',
- logIn: 'Login',
- username: 'UserName',
- password: 'Password',
- verifyCode: 'Verification Code',
- resetPassword: 'Reset password',
- adminModifyPasswd: 'Changing the Password of Administrator',
- adminCode: 'Administrator Code',
- originLoginPassword: 'Original login password',
- newLoginPassword: 'New login password',
- confirmLoginPassword: 'Confirm login password'
- },
- ad: {
- ad: 'Ad',
- description: 'Description',
- type: 'Type',
- creator: 'Creator',
- createTime: 'Create time',
- action: 'Action',
- view: 'View',
- externalLinks: 'External Links',
- article: 'Article',
- slideshow: 'Slideshow',
- image: 'Image',
- adTitle: 'Ad Title',
- country: "Country",
- content: 'Content',
- sort: 'Sort',
- modifiedBy: 'Modified By',
- modifiedTime: 'Modified Time',
- status: 'Status',
- adLocation: 'Ad Location',
- selectData: 'Select Data',
- add: 'Add',
- hide: 'Hide',
- unhide: 'Unhide'
- },
- article: {
- clickUpload: 'Click Upload',
- confirm: 'Confirm',
- cancel: 'Cancel',
- upload: 'Upload',
- id: 'ID',
- title: 'Title',
- country: "Country",
- category: 'Category',
- sort: 'Sort',
- creationTime: 'Creation Time',
- status: 'Status',
- action: 'Action',
- newArticle: 'New article',
- content: 'Content',
- order: 'Order',
- show: 'Show',
- hide:'Hide',
- categoryName: 'Category Name'
- },
- file: {
- exportName: 'Export Name',
- route: 'Route',
- download: 'Download',
- operationAdministrator: 'Operation Administrator',
- exportProgress: 'Export Progress',
- exportStart: 'Export Start',
- exportComplete: 'Export Complete',
- createTime: 'Create time',
- exportStartTime: 'Export Start Time',
- exportEndTime: 'Export End Time',
- creationTime: 'Creation Time',
- all: 'All'
- },
- bonus: {
- welcomePackOrder: 'Welcome Pack Order',
- memberCode: 'Member Code',
- balancePerformance: 'Balance Performance',
- entryBalancePerformance: 'Entry Balance Performance',
- reconditioningBalancePerformance: 'Reconditioning Balance Performance',
- LMarketBalancePerformance: 'L. Market Balance Performance',
- RMarketBalancePerformance: 'R. Market Balance Performance',
- confirmAndReviseMemberPerformance: 'Confirm and revise member performance?',
- periodNo: 'Period No.',
- bonusMonth: 'Bonus Month',
- timeframe: 'time frame',
- closingTime: 'Closing time',
- timeOfGeneratingPerformanceSheet: 'Time of generating performance sheet',
- settlementDate: 'Settlement Date',
- networkConnectionTime: 'Network connection time',
- closurePeriod: 'Closure period',
- logRefresh: 'Bonus Log',
- actionTime: 'Operating time(WAT)',
- logContent: 'Log content',
- autoCalculation: 'Automatic calculation',
- createPerformanceSheet: 'Generate performance sheet',
- initializeBasicData: 'Initialize basic data',
- generationPeriodPerformance: 'Generation period performance',
- pullPeriodPerformance: 'Pull period performance',
- calculationOfBonus: 'Calculate',
- pullBonusData: 'Pull Bonus Data',
- bulkWithdrawal: 'Batch withdrawal',
- periodNum: 'Number of periods',
- year: 'Bonus Year',
- month: 'Bonus Month',
- startTime: 'Period start time',
- endTime: 'Period end time',
- closedAt: 'Closing time',
- perfStartedAt: 'Start time of generating performance sheet',
- perfedAt: 'End time of generating performance sheet',
- calStartedAt: 'Settlement start time',
- calculatedAt: 'Settlement end time',
- sendStartedAt: 'Network connection start time',
- sentAt: 'End time of network connection',
- start: 'start',
- complete: 'complete',
- shouldStartOn: 'Should start on',
- shouldEndOn: 'Should end on',
- spreadNet: 'spread a net',
- logTitle: '第{currentPeriod}期计算任务日志',
- autoSettlementHint: 'Confirm to perform settlement operation for the auto current period?',
- generatePerformanceOrderHint: 'Confirm to generate performance order for the current period?',
- generatePerformanceSheetHint: 'Confirm to generate performance sheet for the current period?',
- pullPerformanceSheetHint: 'Confirm to pull performance sheet for the current period?',
- calculateBonusDataHint: 'Confirm to calculate bonus data for the current period?',
- syncCalculateBonusRecordHint: 'Confirm to sync calculate bonus record for the current period?',
- manuallySealHint: 'Confirm to manually seal the current period?',
- performSettlementOperationHint: 'Confirm to perform settlement operation for the current period',
- spreadNetHint: 'Are you sure to connect the current period? Performance sheet and settlement cannot be generated after network connection',
- allWithdrawalHint: '全部提现?',
- },
- 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: {
- dashboardWelcome:'Welcome',
- screen: 'Select',
- save: 'Save',
- modify: 'Modify',
- submit: 'Submit',
- delete: 'Delete',
- edit: 'Edit',
- action: 'Action',
- yes: 'YES',
- no: 'NO',
- view: 'View',
- select: 'Select',
- 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: 'Creation time',
- updatedAt: 'Update time',
- updatedAdmin: 'Updater',
- actionThisData: 'Manipulate the data',
- selectType: 'Filter type',
- selectFunction: 'Filter method',
- selectDate: 'Select date',
- selectMonth: 'Select month',
- pleaseInputContent: 'Please enter content',
- relation: 'relation',
- reset: 'Reset',
- exportExcel: 'Export Excel',
- exportPDF: 'Export PDF',
- desc: 'Describe',
- upload: 'Upload',
- modifyData: 'Modifying data',
- hide: 'Hide',
- unhide: 'Unhide',
- selectData: 'Select Data',
- deleteSelectedData: 'Are you sure to delete the selected data?',
- notice: 'Notice',
- hideSelectedData: 'Are you sure to hide the selected data?',
- unHideSelectedData: 'Are you sure to un-hide the selected data?',
- exportCurrentData: 'Are you sure you want to export the current data?',
- all: 'All',
- countryName: 'Country Name',
- language: "Language",
- country: "Country",
- },
- filter: {
- memberSelect: 'Select',
- memberNumber: 'Member code',
- name: 'Name',
- idNumber: 'ID number',
- phoneNumber: 'Phone number',
- memberLevel: 'Number level',
- level: 'Level',
- confirmSelect: 'Confirm select',
- memberName: 'Member name',
- ID: 'ID',
- addAt: 'Join time',
- pleaseSelectDecLevel: 'Please select order level',
- pleaseSelectEmpLevel: 'Please select level',
- pleaseSelectNotice:'Please select ',
- eq: 'Equal',
- like: 'Include',
- noeq: 'Not equal to',
- nolike: 'Does not contain',
- moreThan: 'More than',
- moreThanEq: 'Greater or equal to',
- less: 'Less than',
- lessThan: 'less than or equal to',
- and: 'and',
- or: 'or',
- selectContentNotice: 'Please fill in the complete selected content',
- areaSelectNotice: 'Regions are limited to "equal to" filters',
- selectStockistHint: 'Please select the Stockist Level',
- selectMemberStatusHint: 'Please select the member status',
- selectHint: 'Please select the transaction type',
- selectGenderHint: 'Please select the gender',
- selectWhetherOrNotHint: 'Please select whether or not',
- selectBankHint: 'Please select the bank',
- selectMarketHint: 'Please select the market',
- marketI: 'I. Market',
- marketII: 'II. Market',
- yes: 'Yes',
- not: 'Not',
- man: 'man',
- woman: 'woman',
- },
- menu: {
- // First level 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',
- //Second level menu/interface-shoppingMall
- productsList: 'Products List',
- orderList: 'Order List',
- remainBV: 'Remain BV',
- remainBVFlow: 'Remain BV Flow',
- externalMallOrderList: 'External Mall Order List',
- externalMallEntryList: 'External Mall Entry List',
- shopOrderPeriodAdjust: 'Order Period Adjust',
- // Second level menu/interface-memberManagement
- memberList: 'Member List',
- emptyOrderOperation: 'Empty Order Operation',
- moveNetworkManagement: 'Move Network Management',
- memberLevelAdjustmentList: 'Member Level Adjustment List',
- modifyStockistLevel: 'Modify Stockist Level',
- memberHighestEmpLevelAdjustment:'Highest Director Level Adjust',
- // Second level menu/interface-networkChart
- placementNetwork: 'Placement Network',
- placementNetworkEx: 'Placement Network Ex',
- sponsorNetwork: 'Sponsor Network',
- sponsorNetworkEx: 'Sponsor Network Ex',
- // Second level menu/interface-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',
- // Second level menu/interface-financialManagement
- memberEcoinAdjustmentList: 'Member Ecoin Adjustment List',
- transferRecordList: 'Transfer Record List',
- withdrawalManagement: 'Withdrawal Management',
- dealTypeManagement: 'Transaction Type Management',
- historicalBonusBalance: 'Historical Bonus Balance',
- rechargeManagement: 'Recharge Management',
- // Second level menu/interface-articleManagement
- categoryManagement: 'Category Management',
- // Second level menu/interface-fileManagement
- exportFile: 'Export File',
- // Second level menu/interface-administrator
- administratorRoleList: 'List of administrator roles',
- administratorList: 'Administrator list',
- resetPassword: 'Reset Password',
- // Second level menu/interface-logManagement
- administratorLoginLog: 'Admin login log',
- memberLoginLog: 'Member login log',
- administratorOperationLog: 'Administrator operation log',
- memberOperationLog: 'Member operation log',
- systemLog: 'System log',
- // Second level menu/interface-settingManagement
- siteConfig: 'Site settings',
- bonusConfig: 'Bonus settings',
- scoreConfig: 'Points configuration',
- transferConfig: 'Transfer configuration',
- currenciesConfig: 'Exchange rate configuration',
- otherConfig: 'Other configuration',
- decLevelConfig: 'Member level configuration',
- empLevelConfig: 'Member rank level configuration',
- decRoleConfig: 'Stockist level configuration',
- transportationConfig: "Transportation Config",
- },
- // Member
- member: {
- memberCode: 'Member Code',
- memberName: 'Member Name',
- userInfoQuery: 'Query',
- pleaseInputMemberCode: 'Please enter member code',
- pleaseSelectDirectorLevel: 'Please Select The Director Level',
- modifyHighestDirectorLevelHits: 'Do you want to modify the current member Director Level?',
- modifyHighestDirectorLevelLevel: 'Modified Director Level',
- selectDirectorLevelHint: 'Please Select The Director Level',
- modifyMemberDirectorLevelHits: 'Do you want to modify the current member Director Level?',
- currentLevel: 'Current Level',
- highestLevel: 'Highest Director Level',
- Level: 'highest Level',
- afterEmpLevel: 'Modified Level',
- beforeEmpLevel: 'Level Before Modification',
- stockistLevel: 'Stockist Level',
- entryLevel: 'Entry Level',
- pleaseSelectStockistLevel: 'Please Select The Stockist Level',
- remark: 'Remark',
- modifyEntryLevelHits: 'Do you want to modify the current member entry level?',
- modifyMemberLevel: 'Modify member level',
- changeHighestEmpLevel: 'Highest Director Level Adjust',
- selectEntryLevelHint: 'Please Select The Entry Level',
- modifyMemberEntryLevelHits: 'Do you want to modify the current member level?',
- all: 'All',
- reviewed: 'To be reviewed',
- approved: 'Approved',
- rejected: 'Rejected',
- selectedData: 'Selected data',
- deleteData: 'Delete data',
- batchesDelete: 'Delete in batches',
- applyNetworkMove: 'New network transfer application',
- exportExcel: 'Export Excel',
- exportExcelHint: 'Are you sure you want to export the current data?',
- passingAudit: 'Passing Audit',
- modifyingData: 'Modifying data',
- selectedNonData: 'Please select the record to operate',
- passAuditNote: 'Are you sure you want to pass the audit? note:',
- rejectAuditNote: 'Are you sure you want to reject the approval? note:',
- operationInProcess: 'Operation in progress, please wait',
- deleteHint: 'Are you sure to delete the selected data?',
- applyNetworkTransfer: 'Apply for moving network',
- modifyNetworkTransfer: 'Modify network transfer information',
- reviewNetworkTransfer: 'Review network transfer information',
- networkTransferType: 'Network transfer type',
- selectNetworkTransferType: 'Please select a network transfer type',
- mobileMemberCode: 'Mobile member code',
- mobileMemberName: 'Mobile member name',
- originalSuperiorNo: 'Original superior No',
- originalSuperiorName: 'Original superior name',
- moveToPlacementMemberCode: 'To placement member code',
- moveToPlacementMemberName: 'To placement member name',
- originalDeveloperNo: 'Original developer No',
- nameOfOriginalDeveloper: 'Name of original developer',
- moveToSponsorMemberCode: 'Move to sponsor member code',
- moveToSponsorMemberName: 'Move to sponsor member name',
- moveToLocation: 'Move to location',
- oneMarket: 'I. Market',
- twoMarket: 'II. Market',
- adopted: 'Adopted',
- stockistOrNot: 'Stockist or not',
- accountInformation: 'Account Information',
- networkInformation: 'Network Information',
- otherInformation: 'Other Information',
- bankInformation: 'Bank Information',
- stockistNo: 'Stockist No',
- autoDetectMember: 'After entering the number, click the blank space to detect the member name of the number',
- contactPerson: 'Contact Person',
- resettlementLocation: 'Resettlement Location',
- left: 'Left',
- right: 'Right',
- sponsor: 'Sponsor',
- personalData: 'Personal Data',
- phoneNumber: 'Phone Number',
- bankName: 'Bank Name',
- selectBankDeposit: 'Please select the Bank of deposit',
- subBankName: 'Account opening sub branch',
- bankAccount: 'Bank Account',
- bankRegion: 'Bank Region',
- addManually: 'Add manually',
- quickLogon: 'Quick Logon',
- changePassword: 'Change Password',
- modifyPersonalData: 'Modify personal data',
- statusActivation: 'Status Activation',
- statusLock: 'Status Lock',
- openPasswordModification: 'Open password modification',
- turnOffPasswordModification: 'Turn off password modification',
- stockistManagement: 'Stockist Management',
- setAsStockist: 'Set as Stockist',
- cancelStockist: 'Cancel Stockist',
- chartManagement: 'Chart Management',
- displayChart: 'Display Chart',
- hiddenChart: 'Hidden Chart',
- rechargeManagement: 'Recharge Management',
- displayRecharge: 'Display Recharge',
- hideRecharge: 'Display Recharge',
- type: 'Type',
- selectType: 'Please select a type',
- password: 'Password',
- identityNo: 'Identity No.',
- selectBankName: 'Please select a bank name',
- bankAddress: 'Bank Address',
- loginManagement: 'Login Management',
- entryManage: 'Manage entry',
- loginPassword: 'Login Password',
- paymentPassword: 'Payment Password',
- selectMemberData: 'Please check the member to be operated',
- sureWant: 'Are you sure you want to',
- byDesignatedMember: 'By designated member',
- expandNetworkBy: 'Expand network by',
- byPlacementNetwork: 'By placement network',
- byMembershipSystem: 'By membership system',
- byProvinceAndRegion: 'By province and region',
- exportDataHint: 'Are you sure you want to export the current data?',
- modifyCountry: "Whether to change the country?"
- },
- // Network
- network: {
- placementNetwork: 'Placement Network',
- sponsorNetwork: 'Sponsor Network',
- placementNetworkEx: 'Placement Network Ex',
- sponsorNetworkEx: 'Sponsor Network Ex'
- },
- // Configuration
- config: {
- refreshShopPrice: 'Refresh product price',
- refreshShopNaraPriceThenSave: 'After saving, refresh the Naira price of the listed products according to the new exchange rate',
- confirmToChangeExchangeRate: 'Whether to confirm to modify the exchange rate?',
- levelName: 'Level name',
- sort: 'Sort',
- modifiedStockist: 'Modify stockist',
- openTransfer: 'Turn on the transfer function',
- walletType: 'Transfer-out/transfer-in wallet type',
- lowerLimitAmountTransferOut: 'Minimum transfer amount',
- upperLimitAmountTransferOut: 'Maximum transfer amount',
- serviceCharge: 'Service charge%',
- lowerLimitServiceCharge: 'Minimum service charge',
- upperLimitServiceCharge: 'Maximum service charge',
- periodUpperLimitAmountTransferOut: 'Maximum of the total amount transferred out of a PC',
- monthUpperLimitAmountTransferOut: 'Maximum of the total amount transferred out in the settlement month',
- whetherEnable: 'Whether to enable',
- pour: 'Note',
- periodTotalAmountTransferOut: 'Maximum of the total transfer amount refers to the maximum total amount that members can transfer within one period of the transfer rule',
- monthTotalAmountTransferOut: 'Maximum of the total amount transferred out in the settlement month refers to the maximum total amount that members can transfer in one settlement month according to the transfer rule',
- ifNullRestrict: 'If you fill in the blank, there is no limit',
- needPerf: 'Required performance(BV)',
- enterNumber: 'Please enter a positive integer number',
- enterZeroIsHoleSite: 'Entering 0 means there is no observation period, that is, the whole site upgrade order is a full upgrade33',
- updatePeriodUnderObservation: 'Update observation period',
- baseConfig: 'Basic configuration',
- repeatAbout: 'Repurchase-correlation',
- teamBonusConfig: 'Team Bonus Configuration',
- bonusPercent: 'Bonus ratio',
- capBonus: 'Personal cap',
- manageStarConfig: 'Manage star configuration',
- manageBonusPercent: 'Proportion of Director Bonus',
- tourBonusPercent: 'Travel Fund Ratio',
- carFundBonusPercent: 'Car Fund Ratio',
- villaFundBonusPercent: 'Villa Fund ratio',
- achieveMemberNo: 'The number of sponsor members reaching the standard',
- achievePerfBV: 'Recommended to meet the standard and pass the bonus BV',
- achieveBV: 'Awarded for failing to meet the sponsor standards BV',
- crownStarConfig: 'Crown star configuration',
- levelScore: 'Level points(BV)',
- upgradeScore: 'Upgrade points(BV)',
- score: 'point',
- bonusAmount: 'Bonus amount',
- saleAmountCap: 'Sales conditions',
- memberAbout: 'Member related',
- homeAbout: 'Member management related',
- withdrawalAbout: 'Withdrawal related',
- otherAbout: 'Others',
- modifyShippingRates: 'Edit shipping rates',
- modifyExchangeRate: 'Edit Exchange Rate',
- refreshProductPricePrompt: 'After opening, the prices of listed products will be refreshed according to the new product exchange rate'
- },
- // Financial Management
- financial: {
- serviceCharge: 'Service charge(%)',
- all: 'All',
- cancel:'Cancel',
- toBeReviewed: 'To be reviewed',
- toBePaid: 'To be paid',
- reviewed: 'Reviewed',
- paid: 'Paid',
- paymentFailed: 'Payment failed',
- returned: 'Returned',
- approved: 'Approved',
- approve: 'Approve',
- auditReject: 'Audit reject',
- action: 'Action',
- delData: 'Delete data',
- selectedData: 'Selected data',
- batchAuditPassed: 'Batch audit passed',
- batchReturn: 'Batch return',
- batchSetToBePaid: 'Batch set to be paid',
- batchSetPaid: 'Batch set paid',
- batchSetPaymentFailure: 'Batch set payment failure',
- modifyWithdrawalInfo: 'modify the withdrawal information',
- setApprovedNotice:'Are you sure to set the current withdrawal as approved?',
- setCanceledNotice:'Are you sure to set the current withdrawal as canceled?',
- approveWithdrawalNotice: 'Are you sure to approve the current withdrawal?',
- setWithdrawalPaymentAction: 'Are you sure to set the current withdrawal as payment action?',
- setWithdrawalPaidNotice: 'Are you sure to set the current withdrawal as paid?',
- setPayFailedWithdrawal: 'Are you sure to set payment failure for the current withdrawal?',
- setWithdrawalReturnNotice: 'Determines that the current withdrawal is set to a withdrawal return operation?',
- noteWithdrawalReturn: 'Note on withdrawal return',
- memberInvoiceWithdrawalReturnNotice: 'The member has provided the invoice, please confirm whether to process the withdrawal return?',
- withdrawSetFailed: 'Failed',
- withdrawSetReturn: 'Return',
- 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',
- idCardNumber: 'ID number',
- registerType: 'Registration type',
- pleaseSelectRegisterType: 'Please select a registration type',
- withdrawAmount: 'Withdrawal amount',
- estimatedDatePayment: 'Estimated date of payment',
- selectDate: 'Select date',
- 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.',
- reviewRemberEcoinInfo: 'Review member Ecoin change information',
- statusManagement: 'Status management',
- viewVoucher: 'View voucher',
- checkRechargeVoucher: 'Check recharge voucher',
- rechargeStatusState: 'State',
- reviewWithdrawalInfoNotice: 'Review withdrawal info',
- datePayment: 'Date of payment',
- surePassReviewNoteNotice: 'Be sure to pass the review ? Note: ',
- sureUnpaidReviewNotice: 'Be sure to unpaid the review ? Note: ',
- surePaymentFailureReview: 'Be sure to payment failure the review ? Note: ',
- surePaidReviewNotice: 'Be sure to paid the review ? Note: ',
- sureReturnReviewNotice: 'Be sure to return the review ? Note: ',
- changeStateSelectedDataNotice: 'Are you sure to change the state of the selected data'
- },
- // Network management
- atlas: {
- exportNotice: 'Are you sure you want to export the current data?',
- sponsorNetworkDiagram: 'Sponsor Network Diagram',
- sponsorNetworkList: 'Sponsor Network List',
- topMember: 'Top Member',
- spreadDepth: 'Spread Depth',
- numberOfPeriods: 'Number Of Periods',
- algebra: 'Algebra',
- memberCode: 'Member Code',
- name: 'Name',
- level: 'Level',
- highest: 'Highest',
- depth: 'Depth',
- subordinatesMember: 'View the subordinates of this member',
- getDataWait: 'Getting data, please wait',
- resettlementNetworkDiagram: 'Resettlement network diagram',
- numberOfLayers: 'Number Of Layers',
- location: 'Location',
- joiningPeriod: 'Joining Period',
- placementNetworkList: 'Placement network list'
- },
- // Products management
- shop: {
- onSale: 'On sale',
- soldOut: 'Sold out',
- addProduct: 'Add Product',
- editProducts: 'Edit Products',
- productName: 'Product Name',
- memberDiscount: 'Member discount',
- productType: 'Product type',
- bvSplit: 'BV split',
- productCategory: 'Product Category',
- productCode: 'Product Code',
- unit: 'Unit',
- taxRate: 'Tax Rate',
- enterTaxRate: 'Tax rate is required',
- uSPrice: 'US Price($)',
- standardPrice: "Standard price($)",
- salesPrice: 'DP',
- marketPrice: 'RP',
- priceBV: 'Price BV',
- inventory: 'Inventory',
- productDetails: 'Product details',
- enterContentNotice: 'Please enter the content',
- order: 'Order',
- uploadImages: 'Upload Images',
- orderImport: 'Order import',
- currentImportOrderDate: 'Current import order date',
- selectDate: 'Select date',
- currentImportOrderPeriods: 'Current import order periods',
- totalRowsExcel: 'Total rows of Excel file',
- deliverGoods: 'deliver goods',
- deleteOrder: 'Delete order',
- courierCompany: 'Courier Services Company',
- courierNumber: 'courier number',
- selectOrderExportNotice: 'Please select an order to export',
- pdfOnlyOneOrderExported: 'Only one order can be exported at a time',
- sureDeleteOrder: 'Are you sure to delete the order? Order number:',
- orderNumber: 'Order No.',
- orderType: 'Order Type',
- orderAmount: 'Order Amount',
- afterAdjustmentPcNo: 'After adjust Pc No.',
- pleaseSelectPcNo: 'Please select Period No.',
- modifyOrderPcNoHits: 'Do you want to modify the order period No.?',
- consignee: 'consignee',
- availableCountries: "Available countries",
- modifyAvailableCountries: "Modify available countries",
- imagePreview: 'Image Preview',
- AutoMaintenance: 'Auto Maintenance'
- },
- // Administrator management
- Administrator: {
- role: 'role',
- remark: 'remark',
- creatUser: 'Founder',
- creatAt: 'Creation time',
- updateUser: 'Edited by',
- updateAt: 'Edit time',
- addRole: 'Add role',
- selectData: 'Selected data',
- roleName: 'Role Name',
- module: 'Module',
- loginAccount: 'Login account',
- name: 'Name',
- pleaseSelectRole: 'Please select a role',
- pleaseSelectCountry: 'Please select country',
- password: 'password',
- confirmPassword: 'Confirm password',
- bindIp: 'Bind IP',
- pleaseInputContent: 'Please enter content',
- bindIpNotice: 'One IP per line; IP segment can be specified, such as: 192.168.0.1-255',
- isEnable: 'Whether to enable',
- isModifyPwd: 'Whether to change the password',
- filterBtnName: 'Select',
- loginTimes: 'Logins',
- lastLoginIp: 'Last login IP',
- lastLoginAt: 'last login time',
- addAdmin: 'Add administrator',
- delNotice: 'Determine to delete the selected data'
- },
- exchangeRateConfig: {
- countryName: "Country",
- currencyType: "Currency Type",
- ProductExchangeRate: 'Product Exchange Rate',
- BonusExchangeRate: "Bonus Exchange Rate"
- },
- transportationConfig: {
- countryName: "Country",
- free: 'Free',
- freeShipping: "Free shipping threshold"
- },
- }
|