|
|
@@ -1,509 +1,571 @@
|
|
|
-export default {
|
|
|
- route: {
|
|
|
- dashboard: 'Dashboard',
|
|
|
- shop: 'Mall management',
|
|
|
- indexShop: 'Products list',
|
|
|
- shopReconsume: 'Reconsume List',
|
|
|
- memberManagement: 'Member management',
|
|
|
- personalInfo: 'Personal Info',
|
|
|
- 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',
|
|
|
- shippingAddress: 'Shipping Address',
|
|
|
- logOut: 'Log Out',
|
|
|
- profile: 'Profile',
|
|
|
- theme: 'Theme',
|
|
|
- size: 'Global Size',
|
|
|
- visitPreviousVersion: 'Visit Previous Version',
|
|
|
- },
|
|
|
- menu: {
|
|
|
- // 一级菜单
|
|
|
- dashboard: 'Dashboard',
|
|
|
- shoppingMall: 'Shopping Mall',
|
|
|
- memberManagement: 'Member Management',
|
|
|
- networkChart: 'Network Chart',
|
|
|
- bonusManagement: 'Bonus Management',
|
|
|
- articleManagement: 'Article Management',
|
|
|
- setting: 'Setting',
|
|
|
- // 二级菜单/接口-dashboard
|
|
|
- monthBonus: 'Month Bonus',
|
|
|
- // 二级菜单/接口-shoppingMall
|
|
|
- standardProducts: 'Standard Products',
|
|
|
- carFundProducts: 'Car Fund Products',
|
|
|
- villaFundProducts: 'Villa Fund Products',
|
|
|
- welcomePack: 'Welcome Pack',
|
|
|
- welcomePackList: 'Welcome Pack Listing',
|
|
|
- memberUpgrade: 'Upgrade Management',
|
|
|
- orderList: 'Order List',
|
|
|
- brandAmbassador: 'Brand Ambassador',
|
|
|
- BAOrderList: 'Brand Ambassador Order',
|
|
|
- // 二级菜单/接口-memberManagement
|
|
|
- personalInfo: 'Personal Info',
|
|
|
- resetPassword: 'Reset Password',
|
|
|
- // 二级菜单/接口-networkChart
|
|
|
- placementNetwork: 'Placement Network',
|
|
|
- sponsorNetwork: 'Sponsor Network',
|
|
|
- brandAmbassadorList: 'Brand Ambassador List',
|
|
|
- // 二级菜单/接口-bonusManagement
|
|
|
- myAccount: 'My Account',
|
|
|
- myBonus: 'My Bonus',
|
|
|
- teamInquiry: 'Team Inquiry',
|
|
|
- historicalCumulativeBonus: 'Historical Cumulative Bonus',
|
|
|
- withdrawalDetails: 'Withdrawal Details',
|
|
|
- applyWithdraw: 'Apply For Withdraw',
|
|
|
- rechargeDetails: 'Recharge Details',
|
|
|
- applyRecharge: 'Apply For Recharge',
|
|
|
- transferDetails: 'Transfer Details',
|
|
|
- applyTransfer: 'Apply For Transfer',
|
|
|
- // 二级菜单/接口-articleManagement
|
|
|
- systemNotification: 'System Notification',
|
|
|
- // 二级菜单/接口-setting
|
|
|
- shippingAddress: 'Shipping Address',
|
|
|
- },
|
|
|
- login: {
|
|
|
- title: 'Welcome',
|
|
|
- logIn: 'Login',
|
|
|
- username: 'Username',
|
|
|
- password: 'Password',
|
|
|
- any: 'any',
|
|
|
- thirdparty: 'Or connect with',
|
|
|
- thirdpartyTips: 'Can not be simulated on local, so please combine you own business simulation! ! !',
|
|
|
- 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'
|
|
|
- },
|
|
|
- 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'
|
|
|
- },
|
|
|
- empLevels: {
|
|
|
- // 级别配置
|
|
|
- '67BE1C6C21F81B32E055736AECE8644D': 'No Rank',
|
|
|
- 'E121497617216708615': '1-Star Director',
|
|
|
- '67BE5FE7857C216AE055736AECE8644D': '2-Star Director',
|
|
|
- 'E121497617216708616': '3-Star Director',
|
|
|
- '67BE6A4D03C52288E055736AECE8644D': '4-Star Director',
|
|
|
- '67BE6EA2070D22EBE055736AECE8644D': '5-Star Director',
|
|
|
- '67BE742A336F2370E055736AECE8644D': '6-Star Director',
|
|
|
- '67BE805032C22492E055736AECE8644D': '7-Star Director'
|
|
|
- },
|
|
|
- crownLevels: {
|
|
|
- // 级别配置
|
|
|
- 'DCBEDD8E0EAD3DF59D81CCC0C2ACAEFF': '0-Star Crown',
|
|
|
- 'E0B75B89C94F35EF8EE0054FA34B759C': '1-Star Crown',
|
|
|
- '7FEBE5DE95D530578915F4072E7CD842': '2-Star Crown',
|
|
|
- '391691E01CD5373F8D23F01FAD750222': '3-Star Crown',
|
|
|
- '8ACAEA736F5331B79283C895F36084E5': '4-Star Crown',
|
|
|
- 'CE46B39D07633217AA5711438649D1D6': '5-Star Crown',
|
|
|
- '24396B85E74A3005947F1F90EBA5F5CF': '6-Star Crown',
|
|
|
- '8C253968EB6F3F3FA5BE84F63136FFFA': '7-Star Crown',
|
|
|
- },
|
|
|
- decLvs: {
|
|
|
- // 等级配置
|
|
|
- '67ABCB8C1F7D5519E055736AECE8644D': 'Elite',
|
|
|
- '67ABCCE20A9F5553E055736AECE8644D': 'Pro',
|
|
|
- '67ABCE0ECE705575E055736AECE8644D': 'VIP'
|
|
|
- },
|
|
|
- dashboard: {
|
|
|
- highestDirector: 'Highest Director',
|
|
|
- highestCrown: 'Highest Crown',
|
|
|
- memberLevel: 'Member Level',
|
|
|
- payCycle: 'Current Pay Cycle',
|
|
|
- remainBv: 'Remain BV',
|
|
|
- activeDeadline: 'Active Deadline Date',
|
|
|
- more: 'more',
|
|
|
- articleNotification: 'System Notification'
|
|
|
- },
|
|
|
- currency: {
|
|
|
- unit: 'Naira',
|
|
|
- sign: '₦',
|
|
|
- naira: 'NGN',
|
|
|
- },
|
|
|
-
|
|
|
- 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!',
|
|
|
- },
|
|
|
-
|
|
|
- shop: {
|
|
|
- product: 'Product',
|
|
|
- productCode: 'Product Code',
|
|
|
- productName: 'Product',
|
|
|
- productPicture: 'Picture',
|
|
|
- productPrice: 'Price',
|
|
|
- productBV: 'BV',
|
|
|
- qty: 'Qty',
|
|
|
- taxRate: 'Tax Rate',
|
|
|
- taxAmount: 'Tax',
|
|
|
- totalTaxAmount: 'Total Tax',
|
|
|
- totalPrice: 'Total Price',
|
|
|
- totalBV: 'Total BV',
|
|
|
- orderCode: 'Order Code',
|
|
|
- orderType: 'Order Type',
|
|
|
- amount: 'Amount',
|
|
|
- decCode: 'Code',
|
|
|
- memberCode: 'Member Code',
|
|
|
- memberName: 'Member Name',
|
|
|
- recipientName: 'Recipient Name',
|
|
|
- phoneNumber: 'Phone Number',
|
|
|
- shippingAddress: 'Shipping Address',
|
|
|
- shipping: 'Shipping',
|
|
|
- payment: 'Payment',
|
|
|
- createdTime: 'Created Time',
|
|
|
- payTime: 'Pay Time',
|
|
|
- payStatus: 'Pay Status',
|
|
|
- action: 'Action',
|
|
|
- download: 'Download',
|
|
|
- sponsorCode: 'Sponsor Code',
|
|
|
- inventory: 'Inventory',
|
|
|
- checkOut: 'Check Out',
|
|
|
- unPaid: 'Unpaid',
|
|
|
- paid: 'Paid',
|
|
|
- goBack: 'Go Back',
|
|
|
- goPay: 'Pay',
|
|
|
- orderDetail: 'Order Detail',
|
|
|
- chooseTips: 'Please choose the products.',
|
|
|
- confirmClose: 'Confirm to close?',
|
|
|
- inputPasswordTips: 'Please enter your payment password',
|
|
|
- selfPickUp: 'Self Pick-up',
|
|
|
- delivery: 'Delivery',
|
|
|
- selectAddress: 'Shipping Address',
|
|
|
- selectPayment: 'Payment Method',
|
|
|
- freight: 'Freight',
|
|
|
- paidAmount: 'Amount Paid',
|
|
|
- productsSettlement: 'Products Settlement',
|
|
|
- total: 'Total',
|
|
|
- totalOrders: 'Total Orders',
|
|
|
- accountBalance: 'Account Balance',
|
|
|
- balanceNotAllow: 'insufficient, unable to buy products',
|
|
|
- paymentError: 'Payment or Account Balance error',
|
|
|
- successOrderTips: 'The order is successful',
|
|
|
- paymentMethod: 'Payment Method',
|
|
|
- },
|
|
|
-
|
|
|
- user: {
|
|
|
- email: 'Email',
|
|
|
- accountInformation: 'Account Information',
|
|
|
- newMemberCode: 'New Member Code',
|
|
|
- selectWelcomePack: 'Select Welcome Pack',
|
|
|
- sponsorCode: 'Sponsor Code',
|
|
|
- payInfo: 'Pay Info',
|
|
|
- memberInformation: 'Member Information',
|
|
|
- enterMemberCode: 'Please enter member code.',
|
|
|
- welcomePackWay: 'Welcome Pack Way',
|
|
|
- normal: 'Normal',
|
|
|
- BAUpgrade: 'BA Upgrade',
|
|
|
- entryLevel: 'Entry Level',
|
|
|
- selectEntryLevel: 'Select entry level',
|
|
|
- stockistCode: 'Stockist Code',
|
|
|
- },
|
|
|
-
|
|
|
- atlas: {
|
|
|
- networkInformation: 'Network Information',
|
|
|
- placementCode: 'Placement Code',
|
|
|
- placementTree: 'Placement Tree',
|
|
|
- left: 'Left',
|
|
|
- right: 'Right',
|
|
|
- placementAutoLeft: 'Placement Auto Location: L',
|
|
|
- placementAutoRight: 'Placement Auto Location: R',
|
|
|
- topMember: 'Top Member',
|
|
|
- spreadDepth: 'Spread Depth',
|
|
|
- periodNumber: 'Period number',
|
|
|
- numberLayers: 'Number of Layers',
|
|
|
- highest: 'Highest',
|
|
|
- memberCode: 'Member Code',
|
|
|
- name: 'Name',
|
|
|
- level: 'Level',
|
|
|
- location: 'Location',
|
|
|
- },
|
|
|
-
|
|
|
- config: {
|
|
|
- consignee: 'Consignee',
|
|
|
- detailedAddress: 'Detailed Address',
|
|
|
- city: 'City',
|
|
|
- localGovernmentArea: 'Local Government Area',
|
|
|
- state: 'State',
|
|
|
- default: 'Default Address',
|
|
|
- createAddress: 'Add Shipping Address',
|
|
|
- editAddress: 'Edit Shipping Address',
|
|
|
- },
|
|
|
-
|
|
|
- profile: {
|
|
|
- personalInformation: 'Personal Information',
|
|
|
- account: 'Account',
|
|
|
- loginPassword: 'Login Password',
|
|
|
- paymentPassword: 'Payment Password',
|
|
|
- originalPassword: 'Original Password',
|
|
|
- newPassword: 'New Password',
|
|
|
- confirmPassword: 'Confirm Password',
|
|
|
- memberLevel: 'Member Level',
|
|
|
- highestDirector: 'Highest Director',
|
|
|
- highestCrown: 'Highest Crown',
|
|
|
- latestDirector: 'Latest Director',
|
|
|
- latestCrown: 'Latest Crown',
|
|
|
- currentPayCycle: 'Current Pay Cycle',
|
|
|
- currentSystemTime: 'Current System Time',
|
|
|
- memberJoinTime: 'Member Join Time',
|
|
|
- joiningPeriod: 'Joining Period',
|
|
|
- joiningDate: 'Joining Date',
|
|
|
- whetherUpgrade: 'Whether Upgrade',
|
|
|
- upgradeWay: 'Upgrade Way',
|
|
|
- toUpgradeLevel: 'To Upgrade Level',
|
|
|
- selectLevel: 'Please select a level',
|
|
|
- topUpBV: 'Top Up(BV)',
|
|
|
- upgradePurchaseProduct: 'Upgrade purchase product',
|
|
|
- loginPasswordSuccessTips: 'User login password has been updated successfully.',
|
|
|
- paymentPasswordSuccessTips: 'User payment password has been updated successfully.',
|
|
|
- enterLoginPassword: 'Enter Login Password',
|
|
|
- enterPaymentPassword: 'Enter Payment Password',
|
|
|
- },
|
|
|
- article: {
|
|
|
- title: 'Title',
|
|
|
- category: 'Category',
|
|
|
- createTime: 'Create Time',
|
|
|
- systemNotification: 'System Notification',
|
|
|
- },
|
|
|
- bonus: {
|
|
|
- payCycle: 'Pay Cycle',
|
|
|
- welcomeBonus: 'Welcome Bonus',
|
|
|
- teamBonus: 'Team Bonus',
|
|
|
- directorBonus: 'Director Bonus',
|
|
|
- quarterlyBonus: 'Quarterly Bonus',
|
|
|
- stockistCommission: 'Stockist Commission',
|
|
|
- actualBonus: 'Actual Bonus',
|
|
|
- totalBonus: 'Total Bonus',
|
|
|
- leftNewlyIncreasedPerformance: 'Left Newly Increased Performance',
|
|
|
- rightNewlyIncreasedPerformance: 'Right Newly Increased Performance',
|
|
|
- leftSurplusPerformance: 'Left Surplus Performance',
|
|
|
- rightSurplusPerformance: 'Right Surplus Performance',
|
|
|
- periodBonus: 'Period %s Bonus',
|
|
|
- viewRecord: 'View Record',
|
|
|
- bonusFlowTitle: '%s Trading Record',
|
|
|
- transTime: 'Trans Date',
|
|
|
- transType: 'Trans Type',
|
|
|
- preTransactionBalance: 'Pre Trans Balance',
|
|
|
- transAmount: 'Trans Amount',
|
|
|
- postTransactionBalance: 'Post Trans Balance',
|
|
|
- remark: 'Remark',
|
|
|
- whetherActive: 'Whether Active',
|
|
|
- directorPGSPerformance: 'Director PGS Performance',
|
|
|
- personalDetails: 'Personal Details',
|
|
|
- status: 'Status',
|
|
|
- personalBV: 'Personal BV',
|
|
|
- PGS: 'PGS',
|
|
|
- teamDetails: 'Team Details',
|
|
|
- latestCalculationTime: 'Latest calculation time',
|
|
|
- totalBV: 'Total BV',
|
|
|
- },
|
|
|
- finance: {
|
|
|
- applyTransfer: 'Apply For Transfer',
|
|
|
- transferOutAccountHint: 'Select transfer out of account',
|
|
|
- transferInAccountHint: 'Select transfer in account',
|
|
|
- receiveMemberCodeHint: 'Enter your receiving member code',
|
|
|
- receiveMemberNameHint: 'Enter the name of receiving member',
|
|
|
- transferAccounts: 'Transfer Accounts',
|
|
|
- receivingMemberCode: 'Receiving Member Code',
|
|
|
- receivingMemberName: 'Receiving Member Name',
|
|
|
- transferIntoAccount: 'Transfer Into Account',
|
|
|
- transferAmount: 'Amount',
|
|
|
- serviceCharge: 'Service Charge',
|
|
|
- actualAmountTransferredInto: 'Actual Amount Transferred Into',
|
|
|
- transferTime: 'Transfer Time',
|
|
|
- remark: 'Remark',
|
|
|
- messageApplyTransfer: 'Are you sure you want to apply transfer?',
|
|
|
- selectTransferType: 'Select transfer type',
|
|
|
- transferType: 'Transfer Type',
|
|
|
- currentAvailableBonus: 'Available Bonus',
|
|
|
- currentAvailableEcoin: 'Available Ecoin',
|
|
|
- currentTransferRatio: 'Transfer Ratio',
|
|
|
- maximumTransferAmount: 'Maximum transfer amount',
|
|
|
- memberCode: 'Member Code',
|
|
|
- memberName: 'Member Name',
|
|
|
- lessTransferHint: 'Each transfer shall not be less than %s',
|
|
|
- transferNotAllow: 'Not allowed to transfer to yourself',
|
|
|
- successTips: 'Successfully.',
|
|
|
- enterPasswordTips: 'Please enter your payment password',
|
|
|
- executing: 'executing...',
|
|
|
- recharge: 'Recharge',
|
|
|
- createdTime: 'Created Time',
|
|
|
- rechargeAmount: 'Recharge Amount',
|
|
|
- rechargeStatus: 'Recharge Status',
|
|
|
- bankName: 'Bank Name',
|
|
|
- bankAccount: 'Bank Account',
|
|
|
- printVoucher: 'Recharge Voucher',
|
|
|
- uploadVoucher: 'Upload',
|
|
|
- viewVoucher: 'View',
|
|
|
- bankInformation: 'Bank Info',
|
|
|
- selectBank: 'Select Bank',
|
|
|
- accountName: 'Account Name',
|
|
|
- },
|
|
|
-}
|
|
|
+export default {
|
|
|
+ route: {
|
|
|
+ dashboard: 'Dashboard',
|
|
|
+ shop: 'Mall Management',
|
|
|
+ user: 'Mall Management',
|
|
|
+ bonus: 'Bonus Management',
|
|
|
+ atlas: 'Network Chart',
|
|
|
+ article: 'Article Management',
|
|
|
+ config: 'Personal Center',
|
|
|
+
|
|
|
+ indexShop: 'Products list',
|
|
|
+ shopReconsume: 'Reconsume List',
|
|
|
+ memberManagement: 'Member management',
|
|
|
+ personalInfo: 'Personal Info',
|
|
|
+ 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',
|
|
|
+ shippingAddress: 'Shipping Address',
|
|
|
+ logOut: 'Log Out',
|
|
|
+ profile: 'Profile',
|
|
|
+ theme: 'Theme',
|
|
|
+ size: 'Global Size',
|
|
|
+ visitPreviousVersion: 'Visit Previous Version'
|
|
|
+ },
|
|
|
+ menu: {
|
|
|
+ // 一级菜单
|
|
|
+ dashboard: 'Dashboard',
|
|
|
+ shoppingMall: 'Shopping Mall',
|
|
|
+ memberManagement: 'Member Management',
|
|
|
+ networkChart: 'Network Chart',
|
|
|
+ bonusManagement: 'Bonus Management',
|
|
|
+ articleManagement: 'Article Management',
|
|
|
+ setting: 'Personal Center',
|
|
|
+ // 二级菜单/接口-dashboard
|
|
|
+ monthBonus: 'Month Bonus',
|
|
|
+ // 二级菜单/接口-shoppingMall
|
|
|
+ repeatPurchase: 'Repeat Purchase',
|
|
|
+ ownOrder: 'My Order',
|
|
|
+ carFundProducts: 'Car Fund Products',
|
|
|
+ villaFundProducts: 'Villa Fund Products',
|
|
|
+ welcomePack: 'Member Welcome Pack',
|
|
|
+ memberRepeatPurchase: 'Member Repeat Purchase',
|
|
|
+ welcomePackList: 'Welcome Pack Listing',
|
|
|
+ memberUpgrade: 'Member Upgrade',
|
|
|
+ memberOrder: 'Member Order',
|
|
|
+ reconsume: 'Reconsume',
|
|
|
+ orderList: 'Order List',
|
|
|
+ brandAmbassador: 'Brand Ambassador',
|
|
|
+ BAOrderList: 'Brand Ambassador Order',
|
|
|
+ // 二级菜单/接口-memberManagement
|
|
|
+ personalInfo: 'Personal Info',
|
|
|
+ resetPassword: 'Reset Password',
|
|
|
+ // 二级菜单/接口-networkChart
|
|
|
+ placementNetwork: 'Placement Network',
|
|
|
+ placementNetworkEx: 'Placement Network Ex',
|
|
|
+ sponsorNetwork: 'Sponsor Network',
|
|
|
+ sponsorNetworkEx: 'Sponsor Network Ex',
|
|
|
+ brandAmbassadorList: 'Brand Ambassador List',
|
|
|
+ // 二级菜单/接口-bonusManagement
|
|
|
+ myAccount: 'My Account',
|
|
|
+ myBonus: 'My Bonus',
|
|
|
+ teamInquiry: 'Team Inquiry',
|
|
|
+ historicalCumulativeBonus: 'Historical Cumulative Bonus',
|
|
|
+ withdrawalDetails: 'Withdrawal Details',
|
|
|
+ applyWithdraw: 'Apply For Withdraw',
|
|
|
+ rechargeDetails: 'Recharge Details',
|
|
|
+ applyRecharge: 'Apply For Recharge',
|
|
|
+ transferDetails: 'Transfer Details',
|
|
|
+ applyTransfer: 'Apply For Transfer',
|
|
|
+ // 二级菜单/接口-articleManagement
|
|
|
+ systemNotification: 'System Notification',
|
|
|
+ // 二级菜单/接口-setting
|
|
|
+ shippingAddress: 'Shipping Address'
|
|
|
+ },
|
|
|
+ login: {
|
|
|
+ title: 'Welcome',
|
|
|
+ logIn: 'Login',
|
|
|
+ username: 'Username',
|
|
|
+ password: 'Password',
|
|
|
+ any: 'any',
|
|
|
+ thirdparty: 'Or connect with',
|
|
|
+ thirdpartyTips: 'Can not be simulated on local, so please combine you own business simulation! ! !',
|
|
|
+ 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'
|
|
|
+ },
|
|
|
+ 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'
|
|
|
+ },
|
|
|
+ empLevels: {
|
|
|
+ // 级别配置
|
|
|
+ '67BE1C6C21F81B32E055736AECE8644D': "No Rank",
|
|
|
+ '67BE6A4D03C52288E055736AECE8644D': '1 Star Director',
|
|
|
+ '67BE6EA2070D22EBE055736AECE8644D': '2 Star Director',
|
|
|
+ '67BE742A336F2370E055736AECE8644D': '3 Star Director',
|
|
|
+ '67BE805032C22492E055736AECE8644D': 'Diamond',
|
|
|
+ '67BE805032C22492E066736AECE8644D': '2 Star Diamond',
|
|
|
+ '67BE805032C22492E077736AECE8644D': '3 Star Diamond'
|
|
|
+ },
|
|
|
+ crownLevels: {
|
|
|
+ // 级别配置
|
|
|
+ 'DCBEDD8E0EAD3DF59D81CCC0C2ACAEFF': '0-Star Crown',
|
|
|
+ 'E0B75B89C94F35EF8EE0054FA34B759C': '1-Star Crown',
|
|
|
+ '7FEBE5DE95D530578915F4072E7CD842': '2-Star Crown',
|
|
|
+ '391691E01CD5373F8D23F01FAD750222': '3-Star Crown',
|
|
|
+ '8ACAEA736F5331B79283C895F36084E5': '4-Star Crown',
|
|
|
+ 'CE46B39D07633217AA5711438649D1D6': '5-Star Crown',
|
|
|
+ '24396B85E74A3005947F1F90EBA5F5CF': '6-Star Crown',
|
|
|
+ '8C253968EB6F3F3FA5BE84F63136FFFA': '7-Star Crown'
|
|
|
+ },
|
|
|
+ decLvs: {
|
|
|
+ // 等级配置
|
|
|
+ '67ABC6AO8YTK2LN0E055736AECE8644D': 'NA',
|
|
|
+ '67ABCCE20A9F5553E055736AECE8677A': 'Silver',
|
|
|
+ '67ABCE0ECE705575E055736AECE8677C': 'Gold'
|
|
|
+ },
|
|
|
+ eliteLevels: {
|
|
|
+ // 等级配置
|
|
|
+ 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8MF7C': 'Super Elite',
|
|
|
+ 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8MF7V': 'Elite',
|
|
|
+ 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8MF8V': 'Pro Elite',
|
|
|
+ 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8NA7V': 'NA',
|
|
|
+ },
|
|
|
+ dashboard: {
|
|
|
+ highestDirector: 'Highest Director',
|
|
|
+ highestCrown: 'Highest Crown',
|
|
|
+ eliteLevel: 'Elite Level',
|
|
|
+ memberLevel: 'Member Level',
|
|
|
+ payCycle: 'Current Pay Cycle',
|
|
|
+ remainBv: 'Remain BV',
|
|
|
+ activeDeadline: 'Active Deadline Date',
|
|
|
+ more: 'more',
|
|
|
+ articleNotification: 'System Notification'
|
|
|
+ },
|
|
|
+ currency: {
|
|
|
+ unit: 'Naira',
|
|
|
+ sign: '₦',
|
|
|
+ naira: 'NGN'
|
|
|
+ },
|
|
|
+
|
|
|
+ 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',
|
|
|
+ language: "Language",
|
|
|
+ noData: 'No Data'
|
|
|
+ },
|
|
|
+
|
|
|
+ shop: {
|
|
|
+ product: 'Product',
|
|
|
+ productCode: 'Product Code',
|
|
|
+ productName: 'Product',
|
|
|
+ productPicture: 'Picture',
|
|
|
+ productPrice: 'Price',
|
|
|
+ productBV: 'BV',
|
|
|
+ qty: 'Qty',
|
|
|
+ taxRate: 'Tax Rate',
|
|
|
+ taxAmount: 'Tax',
|
|
|
+ totalTaxAmount: 'Total Tax',
|
|
|
+ totalPrice: 'Total Price',
|
|
|
+ totalBV: 'Total BV',
|
|
|
+ orderCode: 'Order Code',
|
|
|
+ orderType: 'Order Type',
|
|
|
+ amount: 'Amount',
|
|
|
+ decCode: 'Code',
|
|
|
+ memberCode: 'Member Code',
|
|
|
+ memberName: 'Member Name',
|
|
|
+ recipientName: 'Recipient Name',
|
|
|
+ phoneNumber: 'Phone Number',
|
|
|
+ shippingAddress: 'Shipping Address',
|
|
|
+ shipping: 'Shipping',
|
|
|
+ payment: 'Payment',
|
|
|
+ createdTime: 'Created Time',
|
|
|
+ payTime: 'Pay Time',
|
|
|
+ payStatus: 'Pay Status',
|
|
|
+ action: 'Action',
|
|
|
+ download: 'Download',
|
|
|
+ sponsorCode: 'Sponsor Code',
|
|
|
+ inventory: 'Inventory',
|
|
|
+ checkOut: 'Check Out',
|
|
|
+ unPaid: 'Unpaid',
|
|
|
+ paid: 'Paid',
|
|
|
+ goBack: 'Go Back',
|
|
|
+ goPay: 'Pay',
|
|
|
+ orderDetail: 'Order Detail',
|
|
|
+ chooseTips: 'Please choose the products.',
|
|
|
+ confirmClose: 'Confirm to close?',
|
|
|
+ inputPasswordTips: 'Please enter your payment password',
|
|
|
+ selfPickUp: 'Self Pick-up',
|
|
|
+ delivery: 'Delivery',
|
|
|
+ selectAddress: 'Shipping Address',
|
|
|
+ selectPayment: 'Payment Method',
|
|
|
+ freight: 'Freight',
|
|
|
+ paidAmount: 'Amount Paid',
|
|
|
+ productsSettlement: 'Products Settlement',
|
|
|
+ total: 'Total',
|
|
|
+ totalOrders: 'Total Orders',
|
|
|
+ accountBalance: 'Account Balance',
|
|
|
+ balanceNotAllow: 'insufficient, unable to buy products',
|
|
|
+ paymentError: 'Payment or Account Balance error',
|
|
|
+ successOrderTips: 'The order is successful',
|
|
|
+ paymentMethod: 'Payment Method',
|
|
|
+ customerInfo: 'Customer Info',
|
|
|
+ reconsumeUserCode: 'Reconsume User Code',
|
|
|
+ mobile: 'Mobile',
|
|
|
+ province: 'State',
|
|
|
+ lgaName: 'Local Government Area',
|
|
|
+ cityName: 'City',
|
|
|
+ address: 'Detailed Address',
|
|
|
+ memberNotFound: 'Member Not Found',
|
|
|
+ declarationCenterNumber:'Stockist Code',
|
|
|
+ country: 'Country',
|
|
|
+ paymentCurrency: 'Payment Currency',
|
|
|
+ salesPrice: 'DP',
|
|
|
+ marketPrice: 'RP',
|
|
|
+ declarationCenterNumberTips: 'Please enter stockist code'
|
|
|
+ },
|
|
|
+
|
|
|
+ user: {
|
|
|
+ email: 'Email',
|
|
|
+ accountInformation: 'Account Information',
|
|
|
+ newMemberCode: 'New Member Code',
|
|
|
+ selectWelcomePack: 'Select Welcome Pack',
|
|
|
+ sponsorCode: 'Sponsor Code',
|
|
|
+ payInfo: 'Pay Info',
|
|
|
+ memberInformation: 'Member Information',
|
|
|
+ enterMemberCode: 'Please enter member code.',
|
|
|
+ welcomePackWay: 'Welcome Pack Way',
|
|
|
+ normal: 'Normal',
|
|
|
+ BAUpgrade: 'BA Upgrade',
|
|
|
+ entryLevel: 'Entry Level',
|
|
|
+ selectEntryLevel: 'Select entry level',
|
|
|
+ stockistCode: 'Stockist Code',
|
|
|
+ selectCountry: 'Select Country',
|
|
|
+ selectLanguage: 'Select Language',
|
|
|
+ recommenderName: 'Sponsor ID',
|
|
|
+ recommenderActualName: 'Placement Sponsor ID',
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ atlas: {
|
|
|
+ networkInformation: 'Network Information',
|
|
|
+ placementCode: 'Placement Code',
|
|
|
+ placementTree: 'Placement Tree',
|
|
|
+ left: 'Left',
|
|
|
+ right: 'Right',
|
|
|
+ placementAutoLeft: 'Placement Auto Location: L',
|
|
|
+ placementAutoRight: 'Placement Auto Location: R',
|
|
|
+ topMember: 'Top Member',
|
|
|
+ spreadDepth: 'Spread Depth',
|
|
|
+ periodNumber: 'Period number',
|
|
|
+ numberLayers: 'Number of Layers',
|
|
|
+ highest: 'Highest',
|
|
|
+ memberCode: 'Member Code',
|
|
|
+ name: 'Name',
|
|
|
+ level: 'Level',
|
|
|
+ location: 'Location'
|
|
|
+ },
|
|
|
+
|
|
|
+ config: {
|
|
|
+ consignee: 'Consignee',
|
|
|
+ detailedAddress: 'Detailed Address',
|
|
|
+ city: 'City',
|
|
|
+ localGovernmentArea: 'Local Government Area',
|
|
|
+ state: 'State',
|
|
|
+ default: 'Default Address',
|
|
|
+ createAddress: 'Add Shipping Address',
|
|
|
+ editAddress: 'Edit Shipping Address'
|
|
|
+ },
|
|
|
+
|
|
|
+ profile: {
|
|
|
+ personalInformation: 'Personal Information',
|
|
|
+ account: 'Account',
|
|
|
+ loginPassword: 'Login Password',
|
|
|
+ paymentPassword: 'Payment Password',
|
|
|
+ originalPassword: 'Original Password',
|
|
|
+ newPassword: 'New Password',
|
|
|
+ confirmPassword: 'Confirm Password',
|
|
|
+ memberLevel: 'Member Level',
|
|
|
+ highestDirector: 'Highest Director',
|
|
|
+ highestCrown: 'Highest Crown',
|
|
|
+ eliteLevel: 'Elite Level',
|
|
|
+ latestDirector: 'Latest Director',
|
|
|
+ latestCrown: 'Latest Crown',
|
|
|
+ currentPayCycle: 'Current Pay Cycle',
|
|
|
+ currentSystemTime: 'Current System Time',
|
|
|
+ memberJoinTime: 'Member Join Time',
|
|
|
+ joiningPeriod: 'Joining Period',
|
|
|
+ joiningDate: 'Joining Date',
|
|
|
+ whetherUpgrade: 'Whether Upgrade',
|
|
|
+ upgradeWay: 'Upgrade Way',
|
|
|
+ toUpgradeLevel: 'To Upgrade Level',
|
|
|
+ selectLevel: 'Please select a level',
|
|
|
+ topUpBV: 'Top Up(BV)',
|
|
|
+ upgradePurchaseProduct: 'Upgrade purchase product',
|
|
|
+ loginPasswordSuccessTips: 'User login password has been updated successfully.',
|
|
|
+ paymentPasswordSuccessTips: 'User payment password has been updated successfully.',
|
|
|
+ enterLoginPassword: 'Enter Login Password',
|
|
|
+ enterPaymentPassword: 'Enter Payment Password'
|
|
|
+ },
|
|
|
+ article: {
|
|
|
+ title: 'Title',
|
|
|
+ category: 'Category',
|
|
|
+ createTime: 'Create Time',
|
|
|
+ systemNotification: 'System Notification'
|
|
|
+ },
|
|
|
+ bonus: {
|
|
|
+ payCycle: 'Pay Cycle',
|
|
|
+ welcomeBonus: 'Welcome Bonus',
|
|
|
+ teamBonus: 'Team Bonus',
|
|
|
+ directorBonus: 'Director Bonus',
|
|
|
+ quarterlyBonus: 'Quarterly Bonus',
|
|
|
+ stockistCommission: 'Stockist Commission',
|
|
|
+ actualBonus: 'Actual Bonus',
|
|
|
+ totalBonus: 'Total Bonus',
|
|
|
+ leftNewlyIncreasedPerformance: 'Left Newly Increased Performance',
|
|
|
+ rightNewlyIncreasedPerformance: 'Right Newly Increased Performance',
|
|
|
+ leftSurplusPerformance: 'Left Surplus Performance',
|
|
|
+ rightSurplusPerformance: 'Right Surplus Performance',
|
|
|
+ periodBonus: 'Period %s Bonus',
|
|
|
+ viewRecord: 'View Record',
|
|
|
+ bonusFlowTitle: '%s Trading Record',
|
|
|
+ transTime: 'Trans Date',
|
|
|
+ expiredTime: 'Expired Date',
|
|
|
+ transType: 'Trans Type',
|
|
|
+ preTransactionBalance: 'Pre Trans Balance',
|
|
|
+ transAmount: 'Trans Amount',
|
|
|
+ postTransactionBalance: 'Post Trans Balance',
|
|
|
+ remark: 'Remark',
|
|
|
+ whetherActive: 'Whether Active',
|
|
|
+ directorPGSPerformance: 'Director PGS Performance',
|
|
|
+ personalDetails: 'Personal Details',
|
|
|
+ status: 'Status',
|
|
|
+ personalBV: 'Personal BV',
|
|
|
+ PGS: 'PGS',
|
|
|
+ teamDetails: 'Team Details',
|
|
|
+ latestCalculationTime: 'Latest calculation time',
|
|
|
+ totalBV: 'Total BV',
|
|
|
+ eliteBonus: 'Elite Bonus',
|
|
|
+ proEliteBonus: 'Pro Elite Bonus',
|
|
|
+ superEliteBonus: 'Super Elite Bonus',
|
|
|
+ stockistBonus: 'Stockist Bonus',
|
|
|
+ leaderShipBonus: 'LeaderShip Bonus',
|
|
|
+ carBonus: 'Car Bonus',
|
|
|
+ userPerformanceBonus: 'Performance Bonus',
|
|
|
+ No:'No.',
|
|
|
+ amount: 'Amount',
|
|
|
+ originalAmount: 'Original Amount'
|
|
|
+ },
|
|
|
+ finance: {
|
|
|
+ applyTransfer: 'Apply For Transfer',
|
|
|
+ transferOutAccountHint: 'Select transfer out of account',
|
|
|
+ transferInAccountHint: 'Select transfer in account',
|
|
|
+ receiveMemberCodeHint: 'Enter your receiving member code',
|
|
|
+ receiveMemberNameHint: 'Enter the name of receiving member',
|
|
|
+ transferAccounts: 'Transfer Accounts',
|
|
|
+ receivingMemberCode: 'Receiving Member Code',
|
|
|
+ receivingMemberName: 'Receiving Member Name',
|
|
|
+ transferIntoAccount: 'Transfer Into Account',
|
|
|
+ transferAmount: 'Amount',
|
|
|
+ serviceCharge: 'Service Charge',
|
|
|
+ actualAmountTransferredInto: 'Actual Amount Transferred Into',
|
|
|
+ transferTime: 'Transfer Time',
|
|
|
+ remark: 'Remark',
|
|
|
+ messageApplyTransfer: 'Are you sure you want to apply transfer?',
|
|
|
+ selectTransferType: 'Select transfer type',
|
|
|
+ transferType: 'Transfer Type',
|
|
|
+ currentAvailableBonus: 'Available Bonus',
|
|
|
+ currentAvailableEcoin: 'Available Ecoin',
|
|
|
+ currentTransferRatio: 'Transfer Ratio',
|
|
|
+ maximumTransferAmount: 'Maximum transfer amount',
|
|
|
+ memberCode: 'Member Code',
|
|
|
+ memberName: 'Member Name',
|
|
|
+ lessTransferHint: 'Each transfer shall not be less than %s',
|
|
|
+ transferNotAllow: 'Not allowed to transfer to yourself',
|
|
|
+ successTips: 'Successfully.',
|
|
|
+ enterPasswordTips: 'Please enter your payment password',
|
|
|
+ executing: 'executing...',
|
|
|
+ recharge: 'Recharge',
|
|
|
+ createdTime: 'Created Time',
|
|
|
+ rechargeAmount: 'Recharge Amount',
|
|
|
+ rechargeStatus: 'Recharge Status',
|
|
|
+ bankName: 'Bank Name',
|
|
|
+ bankAccount: 'Bank Account',
|
|
|
+ printVoucher: 'Recharge Voucher',
|
|
|
+ uploadVoucher: 'Upload',
|
|
|
+ viewVoucher: 'View',
|
|
|
+ bankInformation: 'Bank Info',
|
|
|
+ selectBank: 'Select Bank',
|
|
|
+ accountName: 'Account Name',
|
|
|
+ uploadEdit: 'Edit',
|
|
|
+ paymentReference: 'Payment Reference',
|
|
|
+ },
|
|
|
+ notificationProps: {
|
|
|
+ title: '📢 system update',
|
|
|
+ description: 'System update detected, please refresh the page',
|
|
|
+ confirmButtonText: 'refresh',
|
|
|
+ cancelButtonText: 'dismiss'
|
|
|
+ }
|
|
|
+}
|