en.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. export default {
  2. route: {
  3. dashboard: 'Dashboard',
  4. shop: 'Mall Management',
  5. user: 'Mall Management',
  6. bonus: 'Bonus Management',
  7. atlas: 'Network Chart',
  8. article: 'Article Management',
  9. config: 'Personal Center',
  10. indexShop: 'Products list',
  11. shopReconsume: 'Reconsume List',
  12. memberManagement: 'Member management',
  13. personalInfo: 'Personal Info',
  14. documentation: 'Documentation',
  15. guide: 'Guide',
  16. permission: 'Permission',
  17. pagePermission: 'Page Permission',
  18. rolePermission: 'Role Permission',
  19. directivePermission: 'Directive Permission',
  20. icons: 'Icons',
  21. components: 'Components',
  22. tinymce: 'Tinymce',
  23. markdown: 'Markdown',
  24. jsonEditor: 'JSON Editor',
  25. dndList: 'Dnd List',
  26. splitPane: 'SplitPane',
  27. avatarUpload: 'Avatar Upload',
  28. dropzone: 'Dropzone',
  29. sticky: 'Sticky',
  30. countTo: 'Count To',
  31. componentMixin: 'Mixin',
  32. backToTop: 'Back To Top',
  33. dragDialog: 'Drag Dialog',
  34. dragSelect: 'Drag Select',
  35. dragKanban: 'Drag Kanban',
  36. charts: 'Charts',
  37. keyboardChart: 'Keyboard Chart',
  38. lineChart: 'Line Chart',
  39. mixChart: 'Mix Chart',
  40. example: 'Example',
  41. nested: 'Nested Routes',
  42. menu1: 'Menu 1',
  43. 'menu1-1': 'Menu 1-1',
  44. 'menu1-2': 'Menu 1-2',
  45. 'menu1-2-1': 'Menu 1-2-1',
  46. 'menu1-2-2': 'Menu 1-2-2',
  47. 'menu1-3': 'Menu 1-3',
  48. menu2: 'Menu 2',
  49. Table: 'Table',
  50. dynamicTable: 'Dynamic Table',
  51. dragTable: 'Drag Table',
  52. inlineEditTable: 'Inline Edit',
  53. complexTable: 'Complex Table',
  54. tab: 'Tab',
  55. form: 'Form',
  56. createArticle: 'Create Article',
  57. editArticle: 'Edit Article',
  58. articleList: 'Article List',
  59. errorPages: 'Error Pages',
  60. page401: '401',
  61. page404: '404',
  62. errorLog: 'Error Log',
  63. excel: 'Excel',
  64. exportExcel: 'Export Excel',
  65. selectExcel: 'Export Selected',
  66. mergeHeader: 'Merge Header',
  67. uploadExcel: 'Upload Excel',
  68. zip: 'Zip',
  69. pdf: 'PDF',
  70. exportZip: 'Export Zip',
  71. theme: 'Theme',
  72. clipboardDemo: 'Clipboard',
  73. i18n: 'I18n',
  74. externalLink: 'External Link',
  75. profile: 'Profile'
  76. },
  77. navbar: {
  78. dashboard: 'Dashboard',
  79. shippingAddress: 'Shipping Address',
  80. logOut: 'Log Out',
  81. profile: 'Profile',
  82. theme: 'Theme',
  83. size: 'Global Size',
  84. visitPreviousVersion: 'Visit Previous Version'
  85. },
  86. menu: {
  87. // 一级菜单
  88. dashboard: 'Dashboard',
  89. shoppingMall: 'Shopping Mall',
  90. memberManagement: 'Member Management',
  91. networkChart: 'Network Chart',
  92. bonusManagement: 'Bonus Management',
  93. articleManagement: 'Article Management',
  94. setting: 'Personal Center',
  95. // 二级菜单/接口-dashboard
  96. monthBonus: 'Month Bonus',
  97. // 二级菜单/接口-shoppingMall
  98. repeatPurchase: 'Repeat Purchase',
  99. ownOrder: 'My Order',
  100. carFundProducts: 'Car Fund Products',
  101. villaFundProducts: 'Villa Fund Products',
  102. welcomePack: 'Member Welcome Pack',
  103. memberRepeatPurchase: 'Member Repeat Purchase',
  104. welcomePackList: 'Welcome Pack Listing',
  105. memberUpgrade: 'Member Upgrade',
  106. memberOrder: 'Member Order',
  107. reconsume: 'Reconsume',
  108. orderList: 'Order List',
  109. brandAmbassador: 'Brand Ambassador',
  110. BAOrderList: 'Brand Ambassador Order',
  111. // 二级菜单/接口-memberManagement
  112. personalInfo: 'Personal Info',
  113. resetPassword: 'Reset Password',
  114. // 二级菜单/接口-networkChart
  115. placementNetwork: 'Placement Network',
  116. placementNetworkEx: 'Placement Network Ex',
  117. sponsorNetwork: 'Sponsor Network',
  118. sponsorNetworkEx: 'Sponsor Network Ex',
  119. brandAmbassadorList: 'Brand Ambassador List',
  120. // 二级菜单/接口-bonusManagement
  121. myAccount: 'My Account',
  122. myBonus: 'My Bonus',
  123. teamInquiry: 'Team Inquiry',
  124. historicalCumulativeBonus: 'Historical Cumulative Bonus',
  125. withdrawalDetails: 'Withdrawal Details',
  126. applyWithdraw: 'Apply For Withdraw',
  127. rechargeDetails: 'Recharge Details',
  128. applyRecharge: 'Apply For Recharge',
  129. transferDetails: 'Transfer Details',
  130. applyTransfer: 'Apply For Transfer',
  131. // 二级菜单/接口-articleManagement
  132. systemNotification: 'System Notification',
  133. // 二级菜单/接口-setting
  134. shippingAddress: 'Shipping Address'
  135. },
  136. login: {
  137. title: 'Welcome',
  138. logIn: 'Login',
  139. username: 'Username',
  140. password: 'Password',
  141. any: 'any',
  142. thirdparty: 'Or connect with',
  143. thirdpartyTips: 'Can not be simulated on local, so please combine you own business simulation! ! !',
  144. verifyCode: 'Verification Code'
  145. },
  146. documentation: {
  147. documentation: 'Documentation',
  148. github: 'Github Repository'
  149. },
  150. permission: {
  151. addRole: 'New Role',
  152. editPermission: 'Edit',
  153. roles: 'Your roles',
  154. switchRoles: 'Switch roles',
  155. 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.',
  156. delete: 'Delete',
  157. confirm: 'Confirm',
  158. cancel: 'Cancel'
  159. },
  160. guide: {
  161. 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 ',
  162. button: 'Show Guide'
  163. },
  164. components: {
  165. documentation: 'Documentation',
  166. 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.',
  167. 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.',
  168. stickyTips: 'when the page is scrolled to the preset position will be sticky on the top.',
  169. backToTopTips1: 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner',
  170. 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',
  171. 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.'
  172. },
  173. table: {
  174. dynamicTips1: 'Fixed header, sorted by header order',
  175. dynamicTips2: 'Not fixed header, sorted by click order',
  176. dragTips1: 'The default order',
  177. dragTips2: 'The after dragging order',
  178. title: 'Title',
  179. importance: 'Imp',
  180. type: 'Type',
  181. remark: 'Remark',
  182. search: 'Search',
  183. add: 'Add',
  184. export: 'Export',
  185. reviewer: 'reviewer',
  186. id: 'ID',
  187. date: 'Date',
  188. author: 'Author',
  189. readings: 'Readings',
  190. status: 'Status',
  191. actions: 'Actions',
  192. edit: 'Edit',
  193. publish: 'Publish',
  194. draft: 'Draft',
  195. delete: 'Delete',
  196. cancel: 'Cancel',
  197. confirm: 'Confirm'
  198. },
  199. example: {
  200. 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'
  201. },
  202. errorLog: {
  203. tips: 'Please click the bug icon in the upper right corner',
  204. 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.',
  205. documentation: 'Document introduction'
  206. },
  207. excel: {
  208. export: 'Export',
  209. selectedExport: 'Export Selected Items',
  210. placeholder: 'Please enter the file name (default excel-list)'
  211. },
  212. zip: {
  213. export: 'Export',
  214. placeholder: 'Please enter the file name (default file)'
  215. },
  216. pdf: {
  217. tips: 'Here we use window.print() to implement the feature of downloading PDF.'
  218. },
  219. theme: {
  220. change: 'Change Theme',
  221. documentation: 'Theme documentation',
  222. 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.'
  223. },
  224. tagsView: {
  225. refresh: 'Refresh',
  226. close: 'Close',
  227. closeOthers: 'Close Others',
  228. closeAll: 'Close All'
  229. },
  230. settings: {
  231. title: 'Page style setting',
  232. theme: 'Theme Color',
  233. tagsView: 'Open Tags-View',
  234. fixedHeader: 'Fixed Header',
  235. sidebarLogo: 'Sidebar Logo'
  236. },
  237. empLevels: {
  238. // 级别配置
  239. '67BE1C6C21F81B32E055736AECE8644D': "No Rank",
  240. '67BE6A4D03C52288E055736AECE8644D': '1 Star Director',
  241. '67BE6EA2070D22EBE055736AECE8644D': '2 Star Director',
  242. '67BE742A336F2370E055736AECE8644D': '3 Star Director',
  243. '67BE805032C22492E055736AECE8644D': 'Diamond',
  244. '67BE805032C22492E066736AECE8644D': '2 Star Diamond',
  245. '67BE805032C22492E077736AECE8644D': '3 Star Diamond'
  246. },
  247. crownLevels: {
  248. // 级别配置
  249. 'DCBEDD8E0EAD3DF59D81CCC0C2ACAEFF': '0-Star Crown',
  250. 'E0B75B89C94F35EF8EE0054FA34B759C': '1-Star Crown',
  251. '7FEBE5DE95D530578915F4072E7CD842': '2-Star Crown',
  252. '391691E01CD5373F8D23F01FAD750222': '3-Star Crown',
  253. '8ACAEA736F5331B79283C895F36084E5': '4-Star Crown',
  254. 'CE46B39D07633217AA5711438649D1D6': '5-Star Crown',
  255. '24396B85E74A3005947F1F90EBA5F5CF': '6-Star Crown',
  256. '8C253968EB6F3F3FA5BE84F63136FFFA': '7-Star Crown'
  257. },
  258. decLvs: {
  259. // 等级配置
  260. '67ABC6AO8YTK2LN0E055736AECE8644D': 'NA',
  261. '67ABCCE20A9F5553E055736AECE8677A': 'Silver',
  262. '67ABCE0ECE705575E055736AECE8677C': 'Gold'
  263. },
  264. eliteLevels: {
  265. // 等级配置
  266. 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8MF7C': 'Supper Elite',
  267. 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8MF7V': 'Elite',
  268. 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8MF8V': 'Pro Elite',
  269. 'N0RI23JKCP4OBLZ6GAXYWH9D1QS8NA7V': 'NA',
  270. },
  271. dashboard: {
  272. highestDirector: 'Highest Director',
  273. highestCrown: 'Highest Crown',
  274. eliteLevel: 'Elite Level',
  275. memberLevel: 'Member Level',
  276. payCycle: 'Current Pay Cycle',
  277. remainBv: 'Remain BV',
  278. activeDeadline: 'Active Deadline Date',
  279. more: 'more',
  280. articleNotification: 'System Notification'
  281. },
  282. currency: {
  283. unit: 'Naira',
  284. sign: '₦',
  285. naira: 'NGN'
  286. },
  287. common: {
  288. save: 'Save',
  289. modify: 'Modify',
  290. submit: 'Submit',
  291. delete: 'Delete',
  292. edit: 'Edit',
  293. action: 'Action',
  294. yes: 'YES',
  295. no: 'NO',
  296. view: 'View',
  297. select: 'Select',
  298. reset: 'Reset',
  299. startDate: 'Start Date',
  300. endDate: 'End Date',
  301. deleteTips: 'Are you sure you want to delete the selected data?',
  302. hint: 'Hint',
  303. cancel: 'Cancel',
  304. confirm: 'Confirm',
  305. successfully: 'Successfully',
  306. close: 'Close',
  307. note: 'Note',
  308. awaitData: 'Retrieving data, please wait.',
  309. switchLanguageHints: 'Switch Language Success',
  310. websiteTitle: 'Member Management System',
  311. uploadHints: 'Uploading, please hold on. Do not close the window!',
  312. canNotBeBlank: ' cannot be blank',
  313. require: 'is required',
  314. language: "Language",
  315. noData: 'No Data'
  316. },
  317. shop: {
  318. product: 'Product',
  319. productCode: 'Product Code',
  320. productName: 'Product',
  321. productPicture: 'Picture',
  322. productPrice: 'Price',
  323. productBV: 'BV',
  324. qty: 'Qty',
  325. taxRate: 'Tax Rate',
  326. taxAmount: 'Tax',
  327. totalTaxAmount: 'Total Tax',
  328. totalPrice: 'Total Price',
  329. totalBV: 'Total BV',
  330. orderCode: 'Order Code',
  331. orderType: 'Order Type',
  332. amount: 'Amount',
  333. decCode: 'Code',
  334. memberCode: 'Member Code',
  335. memberName: 'Member Name',
  336. recipientName: 'Recipient Name',
  337. phoneNumber: 'Phone Number',
  338. shippingAddress: 'Shipping Address',
  339. shipping: 'Shipping',
  340. payment: 'Payment',
  341. createdTime: 'Created Time',
  342. payTime: 'Pay Time',
  343. payStatus: 'Pay Status',
  344. action: 'Action',
  345. download: 'Download',
  346. sponsorCode: 'Sponsor Code',
  347. inventory: 'Inventory',
  348. checkOut: 'Check Out',
  349. unPaid: 'Unpaid',
  350. paid: 'Paid',
  351. goBack: 'Go Back',
  352. goPay: 'Pay',
  353. orderDetail: 'Order Detail',
  354. chooseTips: 'Please choose the products.',
  355. confirmClose: 'Confirm to close?',
  356. inputPasswordTips: 'Please enter your payment password',
  357. selfPickUp: 'Self Pick-up',
  358. delivery: 'Delivery',
  359. selectAddress: 'Shipping Address',
  360. selectPayment: 'Payment Method',
  361. freight: 'Freight',
  362. paidAmount: 'Amount Paid',
  363. productsSettlement: 'Products Settlement',
  364. total: 'Total',
  365. totalOrders: 'Total Orders',
  366. accountBalance: 'Account Balance',
  367. balanceNotAllow: 'insufficient, unable to buy products',
  368. paymentError: 'Payment or Account Balance error',
  369. successOrderTips: 'The order is successful',
  370. paymentMethod: 'Payment Method',
  371. customerInfo: 'Customer Info',
  372. reconsumeUserCode: 'Reconsume User Code',
  373. mobile: 'Mobile',
  374. province: 'State',
  375. lgaName: 'Local Government Area',
  376. cityName: 'City',
  377. address: 'Detailed Address',
  378. memberNotFound: 'Member Not Found',
  379. declarationCenterNumber:'Stockist Code',
  380. country: 'Country',
  381. paymentCurrency: 'Payment Currency',
  382. salesPrice: 'DP',
  383. marketPrice: 'RP',
  384. },
  385. user: {
  386. email: 'Email',
  387. accountInformation: 'Account Information',
  388. newMemberCode: 'New Member Code',
  389. selectWelcomePack: 'Select Welcome Pack',
  390. sponsorCode: 'Sponsor Code',
  391. payInfo: 'Pay Info',
  392. memberInformation: 'Member Information',
  393. enterMemberCode: 'Please enter member code.',
  394. welcomePackWay: 'Welcome Pack Way',
  395. normal: 'Normal',
  396. BAUpgrade: 'BA Upgrade',
  397. entryLevel: 'Entry Level',
  398. selectEntryLevel: 'Select entry level',
  399. stockistCode: 'Stockist Code',
  400. selectCountry: 'Select Country',
  401. selectLanguage: 'Select Language',
  402. recommenderName: 'Sponsor ID',
  403. recommenderActualName: 'Placement Sponsor ID',
  404. },
  405. atlas: {
  406. networkInformation: 'Network Information',
  407. placementCode: 'Placement Code',
  408. placementTree: 'Placement Tree',
  409. left: 'Left',
  410. right: 'Right',
  411. placementAutoLeft: 'Placement Auto Location: L',
  412. placementAutoRight: 'Placement Auto Location: R',
  413. topMember: 'Top Member',
  414. spreadDepth: 'Spread Depth',
  415. periodNumber: 'Period number',
  416. numberLayers: 'Number of Layers',
  417. highest: 'Highest',
  418. memberCode: 'Member Code',
  419. name: 'Name',
  420. level: 'Level',
  421. location: 'Location'
  422. },
  423. config: {
  424. consignee: 'Consignee',
  425. detailedAddress: 'Detailed Address',
  426. city: 'City',
  427. localGovernmentArea: 'Local Government Area',
  428. state: 'State',
  429. default: 'Default Address',
  430. createAddress: 'Add Shipping Address',
  431. editAddress: 'Edit Shipping Address'
  432. },
  433. profile: {
  434. personalInformation: 'Personal Information',
  435. account: 'Account',
  436. loginPassword: 'Login Password',
  437. paymentPassword: 'Payment Password',
  438. originalPassword: 'Original Password',
  439. newPassword: 'New Password',
  440. confirmPassword: 'Confirm Password',
  441. memberLevel: 'Member Level',
  442. highestDirector: 'Highest Director',
  443. highestCrown: 'Highest Crown',
  444. eliteLevel: 'Elite Level',
  445. latestDirector: 'Latest Director',
  446. latestCrown: 'Latest Crown',
  447. currentPayCycle: 'Current Pay Cycle',
  448. currentSystemTime: 'Current System Time',
  449. memberJoinTime: 'Member Join Time',
  450. joiningPeriod: 'Joining Period',
  451. joiningDate: 'Joining Date',
  452. whetherUpgrade: 'Whether Upgrade',
  453. upgradeWay: 'Upgrade Way',
  454. toUpgradeLevel: 'To Upgrade Level',
  455. selectLevel: 'Please select a level',
  456. topUpBV: 'Top Up(BV)',
  457. upgradePurchaseProduct: 'Upgrade purchase product',
  458. loginPasswordSuccessTips: 'User login password has been updated successfully.',
  459. paymentPasswordSuccessTips: 'User payment password has been updated successfully.',
  460. enterLoginPassword: 'Enter Login Password',
  461. enterPaymentPassword: 'Enter Payment Password'
  462. },
  463. article: {
  464. title: 'Title',
  465. category: 'Category',
  466. createTime: 'Create Time',
  467. systemNotification: 'System Notification'
  468. },
  469. bonus: {
  470. payCycle: 'Pay Cycle',
  471. welcomeBonus: 'Welcome Bonus',
  472. teamBonus: 'Team Bonus',
  473. directorBonus: 'Director Bonus',
  474. quarterlyBonus: 'Quarterly Bonus',
  475. stockistCommission: 'Stockist Commission',
  476. actualBonus: 'Actual Bonus',
  477. totalBonus: 'Total Bonus',
  478. leftNewlyIncreasedPerformance: 'Left Newly Increased Performance',
  479. rightNewlyIncreasedPerformance: 'Right Newly Increased Performance',
  480. leftSurplusPerformance: 'Left Surplus Performance',
  481. rightSurplusPerformance: 'Right Surplus Performance',
  482. periodBonus: 'Period %s Bonus',
  483. viewRecord: 'View Record',
  484. bonusFlowTitle: '%s Trading Record',
  485. transTime: 'Trans Date',
  486. expiredTime: 'Expired Date',
  487. transType: 'Trans Type',
  488. preTransactionBalance: 'Pre Trans Balance',
  489. transAmount: 'Trans Amount',
  490. postTransactionBalance: 'Post Trans Balance',
  491. remark: 'Remark',
  492. whetherActive: 'Whether Active',
  493. directorPGSPerformance: 'Director PGS Performance',
  494. personalDetails: 'Personal Details',
  495. status: 'Status',
  496. personalBV: 'Personal BV',
  497. PGS: 'PGS',
  498. teamDetails: 'Team Details',
  499. latestCalculationTime: 'Latest calculation time',
  500. totalBV: 'Total BV',
  501. eliteBonus: 'Elite Bonus',
  502. proEliteBonus: 'Pro Elite Bonus',
  503. superEliteBonus: 'Super Elite Bonus',
  504. stockistBonus: 'Stockist Bonus',
  505. leaderShipBonus: 'LeaderShip Bonus',
  506. carBonus: 'Car Bonus',
  507. userPerformanceBonus: 'Performance Bonus',
  508. No:'No.',
  509. amount: 'Amount',
  510. originalAmount: 'Original Amount'
  511. },
  512. finance: {
  513. applyTransfer: 'Apply For Transfer',
  514. transferOutAccountHint: 'Select transfer out of account',
  515. transferInAccountHint: 'Select transfer in account',
  516. receiveMemberCodeHint: 'Enter your receiving member code',
  517. receiveMemberNameHint: 'Enter the name of receiving member',
  518. transferAccounts: 'Transfer Accounts',
  519. receivingMemberCode: 'Receiving Member Code',
  520. receivingMemberName: 'Receiving Member Name',
  521. transferIntoAccount: 'Transfer Into Account',
  522. transferAmount: 'Amount',
  523. serviceCharge: 'Service Charge',
  524. actualAmountTransferredInto: 'Actual Amount Transferred Into',
  525. transferTime: 'Transfer Time',
  526. remark: 'Remark',
  527. messageApplyTransfer: 'Are you sure you want to apply transfer?',
  528. selectTransferType: 'Select transfer type',
  529. transferType: 'Transfer Type',
  530. currentAvailableBonus: 'Available Bonus',
  531. currentAvailableEcoin: 'Available Ecoin',
  532. currentTransferRatio: 'Transfer Ratio',
  533. maximumTransferAmount: 'Maximum transfer amount',
  534. memberCode: 'Member Code',
  535. memberName: 'Member Name',
  536. lessTransferHint: 'Each transfer shall not be less than %s',
  537. transferNotAllow: 'Not allowed to transfer to yourself',
  538. successTips: 'Successfully.',
  539. enterPasswordTips: 'Please enter your payment password',
  540. executing: 'executing...',
  541. recharge: 'Recharge',
  542. createdTime: 'Created Time',
  543. rechargeAmount: 'Recharge Amount',
  544. rechargeStatus: 'Recharge Status',
  545. bankName: 'Bank Name',
  546. bankAccount: 'Bank Account',
  547. printVoucher: 'Recharge Voucher',
  548. uploadVoucher: 'Upload',
  549. viewVoucher: 'View',
  550. bankInformation: 'Bank Info',
  551. selectBank: 'Select Bank',
  552. accountName: 'Account Name'
  553. },
  554. notificationProps: {
  555. title: '📢 system update',
  556. description: 'System update detected, please refresh the page',
  557. confirmButtonText: 'refresh',
  558. cancelButtonText: 'dismiss'
  559. }
  560. }