en.js 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  1. export default {
  2. route: {
  3. dashboard: 'Dashboard',
  4. documentation: 'Documentation',
  5. guide: 'Guide',
  6. permission: 'Permission',
  7. pagePermission: 'Page Permission',
  8. rolePermission: 'Role Permission',
  9. directivePermission: 'Directive Permission',
  10. icons: 'Icons',
  11. components: 'Components',
  12. tinymce: 'Tinymce',
  13. markdown: 'Markdown',
  14. jsonEditor: 'JSON Editor',
  15. dndList: 'Dnd List',
  16. splitPane: 'SplitPane',
  17. avatarUpload: 'Avatar Upload',
  18. dropzone: 'Dropzone',
  19. sticky: 'Sticky',
  20. countTo: 'Count To',
  21. componentMixin: 'Mixin',
  22. backToTop: 'Back To Top',
  23. dragDialog: 'Drag Dialog',
  24. dragSelect: 'Drag Select',
  25. dragKanban: 'Drag Kanban',
  26. charts: 'Charts',
  27. keyboardChart: 'Keyboard Chart',
  28. lineChart: 'Line Chart',
  29. mixChart: 'Mix Chart',
  30. example: 'Example',
  31. nested: 'Nested Routes',
  32. menu1: 'Menu 1',
  33. 'menu1-1': 'Menu 1-1',
  34. 'menu1-2': 'Menu 1-2',
  35. 'menu1-2-1': 'Menu 1-2-1',
  36. 'menu1-2-2': 'Menu 1-2-2',
  37. 'menu1-3': 'Menu 1-3',
  38. menu2: 'Menu 2',
  39. Table: 'Table',
  40. dynamicTable: 'Dynamic Table',
  41. dragTable: 'Drag Table',
  42. inlineEditTable: 'Inline Edit',
  43. complexTable: 'Complex Table',
  44. tab: 'Tab',
  45. form: 'Form',
  46. createArticle: 'Create Article',
  47. editArticle: 'Edit Article',
  48. articleList: 'Article List',
  49. errorPages: 'Error Pages',
  50. page401: '401',
  51. page404: '404',
  52. errorLog: 'Error Log',
  53. excel: 'Excel',
  54. exportExcel: 'Export Excel',
  55. selectExcel: 'Export Selected',
  56. mergeHeader: 'Merge Header',
  57. uploadExcel: 'Upload Excel',
  58. zip: 'Zip',
  59. pdf: 'PDF',
  60. exportZip: 'Export Zip',
  61. theme: 'Theme',
  62. clipboardDemo: 'Clipboard',
  63. i18n: 'I18n',
  64. externalLink: 'External Link',
  65. profile: 'Profile',
  66. // 以下是meta,
  67. memberListMeta:'Member List',
  68. emptyOrderOperation:'Empty Order Operation',
  69. adminRoleList:'管理员角色列表',
  70. addRole:'添加角色',
  71. editRole:'编辑角色',
  72. rolePermission:'角色权限',
  73. resetPwd:'Reset password',
  74. adminList:'管理员列表',
  75. addAdmin:'添加管理员',
  76. editAdmin:'编辑管理员',
  77. memberBalanceAuditList:'Member Ecoin adjustment list',
  78. changeBalanceOpt:'Apply for adjustment of member Ecoin',
  79. transferList:'Transfer record list',
  80. financeRecharge:'Recharge management',
  81. rechargeStateManagement:'State management',
  82. financeWithdraw:'Withdrawal management',
  83. atlasRelationOpt:'Sponsor network',
  84. atlasNetworkOpt:'Placement network',
  85. shopIndex:'Products list',
  86. shopGoodsAdd:'Add Product',
  87. shopOrderDecList:'External mall entry list',
  88. shopOrderShopList:'External mall order list',
  89. shopFlowRemainPv:'Remain BV Flow',
  90. shopRemainPv:'Remain BV',
  91. shopOrderlList:'Order list',
  92. },
  93. navbar: {
  94. dashboard: 'Dashboard',
  95. github: 'Github',
  96. logOut: 'Log Out',
  97. profile: 'Profile',
  98. theme: 'Theme',
  99. size: 'Global Size',
  100. resetPassword: 'Reset password'
  101. },
  102. login: {
  103. title: 'LOGIN',
  104. logIn: 'Login',
  105. username: 'UserName',
  106. password: 'Password',
  107. verifyCode: 'Verification Code',
  108. resetPassword: 'Reset password',
  109. adminModifyPasswd: 'Changing the Password of Administrator',
  110. adminCode: 'Administrator Code',
  111. originLoginPassword: 'Original login password',
  112. newLoginPassword: 'New login password',
  113. confirmLoginPassword: 'Confirm login password'
  114. },
  115. ad: {
  116. ad: 'Ad',
  117. description: 'Description',
  118. type: 'Type',
  119. creator: 'Creator',
  120. createTime: 'Create time',
  121. action: 'Action',
  122. view: 'View',
  123. externalLinks: 'External Links',
  124. article: 'Article',
  125. slideshow: 'Slideshow',
  126. image: 'Image',
  127. adTitle: 'Ad Title',
  128. content: 'Content',
  129. sort: 'Sort',
  130. modifiedBy: 'Modified By',
  131. modifiedTime: 'Modified Time',
  132. status: 'Status',
  133. adLocation: 'Ad Location',
  134. selectData: 'Select Data',
  135. add: 'Add',
  136. hide: 'Hide',
  137. unhide: 'Unhide'
  138. },
  139. article: {
  140. clickUpload: 'Click Upload',
  141. confirm: 'Confirm',
  142. cancel: 'Cancel',
  143. upload: 'Upload',
  144. id: 'ID',
  145. title: 'Title',
  146. category: 'Category',
  147. sort: 'Sort',
  148. creationTime: 'Creation Time',
  149. status: 'Status',
  150. action: 'Action',
  151. newArticle: 'New article',
  152. content: 'Content',
  153. order: 'Order',
  154. show: 'Show',
  155. categoryName: 'Category Name'
  156. },
  157. file: {
  158. exportName: 'Export Name',
  159. route: 'Route',
  160. download: 'Download',
  161. operationAdministrator: 'Operation Administrator',
  162. exportProgress: 'Export Progress',
  163. exportStart: 'Export Start',
  164. exportComplete: 'Export Complete',
  165. createTime: 'Create time',
  166. exportStartTime: 'Export Start Time',
  167. exportEndTime: 'Export End Time',
  168. creationTime: 'Creation Time',
  169. all: 'All'
  170. },
  171. bonus: {
  172. welcomePackOrder: 'Welcome Pack Order',
  173. memberCode: 'Member Code',
  174. balancePerformance: 'Balance Performance',
  175. entryBalancePerformance: 'Entry Balance Performance',
  176. reconditioningBalancePerformance: 'Reconditioning Balance Performance',
  177. LMarketBalancePerformance: 'L. Market Balance Performance',
  178. RMarketBalancePerformance: 'R. Market Balance Performance',
  179. confirmAndReviseMemberPerformance: 'Confirm and revise member performance?',
  180. periodNo: 'Period No.',
  181. bonusMonth: 'Bonus Month',
  182. timeframe: 'time frame',
  183. closingTime: 'Closing time',
  184. timeOfGeneratingPerformanceSheet: 'Time of generating performance sheet',
  185. settlementDate: 'Settlement Date',
  186. networkConnectionTime: 'Network connection time',
  187. closurePeriod: 'Closure period',
  188. logRefresh: '日志刷新',
  189. actionTime: '操作时间(WAT)',
  190. logContent: '日志内容',
  191. autoCalculation: '自动计算',
  192. createPerformanceSheet: '生成业绩单',
  193. initializeBasicData: '初始化基础数据',
  194. generationPeriodPerformance: '生成期业绩',
  195. pullPeriodPerformance: '拉取期业绩',
  196. calculationOfBonus: '计算奖金',
  197. pullBonusData: '拉取奖金数据',
  198. bulkWithdrawal: '批量提现',
  199. periodNum: 'Number of periods',
  200. year: 'Bonus Year',
  201. month: 'Bonus Month',
  202. startTime: 'Period start time',
  203. endTime: 'Period end time',
  204. closedAt: 'Closing time',
  205. perfStartedAt: 'Start time of generating performance sheet',
  206. perfedAt: 'End time of generating performance sheet',
  207. calStartedAt: 'Settlement start time',
  208. calculatedAt: 'Settlement end time',
  209. sendStartedAt: 'Network connection start time',
  210. sentAt: 'End time of network connection'
  211. },
  212. documentation: {
  213. documentation: 'Documentation',
  214. github: 'Github Repository'
  215. },
  216. permission: {
  217. addRole: 'New Role',
  218. editPermission: 'Edit',
  219. roles: 'Your roles',
  220. switchRoles: 'Switch roles',
  221. 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.',
  222. delete: 'Delete',
  223. confirm: 'Confirm',
  224. cancel: 'Cancel'
  225. },
  226. guide: {
  227. 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 ',
  228. button: 'Show Guide'
  229. },
  230. components: {
  231. documentation: 'Documentation',
  232. 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.',
  233. 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.',
  234. stickyTips: 'when the page is scrolled to the preset position will be sticky on the top.',
  235. backToTopTips1: 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner',
  236. 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',
  237. 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.'
  238. },
  239. table: {
  240. dynamicTips1: 'Fixed header, sorted by header order',
  241. dynamicTips2: 'Not fixed header, sorted by click order',
  242. dragTips1: 'The default order',
  243. dragTips2: 'The after dragging order',
  244. title: 'Title',
  245. importance: 'Imp',
  246. type: 'Type',
  247. remark: 'Remark',
  248. search: 'Search',
  249. add: 'Add',
  250. export: 'Export',
  251. reviewer: 'reviewer',
  252. id: 'ID',
  253. date: 'Date',
  254. author: 'Author',
  255. readings: 'Readings',
  256. status: 'Status',
  257. actions: 'Actions',
  258. edit: 'Edit',
  259. publish: 'Publish',
  260. draft: 'Draft',
  261. delete: 'Delete',
  262. cancel: 'Cancel',
  263. confirm: 'Confirm',
  264. adopted: 'Adopted'
  265. },
  266. example: {
  267. 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'
  268. },
  269. errorLog: {
  270. tips: 'Please click the bug icon in the upper right corner',
  271. 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.',
  272. documentation: 'Document introduction'
  273. },
  274. excel: {
  275. export: 'Export',
  276. selectedExport: 'Export Selected Items',
  277. placeholder: 'Please enter the file name (default excel-list)'
  278. },
  279. zip: {
  280. export: 'Export',
  281. placeholder: 'Please enter the file name (default file)'
  282. },
  283. pdf: {
  284. tips: 'Here we use window.print() to implement the feature of downloading PDF.'
  285. },
  286. theme: {
  287. change: 'Change Theme',
  288. documentation: 'Theme documentation',
  289. 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.'
  290. },
  291. tagsView: {
  292. refresh: 'Refresh',
  293. close: 'Close',
  294. closeOthers: 'Close Others',
  295. closeAll: 'Close All'
  296. },
  297. settings: {
  298. title: 'Page style setting',
  299. theme: 'Theme Color',
  300. tagsView: 'Open Tags-View',
  301. fixedHeader: 'Fixed Header',
  302. sidebarLogo: 'Sidebar Logo'
  303. },
  304. common: {
  305. save: 'Save',
  306. modify: 'Modify',
  307. submit: 'Submit',
  308. delete: 'Delete',
  309. edit: 'Edit',
  310. action: 'Action',
  311. yes: 'YES',
  312. no: 'NO',
  313. view: 'View',
  314. select: 'Select',
  315. reset: 'Reset',
  316. startDate: 'Start Date',
  317. endDate: 'End Date',
  318. deleteTips: 'Are you sure you want to delete the selected data?',
  319. hint: 'Hint',
  320. cancel: 'Cancel',
  321. confirm: 'Confirm',
  322. successfully: 'Successfully',
  323. close: 'Close',
  324. note: 'Note',
  325. awaitData: 'Retrieving data, please wait.',
  326. switchLanguageHints: 'Switch Language Success',
  327. websiteTitle: 'Member Management System',
  328. uploadHints: 'Uploading, please hold on. Do not close the window!',
  329. canNotBeBlank: ' cannot be blank',
  330. require: 'is required',
  331. createdAt: '创建时间',
  332. updatedAt: '更新时间',
  333. updatedAdmin: '更新人',
  334. actionThisData: '操作该数据',
  335. selectType: '筛选类型',
  336. selectFunction: '筛选方式',
  337. selectDate: '选择日期',
  338. selectMonth: '选择月份',
  339. pleaseInputContent: '请输入内容',
  340. relation: '关系',
  341. reset: '重置',
  342. exportExcel: 'Export Excel',
  343. exportPDF: 'Export PDF',
  344. desc: '描述',
  345. upload: 'Upload',
  346. modifyData: 'Modifying data',
  347. hide: 'Hide',
  348. unhide: 'Unhide',
  349. selectData: 'Select Data',
  350. deleteSelectedData: 'Are you sure to delete the selected data?',
  351. notice: 'Notice',
  352. hideSelectedData: 'Are you sure to hide the selected data?',
  353. unHideSelectedData: 'Are you sure to un-hide the selected data?',
  354. exportCurrentData: 'Are you sure you want to export the current data?',
  355. all: 'All'
  356. },
  357. filter: {
  358. memberSelect: 'Select',
  359. memberNumber: '会员编号',
  360. name: '姓名',
  361. idNumber: '证件号码',
  362. phoneNumber: '手机号码',
  363. memberLevel: '会员级别',
  364. level: '级别',
  365. confirmSelect: '确认筛选',
  366. memberName: '会员姓名',
  367. ID: '身份证',
  368. addAt: '加入时间',
  369. pleaseSelectDecLevel: '请选择报单级别',
  370. pleaseSelectEmpLevel: '请选择级别',
  371. eq: '等于',
  372. like: '包含',
  373. noeq: '不等于',
  374. nolike: '不包含',
  375. moreThan: '大于',
  376. moreThanEq: '大于等于',
  377. less: '小于',
  378. lessThan: '小于等于',
  379. and: '并且',
  380. or: '或者',
  381. selectContentNotice: '请填写完整筛选内容',
  382. areaSelectNotice: '地区仅限于"等于"的筛选方式'
  383. },
  384. menu: {
  385. // 一级菜单
  386. dashboard: 'Dashboard',
  387. shoppingMall: 'Shopping Mall',
  388. memberManagement: 'Member Management',
  389. networkChart: 'Network Chart',
  390. bonusManagement: 'Bonus Management',
  391. articleManagement: 'Article Management',
  392. financialManagement: 'Financial Management',
  393. fileManagement: 'File Management',
  394. administrator: 'Administrator',
  395. adManagement: 'Ad Management',
  396. logManagement: 'Log Management',
  397. settingManagement: 'Setting Management',
  398. // 二级菜单/接口-shoppingMall
  399. productsList: 'Products List',
  400. orderList: 'Order List',
  401. remainBV: 'Remain BV',
  402. remainBVFlow: 'Remain BV Flow',
  403. externalMallOrderList: 'External Mall Order List',
  404. externalMallEntryList: 'External Mall Entry List',
  405. // 二级菜单/接口-memberManagement
  406. memberList: 'Member List',
  407. emptyOrderOperation: 'Empty Order Operation',
  408. moveNetworkManagement: 'Move Network Management',
  409. memberLevelAdjustmentList: 'Member Level Adjustment List',
  410. modifyStockistLevel: 'Modify Stockist Level',
  411. // 二级菜单/接口-networkChart
  412. placementNetwork: 'Placement Network',
  413. sponsorNetwork: 'Sponsor Network',
  414. // 二级菜单/接口-bonusManagement
  415. closurePeriod: 'Closure Period',
  416. memberBonusBalance: 'Member Bonus Balance',
  417. memberBonus: 'Member Bonus',
  418. bonusFlow: 'Bonus Flow',
  419. memberPerformance: 'Member Performance',
  420. salesRecord: 'Sales Record',
  421. periodPerformance: 'Period Performance',
  422. monthlyPerformance: 'Monthly Performance',
  423. adjustPerformance: 'Adjust Performance',
  424. // 二级菜单/接口-financialManagement
  425. memberEcoinAdjustmentList: 'Member Ecoin Adjustment List',
  426. transferRecordList: 'Transfer Record List',
  427. withdrawalManagement: 'Withdrawal Management',
  428. dealTypeManagement: '交易类型管理',
  429. historicalBonusBalance: 'Historical Bonus Balance',
  430. rechargeManagement: 'Recharge Management',
  431. // 二级菜单/接口-articleManagement
  432. categoryManagement: 'Category Management',
  433. // 二级菜单/接口-fileManagement
  434. exportFile: 'Export File',
  435. // 二级菜单/接口-administrator
  436. administratorRoleList: '管理员角色列表',
  437. administratorList: '管理员列表',
  438. resetPassword: 'Reset Password',
  439. // 二级菜单/接口-logManagement
  440. administratorLoginLog: '管理员登录日志',
  441. memberLoginLog: 'Member login log',
  442. administratorOperationLog: '管理员操作日志',
  443. memberOperationLog: 'Member operation log',
  444. systemLog: '系统日志',
  445. // 二级菜单/接口-settingManagement
  446. siteConfig: '站点设置',
  447. bonusConfig: '奖金设置',
  448. scoreConfig: '积分配置',
  449. transferConfig: '转账配置',
  450. exchangeRateConfig: '汇率配置',
  451. otherConfig: '其他配置',
  452. decLevelConfig: '会员级别配置',
  453. empLevelConfig: '会员聘级配置',
  454. decRoleConfig: '报单中心级别配置'
  455. },
  456. // 会员
  457. member: {
  458. memberCode: 'Member Code',
  459. memberName: 'Member Name',
  460. currentLevel: 'Current Level',
  461. stockistLevel: 'Stockist Level',
  462. entryLevel: 'Entry Level',
  463. pleaseSelectStockistLevel: 'Please Select The Stockist Level',
  464. remark: 'Remark',
  465. modifyEntryLevelHits: 'Do you want to modify the current member entry level?',
  466. modifyMemberLevel: 'Modify member level',
  467. selectEntryLevelHint: 'Please Select The Entry Level',
  468. modifyMemberEntryLevelHits: 'Do you want to modify the current member level?',
  469. all: 'All',
  470. reviewed: 'To be reviewed',
  471. approved: 'Approved',
  472. rejected: 'Rejected',
  473. selectedData: 'Selected data',
  474. deleteData: 'Delete data',
  475. batchesDelete: 'Delete in batches',
  476. applyNetworkMove: 'New network transfer application',
  477. exportExcel: 'Export Excel',
  478. exportExcelHint: 'Are you sure you want to export the current data?',
  479. passingAudit: 'Passing Audit',
  480. modifyingData: 'Modifying data',
  481. selectedNonData: 'Please select the record to operate',
  482. passAuditNote: 'Are you sure you want to pass the audit? note:',
  483. rejectAuditNote: 'Are you sure you want to reject the approval? note:',
  484. operationInProcess: 'Operation in progress, please wait',
  485. deleteHint: 'Are you sure to delete the selected data?',
  486. applyNetworkTransfer: 'Apply for moving network',
  487. modifyNetworkTransfer: 'Modify network transfer information',
  488. reviewNetworkTransfer: 'Review network transfer information',
  489. networkTransferType: 'Network transfer type',
  490. selectNetworkTransferType: 'Please select a network transfer type',
  491. mobileMemberCode: 'Mobile member code',
  492. mobileMemberName: 'Mobile member name',
  493. originalSuperiorNo: 'Original superior No',
  494. originalSuperiorName: 'Original superior name',
  495. moveToPlacementMemberCode: 'Move to placement member code',
  496. moveToPlacementMemberName: 'Move to placement member name',
  497. originalDeveloperNo: 'Original developer No',
  498. nameOfOriginalDeveloper: 'Name of original developer',
  499. moveToSponsorMemberCode: 'Move to sponsor member code',
  500. moveToSponsorMemberName: 'Move to sponsor member name',
  501. moveToLocation: 'Move to location',
  502. oneMarket: 'I. Market',
  503. twoMarket: 'II. Market',
  504. adopted: 'Adopted',
  505. stockistOrNot: 'Stockist or not',
  506. accountInformation: 'Account Information',
  507. networkInformation: 'Network Information',
  508. otherInformation: 'Other Information',
  509. bankInformation: 'Bank Information',
  510. stockistNo: 'Stockist No',
  511. autoDetectMember: 'After entering the number, click the blank space to detect the member name of the number',
  512. contactPerson: 'Contact Person',
  513. resettlementLocation: 'Resettlement Location',
  514. left: 'Left',
  515. right: 'Right',
  516. sponsor: 'Sponsor',
  517. personalData: 'Personal Data',
  518. phoneNumber: 'Phone Number',
  519. bankName: 'Bank Name',
  520. selectBankDeposit: 'Please select the Bank of deposit',
  521. subBankName: 'Account opening sub branch',
  522. bankAccount: 'Bank Account',
  523. bankRegion: 'Bank Region',
  524. addManually: 'Add manually',
  525. quickLogon: 'Quick Logon',
  526. changePassword: 'Change Password',
  527. modifyPersonalData: 'Modify personal data',
  528. statusActivation: 'Status Activation',
  529. statusLock: 'Status Lock',
  530. openPasswordModification: 'Open password modification',
  531. turnOffPasswordModification: 'Turn off password modification',
  532. stockistManagement: 'Stockist Management',
  533. setAsStockist: 'Set as Stockist',
  534. cancelStockist: 'Cancel Stockist',
  535. chartManagement: 'Chart Management',
  536. displayChart: 'Display Chart',
  537. hiddenChart: 'Hidden Chart',
  538. rechargeManagement: 'Recharge Management',
  539. displayRecharge: 'Display Recharge',
  540. hideRecharge: 'Display Recharge',
  541. type: 'Type',
  542. selectType: 'Please select a type',
  543. password: 'Password',
  544. identityNo: 'Identity No.',
  545. selectBankName: 'Please select a bank name',
  546. bankAddress: 'Bank Address',
  547. loginManagement: 'Login Management',
  548. entryManage: 'Manage entry',
  549. loginPassword: 'Login Password',
  550. paymentPassword: 'Payment Password',
  551. selectMemberData: 'Please check the member to be operated',
  552. sureWant: 'Are you sure you want to',
  553. byDesignatedMember: 'By designated member',
  554. expandNetworkBy: 'Expand network by',
  555. byPlacementNetwork: 'By placement network',
  556. byMembershipSystem: 'By membership system',
  557. byProvinceAndRegion: 'By province and region',
  558. exportDataHint: 'Are you sure you want to export the current data?'
  559. },
  560. // 网络
  561. network: {
  562. placementNetwork: 'Placement Network',
  563. sponsorNetwork: 'Sponsor Network'
  564. },
  565. // 配置
  566. config: {
  567. refreshShopPrice: '刷新商品价格',
  568. refreshShopNaraPriceThenSave: '保存后根据新汇率刷新上架商品奈拉价格',
  569. confirmToChangeExchangeRate: '是否确认修改汇率?',
  570. levelName: '级别名称',
  571. sort: 'Sort',
  572. modifiedStockist: '修改报单中心',
  573. openTransfer: '开启转账功能',
  574. walletType: '转出/转入钱包类型',
  575. lowerLimitAmountTransferOut: '转出金额下限',
  576. upperLimitAmountTransferOut: '转出金额上限',
  577. serviceCharge: '手续费%',
  578. lowerLimitServiceCharge: '手续费下限',
  579. upperLimitServiceCharge: '手续费上限',
  580. periodUpperLimitAmountTransferOut: '期转出总额上限',
  581. monthUpperLimitAmountTransferOut: '结算月转出总额上限',
  582. whetherEnable: '是否启用',
  583. pour: '注',
  584. periodTotalAmountTransferOut: '期转出总额上限是指该转账规则一期之内会员最多可以转账的总金额',
  585. monthTotalAmountTransferOut: '结算月转出总额上限是指该转账规则一个结算月内会员最多可转账的总金额',
  586. ifNullRestrict: '填写空则为不限制',
  587. needPerf: '所需业绩(BV)',
  588. enterNumber: '请输入正整数数字',
  589. enterZeroIsHoleSite: '输入0代表无观察期,即全站升级单为全额升级',
  590. updatePeriodUnderObservation: '更新观察期',
  591. baseConfig: '基本配置',
  592. repeatAbout: '复消相关',
  593. teamBonusConfig: '团队奖配置',
  594. bonusPercent: '拿奖比例',
  595. capBonus: '个人封顶值',
  596. manageStarConfig: '管理星级配置',
  597. manageBonusPercent: '蓝星奖比例',
  598. tourBonusPercent: '旅游奖比例',
  599. carFundBonusPercent: '车奖比例',
  600. villaFundBonusPercent: '房奖比例',
  601. achieveMemberNo: '推荐会员达标数',
  602. achievePerfBV: '推荐达标及格获奖BV',
  603. achieveBV: '推荐达标不及格获奖BV',
  604. crownStarConfig: '皇冠星级配置',
  605. levelScore: '级别分数(BV)',
  606. upgradeScore: '升级分数(BV)',
  607. score: '分',
  608. bonusAmount: '奖金金额',
  609. saleAmountCap: '销售额条件',
  610. memberAbout: '会员相关',
  611. homeAbout: '前台相关',
  612. withdrawalAbout: '提现相关',
  613. otherAbout: '其他'
  614. },
  615. // 财务管理
  616. financial: {
  617. serviceCharge: '服务费(%)',
  618. all: 'All',
  619. toBeReviewed: 'To be reviewed',
  620. toBePaid: 'To be paid',
  621. reviewed: 'Reviewed',
  622. paid: 'Paid',
  623. paymentFailed: 'Payment failed',
  624. returned: 'Returned',
  625. approved: 'Approved',
  626. approve: 'Approve',
  627. auditReject: 'Audit reject',
  628. action: 'Action',
  629. delData: 'Delete data',
  630. selectedData: 'Selected data',
  631. batchAuditPassed: 'Batch audit passed',
  632. batchReturn: 'Batch return',
  633. batchSetToBePaid: 'Batch set to be paid',
  634. batchSetPaid: 'Batch set paid',
  635. batchSetPaymentFailure: 'Batch set payment failure',
  636. modifyWithdrawalInfo: 'modify the withdrawal information',
  637. approveWithdrawalNotice: 'Are you sure to approve the current withdrawal?',
  638. setWithdrawalPaymentAction: 'Are you sure to set the current withdrawal as payment action?',
  639. setWithdrawalPaidNotice: 'Are you sure to set the current withdrawal as paid?',
  640. setPayFailedWithdrawal: 'Are you sure to set payment failure for the current withdrawal?',
  641. setWithdrawalReturnNotice: 'Determines that the current withdrawal is set to a withdrawal return operation?',
  642. noteWithdrawalReturn: 'Note on withdrawal return',
  643. memberInvoiceWithdrawalReturnNotice: 'The member has provided the invoice, please confirm whether to process the withdrawal return?',
  644. withdrawSetFailed: 'Failed',
  645. withdrawSetReturn: 'Return',
  646. negativeAllowedBatchApproval: 'Negative number allowed for batch approval',
  647. cannotNegativeBatch: 'Batch approval cannot be negative',
  648. batchReject: 'Batch rejection',
  649. batchDel: 'Delete in batches',
  650. applyChangeEcoin: 'Apply for change of member Ecoin',
  651. modifyEcoinChangeInfo: 'Modify member Ecoin change information',
  652. memberCode: 'Member code',
  653. memberName: 'Member name',
  654. memberLevel: 'Member level',
  655. idCardNumber: '身份证号',
  656. registerType: '注册类型',
  657. pleaseSelectRegisterType: '请选择注册类型',
  658. withdrawAmount: '提现金额',
  659. estimatedDatePayment: 'Estimated date of payment',
  660. selectDate: 'Select date',
  661. accountType: 'Account type',
  662. pleaseSelectAccountType: 'Please select account type',
  663. adjustmentAmount: 'Adjustment amount',
  664. transactionType: 'Transaction type',
  665. pleaseSelectTranserType: 'Please select transaction type',
  666. forgeDisplayRemark: 'Remarks foreground display',
  667. selectRecordOperateNotice: 'Please select the record to operate',
  668. modifyData: 'Modifying data',
  669. balanceInsufficientSubmitNotice: 'The member account balance is insufficient, continue to submit',
  670. passingAudit: 'Passing the audit',
  671. handleAuditDefaultNotice: 'Are you sure to pass the approval (negative number is not allowed for member account) ? Note:',
  672. handleAuditRejectNotice: 'Are you sure you want to reject the approval? Note:',
  673. handleAuditPassNotice: 'Are you sure to pass the approval (negative number is allowed for member account) ? Note:',
  674. okDelData: 'OK to delete the selected data?',
  675. exportNotice: 'Are you sure you want to export the current data?',
  676. manuallyAdd: 'Manually add',
  677. adjustAmount: 'Adjust amount',
  678. ecoinInsufficientNotice: 'Ecoin of member is insufficient, whether to continue to submit.',
  679. reviewRemberEcoinInfo: 'Review member Ecoin change information',
  680. statusManagement: 'Status management',
  681. viewVoucher: 'View voucher',
  682. checkRechargeVoucher: 'Check recharge voucher',
  683. rechargeStatusState: 'State',
  684. reviewWithdrawalInfoNotice: 'Review withdrawal info',
  685. datePayment: 'Date of payment',
  686. selectRecordOperateNotice: 'Select the record to operate on',
  687. surePassReviewNoteNotice: 'Be sure to pass the review ? Note: ',
  688. sureUnpaidReviewNotice: 'Be sure to unpaid the review ? Note: ',
  689. surePaymentFailureReview: 'Be sure to payment failure the review ? Note: ',
  690. surePaidReviewNotice: 'Be sure to paid the review ? Note: ',
  691. sureReturnReviewNotice: 'Be sure to return the review ? Note: ',
  692. changeStateSelectedDataNotice: 'Are you sure to change the state of the selected data'
  693. },
  694. // 网络管理
  695. atlas: {
  696. exportNotice: 'Are you sure you want to export the current data?',
  697. sponsorNetworkDiagram: 'Sponsor Network Diagram',
  698. sponsorNetworkList: 'Sponsor Network List',
  699. topMember: 'Top Member',
  700. spreadDepth: 'Spread Depth',
  701. numberOfPeriods: 'Number Of Periods',
  702. algebra: 'Algebra',
  703. memberCode: 'Member Code',
  704. name: 'Name',
  705. level: 'Level',
  706. highest: 'Highest',
  707. depth: 'Depth',
  708. subordinatesMember: 'View the subordinates of this member',
  709. getDataWait: 'Getting data, please wait',
  710. resettlementNetworkDiagram: 'Resettlement network diagram',
  711. numberOfLayers: 'Number Of Layers',
  712. location: 'Location',
  713. joiningPeriod: 'Joining Period',
  714. placementNetworkList: 'Placement network list'
  715. },
  716. // 商品管理
  717. shop: {
  718. onSale: 'On sale',
  719. soldOut: 'Sold out',
  720. addProduct: 'Add Product',
  721. editProducts: 'Edit Products',
  722. productName: 'Product Name',
  723. memberDiscount: 'Member discount',
  724. productType: 'Product type',
  725. bvSplit: 'BV split',
  726. productCategory: 'Product Category',
  727. productCode: 'Product Code',
  728. unit: 'Unit',
  729. taxRate: 'Tax Rate',
  730. uSPrice: 'US Price($)',
  731. salesPrice: 'Sales Price(₦)',
  732. marketPrice: 'Market Price(₦)',
  733. priceBV: 'Price BV',
  734. inventory: 'Inventory',
  735. productDetails: 'Product details',
  736. enterContentNotice: 'Please enter the content',
  737. order: 'Order',
  738. uploadImages: 'Upload Images',
  739. orderImport: 'Order import',
  740. currentImportOrderDate: 'Current import order date',
  741. selectDate: 'Select date',
  742. currentImportOrderPeriods: 'Current import order periods',
  743. totalRowsExcel: 'Total rows of Excel file',
  744. deliverGoods: 'deliver goods',
  745. deleteOrder: 'Delete order',
  746. courierCompany: 'Courier Services Company',
  747. courierNumber: 'courier number',
  748. selectOrderExportNotice: 'Please select an order to export',
  749. pdfOnlyOneOrderExported: 'Only one order can be exported at a time',
  750. sureDeleteOrder: '确定要删除订单吗?订单编号:'
  751. },
  752. // 管理员管理
  753. Administrator: {
  754. role: '角色',
  755. remark: '备注',
  756. creatUser: '创建人',
  757. creatAt: '创建时间',
  758. updateUser: '修改人',
  759. updateAt: '修改时间',
  760. addRole: '添加角色',
  761. selectData: '所选数据',
  762. roleName: '角色名称',
  763. module: '模块',
  764. loginAccount: '登录账号',
  765. name: '姓名',
  766. pleaseSelectRole: '请选择角色',
  767. password: 'password',
  768. confirmPassword: 'Confirm password',
  769. bindIp: '绑定IP',
  770. pleaseInputContent: '请输入内容',
  771. bindIpNotice: '一行一个IP;可指定ip段,如: 192.168.0.1-255',
  772. isEnable: '是否启用',
  773. isModifyPwd: '是否修改密码',
  774. filterBtnName: 'Select',
  775. loginTimes: '登录次数',
  776. lastLoginIp: '最后登录IP',
  777. lastLoginAt: '最后登录时间',
  778. selectData: 'Selected data',
  779. addAdmin: '添加管理员',
  780. delNotice: '确定删除选定的数据?'
  781. },
  782. }