ctx.php 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916
  1. <?php
  2. return [
  3. #Admin
  4. 'AdminAddedSuccessfully' => 'Administrator added successfully',
  5. 'AdminEditedSuccessfully' => 'Administrator edited successfully',
  6. 'passwordChangeSucceeded' => 'Password change succeeded',
  7. 'successAddAdminRole' => 'Admin role added successfully',
  8. 'editAdminRoleSuccess' => 'Edit admin role successfully',
  9. 'roleDoesNotExist' => 'Role does not exist',
  10. 'successSetAdminRolePermissions' => 'Set administrator role permissions successfully',
  11. 'successSetAdminRoleListFieldPermissions' => 'Set administrator role list field permissions successfully',
  12. 'adminUnderSelectedRoleCannotDeleted' => 'Administrators under the selected role cannot be deleted',
  13. 'twoPasswordsMustSame' => 'The two passwords must be the same',
  14. 'memberNameDoesNotExist' => 'The member name does not exist',
  15. 'loginPasswordHasNotChanged' => 'The login password has not changed',
  16. 'oldLoginPasswordIncorrect' => 'The old login password is incorrect',
  17. 'submissionDoesNotExist' => 'The submission does not exist',
  18. 'passwordLeastEightCharacters' => 'The password must contain at least eight characters',
  19. 'passwordRule' => 'The password must contain at least two types of digits, capital letters, small letters and special characters',
  20. 'unableToDeleteOneSelf' => "Can't delete yourself",
  21. 'resetPwdSucessNotice' => 'Password reset successfully',
  22. #Finance
  23. 'commonModelsWithdrawStatusNameStatusApplied' => 'Applied',
  24. 'commonModelsWithdrawStatusNameStatusAudited' => 'Withdrawal has been reviewed',
  25. 'commonModelsWithdrawStatusNameStatusWaitPaid' => 'Unpaid',
  26. 'commonModelsWithdrawStatusNameStatusPaidFalse' => 'Failed',
  27. 'commonModelsWithdrawStatusNameStatusRefused' => 'Refused',
  28. 'commonModelsWithdrawStatusNameStatusPaid' => 'Withdrawal has been paid',
  29. 'commonModelsWithdrawStatusNameStatusReturned' => 'Returned',
  30. 'backendApiControllersFinaceRechargeStatusApprove' => 'Approve',
  31. 'backendApiControllersFinaceRechargeStatusReject' => 'Reject',
  32. 'modelListFinanceBalanceAuditListUserName' => 'Member Code',
  33. 'modelListFinanceBalanceAuditListRealName'=>'Member Name',
  34. 'modelListFinanceBalanceAuditListMemberLevel'=> 'Member level',
  35. 'modelListFinanceBalanceAuditListStockistLevel'=> 'Stockist level',
  36. 'modelListFinanceBalanceAuditListEmpLevel'=>'Rank',
  37. 'modelListFinanceBalanceAuditListTypeName'=>'Account type',
  38. 'modelListFinanceBalanceAuditListDealType'=>'Transaction type',
  39. 'modelListFinanceBalanceAuditListAmount'=>'Adjustment amount',
  40. 'modelListFinanceBalanceAuditListRemark'=>'Remark',
  41. 'modelListFinanceBalanceAuditListRemarkIsShow'=>'Whether The Front Desk Displays Comments',
  42. 'modelListFinanceBalanceAuditListAuditStatusName'=>'Audit status',
  43. 'modelListFinanceBalanceAuditListApplicant'=>'applicant',
  44. 'modelListFinanceBalanceAuditListCreatedAt'=>'Application time',
  45. 'modelListFinanceBalanceAuditListAuditName'=>'Reviewed by',
  46. 'modelListFinanceBalanceAuditListAuditTime'=>'Audit time',
  47. 'modelListFinanceTranserListTransferSn'=>'Transfer record serial number',
  48. 'modelListFinanceTranserListLastOutUserName'=>'Transfer out Member No',
  49. 'modelListFinanceTranserListLastOutRealName'=>'Name of transfer out member',
  50. 'modelListFinanceTranserListLastOutDecLvName'=>'Transfer out of member level',
  51. 'modelListFinanceTranserListOutWallet'=>'Transfer out account',
  52. 'modelListFinanceTranserListLastInUserName'=>'Transfer to member code',
  53. 'modelListFinanceTranserListLastInRealName'=> 'Transfer to member name',
  54. 'modelListFinanceTranserListLastInDecLvName'=>'Transfer to member level',
  55. 'modelListFinanceTranserListInWallet'=>'Transfer account',
  56. 'modelListFinanceTranserListOriAmount'=>'Transfer amount',
  57. 'modelListFinanceTranserListFee'=>'Service charge',
  58. 'modelListFinanceTranserListAmount'=>'Actual transfer amount',
  59. 'modelListFinanceTranserListCreatedAt'=>'Transfer time',
  60. 'modelListFinanceTranserListPeriodNum'=>'Transfer PC',
  61. 'financeControllerTransferListExport'=>'Transfer_List',
  62. 'modelListFinanceWithdrawSn'=>'Withdrawal serial number',
  63. 'modelListFinanceWithdrawPeriod'=>'Period',
  64. 'modelListFinanceWithdrawAt'=>'Withdrawal time',
  65. 'modelListFinanceWithdrawState'=>'State',
  66. 'modelListFinanceWithdrawAmount'=>'Withdrawal amount',
  67. 'modelListFinanceWithdrawFees' => 'Bank charge',
  68. 'modelListFinanceWithdrawRealAmount' => 'Actual amount',
  69. 'modelListFinanceWithdrawBank' => 'Bank info',
  70. 'modelListFinanceWithdrawBankNo' => 'Bank account',
  71. 'modelListFinanceWithdrawMobile' => 'Phone Number',
  72. 'modelListFinanceWithdrawUpdateAdminName' => 'Operations administrator',
  73. 'modelListFinanceWithdrawBackRemark' => 'Return note',
  74. 'modelListFinanceWithdrawWithdrawalTime'=>'Withdrawal time',
  75. 'modelsListsFinanceRechargeListgetColumnSn' => 'SN',
  76. 'modelsListsFinanceRechargeListgetColumnBank' => 'Bank',
  77. 'modelsListsFinanceRechargeListgetColumnBankNo' => 'Bank account',
  78. 'modelsListsFinanceRechargeListgetColumnAuditStatus' => 'Audit Status',
  79. 'modelsListsFinanceRechargeListgetColumnAmount' => 'Recharge amount',
  80. 'modelsListsFinanceRechargeListgetColumnCreatedAt' => 'Apply time',
  81. 'modelsListsFinanceRechargeListgetColumnRemark' => 'Remark',
  82. 'rechargeRecordSerialNumber'=>'Recharge record serial number',
  83. 'rechargeAuditStatusToBeReviewed'=>'To be reviewed',
  84. 'rechargeAuditStatusVoucherUploaded'=>'Voucher uploaded',
  85. 'rechargeAuditStatusAudited'=>'Audited',
  86. 'rechargeRechargeState'=>'Recharge State',
  87. 'rechargeRechargeStateNew'=>'New',
  88. 'rechargeRechargeStateProcessing'=>'Processing',
  89. 'rechargeRechargeStateSuccess'=>'Success',
  90. 'shopOrderListUndelivered' => 'Undelivered',
  91. 'shopOrderListDelivered'=>'Delivered',
  92. 'shopOrderListConfirmReceipt' => 'Confirm receipt',
  93. 'shopOrderListGetOrderStatusUnpaid' => 'Unpaid',
  94. 'shopOrderListGetOrderStatusPaid' => 'Paid',
  95. 'shopOrderListGetOrderStatusLogisticsStatus' => 'Logistics status',
  96. 'shopOrderListGetOrderStatusOrderCompletion' => 'Order completion',
  97. 'shopOrderListGetOrderStatusOrderCancellation' => 'Order cancellation',
  98. 'shopOrderListGetOrderStatusOrderDeletion' => 'Order deletion',
  99. 'shopOrderListGetOrderStatusOrderDeletionOrderRefund' => 'Order refund',
  100. 'shopOrderListGetOrderStatusPaymentFailed' => 'Payment failed',
  101. 'balanceAuditListGetBalanceAuditType' => 'Member bonus account',
  102. 'balanceAuditListCash' => 'Member Ecoin account',
  103. 'balanceAuditListGaragePoints' => 'Car points',
  104. 'balanceAuditListVillaPoints' => 'Villa points',
  105. 'financeRechargeListStatusTobeReviewed' => 'To be reviewed',
  106. 'financeRechargeListStatusApproved' => 'Approved',
  107. 'financeRechargeListStatusVoucherUploaded' => 'Voucher uploaded',
  108. 'financeRechargeListStatusRejected' => 'Rejected',
  109. 'rechargeStatusTitle:0' => 'To be reviewed',
  110. 'rechargeStatusTitle:1' => 'Voucher uploaded',
  111. 'rechargeStatusTitle:2' => 'Approved',
  112. 'rechargeStatusTitle:3' => 'Rejected',
  113. 'rechargeStatus:0' => 'NEW',
  114. 'rechargeStatus:1' => 'PROCESSING',
  115. 'rechargeStatus:2' => 'SUCCESS',
  116. 'rechargeStatus:3' => 'FAILED',
  117. 'memberEcoinAdjustmentListFileName'=> 'Member_Ecoin_adjustment_list',
  118. 'applicationChangeBalanceSucceeded'=> 'Application for change of member balance succeeded',
  119. 'applicationCannotReviewedAgain'=> 'The application has been reviewed and cannot be reviewed again',
  120. 'idNotMatchName'=>'Member code does not match member name',
  121. 'incorrectBalanceType'=>'Incorrect balance type',
  122. 'incorrectTransactionType'=>'Incorrect transaction type',
  123. 'adjustmentAmountCannotZero'=>'The adjustment amount cannot be 0',
  124. 'pointsEnoughAdjustmentNotAllowed' => "Insufficient balance of member's repurchase points, adjustment is not allowed",
  125. 'cannotSetPendingReview' => 'Cannot be set to pending review',
  126. 'auditCannotRepeated' => 'The audit has been approved and cannot be repeated',
  127. 'rejectedAuditCannotRepeated'=> 'It has been reviewed and rejected and cannot be reviewed again',
  128. 'statusParameterError' => 'Wrong state parameter',
  129. 'adjustmentBalanceCodeFailed' => 'Balance adjustment verification code failed',
  130. 'aPieceMustBeSelected' => 'A piece of data must be selected',
  131. 'noEligibleData' => 'No matching data',
  132. 'modificationAdjustmentMemberBalanceCompleted'=>'Modification and adjustment of member balance entry data completed',
  133. 'reviewThroughMemberBalance'=>'The review is done through the member balance',
  134. 'batchAuditMemberBalanceCompleted'=>'Batch audit/audit reject member balance completed',
  135. 'addedMemberSuccessfullyWithdrewCash' => 'The newly added member successfully withdrew cash',
  136. 'withdrawalInformationModifiedSuccessfully'=>'The withdrawal information is modified successfully',
  137. 'withdrawalApplyDoesNotExist'=>'Withdrawal request does not exist',
  138. 'memberNameOrNumberInconsistentSystem' => 'Withdrawal member code does not match member ID',
  139. 'memberRegisterTypeInconsistentWithSystem'=>'The selected member registration type is inconsistent with the system',
  140. 'withdrawalMustGreaterThanZero'=>'Withdrawal amount must be greater than 0',
  141. 'withdrawalAmountMustInteger' => 'Withdrawal amount must be an integer',
  142. 'withdrawalAmountCannotLessThan' => 'The withdrawal amount cannot be less than',
  143. 'WithdrawalAmountCannotHigherThan' => 'Withdrawal amount cannot be higher than',
  144. 'withdrawalAmountMustLessThanAvailableBalance' => 'The withdrawal amount must be less than the available balance',
  145. 'paymentPasswordIncorrect' => 'The payment password is incorrect',
  146. 'failedApplyWithdrawalVerify' => 'Application for cash withdrawal verification failed',
  147. 'withdrawalAuditVerificationFailed' => 'Withdrawal audit verification failed',
  148. 'cannotSelectDateInThePast'=>'Cannot select a date in the past',
  149. 'statusSettingSucceeded' => 'Status setting succeeded',
  150. 'exportWithdrawApplyExcelName' => 'Withdraw_Apply',
  151. 'invoiceEnteredSuccessfully' => 'Invoice entered successfully',
  152. 'modifyInvoiceEntryCompleted' => 'Modify invoice entry data completion',
  153. 'reviewInvoiceDataCompleted' => 'Review invoice data completed',
  154. 'memberPerformanceAdjustmentList' => 'Member Performance Adjustment List',
  155. 'applicationAdjustMemberPerfSuccess' => 'The application to adjust the member performance was successful',
  156. 'nextPeriodConnectedNetCannotAdjusted' => 'The next period [ {periodNum} ] has been connected to the net, and this period cannot be adjusted',
  157. 'passReviewAdjustPerfSuccess' => "Auditing success by adjusting member performance",
  158. 'batchReviewMemberPerfCompletion' => 'Batch review/rejection of member performance completion',
  159. 'transactionTypeAddSuccess'=> 'Transaction type added successfully',
  160. 'modifyTransactionTypeCompleted' => 'Modify the transaction type to complete',
  161. 'unableDelete' => 'Cannot be deleted',
  162. 'pendingRecordAfterThePendingReviewed' => 'If there is a pending record in the member review list, it shall be submitted after the pending record has been reviewed',
  163. 'periodNotNetCannotAdjusted' => 'This period [ {periodNum} ] is not connected to the net and cannot be adjusted',
  164. 'adjustmentTypeIncorrect' => 'The adjustment type is incorrect',
  165. 'incorrectLocation' => 'Incorrect location',
  166. 'amountChangeCannotZero' => 'The amount of change cannot be 0',
  167. 'memberUnderrepresentedRegion' => 'The member is underrepresented in that region',
  168. 'memberSurplusRegionLess' => 'The member has insufficient surplus in the region for the current period',
  169. 'withdrawFormNoSn' => "There is no paid record of withdrawals serial number {sn}",
  170. 'withdrawFormUserNameInconsistent'=>'The serial number of the withdrawal in Excel. {excelName} is inconsistent with information in the system {userName}',
  171. 'withdrawFormRealNameInconsistent' => "The serial number of the withdrawal in Excel. {sn}, member's name {excelName}, is inconsistent with information in the system {realName}",
  172. 'withdrawFormPeriodsInconsistent' => "Excel withdrawal serial number {sn} withdrawal periods {withdrawPeriodNum}, is inconsistent with the information in the system【 {systemWithdrawPeriodNum} 】",
  173. 'withdrawFormPaidAtInconsistent' => "Payment date of the withdrawal serial number in Excel {sn} {paidAt} is inconsistent with system information {systemPaidAt}",
  174. 'withdrawFormAmountInconsistent' => "Withdrawal amount of the withdrawal serial number in Excel {sn} {execlAmount} is inconsistent with the information in the system {systemAmount}",
  175. 'withdrawFormBankRealNameInconsistent' => "Real-time account name of the withdrawal serial number in Excel {sn} {execlBankRealName}, is inconsistent with the information in the system {systemName} Inconsistent ",
  176. 'withdrawFormBankNoInconsistent' => "Real-time bank account of the withdrawal serial number in Excel {excelBankNo} {sn} is inconsistent with information in system {systemBankNo}",
  177. 'withdrawFormNoExistsUser'=>'This user does not exist',
  178. 'withdrawChkAuditStatus' => "The current status of the withdrawal {sn} is 【 {statusName} 】, cannot be set to【 {newStatusName}】",
  179. # Internet function
  180. 'numberOfLayers' => 'Number Of Layers',
  181. 'recommendedMemberNo'=>'Sponsor Member No',
  182. 'nameRecommendedMember'=>'Name Of Sponsor Member',
  183. 'recommendedMemberLevel' => 'Sponsor Member Level',
  184. 'highestDirector' => 'Highest Director',
  185. 'highestCrown' => 'Highest Crown',
  186. "joiningPeriod" => 'Joining Period',
  187. 'modelListAtlasUserName' => 'Member Code',
  188. 'modelListAtlasDepth' => 'Depth',
  189. 'numberOfPeriods' => 'Number Of Periods',
  190. 'atlasViewLimitNotice'=>'Top 23 sub members of members can be viewed at most',
  191. 'atlasNetworkViewLimitNotice'=>'View the top 20 sub members of the member at most',
  192. 'placementMemberNumber'=>'Placement Member Number',
  193. 'placementMemberName' => 'Placement Member Name',
  194. #Products management
  195. 'shopListProductName' => 'Product Name',
  196. 'shopListProductsCode' => 'Products Code',
  197. 'shopListDiscountRate' => 'Discount Rate',
  198. 'shopListProductsType' => 'Products Type',
  199. 'shopListProductCategory' => 'Product Category',
  200. 'shopListPaymentMode' => 'Payment Mode',
  201. 'shopListPriceStandard' => 'US Price($)',
  202. 'shopListSellPrice' => 'Sales Price(₦)',
  203. 'shopListProductsBv' => 'Products BV',
  204. 'shopListTaxRate' => 'Tax Rate(%)',
  205. 'shopListTax' => 'Tax(₦)',
  206. 'shopListInventory' => 'Inventory',
  207. 'shopListStatus' => 'Status',
  208. 'shopListOnSale' => 'On sale',
  209. 'shopListSoldOut' => 'Sold out',
  210. 'shopListUpdatedAt' => 'Update Time',
  211. 'shopListEntryArea' => 'Office Entry area',
  212. 'shopListResellingArea' => 'Office Reselling area',
  213. 'shopList1stPurchase' => '1st Purchase',
  214. 'shopListRepeatPurchase' => 'Repeat Purchase',
  215. 'shopListStandardProducts' => 'Standard Products',
  216. 'shopListCarFundProducts' => 'Car Fund Products',
  217. 'shopListVillaFundProducts' => 'Villa Fund Products',
  218. 'shopListAccountBalance' => 'Account Balance',
  219. 'shopListPayTravelBonus' => 'Travel Bonus',
  220. 'shopListPayCarFund' => 'Car Fund',
  221. 'shopListPayVillaFund' => 'Villa Fund',
  222. 'shopListPayStack' => 'PayStack',
  223. 'shopGoodTypeDomestic' => '国内商品',
  224. 'shopGoodTypeImport' => '国内商品',
  225. 'beforeAdjustmentPcNo' => 'Before adjust Pc No.',
  226. 'afterAdjustmentPcNo' => 'After adjust Pc No.',
  227. 'shopExportListName' => 'Goods_List',
  228. 'shopProductAddSucceededNotice' => 'Product add succeeded',
  229. 'shopProductEditSucceed'=>'Product editing succeeded',
  230. 'shopStatusSetSucceedNotice' => 'Status setting succeeded',
  231. 'shopDelOrderSuccedNotice'=>'The order is deleted successfully, please regenerate the performance sheet and calculate the bonus',
  232. 'shopDecOrderListExport' => 'First purchase order list',
  233. 'shopOrderListExport' => 'Order_List',
  234. 'shopStatusUpdateErrorNotice'=>'Status update error',
  235. 'shopOrderListExportPdf'=>'Order list',
  236. 'shopadminRefund'=>'Refund successfully',
  237. 'shopBaOrderListExport' => 'Ba_Order_List',
  238. 'shopBrandAmbassadorOrderExport'=>'Brand Ambassador Order',
  239. 'shopSetProductStatusErrorNotice'=>'The current product status is【{nowStatus}】,cannot be set to【{newStatus}】',
  240. 'shopPayTypeCash' => 'Ecoin',
  241. 'shopPayTypeGaragePoints' => 'Car Fund',
  242. 'shopPayTypeVillaFund' => 'Villa Fund',
  243. 'shopBuyActionErrorNotice'=>'The wrong way to buy the product',
  244. 'shopSortMoreThanOne'=>'Please fill in numbers greater than or equal to 1 for sorting',
  245. 'shopDiscountZeroBetweenOne'=>'Please fill in the number between 0-1 for the discount',
  246. 'shopDeleteDecOrderAndOrderFailedNotice'=>'Failed to delete first purchase order, failed to delete order',
  247. 'shopBackOrderFailedNotice'=>'Failed to roll back membership level, failed to delete order',
  248. 'shopLockFailedDeleteOrderFailed'=>'Failed to lock member, failed to delete order',
  249. 'shopDeleteOrderFailed' => 'Failed to delete order',
  250. 'shopBackAmountFailedDeleteOrderFailed'=>'Failed to refund the order amount, failed to delete the order',
  251. 'shopNotFindOrder' => 'Order information not found, the order number is:',
  252. 'shopOrderAlreadyDeleted'=> 'The order has been deleted, the order number is:',
  253. 'shopOrderPeriodNumNotExist'=>'The performance period corresponding to the order does not exist, and the order number is {sn} Performance period is:{periodNum}',
  254. 'shopOrderPeriodNumIsSented'=>'The order corresponding to the performance period has been posted online, and the order number is {sn} Performance period is:{periodNum}',
  255. 'shopOrderPeriodNumSenting'=>'The performance period corresponding to the order is being linked online,the order number is{sn} Performance period is:{periodNum}',
  256. 'shopNotFindDecOrder' => 'The corresponding order information has not been obtained,the order number is:',
  257. 'shopDecAlreadyDeleted'=>'The corresponding order information has been deleted,the order number is:',
  258. 'shopHasLaterOrder' => 'There is a later order, this order cannot be deleted,the order number is:',
  259. 'shopRegisterHasUpgradeOrder' => 'There is an upgrade order for this registration form, which cannot be deleted,the order number is:',
  260. 'shopRegisterHasFxOrder'=>'There is a cancellation order for this registration form, which cannot be deleted,the order number is:',
  261. 'shopOrderListMemberCode' => 'Member Code',
  262. 'shopOrderListStockist'=>'Stockist',
  263. 'shopOrderListCreatorNo'=>'Creator No',
  264. 'shopOrderListCreatorName'=>'Creator Name',
  265. 'shopOrderListOrderCode'=>'Order Code',
  266. 'shopOrderListOrderStatus'=>'Status',
  267. 'shopOrderListProductCode' => 'Product Code',
  268. 'shopOrderListProductName'=>'Product Name',
  269. 'shopOrderListRecipient' => 'Recipient',
  270. 'shopOrderListContactOne' => 'Contact 1',
  271. 'shopOrderListContactTwo' => 'Contact 2',
  272. 'shopOrderListState'=>'State',
  273. 'shopOrderListLocalGovernmentArea' => 'Local Government Area',
  274. 'shopOrderListCity'=>'City',
  275. 'shopOrderListDetailedAddress'=>'Detailed Address',
  276. 'shopOrderDeliveryWarehouse' => 'Delivery Warehouse',
  277. 'shopOrderListPeriod' => 'Period',
  278. 'shopOrderListOrderType' => 'Order Type',
  279. 'shopOrderListOrderTypeRepeatPurchase'=>'Repeat Purchase',
  280. 'shopOrderListOrderTypePoints'=>'Points',
  281. 'shopOrderListOrderTypeRepeatPurchaseOrder' => 'Repurchase order',
  282. 'shopOrderListOrderTypePointsOrder' => 'Point order',
  283. 'shopOrderListOrderTypeZc'=>'Welcome Pack',
  284. 'shopOrderListOrderTypeFx'=>'Repeat Purchase',
  285. 'shopOrderListCreationTime' => 'Creation Time',
  286. 'shopOrderListPayType' => 'Pay Type',
  287. 'shopOrderListPaymentTime'=>'Payment Time',
  288. 'shopOrderListDeliveryTime'=>'Delivery Time',
  289. 'shopOrderListQty' => 'Qty',
  290. 'shopOrderListItemPricing'=>'Item Pricing',
  291. 'shopOrderListTotalPrice' => 'Total Price',
  292. 'shopOrderListBVAmount'=>'BV Amount',
  293. 'shopOrderListUsTotalPrice'=>'Total Price($)',
  294. 'shopOrderListFreight' => 'Freight',
  295. 'shopOrderListTaxRate'=>'Tax Rate',
  296. 'shopOrderListTax' => 'Tax',
  297. 'shopOrderListCourierCompany' => 'Courier Services Company',
  298. 'shopOrderListCourierNumber' => 'Courier Number',
  299. 'shopOrderListShippingMethod' => 'Shipping Method',
  300. 'shopOrderListShippingMethodMailing' => 'Mailing',
  301. 'shopOrderListShippingMethodAutoPick' => 'Auto pick',
  302. 'shopOrderListMemberNotes' => 'Member Notes',
  303. 'shopOrderListShipmentStatus' => 'Shipment Status',
  304. 'shopOrderListIsAuto' => 'Is Auto',
  305. 'shopOrderListIsAutoYes' => 'Yes',
  306. 'shopOrderListIsAutoNo' => 'No',
  307. 'shopOrderListOrderNo' => 'Order No',
  308. 'shopOrderPaymentAmount' => 'Payment Amount',
  309. 'shopOrderPayBV' => 'Pay BV',
  310. 'total' => 'Total',
  311. 'date' => 'Date',
  312. 'orderCode' => 'Order Code',
  313. 'orderDetail' => 'Order Detail',
  314. 'productCode' => 'Product Code',
  315. 'productName' => 'Product Name',
  316. 'productPrice' => 'Product Price',
  317. 'qty' => 'Qty',
  318. 'taxRate' => 'Tax Rate',
  319. 'totalTax' => 'Total Tax',
  320. 'totalAmount' => 'Total Amount',
  321. 'signature' => 'Signature',
  322. 'orderNotExist' => 'order does not exist',
  323. 'orderHasBeenConnected' => 'The order has been connected to the net, and this period cannot be adjusted',
  324. 'invalidPcNo' => 'Invalid Pc No.',
  325. 'sellPriceStandardMustGreaterThanZero' => 'Standard price must be greater than 0',
  326. 'pvMustGreaterThanZero' => 'BV must be greater than 0',
  327. #Log
  328. 'adminUserDoesNotExist' => 'Administrator does not exist',
  329. 'adminUserGroupDoesNotExist' => 'Management group does not exist',
  330. 'columnArrayMustExistHeader' => 'The header must exist in the column array',
  331. 'operatingType' => 'Operation Type',
  332. 'operatingObject' => 'Operation object',
  333. 'objectNumber' => 'Object number',
  334. 'requestContent' => 'Request content',
  335. 'returnContent' => 'Return content',
  336. 'operator' => 'Operator',
  337. 'operatingTime' => 'Operation Time',
  338. 'numberOfPhases' => 'Number Of Periods',
  339. 'IPAddress' => 'IP Address',
  340. 'client' => 'Client',
  341. 'operatingSystem' => 'Operating System',
  342. 'requestPath' => 'Request Path',
  343. 'operationObjectNumber' => 'Operation Object No',
  344. 'remarks' => 'Remark',
  345. 'returnResult' => 'Return content',
  346. 'successTimes' => 'Successful login times',
  347. 'failTimes' => 'Failed logins times',
  348. 'loginSuccess' => 'login successfully',
  349. 'loginFail' => 'Login failed',
  350. 'adminLoginLog' => 'Admin login log',
  351. 'userLoginLog' => 'Member login log',
  352. 'version' => 'Version number',
  353. 'adminOperatingLog' => 'Administrator operation log',
  354. 'updateNumberOfPhasesConfig' => 'Update period configuration',
  355. 'updateLevelBonusConfig' => 'Update level bonus configuration',
  356. 'updateBonusConfig' => 'Update bonus configuration',
  357. 'updateRankBonusConfig' => 'Update rank bonus configuration',
  358. 'updateTransferConfig' => 'Update transfer configuration',
  359. 'requestChangeUserBalance' => 'Apply for change of membership balance',
  360. 'checkUserBalance' => 'Review member balance',
  361. 'batchRequestChangeUserBalance' => 'Batch application to change member balance',
  362. 'blankEntry' => 'Empty order entry',
  363. 'delBlankUser' => 'Delete empty order member',
  364. 'changeUserLevel' => 'Modify Member Level',
  365. 'applyAdjustmentUserPerformance' => 'Apply for Adjustment of Member Performance',
  366. 'applyModifyUserStatus' => 'Apply to modify member status',
  367. 'setTeamLeaders' => 'Set up team leaders',
  368. 'checkUserStatus' => 'Review member status',
  369. 'displayMap' => 'Show map',
  370. 'hiddenMap' => 'Hide map',
  371. 'setDeclarationCenter' => 'Set up stockist',
  372. 'cancelDeclarationCenter' => 'Cancel stockist',
  373. 'userActivation' => 'Member activation',
  374. 'userLocking' => 'Member lock',
  375. 'modifyUserInfo' => 'Modify member information',
  376. 'editAdmin' => 'Edit administrator',
  377. 'applyRemoveNetwork' => 'Apply for mobile network',
  378. 'approveRemoveNetwork' => 'Approved by mobile network',
  379. 'resetPasswords' => 'Reset password',
  380. 'cancellationSystem' => 'Revocation system',
  381. 'addSystem' => 'Add system',
  382. 'editSystem' => 'Edit system',
  383. 'recoverySystem' => 'Recovery system',
  384. 'systemLog' => 'System log',
  385. 'shopOrderPeriodAdjust' => 'Order Period Adjust',
  386. 'memberHighestEmpLvAdjust' => 'Member Highest Director Adjustment',
  387. 'call' => 'Transfer',
  388. 'beCcalled' => 'called',
  389. 'userOperatingLog' => 'Member operation log',
  390. 'enableDisableAutomaticWithdrawal' => 'Enable / Disable Automatic Withdrawal',
  391. 'enableDisableReSalesSMSReminder' => 'Enable / Disable Re Sales SMS Reminder',
  392. 'memberTransfer' => 'Member Transfer',
  393. 'memberWithdrawalApplication' => 'Member Withdrawal Application',
  394. 'memberModificationInformation' => 'Member Modification Information',
  395. 'modifyMasterPoint' => 'Modify Master Point',
  396. 'periodNumber' => 'Period Number',
  397. 'serialNumber' => 'Serial Number',
  398. 'rank' => 'Rank',
  399. 'adjustMemberHighestDirector' => 'Adjust Highest Director',
  400. #Ad
  401. 'AdAddedSuccessfully' => 'Ad added successfully',
  402. 'EditAdSuccessfully' => 'Ad edited successfully',
  403. #Article
  404. 'articleNotExists' => 'Article does not exist',
  405. #File
  406. 'mallManagement' => 'Mall Management',
  407. 'memberManagement' => 'Member Management',
  408. 'networkChart' => 'Network Chart',
  409. 'resaleManagement' => 'Resale management',
  410. 'bonusManagement' => 'Bonus management',
  411. 'financialManagement' => 'financial management',
  412. # Public
  413. 'amountUnit' => '₦',
  414. 'sceneDoesNotExist' => 'Scene does not exist',
  415. 'memberDoesNotExist' => 'Member does not exist',
  416. 'countryDoesNotExist' => 'Country does not exist',
  417. 'mustSelectOneItemToDelete' => 'must select one item to delete',
  418. 'dataNotExists' => 'Data not exists',
  419. 'startExporting'=> 'Starting exporting, please go to File Management - Export Files to view.',
  420. 'incorrectDateFormat' => 'Incorrect date format',
  421. 'notConnection' => 'Connection not operated for too long',
  422. 'deleteFailed' => 'failed to delete',
  423. 'deleteSuccessfully' => 'delete successfully',
  424. 'quickLoginCanNotOperate' => 'Members who log in quickly cannot perform any operations',
  425. 'selectAtLeastOne' => 'A data must be selected',
  426. 'failed' => 'Failed',
  427. 'successfully' => 'Successfully',
  428. 'createAt' => 'Creation Time',
  429. 'status' => 'Status',
  430. 'state' => 'State',
  431. 'sort' => 'Sort',
  432. 'illegalRequest' => 'Illegal request',
  433. 'invalidParameter' => 'Invalid Parameter',
  434. 'dataDoesNotExists' => 'The data does not exist',
  435. 'operationAdministrator' => 'Operation Administrator',
  436. 'typeError' => 'Type error',
  437. 'contentError' => 'Content error',
  438. 'hideSuccessfully' => 'hide successfully',
  439. 'UnhideSuccessfully' => 'Unhide successfully',
  440. # Member
  441. 'memberCode' => 'Member Code',
  442. 'memberName' => 'Member Name',
  443. 'memberAddress' => 'Member Address',
  444. 'memberPhone' => 'Member Phone',
  445. 'loginStatus' => 'Login Status',
  446. 'allowLogin' => 'Allow Login',
  447. 'prohibitLogin' => 'Prohibit Login',
  448. 'activate' => 'Activate',
  449. 'lock' => 'Lock',
  450. 'filterAllowLogin' => 'Filter Allow Login',
  451. 'bankName' => 'Bank Name',
  452. 'bankCode' => 'Bank Code',
  453. 'bankAccountNumber' => 'Bank Account Number',
  454. 'admin' => 'Admin',
  455. 'minCharge' => 'Min Charge',
  456. 'maxCharge' => 'Max Charge',
  457. 'chargeRate' => 'Charge Rate',
  458. 'updater' => 'Updater',
  459. 'userName' => 'USER_NAME',
  460. 'passwordHash' => 'PASSWORD_HASH',
  461. 'payPassword' => 'PAY_PASSWORD',
  462. 'nation' => 'NATION',
  463. 'realName' => 'REAL_NAME',
  464. 'IDCard' => 'ID_CARD',
  465. 'IDType' => 'ID_TYPE',
  466. 'mobile' => 'MOBILE',
  467. 'address' => 'ADDRESS',
  468. 'IDImage' => 'ID_IMAGE',
  469. 'openBank' => 'OPEN_BANK',
  470. 'bankAddress' => 'BANK_ADDRESS',
  471. 'bankNo' => 'BANK_NO',
  472. 'bankProvince' => 'BANK_PROVINCE',
  473. 'bankCity' => 'BANK_CITY',
  474. 'bankCounty' => 'BANK_COUNTY',
  475. 'spouseName' => 'SPOUSE_NAME',
  476. 'spouseIDCard' => 'SPOUSE_IDCARD',
  477. 'decClosed' => 'DEC_CLOSED',
  478. 'decClosedAt' => 'DEC_CLOSED_AT',
  479. 'decLv' => 'DEC_LV',
  480. 'empLv' => 'EMP_LV',
  481. 'crownLv' => 'CROWN_LV',
  482. 'province' => 'PROVINCE',
  483. 'city' => 'CITY',
  484. 'county' => 'COUNTY',
  485. 'tel' => 'TEL',
  486. 'subComID' => 'SUB_COM_ID',
  487. 'avatar' => 'AVATAR',
  488. 'isDec' => 'IS_DEC',
  489. 'isAtlas' => 'IS_ATLAS',
  490. 'isRecharge' => 'IS_RECHARGE',
  491. 'DEC_ID' => 'DEC_ID',
  492. 'birthday' => 'BIRTHDAY',
  493. 'decRoleID' => 'DEC_ROLE_ID',
  494. 'periodAt' => 'PERIOD_AT',
  495. 'decProvince' => 'DEC_PROVINCE',
  496. 'decCity' => 'DEC_CITY',
  497. 'decCounty' => 'DEC_COUNTY',
  498. 'isUnion' => 'IS_UNION',
  499. 'statusAt' => 'STATUS_AT',
  500. 'verified' => 'VERIFIED',
  501. 'verifiedAt' => 'VERIFIED_AT',
  502. 'notOperating' => 'NOT_OPERATING',
  503. 'regFrom' => 'REG_FROM',
  504. 'IDCardPrefix' => 'ID_CARD_PREFIX',
  505. 'sex' => 'SEX',
  506. 'decAccountOld' => 'DEC_ACCOUNT_OLD',
  507. 'bankUpdatedAt' => 'BANK_UPDATED_AT',
  508. 'isDirectSeller' => 'IS_DIRECT_SELLER',
  509. 'decLvUpdatedAt' => 'DEC_LV_UPDATED_AT',
  510. 'decLvUpdatedPeriod' => 'DEC_LV_UPDATED_PERIOD',
  511. 'decAddress' => 'DEC_ADDRESS',
  512. 'decPhone' => 'DEC_PHONE',
  513. 'guarantor' => 'GUARANTOR',
  514. 'guarantorName' => 'GUARANTOR_NAME',
  515. 'partFuncClosed' => 'PART_FUNC_CLOSED',
  516. 'lastDecLvUpdatedPeriod' => 'LAST_DEC_LV_UPDATED_PERIOD',
  517. 'userCreator' => 'USER_CREATOR',
  518. 'userUpdater' => 'USER_UPDATER',
  519. 'lastDecLvUpdatedAt' => 'LAST_DEC_LV_UPDATED_AT',
  520. 'decCreatedAt' => 'DEC_CREATED_AT',
  521. 'partFuncClosedRemark' => 'PART_FUNC_CLOSED_REMARK',
  522. 'decCreatedPeriod' => 'DEC_CREATED_PERIOD',
  523. 'passwordChanged' => 'PASSWORD_CHANGED',
  524. 'subComLeader' => 'SUB_COM_LEADER',
  525. 'zgUpgradePv' => 'ZG_UPGRADE_PV',
  526. 'appClientID' => 'APP_CLIENT_ID',
  527. 'readAgreement' => 'READ_AGREEMENT',
  528. 'lastDecLv' => 'LAST_DEC_LV',
  529. 'bonusAppClientID' => 'BONUS_APP_CLIENT_ID',
  530. 'isFirstOpen' => 'IS_FIRST_OPEN',
  531. 'isModifyPassword' => 'IS_MODIFY_PASSWORD',
  532. 'isStudio' => 'IS_STUDIO',
  533. 'email' => 'EMAIL',
  534. 'levelBeforeModification' => 'Level Before Modification',
  535. 'modifiedLevel' => 'Modified Level',
  536. 'country' => 'Country',
  537. 'currency' => '货币',
  538. 'beforeCountry' => '修改前国家',
  539. 'afterCountry' => '修改前国家',
  540. 'moveMember' => 'Move Member',
  541. 'moveMemberName' => 'Move Member Name',
  542. 'uperCodeBeforeMoving' => 'Uper Code Before Moving',
  543. 'uperCodeAfterMoving' => 'Uper Code After Moving',
  544. 'typeOfMoving' => 'Type Of Moving',
  545. 'position' => 'Position',
  546. 'periodOfMoving' => 'Period Of Moving',
  547. 'whetherToMove' => 'Whether To Move',
  548. 'percentage' => 'Percentage',
  549. 'AdministratorOfMoving' => 'Administrator Of Moving',
  550. 'joiningDate' => 'Joining Date',
  551. 'currentMemberLevel' => 'Current Member Level',
  552. 'currentAdjustmentDate' => 'Current Adjustment Date',
  553. 'PCMemberLevel' => 'PC Member Level',
  554. 'latestDirector' => 'Latest Director',
  555. 'latestCrown' => 'Highest Crown',
  556. 'recommendationNo' => 'Sponsor Code',
  557. 'recommendedName' => 'Sponsor Name',
  558. 'placementNo' => 'Placement Sponsor ID', // Placement No
  559. 'placementName' => 'Placement Sponsor Name', // Placement Name
  560. 'resettlementArea' => 'Placement Sponsor Area', // Resettlement Area
  561. 'fillSponsorUpline' => "Please fill in the sponsor's upline.",
  562. 'phoneNumber' => 'Phone Number',
  563. 'alternatePhoneNumber' => 'Alternate Phone Number',
  564. 'stockistCode' => 'Stockist Code',
  565. 'whetherStockist' => 'Whether Stockist',
  566. 'stockistOrNot' => 'Stockist or not',
  567. 'whetherChartDisplay' => 'Whether Chart Display',
  568. 'whetherRechargeDisplay' => 'Whether Recharge Display',
  569. 'stockistLevel' => 'Stockist Level',
  570. 'commonAddress' => 'Common Address',
  571. 'enableTransfer' => 'Enable Transfer',
  572. 'activeStatus' => 'Active Status',
  573. 'locking' => 'Locking',
  574. 'activation' => 'Activation',
  575. 'on' => 'On',
  576. 'off' => 'Off',
  577. 'administratorOfReviewing' => 'Administrator Of Reviewing',
  578. 'reviewTime' => 'Review Time',
  579. 'I.Market' => 'I. Market',
  580. 'II.Market' => 'II. Market',
  581. 'userMoveAuditStatus:0' => 'To be reviewed',
  582. 'userMoveAuditStatus:1' => 'Approved',
  583. 'userMoveAuditStatus:2' => 'Failed',
  584. 'userMoveAuditStatus:3' => 'Audit reject',
  585. 'levelNoChange' => '级别没有变化无需调整',
  586. 'studioOrNot' => 'Studio or not',
  587. # Network
  588. 'placementNetwork' => 'Placement Network',
  589. 'sponsorNetwork' => 'Sponsor Network',
  590. # Bonus
  591. 'memberBonus' => 'Member Bonus',
  592. 'memberEcoin' => 'Member Ecoin',
  593. 'travelIncentive' => 'Travel Incentive',
  594. 'carIncentive' => 'Car Incentive',
  595. 'villaIncentive' => 'Villa Incentive',
  596. 'requirePeriods' => 'Please enter Period No.',
  597. 'requireMemberNumber' => 'Please enter member code',
  598. 'payCycle' => 'Pay Cycle(PC)',
  599. 'sponsorNo' => 'Sponsor No',
  600. 'sponsorName' => 'Sponsor Name',
  601. 'superiorCode' => 'Superior Code',
  602. 'superiorName' => 'Superior Name',
  603. 'superiorNumber' => 'Superior Number',
  604. 'welcomeBonus' => 'Welcome Bonus',
  605. 'teamBonus' => 'Team Bonus',
  606. 'uncappedTeamBonus' => 'Uncapped Team Bonus',
  607. 'directorBonus' => 'Director Bonus',
  608. 'stockistCommission' => 'Stockist Commission',
  609. 'quarterlyBonus' => 'Quarterly Bonus',
  610. 'actualBonus' => 'Actual Bonus',
  611. 'totalBonus' => 'Total Bonus',
  612. 'totalRevenue' => 'Total Revenue',
  613. 'bonusMonth' => 'Bonus Month',
  614. 'oneNewMarketPerformance' => 'I. new market performance',
  615. 'twoNewMarketPerformance' => 'II. new market performance',
  616. 'oneMarketBalancePerformance' => 'I. market balance performance',
  617. 'twoMarketBalancePerformance' => 'II. market balance performance',
  618. 'managementAward' => 'Management Award',
  619. 'bonusDate' => 'Settlement Date',
  620. 'transactionType' => 'Transaction Type',
  621. 'memberLevel' => 'Member Level',
  622. 'balanceBeforeTransaction' => 'Balance Before Transaction',
  623. 'debitCredit' => 'Debit/Credit',
  624. 'newBalance' => 'New Balance',
  625. 'personalPerformance' => 'Personal Performance',
  626. 'remainderLeftLeg' => 'Remainder@Left Leg',
  627. 'remainderRightLeg' => 'Remainder@Right Leg',
  628. 'cumulativeTeamPerformance' => 'Cumulative Team Performance',
  629. 'salesNo' => 'Sales No',
  630. 'saleType' => 'Type',
  631. 'saleStatus' => 'Status',
  632. 'sponsorNoAtSettlement' => 'Sponsor No. At Settlement',
  633. 'sponsorNameAtSettlement' => 'Sponsor Name At Settlement',
  634. 'entryBV' => 'Entry BV',
  635. 'entryAmount' => 'Entry Amount',
  636. 'entryNo' => 'Entry No',
  637. 'orderSource' => 'Order Source',
  638. 'reviewed' => 'Reviewed',
  639. 'wastedisposal' => 'Waste disposal',
  640. 'whetherActive' => 'Whether Active',
  641. 'yes' => 'Yes',
  642. 'no' => 'No',
  643. 'declarationPerformance' => 'Declaration Performance',
  644. 'cancellationPerformance' => 'Cancellation Performance',
  645. 'LNewMarketPerformance' => 'L. New Market Performance',
  646. 'LNewPerformanceOfMarketEntry' => 'L. New Performance Of Market Entry',
  647. 'LNewPerformanceOfMarketReCancellation' => 'L. New Performance Of Market Re Cancellation',
  648. 'RNewMarketPerformance' => 'R. New Market Performance',
  649. 'RNewPerformanceOfMarketEntry' => 'R. New Performance Of Market Entry',
  650. 'RNewPerformanceOfMarketReCancellation' => 'R. New Performance Of Market Re Cancellation',
  651. 'LMarketBalancePerformance' => 'L. Market Balance Performance',
  652. 'RMarketBalancePerformance'=> 'R. Market Balance Performance',
  653. 'LMarketEntryBalancePerformance' => 'L. Market Entry Balance Performance',
  654. 'RMarketEntryBalancePerformance' => 'R. Market Entry Balance Performance',
  655. 'LMarketReconditioningBalancePerformance' => 'L. Market Reconditioning Balance Performance',
  656. 'RMarketReCancellationBalancePerformance' => 'R. Market Re Cancellation Balance Performance',
  657. 'teamPerformance' => 'Team Performance',
  658. 'recommenderNo' => 'Recommender No',
  659. 'recommenderName' => 'Recommender Name',
  660. 'directorRank' => 'Director Rank',
  661. 'directorPGSPerformance' => 'Director PGS Performance',
  662. 'LNewMarketEntryPerformance' => 'L. New Market Entry Performance',
  663. 'RNewMarketEntryPerformance' => 'R. New Market Entry Performance',
  664. 'LMarketMonthlyRemainingDeclarationPerformance' => 'L. Market Monthly Remaining Declaration Performance',
  665. 'RMarketMonthlyRemainingDeclarationPerformance' => 'R. Market Monthly Remaining Declaration Performance',
  666. 'monthlyNewTeamPerformance' => 'Monthly New Team Performance',
  667. 'monthlyCumulativeTeamPerformance' => 'Monthly Cumulative Team Performance',
  668. # 【数据表】
  669. # 会员等级
  670. 'dbDeclarationLevelBA' => 'BA',
  671. 'dbDeclarationLevelElite' => 'Elite',
  672. 'dbDeclarationLevelPro' => 'Pro',
  673. 'dbDeclarationLevelVip' => 'Vip',
  674. 'dbDeclarationLevelNa' => 'NA',
  675. 'dbDeclarationLevelSilver' => 'Silver',
  676. 'dbDeclarationLevelGold' => 'Gold',
  677. # 管理星级
  678. 'dbEmployLevelNoRank' => 'No Rank',
  679. 'dbEmployLevel1StarDirector' => '1-Star Director',
  680. 'dbEmployLevel2StarDirector' => '2-Star Director',
  681. 'dbEmployLevel3StarDirector' => '3-Star Director',
  682. 'dbEmployLevelDiamond' => 'Diamond',
  683. 'dbEmployLevel2Diamond' => '2 Star Diamond',
  684. 'dbEmployLevel3Diamond' => '3 Star Diamond',
  685. 'dbEmployLevel4StarDirector' => '4-Star Director',
  686. 'dbEmployLevel5StarDirector' => '5-Star Director',
  687. 'dbEmployLevel6StarDirector' => '6-Star Director',
  688. 'dbEmployLevel7StarDirector' => '7-Star Director',
  689. # 皇冠星级
  690. 'dbCrownLevel0StarCrown' => '0-Star Crown',
  691. 'dbCrownLevel1StarCrown' => '1-Star Crown',
  692. 'dbCrownLevel2StarCrown' => '2-Star Crown',
  693. 'dbCrownLevel3StarCrown' => '3-Star Crown',
  694. 'dbCrownLevel4StarCrown' => '4-Star Crown',
  695. 'dbCrownLevel5StarCrown' => '5-Star Crown',
  696. 'dbCrownLevel6StarCrown' => '6-Star Crown',
  697. 'dbCrownLevel7StarCrown' => '7-Star Crown',
  698. # 报单中心级别
  699. 'dbDecRole1stLevelStockist' => '1st Level Stockist',
  700. 'dbDecRole2ndLevelStockist' => '2nd Level Stockist',
  701. 'dbDecRole3rdLevelStockist' => '3rd Level Stockist',
  702. 'dbDecRole4thLevelStockist' => '4th Level Stockist',
  703. 'dbDecRole5thLevelStockist' => '5th Level Stockist',
  704. 'dbDecRole6thLevelStockist' => '6th Level Stockist',
  705. # 注册类型
  706. 'dbRegTypePersonal' => '个人',
  707. 'dbRegTypeBusiness' => '个体工商户',
  708. 'dbRegTypeCompany' => '公司',
  709. # 交易类型
  710. 'dbConfigAllowWallet' => '转出转入配置',
  711. 'dbConfigAutoCalcPeriod' => '自动结算',
  712. 'dbConfigAutoClosePeriod' => '自动封期',
  713. 'dbConfigBackupTime' => '备份时间',
  714. 'dbConfigBackupWeekDate' => '备份星期',
  715. 'dbConfigBaseScore' => '基础分数配置',
  716. 'dbConfigBsNoPvPointsPercent' => '没有业绩的时候,蓝星奖金给多少业绩比例的兑换积分',
  717. 'dbConfigCalcYear' => '期数计算至年份',
  718. 'dbConfigCashReconsumeBonusPercent' => '现金购物PV算奖比例',
  719. 'dbConfigCloseDays' => '自动封期天数',
  720. 'dbConfigCloseTime' => '自动封期时间',
  721. 'dbConfigCloseWeekDate' => '自动封期星期',
  722. 'dbConfigDealSwitch' => '查看交易记录',
  723. 'dbConfigDecRoleBonusFrom' => '服务奖来源',
  724. 'dbConfigExchangeRate' => '汇率配置',
  725. 'dbConfigFlowBonusSwitch' => '奖金明细',
  726. 'dbConfigFreeShipping' => '商品免运费阈值',
  727. 'dbConfigInstalmentQty' => '分期商品期数',
  728. 'dbConfigFreight' => '商品运费',
  729. 'dbConfigFwCoefficientFromFxCash' => '服务奖现金复消系数',
  730. 'dbConfigFwCoefficientFromFxPoint' => '服务奖积分复消系数',
  731. 'dbConfigFwCoefficientFromZc' => '服务奖首购报单系数',
  732. 'dbConfigHistoryBonusLimit' => '奖金余额备份近几周',
  733. 'dbConfigIsCanTransferProp' => '是否开启单笔转账比例',
  734. 'dbConfigIsCanWithdrawBack' => '是否开启前台提现退回功能',
  735. 'dbConfigIsDecReg' => '只允许报单中心报单',
  736. 'dbConfigIsOpenUpgrade' => '是否开启会员升级单功能',
  737. 'dbConfigIsResaleUmbrella' => '是否只允许为伞下会员报复消单',
  738. 'dbConfigManageTaxPercent' => '管理费比例',
  739. 'dbConfigManualWithdrawMinAmount' => '手动提现最低金额',
  740. 'dbConfigMonthPcsPvFxCondition' => '每月个人总消费PV条件',
  741. 'dbConfigNewBonusSwitch' => '最新奖金',
  742. 'dbConfigObservePeriodLimit' => '观察期月份限制',
  743. 'dbConfigOpenFW' => '是否开启服务奖',
  744. 'dbConfigOpenGL' => '是否开启管理奖',
  745. 'dbConfigOpenGarage' => '车奖积分比例',
  746. 'dbConfigOpenGarageCap' => '车奖个人封顶值',
  747. 'dbConfigOpenQY' => '是否开启团队奖',
  748. 'dbConfigOpenQuarter' => '季度奖金',
  749. 'dbConfigOpenTG' => '是否开启推广奖',
  750. 'dbConfigOpenTourism' => '旅游积分比例',
  751. 'dbConfigOpenVilla' => '房奖积分比例',
  752. 'dbConfigOpenVillaCap' => '房奖个人封顶值',
  753. 'dbConfigPasswordRule' => '密码规则',
  754. 'dbConfigPastBonusSwitch' => '往期奖金',
  755. 'dbConfigPayPasswordRule' => '支付密码规则',
  756. 'dbConfigPvRatio' => 'PV比例',
  757. 'dbConfigReConsumePointsMonthCap' => '重复消费积分每月上限',
  758. 'dbConfigReConsumePointsPercent' => '重复消费积分比例',
  759. 'dbConfigRecPercent' => '推广奖比例',
  760. 'dbConfigShowBonusPeriodNum' => '前台可见往期奖金期数',
  761. 'dbConfigShowFlowPeriodNum' => '前台可见交易记录期数',
  762. 'dbConfigShowTransferPeriodNum' => '前台可见转账记录期数',
  763. 'dbConfigShowWithdrawPeriodNum' => '前台可见提现记录期数',
  764. 'dbConfigSiteClose' => '是否关闭网站',
  765. 'dbConfigSiteCloseInfo' => '关闭提示信息',
  766. 'dbConfigSiteTitle' => '网站标题',
  767. 'dbConfigTransferOpen' => '是否开启转账功能',
  768. 'dbConfigTransferRecordSwitch' => '前台转账记录开关',
  769. 'dbConfigTransferSwitch' => '前台我要转账开关',
  770. 'dbConfigWithdrawFee' => '提现手续费',
  771. 'dbConfigWithdrawFreezeDays' => '提现预付款天数',
  772. 'dbConfigReportAlarmOpen' => '是否开启预警信息推送',
  773. # 【参数】
  774. # 钱包类型
  775. 'cashWallet' => 'Cash wallet',
  776. # 用户状态
  777. 'userStatusInactive' => 'Inactive',
  778. 'userStatusNormal' => 'Normal',
  779. 'userStatusLogout' => 'Logout',
  780. 'userStatusBlacklist' => 'Blacklist',
  781. 'userStatusSuspended' => 'Suspended',
  782. 'userStatusPermanentShutDown' => 'Permanent shut down',
  783. # 奖金类型
  784. 'bonusWalletTypeAccountBonus' => 'Account bonus',
  785. 'bonusWalletTypeResellingPointsBalance' => 'Reselling points balance',
  786. 'bonusWalletTypeAccountEcoin' => 'Account Ecoin',
  787. 'bonusWalletTypeExchangePointsBalance' => 'Exchange points balance',
  788. 'bonusWalletTypeTravelPointsBalance' => 'Travel points balance',
  789. 'bonusWalletTypeCarPointsBalance' => 'Car points balance',
  790. 'bonusWalletTypeVillaPointsBalance' => 'Villa points balance',
  791. # 审核状态
  792. 'auditStatusUnaudited' => 'Unaudited',
  793. 'auditStatusAudited' => 'Audited',
  794. 'auditStatusAuditFailure' => 'Audit failure',
  795. 'auditStatusRefused' => 'Refused',
  796. # 发货状态
  797. 'deliveryStatusUndelivered' => 'Undelivered',
  798. 'deliveryStatusDelivered' => 'Delivered',
  799. 'deliveryStatusConfirmReceipt' => 'Confirm receipt',
  800. # 导出模块
  801. 'exportModuleShop' => 'Mall Management',
  802. 'exportModuleMember' => 'Member Management',
  803. 'exportModuleNetwork' => 'Network Chart',
  804. 'exportModuleResale' => 'Resale Management',
  805. 'exportModuleBonus' => 'Bonus Management',
  806. 'exportModuleShopFinancial' => 'Financial Management',
  807. # 订单状态
  808. 'orderStatusUnpaid' => 'Unpaid',
  809. 'orderStatusPaid' => 'Paid',
  810. 'orderStatusLogisticsStatus' => 'Logistics status',
  811. 'orderStatusOrderCompletion' => 'Order completion',
  812. 'orderStatusOrderCancellation' => 'Order cancellation',
  813. 'orderStatusOrderDeletion' => 'Order deletion',
  814. 'orderStatusOrderRefund' => 'Order refund',
  815. 'orderStatusPaymentFailed' => 'Payment failed',
  816. # 流水类型
  817. 'shopFlowTypeRemittanceRecharge' => 'Remittance recharge',
  818. 'shopFlowTypeThirdPartyRecharge' => 'Rhird-party recharge',
  819. 'shopFlowTypeTransferOut' => 'Transfer out',
  820. 'shopFlowTypeTransferInto' => 'Transfer into',
  821. 'shopFlowTypePay' => 'Pay',
  822. 'shopFlowTypeWelcomePackRecharge' => 'Welcome pack recharge',
  823. 'shopFlowTypeOrderRecharge' => 'Order recharge',
  824. 'shopFlowTypeFreightPayment' => 'Freight payment',
  825. 'shopFlowTypeAdjustedRecharge' => 'Adjusted recharge',
  826. 'shopFlowTypeAdjustedDeduct' => 'Adjusted deduct',
  827. 'shopFlowTypeAdjustedTransferOut' => 'Adjusted transfer out',
  828. 'shopFlowTypeAdjustedTransferIn' => 'Adjusted transfer in',
  829. 'shopFlowTypeExchangeRecharge' => 'Exchange recharge',
  830. 'shopFlowTypeExchangeDeduct' => 'Exchange deduct',
  831. 'shopFlowTypeDeleteOrderDeduct' => 'Delete order deduct',
  832. 'shopFlowTypeDeleteOrderRecharge' => 'Delete order recharge',
  833. 'shopFlowTypeDeleteOrderReturn' => 'Delete order return',
  834. 'shopFlowTypeRepairPayment' => 'Repair payment',
  835. 'shopFlowTypeAfterSaleExchangeRecharge' => 'After-sale exchange recharge',
  836. 'shopFlowTypeAfterSaleExchangeDeduct' => 'After-sale exchange deduct',
  837. 'shopFlowTypeOMSDeduct' => 'OMS deduct',
  838. 'shopFlowTypeDeduct' => 'Deduct',
  839. 'shopFlowTypeIncrease' => 'Increase',
  840. 'shopFlowTypeOther' => 'Other',
  841. 'shopFlowTypeAdministratorManualAdjustment' => 'Administrator manual adjustment',
  842. # 国家
  843. 'dbCountriesdz' => "COTE D'IVOIRE",
  844. 'dbCountriesao' => 'ALGERIA',
  845. 'dbCountriesbj' => 'BOTSWANA',
  846. 'dbCountriesbw' => 'BURKINA FASO',
  847. 'dbCountriesbf' => 'ANGOLA',
  848. 'dbCountriesbi' => 'BENIN',
  849. 'dbCountriescm' => 'CHAD',
  850. 'dbCountriescv' => 'COMOROS',
  851. 'dbCountriescf' => 'CAMEROON',
  852. 'dbCountriestd' => 'SOUTH SUDAN',
  853. 'dbCountrieskm' => 'GUINEA',
  854. 'dbCountriescg' => 'CAPE VERDE',
  855. 'dbCountriesci' => 'CENTRAL AFRICA REPUBLIC',
  856. 'dbCountriesdj' => 'CONGO',
  857. 'dbCountriescd' => 'BURUNDI',
  858. 'dbCountrieseg' => 'DJIBOUTI',
  859. 'dbCountriesgq' => 'GABON',
  860. 'dbCountrieser' => 'DR CONGO',
  861. 'dbCountriessz' => 'SOUTH AFRICA',
  862. 'dbCountrieset' => 'EGYPT',
  863. 'dbCountriesga' => 'EQUATORIAL GUINEA',
  864. 'dbCountriesgm' => 'ESWATINI',
  865. 'dbCountriesgh' => 'ERITREA',
  866. 'dbCountriesgn' => 'ETHIOPIA',
  867. 'dbCountriesgw' => 'GAMBIA',
  868. 'dbCountrieske' => 'GHANA',
  869. 'dbCountriesls' => 'KENYA',
  870. 'dbCountrieslr' => 'GUINEA - BISSAU',
  871. 'dbCountriesly' => 'LESOTHO',
  872. 'dbCountriesmg' => 'LIBYA',
  873. 'dbCountriesmw' => 'MAURITANIA',
  874. 'dbCountriesml' => 'MADAGASCAR',
  875. 'dbCountriesmr' => 'MALAWI',
  876. 'dbCountriesmu' => 'MALI',
  877. 'dbCountriesma' => 'LIBERIA',
  878. 'dbCountriesmz' => 'MAURITIUS',
  879. 'dbCountriesna' => 'MOROCCO',
  880. 'dbCountriesne' => 'MOZAMBIQUE',
  881. 'dbCountriesng' => 'NAMIBIA',
  882. 'dbCountriesrw' => 'NIGER ',
  883. 'dbCountriesst' => 'SOMALIA',
  884. 'dbCountriessn' => 'SENEGAL',
  885. 'dbCountriessc' => 'NIGERIA',
  886. 'dbCountriessl' => 'SAO TOME & PRINCIPE',
  887. 'dbCountriesso' => 'SEYCHELLES',
  888. 'dbCountriesza' => 'UGANDA',
  889. 'dbCountriesss' => 'SIERRA LEONE',
  890. 'dbCountriessd' => 'RWANDA',
  891. 'dbCountriestz' => 'TOGO',
  892. 'dbCountriestg' => 'SUDAN',
  893. 'dbCountriestn' => 'TANZANIA',
  894. 'dbCountriesug' => 'TUNISIA',
  895. 'dbCountrieszm' => 'ZAMBIA',
  896. 'dbCountrieszw' => 'ZIMBABWE',
  897. ];