ctx.php 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  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. // 系统功能
  24. 'commonModelsWithdrawStatusNameStatusApplied' => 'Applied',
  25. 'commonModelsWithdrawStatusNameStatusAudited' => 'Withdrawal has been reviewed',
  26. 'commonModelsWithdrawStatusNameStatusWaitPaid' => 'Unpaid',
  27. 'commonModelsWithdrawStatusNameStatusPaidFalse' => 'Failed',
  28. 'commonModelsWithdrawStatusNameStatusRefused' => 'Refused',
  29. 'commonModelsWithdrawStatusNameStatusPaid' => 'Withdrawal has been paid',
  30. 'commonModelsWithdrawStatusNameStatusReturned' => 'Returned',
  31. 'backendApiControllersFinaceRechargeStatusApprove' => 'Approve',
  32. 'backendApiControllersFinaceRechargeStatusReject' => 'Reject',
  33. 'modelListFinanceBalanceAuditListUserName' => 'Member Code',
  34. 'modelListFinanceBalanceAuditListRealName'=>'Member Name',
  35. 'modelListFinanceBalanceAuditListMemberLevel'=> 'Member level',
  36. 'modelListFinanceBalanceAuditListStockistLevel'=> 'Stockist level',
  37. 'modelListFinanceBalanceAuditListEmpLevel'=>'Rank',
  38. 'modelListFinanceBalanceAuditListTypeName'=>'Account type',
  39. 'modelListFinanceBalanceAuditListDealType'=>'Transaction type',
  40. 'modelListFinanceBalanceAuditListAmount'=>'Adjustment amount',
  41. 'modelListFinanceBalanceAuditListRemark'=>'Remark',
  42. 'modelListFinanceBalanceAuditListRemarkIsShow'=>'Whether The Front Desk Displays Comments',
  43. 'modelListFinanceBalanceAuditListAuditStatusName'=>'Audit status',
  44. 'modelListFinanceBalanceAuditListApplicant'=>'applicant',
  45. 'modelListFinanceBalanceAuditListCreatedAt'=>'Application time',
  46. 'modelListFinanceBalanceAuditListAuditName'=>'Reviewed by',
  47. 'modelListFinanceBalanceAuditListAuditTime'=>'Audit time',
  48. 'modelListFinanceTranserListTransferSn'=>'Transfer record serial number',
  49. 'modelListFinanceTranserListLastOutUserName'=>'Transfer out Member No',
  50. 'modelListFinanceTranserListLastOutRealName'=>'Name of transfer out member',
  51. 'modelListFinanceTranserListLastOutDecLvName'=>'Transfer out of member level',
  52. 'modelListFinanceTranserListOutWallet'=>'Transfer out account',
  53. 'modelListFinanceTranserListLastInUserName'=>'Transfer to member code',
  54. 'modelListFinanceTranserListLastInRealName'=> 'Transfer to member name',
  55. 'modelListFinanceTranserListLastInDecLvName'=>'Transfer to member level',
  56. 'modelListFinanceTranserListInWallet'=>'Transfer account',
  57. 'modelListFinanceTranserListOriAmount'=>'Transfer amount',
  58. 'modelListFinanceTranserListFee'=>'Service charge',
  59. 'modelListFinanceTranserListAmount'=>'Actual transfer amount',
  60. 'modelListFinanceTranserListCreatedAt'=>'Transfer time',
  61. 'modelListFinanceTranserListPeriodNum'=>'Transfer PC',
  62. 'financeControllerTransferListExport'=>'Transfer_List',
  63. 'modelListFinanceWithdrawSn'=>'Withdrawal serial number',
  64. 'modelListFinanceWithdrawPeriod'=>'Period',
  65. 'modelListFinanceWithdrawAt'=>'Withdrawal time',
  66. 'modelListFinanceWithdrawState'=>'State',
  67. 'modelListFinanceWithdrawAmount'=>'Withdrawal amount',
  68. 'modelListFinanceWithdrawFees' => 'Bank charge',
  69. 'modelListFinanceWithdrawRealAmount' => 'Actual amount',
  70. 'modelListFinanceWithdrawBank' => 'Bank info',
  71. 'modelListFinanceWithdrawBankNo' => 'Bank account',
  72. 'modelListFinanceWithdrawMobile' => 'Phone Number',
  73. 'modelListFinanceWithdrawUpdateAdminName' => 'Operations administrator',
  74. 'modelListFinanceWithdrawBackRemark' => 'Return note',
  75. 'modelListFinanceWithdrawWithdrawalTime'=>'Withdrawal time',
  76. 'modelsListsFinanceRechargeListgetColumnSn' => 'SN',
  77. 'modelsListsFinanceRechargeListgetColumnBank' => 'Bank',
  78. 'modelsListsFinanceRechargeListgetColumnBankNo' => 'Bank account',
  79. 'modelsListsFinanceRechargeListgetColumnAuditStatus' => 'Audit Status',
  80. 'modelsListsFinanceRechargeListgetColumnAmount' => 'Recharge amount',
  81. 'modelsListsFinanceRechargeListgetColumnCreatedAt' => 'Apply time',
  82. 'modelsListsFinanceRechargeListgetColumnRemark' => 'Remark',
  83. 'rechargeRecordSerialNumber'=>'Recharge record serial number',
  84. 'rechargeAuditStatusToBeReviewed'=>'To be reviewed',
  85. 'rechargeAuditStatusVoucherUploaded'=>'Voucher uploaded',
  86. 'rechargeAuditStatusAudited'=>'Audited',
  87. 'rechargeRechargeState'=>'Recharge State',
  88. 'rechargeRechargeStateNew'=>'New',
  89. 'rechargeRechargeStateProcessing'=>'Processing',
  90. 'rechargeRechargeStateSuccess'=>'Success',
  91. 'shopOrderListUndelivered' => 'Undelivered',
  92. 'shopOrderListDelivered'=>'Delivered',
  93. 'shopOrderListConfirmReceipt' => 'Confirm receipt',
  94. 'shopOrderListGetOrderStatusUnpaid' => 'Unpaid',
  95. 'shopOrderListGetOrderStatusPaid' => 'Paid',
  96. 'shopOrderListGetOrderStatusLogisticsStatus' => 'Logistics status',
  97. 'shopOrderListGetOrderStatusOrderCompletion' => 'Order completion',
  98. 'shopOrderListGetOrderStatusOrderCancellation' => 'Order cancellation',
  99. 'shopOrderListGetOrderStatusOrderDeletion' => 'Order deletion',
  100. 'shopOrderListGetOrderStatusOrderDeletionOrderRefund' => 'Order refund',
  101. 'shopOrderListGetOrderStatusPaymentFailed' => 'Payment failed',
  102. 'balanceAuditListGetBalanceAuditType' => 'Member bonus account',
  103. 'balanceAuditListCash' => 'Member Ecoin account',
  104. 'balanceAuditListGaragePoints' => 'Car points',
  105. 'balanceAuditListVillaPoints' => 'Villa points',
  106. 'financeRechargeListStatusTobeReviewed' => 'To be reviewed',
  107. 'financeRechargeListStatusApproved' => 'Approved',
  108. 'financeRechargeListStatusVoucherUploaded' => 'Voucher uploaded',
  109. 'financeRechargeListStatusRejected' => 'Rejected',
  110. 'memberEcoinAdjustmentListFileName'=> 'Member_Ecoin_adjustment_list',
  111. 'applicationChangeBalanceSucceeded'=> 'Application for change of member balance succeeded',
  112. 'applicationCannotReviewedAgain'=> 'The application has been reviewed and cannot be reviewed again',
  113. 'idNotMatchName'=>'Member code does not match member name',
  114. 'incorrectBalanceType'=>'Incorrect balance type',
  115. 'incorrectTransactionType'=>'Incorrect transaction type',
  116. 'adjustmentAmountCannotZero'=>'The adjustment amount cannot be 0',
  117. 'pointsEnoughAdjustmentNotAllowed' => "Insufficient balance of member's repurchase points, adjustment is not allowed",
  118. 'cannotSetPendingReview' => 'Cannot be set to pending review',
  119. 'auditCannotRepeated' => 'The audit has been approved and cannot be repeated',
  120. 'rejectedAuditCannotRepeated'=> 'It has been reviewed and rejected and cannot be reviewed again',
  121. 'statusParameterError' => 'Wrong state parameter',
  122. 'adjustmentBalanceCodeFailed' => 'Balance adjustment verification code failed',
  123. 'aPieceMustBeSelected' => 'A piece of data must be selected',
  124. 'noEligibleData' => 'No matching data',
  125. 'modificationAdjustmentMemberBalanceCompleted'=>'Modification and adjustment of member balance entry data completed',
  126. 'reviewThroughMemberBalance'=>'The review is done through the member balance',
  127. 'batchAuditMemberBalanceCompleted'=>'Batch audit/audit reject member balance completed',
  128. 'addedMemberSuccessfullyWithdrewCash' => 'The newly added member successfully withdrew cash',
  129. 'withdrawalInformationModifiedSuccessfully'=>'The withdrawal information is modified successfully',
  130. 'withdrawalApplyDoesNotExist'=>'Withdrawal request does not exist',
  131. 'memberNameOrNumberInconsistentSystem' => 'Withdrawal member code does not match member ID',
  132. 'memberRegisterTypeInconsistentWithSystem'=>'The selected member registration type is inconsistent with the system',
  133. 'withdrawalMustGreaterThanZero'=>'Withdrawal amount must be greater than 0',
  134. 'withdrawalAmountMustInteger' => 'Withdrawal amount must be an integer',
  135. 'withdrawalAmountCannotLessThan' => 'The withdrawal amount cannot be less than',
  136. 'WithdrawalAmountCannotHigherThan' => 'Withdrawal amount cannot be higher than',
  137. 'withdrawalAmountMustLessThanAvailableBalance' => 'The withdrawal amount must be less than the available balance',
  138. 'paymentPasswordIncorrect' => 'The payment password is incorrect',
  139. 'failedApplyWithdrawalVerify' => 'Application for cash withdrawal verification failed',
  140. 'withdrawalAuditVerificationFailed' => 'Withdrawal audit verification failed',
  141. 'cannotSelectDateInThePast'=>'Cannot select a date in the past',
  142. 'statusSettingSucceeded' => 'Status setting succeeded',
  143. 'exportWithdrawApplyExcelName' => 'Withdraw_Apply',
  144. 'invoiceEnteredSuccessfully' => 'Invoice entered successfully',
  145. 'modifyInvoiceEntryCompleted' => 'Modify invoice entry data completion',
  146. 'reviewInvoiceDataCompleted' => 'Review invoice data completed',
  147. 'memberPerformanceAdjustmentList' => 'Member Performance Adjustment List',
  148. 'applicationAdjustMemberPerfSuccess' => 'The application to adjust the member performance was successful',
  149. 'nextPeriodConnectedNetCannotAdjusted' => 'The next period [ {periodNum} ] has been connected to the net, and this period cannot be adjusted',
  150. 'passReviewAdjustPerfSuccess' => "Auditing success by adjusting member performance",
  151. 'batchReviewMemberPerfCompletion' => 'Batch review/rejection of member performance completion',
  152. 'transactionTypeAddSuccess'=> 'Transaction type added successfully',
  153. 'modifyTransactionTypeCompleted' => 'Modify the transaction type to complete',
  154. 'unableDelete' => 'Cannot be deleted',
  155. 'pendingRecordAfterThePendingReviewed' => 'If there is a pending record in the member review list, it shall be submitted after the pending record has been reviewed',
  156. 'periodNotNetCannotAdjusted' => 'This period [ {periodNum} ] is not connected to the net and cannot be adjusted',
  157. 'adjustmentTypeIncorrect' => 'The adjustment type is incorrect',
  158. 'incorrectLocation' => 'Incorrect location',
  159. 'amountChangeCannotZero' => 'The amount of change cannot be 0',
  160. 'memberUnderrepresentedRegion' => 'The member is underrepresented in that region',
  161. 'memberSurplusRegionLess' => 'The member has insufficient surplus in the region for the current period',
  162. 'withdrawFormNoSn' => "There is no paid record of withdrawals serial number {sn}",
  163. 'withdrawFormUserNameInconsistent'=>'The serial number of the withdrawal in Excel. {excelName} is inconsistent with information in the system {userName}',
  164. 'withdrawFormRealNameInconsistent' => "The serial number of the withdrawal in Excel. {sn}, member's name {excelName}, is inconsistent with information in the system {realName}",
  165. 'withdrawFormPeriodsInconsistent' => "Excel withdrawal serial number {sn} withdrawal periods {withdrawPeriodNum}, is inconsistent with the information in the system【 {systemWithdrawPeriodNum} 】",
  166. 'withdrawFormPaidAtInconsistent' => "Payment date of the withdrawal serial number in Excel {sn} {paidAt} is inconsistent with system information {systemPaidAt}",
  167. 'withdrawFormAmountInconsistent' => "Withdrawal amount of the withdrawal serial number in Excel {sn} {execlAmount} is inconsistent with the information in the system {systemAmount}",
  168. 'withdrawFormBankRealNameInconsistent' => "Real-time account name of the withdrawal serial number in Excel {sn} {execlBankRealName}, is inconsistent with the information in the system {systemName} Inconsistent ",
  169. 'withdrawFormBankNoInconsistent' => "Real-time bank account of the withdrawal serial number in Excel {excelBankNo} {sn} is inconsistent with information in system {systemBankNo}",
  170. 'withdrawFormNoExistsUser'=>'This user does not exist',
  171. 'withdrawChkAuditStatus' => "The current status of the withdrawal {sn} is 【 {statusName} 】, cannot be set to【 {newStatusName}】",
  172. # Internet function
  173. 'numberOfLayers' => 'Number Of Layers',
  174. 'recommendedMemberNo'=>'Recommended Member No',
  175. 'nameRecommendedMember'=>'Name Of Recommended Member',
  176. 'recommendedMemberLevel' => 'Recommended Member Level',
  177. 'highestDirector' => 'Highest Director',
  178. 'highestCrown' => 'Highest Crown',
  179. "joiningPeriod" => 'Joining Period',
  180. 'modelListAtlasUserName' => 'Member Code',
  181. 'modelListAtlasDepth' => 'Depth',
  182. 'numberOfPeriods' => 'Number Of Periods',
  183. 'atlasViewLimitNotice'=>'Top 23 sub members of members can be viewed at most',
  184. 'atlasNetworkViewLimitNotice'=>'View the top 20 sub members of the member at most',
  185. 'placementMemberNumber'=>'Placement Member Number',
  186. 'placementMemberName' => 'Placement Member Name',
  187. #Products management
  188. 'shopListProductName' => 'Product Name',
  189. 'shopListProductsCode' => 'Products Code',
  190. 'shopListDiscountRate' => 'Discount Rate',
  191. 'shopListProductsType' => 'Products Type',
  192. 'shopListProductCategory' => 'Product Category',
  193. 'shopListPaymentMode' => 'Payment Mode',
  194. 'shopListPriceStandard' => 'US Price($)',
  195. 'shopListSellPrice' => 'Sales Price(₦)',
  196. 'shopListProductsBv' => 'Products BV',
  197. 'shopListTaxRate' => 'Tax Rate(%)',
  198. 'shopListTax' => 'Tax(₦)',
  199. 'shopListInventory' => 'Inventory',
  200. 'shopListStatus' => 'Status',
  201. 'shopListOnSale' => 'On sale',
  202. 'shopListSoldOut' => 'Sold out',
  203. 'shopListUpdatedAt' => 'Update Time',
  204. 'shopListEntryArea' => 'Office Entry area',
  205. 'shopListResellingArea' => 'Office Reselling area',
  206. 'shopList1stPurchase' => '1st Purchase',
  207. 'shopListRepeatPurchase' => 'Repeat Purchase',
  208. 'shopListStandardProducts' => 'Standard Products',
  209. 'shopListCarFundProducts' => 'Car Fund Products',
  210. 'shopListVillaFundProducts' => 'Villa Fund Products',
  211. 'shopListAccountBalance' => 'Account Balance',
  212. 'shopListPayTravelBonus' => 'Travel Bonus',
  213. 'shopListPayCarFund' => 'Car Fund',
  214. 'shopListPayVillaFund' => 'Villa Fund',
  215. 'shopExportListName' => 'Goods_List',
  216. 'shopProductAddSucceededNotice' => 'Product add succeeded',
  217. 'shopProductEditSucceed'=>'Product editing succeeded',
  218. 'shopStatusSetSucceedNotice' => 'Status setting succeeded',
  219. 'shopDelOrderSuccedNotice'=>'The order is deleted successfully, please regenerate the performance sheet and calculate the bonus',
  220. 'shopDecOrderListExport' => 'First purchase order list',
  221. 'shopOrderListExport' => 'Order_List',
  222. 'shopStatusUpdateErrorNotice'=>'Status update error',
  223. 'shopOrderListExportPdf'=>'Order list',
  224. 'shopadminRefund'=>'Refund successfully',
  225. 'shopBaOrderListExport' => 'Ba_Order_List',
  226. 'shopBrandAmbassadorOrderExport'=>'Brand Ambassador Order',
  227. 'shopSetProductStatusErrorNotice'=>'The current product status is【{nowStatus}】,cannot be set to【{newStatus}】',
  228. 'shopPayTypeCash' => 'Ecoin',
  229. 'shopPayTypeGaragePoints' => 'Car Fund',
  230. 'shopPayTypeVillaFund' => 'Villa Fund',
  231. 'shopBuyActionErrorNotice'=>'The wrong way to buy the product',
  232. 'shopSortMoreThanOne'=>'Please fill in numbers greater than or equal to 1 for sorting',
  233. 'shopDiscountZeroBetweenOne'=>'Please fill in the number between 0-1 for the discount',
  234. 'shopDeleteDecOrderAndOrderFailedNotice'=>'Failed to delete first purchase order, failed to delete order',
  235. 'shopBackOrderFailedNotice'=>'Failed to roll back membership level, failed to delete order',
  236. 'shopLockFailedDeleteOrderFailed'=>'Failed to lock member, failed to delete order',
  237. 'shopDeleteOrderFailed' => 'Failed to delete order',
  238. 'shopBackAmountFailedDeleteOrderFailed'=>'Failed to refund the order amount, failed to delete the order',
  239. 'shopNotFindOrder' => 'Order information not found, the order number is:',
  240. 'shopOrderAlreadyDeleted'=> 'The order has been deleted, the order number is:',
  241. 'shopOrderPeriodNumNotExist'=>'The performance period corresponding to the order does not exist, and the order number is {sn} Performance period is:{periodNum}',
  242. 'shopOrderPeriodNumIsSented'=>'The order corresponding to the performance period has been posted online, and the order number is {sn} Performance period is:{periodNum}',
  243. 'shopOrderPeriodNumSenting'=>'The performance period corresponding to the order is being linked online,the order number is{sn} Performance period is:{periodNum}',
  244. 'shopNotFindDecOrder' => 'The corresponding order information has not been obtained,the order number is:',
  245. 'shopDecAlreadyDeleted'=>'The corresponding order information has been deleted,the order number is:',
  246. 'shopHasLaterOrder' => 'There is a later order, this order cannot be deleted,the order number is:',
  247. 'shopRegisterHasUpgradeOrder' => 'There is an upgrade order for this registration form, which cannot be deleted,the order number is:',
  248. 'shopRegisterHasFxOrder'=>'There is a cancellation order for this registration form, which cannot be deleted,the order number is:',
  249. 'shopOrderListMemberCode' => 'Member Code',
  250. 'shopOrderListStockist'=>'Stockist',
  251. 'shopOrderListCreatorNo'=>'Creator No',
  252. 'shopOrderListCreatorName'=>'Creator Name',
  253. 'shopOrderListOrderCode'=>'Order Code',
  254. 'shopOrderListOrderStatus'=>'Status',
  255. 'shopOrderListProductCode' => 'Product Code',
  256. 'shopOrderListProductName'=>'Product Name',
  257. 'shopOrderListRecipient' => 'Recipient',
  258. 'shopOrderListContactOne' => 'Contact 1',
  259. 'shopOrderListContactTwo' => 'Contact 2',
  260. 'shopOrderListState'=>'State',
  261. 'shopOrderListLocalGovernmentArea' => 'Local Government Area',
  262. 'shopOrderListCity'=>'City',
  263. 'shopOrderListDetailedAddress'=>'Detailed Address',
  264. 'shopOrderDeliveryWarehouse' => 'Delivery Warehouse',
  265. 'shopOrderListPeriod' => 'Period',
  266. 'shopOrderListOrderType' => 'Order Type',
  267. 'shopOrderListOrderTypeRepeatPurchase'=>'Repeat Purchase',
  268. 'shopOrderListOrderTypePoints'=>'Points',
  269. 'shopOrderListOrderTypeRepeatPurchaseOrder' => 'Repurchase order',
  270. 'shopOrderListOrderTypePointsOrder' => 'Point order',
  271. 'shopOrderListOrderTypeZc'=>'Welcome Pack',
  272. 'shopOrderListCreationTime' => 'Creation Time',
  273. 'shopOrderListPayType' => 'Pay Type',
  274. 'shopOrderListPaymentTime'=>'Payment Time',
  275. 'shopOrderListDeliveryTime'=>'Delivery Time',
  276. 'shopOrderListQty' => 'Qty',
  277. 'shopOrderListItemPricing'=>'Item Pricing',
  278. 'shopOrderListTotalPrice' => 'Total Price',
  279. 'shopOrderListBVAmount'=>'BV Amount',
  280. 'shopOrderListUsTotalPrice'=>'Total Price($)',
  281. 'shopOrderListFreight' => 'Freight',
  282. 'shopOrderListTaxRate'=>'Tax Rate',
  283. 'shopOrderListTax' => 'Tax',
  284. 'shopOrderListCourierCompany' => 'Courier Services Company',
  285. 'shopOrderListCourierNumber' => 'Courier Number',
  286. 'shopOrderListShippingMethod' => 'Shipping Method',
  287. 'shopOrderListShippingMethodMailing' => 'Mailing',
  288. 'shopOrderListShippingMethodAutoPick' => 'Auto pick',
  289. 'shopOrderListMemberNotes' => 'Member Notes',
  290. 'shopOrderListShipmentStatus' => 'Shipment Status',
  291. 'shopOrderListIsAuto' => 'Is Auto',
  292. 'shopOrderListIsAutoYes' => 'Yes',
  293. 'shopOrderListIsAutoNo' => 'No',
  294. 'shopOrderListOrderNo' => 'Order No',
  295. 'shopOrderPaymentAmount' => 'Payment Amount',
  296. 'shopOrderPayBV' => 'Pay BV',
  297. 'total' => 'Total',
  298. 'date' => 'Date',
  299. 'orderCode' => 'Order Code',
  300. 'orderDetail' => 'Order Detail',
  301. 'productCode' => 'Product Code',
  302. 'productName' => 'Product Name',
  303. 'productPrice' => 'Product Price',
  304. 'qty' => 'Qty',
  305. 'taxRate' => 'Tax Rate',
  306. 'totalTax' => 'Total Tax',
  307. 'totalAmount' => 'Total Amount',
  308. 'signature' => 'Signature',
  309. #Log
  310. 'adminUserDoesNotExist' => 'Administrator does not exist',
  311. 'adminUserGroupDoesNotExist' => 'Management group does not exist',
  312. 'columnArrayMustExistHeader' => 'The header must exist in the column array',
  313. 'operatingType' => 'Operation Type',
  314. 'operatingObject' => 'Operation object',
  315. 'objectNumber' => 'Object number',
  316. 'requestContent' => 'Request content',
  317. 'returnContent' => 'Return content',
  318. 'operator' => 'Operator',
  319. 'operatingTime' => 'Operation Time',
  320. 'numberOfPhases' => 'Number Of Periods',
  321. 'IPAddress' => 'IP Address',
  322. 'client' => 'Client',
  323. 'operatingSystem' => 'Operating System',
  324. 'requestPath' => 'Request Path',
  325. 'operationObjectNumber' => 'Operation Object No',
  326. 'remarks' => 'Remark',
  327. 'returnResult' => 'Return content',
  328. 'successTimes' => 'Successful login times',
  329. 'failTimes' => 'Failed logins times',
  330. 'loginSuccess' => 'login successfully',
  331. 'loginFail' => 'Login failed',
  332. 'adminLoginLog' => 'Admin login log',
  333. 'userLoginLog' => 'Member login log',
  334. 'version' => 'Version number',
  335. 'adminOperatingLog' => 'Administrator operation log',
  336. 'updateNumberOfPhasesConfig' => 'Update period configuration',
  337. 'updateLevelBonusConfig' => 'Update level bonus configuration',
  338. 'updateBonusConfig' => 'Update bonus configuration',
  339. 'updateRankBonusConfig' => 'Update rank bonus configuration',
  340. 'updateTransferConfig' => 'Update transfer configuration',
  341. 'requestChangeUserBalance' => 'Apply for change of membership balance',
  342. 'checkUserBalance' => 'Review member balance',
  343. 'batchRequestChangeUserBalance' => 'Batch application to change member balance',
  344. 'blankEntry' => 'Empty order entry',
  345. 'delBlankUser' => 'Delete empty order member',
  346. 'changeUserLevel' => 'Modify Member Level',
  347. 'applyAdjustmentUserPerformance' => 'Apply for Adjustment of Member Performance',
  348. 'applyModifyUserStatus' => 'Apply to modify member status',
  349. 'setTeamLeaders' => 'Set up team leaders',
  350. 'checkUserStatus' => 'Review member status',
  351. 'displayMap' => 'Show map',
  352. 'hiddenMap' => 'Hide map',
  353. 'setDeclarationCenter' => 'Set up stockist',
  354. 'cancelDeclarationCenter' => 'Cancel stockist',
  355. 'userActivation' => 'Member activation',
  356. 'userLocking' => 'Member lock',
  357. 'modifyUserInfo' => 'Modify member information',
  358. 'editAdmin' => 'Edit administrator',
  359. 'applyRemoveNetwork' => 'Apply for mobile network',
  360. 'approveRemoveNetwork' => 'Approved by mobile network',
  361. 'resetPasswords' => 'Reset password',
  362. 'cancellationSystem' => 'Revocation system',
  363. 'addSystem' => 'Add system',
  364. 'editSystem' => 'Edit system',
  365. 'recoverySystem' => 'Recovery system',
  366. 'systemLog' => 'System log',
  367. 'call' => 'Transfer',
  368. 'beCcalled' => 'called',
  369. 'userOperatingLog' => 'Member operation log',
  370. 'enableDisableAutomaticWithdrawal' => 'Enable / Disable Automatic Withdrawal',
  371. 'enableDisableReSalesSMSReminder' => 'Enable / Disable Re Sales SMS Reminder',
  372. 'memberTransfer' => 'Member Transfer',
  373. 'memberWithdrawalApplication' => 'Member Withdrawal Application',
  374. 'memberModificationInformation' => 'Member Modification Information',
  375. 'modifyMasterPoint' => 'Modify Master Point',
  376. 'periodNumber' => 'Period Number',
  377. 'serialNumber' => 'Serial Number',
  378. 'rank' => 'Rank',
  379. #Ad
  380. 'AdAddedSuccessfully' => 'Ad added successfully',
  381. 'EditAdSuccessfully' => 'Ad edited successfully',
  382. #Article
  383. 'articleNotExists' => 'Article does not exist',
  384. #File
  385. 'mallManagement' => 'Mall Management',
  386. 'memberManagement' => 'Member Management',
  387. 'networkChart' => 'Network Chart',
  388. 'resaleManagement' => 'Resale management',
  389. 'bonusManagement' => 'Bonus management',
  390. 'financialManagement' => 'financial management',
  391. # Public
  392. 'amountUnit' => '₦',
  393. 'sceneDoesNotExist' => 'Scene does not exist',
  394. 'memberDoesNotExist' => 'Member does not exist',
  395. 'mustSelectOneItemToDelete' => 'must select one item to delete',
  396. 'dataNotExists' => 'Data not exists',
  397. 'startExporting'=> 'Starting exporting, please go to File Management - Export Files to view.',
  398. 'incorrectDateFormat' => 'Incorrect date format',
  399. 'notConnection' => 'Connection not operated for too long',
  400. 'deleteFailed' => 'failed to delete',
  401. 'deleteSuccessfully' => 'delete successfully',
  402. 'quickLoginCanNotOperate' => 'Members who log in quickly cannot perform any operations',
  403. 'selectAtLeastOne' => 'A data must be selected',
  404. 'failed' => 'Failed',
  405. 'successfully' => 'Successfully',
  406. 'createAt' => 'Creation Time',
  407. 'status' => 'Status',
  408. 'state' => 'State',
  409. 'sort' => 'Sort',
  410. 'illegalRequest' => 'Illegal request',
  411. 'invalidParameter' => 'Invalid Parameter',
  412. 'dataDoesNotExists' => 'The data does not exist',
  413. 'operationAdministrator' => 'Operation Administrator',
  414. 'typeError' => 'Type error',
  415. 'contentError' => 'Content error',
  416. 'hideSuccessfully' => 'hide successfully',
  417. 'UnhideSuccessfully' => 'Unhide successfully',
  418. # Member
  419. 'memberCode' => 'Member Code',
  420. 'memberName' => 'Member Name',
  421. 'memberAddress' => 'Member Address',
  422. 'memberPhone' => 'Member Phone',
  423. 'loginStatus' => 'Login Status',
  424. 'allowLogin' => 'Allow Login',
  425. 'prohibitLogin' => 'Prohibit Login',
  426. 'activate' => 'Activate',
  427. 'lock' => 'Lock',
  428. 'filterAllowLogin' => 'Filter Allow Login',
  429. 'bankName' => 'Bank Name',
  430. 'bankCode' => 'Bank Code',
  431. 'bankAccountNumber' => 'Bank Account Number',
  432. 'admin' => 'Admin',
  433. 'minCharge' => 'Min Charge',
  434. 'maxCharge' => 'Max Charge',
  435. 'chargeRate' => 'Charge Rate',
  436. 'updater' => 'Updater',
  437. 'userName' => 'USER_NAME',
  438. 'passwordHash' => 'PASSWORD_HASH',
  439. 'payPassword' => 'PAY_PASSWORD',
  440. 'nation' => 'NATION',
  441. 'realName' => 'REAL_NAME',
  442. 'IDCard' => 'ID_CARD',
  443. 'IDType' => 'ID_TYPE',
  444. 'mobile' => 'MOBILE',
  445. 'address' => 'ADDRESS',
  446. 'IDImage' => 'ID_IMAGE',
  447. 'openBank' => 'OPEN_BANK',
  448. 'bankAddress' => 'BANK_ADDRESS',
  449. 'bankNo' => 'BANK_NO',
  450. 'bankProvince' => 'BANK_PROVINCE',
  451. 'bankCity' => 'BANK_CITY',
  452. 'bankCounty' => 'BANK_COUNTY',
  453. 'spouseName' => 'SPOUSE_NAME',
  454. 'spouseIDCard' => 'SPOUSE_IDCARD',
  455. 'decClosed' => 'DEC_CLOSED',
  456. 'decClosedAt' => 'DEC_CLOSED_AT',
  457. 'decLv' => 'DEC_LV',
  458. 'empLv' => 'EMP_LV',
  459. 'crownLv' => 'CROWN_LV',
  460. 'province' => 'PROVINCE',
  461. 'city' => 'CITY',
  462. 'county' => 'COUNTY',
  463. 'tel' => 'TEL',
  464. 'subComID' => 'SUB_COM_ID',
  465. 'avatar' => 'AVATAR',
  466. 'isDec' => 'IS_DEC',
  467. 'isAtlas' => 'IS_ATLAS',
  468. 'isRecharge' => 'IS_RECHARGE',
  469. 'DEC_ID' => 'DEC_ID',
  470. 'birthday' => 'BIRTHDAY',
  471. 'decRoleID' => 'DEC_ROLE_ID',
  472. 'periodAt' => 'PERIOD_AT',
  473. 'decProvince' => 'DEC_PROVINCE',
  474. 'decCity' => 'DEC_CITY',
  475. 'decCounty' => 'DEC_COUNTY',
  476. 'isUnion' => 'IS_UNION',
  477. 'statusAt' => 'STATUS_AT',
  478. 'verified' => 'VERIFIED',
  479. 'verifiedAt' => 'VERIFIED_AT',
  480. 'notOperating' => 'NOT_OPERATING',
  481. 'regFrom' => 'REG_FROM',
  482. 'IDCardPrefix' => 'ID_CARD_PREFIX',
  483. 'sex' => 'SEX',
  484. 'decAccountOld' => 'DEC_ACCOUNT_OLD',
  485. 'bankUpdatedAt' => 'BANK_UPDATED_AT',
  486. 'isDirectSeller' => 'IS_DIRECT_SELLER',
  487. 'decLvUpdatedAt' => 'DEC_LV_UPDATED_AT',
  488. 'decLvUpdatedPeriod' => 'DEC_LV_UPDATED_PERIOD',
  489. 'decAddress' => 'DEC_ADDRESS',
  490. 'decPhone' => 'DEC_PHONE',
  491. 'guarantor' => 'GUARANTOR',
  492. 'guarantorName' => 'GUARANTOR_NAME',
  493. 'partFuncClosed' => 'PART_FUNC_CLOSED',
  494. 'lastDecLvUpdatedPeriod' => 'LAST_DEC_LV_UPDATED_PERIOD',
  495. 'userCreator' => 'USER_CREATOR',
  496. 'userUpdater' => 'USER_UPDATER',
  497. 'lastDecLvUpdatedAt' => 'LAST_DEC_LV_UPDATED_AT',
  498. 'decCreatedAt' => 'DEC_CREATED_AT',
  499. 'partFuncClosedRemark' => 'PART_FUNC_CLOSED_REMARK',
  500. 'decCreatedPeriod' => 'DEC_CREATED_PERIOD',
  501. 'passwordChanged' => 'PASSWORD_CHANGED',
  502. 'subComLeader' => 'SUB_COM_LEADER',
  503. 'zgUpgradePv' => 'ZG_UPGRADE_PV',
  504. 'appClientID' => 'APP_CLIENT_ID',
  505. 'readAgreement' => 'READ_AGREEMENT',
  506. 'lastDecLv' => 'LAST_DEC_LV',
  507. 'bonusAppClientID' => 'BONUS_APP_CLIENT_ID',
  508. 'isFirstOpen' => 'IS_FIRST_OPEN',
  509. 'isModifyPassword' => 'IS_MODIFY_PASSWORD',
  510. 'isStudio' => 'IS_STUDIO',
  511. 'email' => 'EMAIL',
  512. 'levelBeforeModification' => 'Level Before Modification',
  513. 'modifiedLevel' => 'Modified Level',
  514. 'moveMember' => 'Move Member',
  515. 'moveMemberName' => 'Move Member Name',
  516. 'uperCodeBeforeMoving' => 'Uper Code Before Moving',
  517. 'uperCodeAfterMoving' => 'Uper Code After Moving',
  518. 'typeOfMoving' => 'Type Of Moving',
  519. 'position' => 'Position',
  520. 'periodOfMoving' => 'Period Of Moving',
  521. 'whetherToMove' => 'Whether To Move',
  522. 'percentage' => 'Percentage',
  523. 'AdministratorOfMoving' => 'Administrator Of Moving',
  524. 'joiningDate' => 'Joining Date',
  525. 'currentMemberLevel' => 'Current Member Level',
  526. 'currentAdjustmentDate' => 'Current Adjustment Date',
  527. 'PCMemberLevel' => 'PC Member Level',
  528. 'latestDirector' => 'Latest Director',
  529. 'latestCrown' => 'Highest Crown',
  530. 'recommendationNo' => 'Recommendation No',
  531. 'recommendedName' => 'Recommended Name',
  532. 'placementNo' => 'Placement No',
  533. 'placementName' => 'Placement Name',
  534. 'resettlementArea' => 'Resettlement Area',
  535. 'phoneNumber' => 'Phone Number',
  536. 'alternatePhoneNumber' => 'Alternate Phone Number',
  537. 'stockistCode' => 'Stockist Code',
  538. 'whetherStockist' => 'Whether Stockist',
  539. 'stockistOrNot' => 'Stockist or not',
  540. 'whetherChartDisplay' => 'Whether Chart Display',
  541. 'whetherRechargeDisplay' => 'Whether Recharge Display',
  542. 'stockistLevel' => 'Stockist Level',
  543. 'commonAddress' => 'Common Address',
  544. 'enableTransfer' => 'Enable Transfer',
  545. 'activeStatus' => 'Active Status',
  546. 'locking' => 'Locking',
  547. 'activation' => 'Activation',
  548. 'on' => 'On',
  549. 'off' => 'Off',
  550. 'administratorOfReviewing' => 'Administrator Of Reviewing',
  551. 'reviewTime' => 'Review Time',
  552. 'I.Market' => 'I. Market',
  553. 'II.Market' => 'II. Market',
  554. # Network
  555. 'placementNetwork' => 'Placement Network',
  556. 'sponsorNetwork' => 'Sponsor Network',
  557. # Bonus
  558. 'memberBonus' => 'Member Bonus',
  559. 'memberEcoin' => 'Member Ecoin',
  560. 'travelIncentive' => 'Travel Incentive',
  561. 'carIncentive' => 'Car Incentive',
  562. 'villaIncentive' => 'Villa Incentive',
  563. 'requirePeriods' => 'Please enter Period No.',
  564. 'requireMemberNumber' => 'Please enter member code',
  565. 'payCycle' => 'Pay Cycle(PC)',
  566. 'sponsorNo' => 'Sponsor No',
  567. 'sponsorName' => 'Sponsor Name',
  568. 'superiorCode' => 'Superior Code',
  569. 'superiorName' => 'Superior Name',
  570. 'superiorNumber' => 'Superior Number',
  571. 'welcomeBonus' => 'Welcome Bonus',
  572. 'teamBonus' => 'Team Bonus',
  573. 'uncappedTeamBonus' => 'Uncapped Team Bonus',
  574. 'directorBonus' => 'Director Bonus',
  575. 'stockistCommission' => 'Stockist Commission',
  576. 'quarterlyBonus' => 'Quarterly Bonus',
  577. 'actualBonus' => 'Actual Bonus',
  578. 'totalBonus' => 'Total Bonus',
  579. 'totalRevenue' => 'Total Revenue',
  580. 'bonusMonth' => 'Bonus Month',
  581. 'oneNewMarketPerformance' => 'I. new market performance',
  582. 'twoNewMarketPerformance' => 'II. new market performance',
  583. 'oneMarketBalancePerformance' => 'I. market balance performance',
  584. 'twoMarketBalancePerformance' => 'II. market balance performance',
  585. 'managementAward' => 'Management Award',
  586. 'bonusDate' => 'Settlement Date',
  587. 'transactionType' => 'Transaction Type',
  588. 'memberLevel' => 'Member Level',
  589. 'balanceBeforeTransaction' => 'Balance Before Transaction',
  590. 'debitCredit' => 'Debit/Credit',
  591. 'newBalance' => 'New Balance',
  592. 'personalPerformance' => 'Personal Performance',
  593. 'remainderLeftLeg' => 'Remainder@Left Leg',
  594. 'remainderRightLeg' => 'Remainder@Right Leg',
  595. 'cumulativeTeamPerformance' => 'Cumulative Team Performance',
  596. 'salesNo' => 'Sales No',
  597. 'saleType' => 'Type',
  598. 'saleStatus' => 'Status',
  599. 'sponsorNoAtSettlement' => 'Sponsor No. At Settlement',
  600. 'sponsorNameAtSettlement' => 'Sponsor Name At Settlement',
  601. 'entryBV' => 'Entry BV',
  602. 'entryAmount' => 'Entry Amount',
  603. 'entryNo' => 'Entry No',
  604. 'orderSource' => 'Order Source',
  605. 'reviewed' => 'Reviewed',
  606. 'wastedisposal' => 'Waste disposal',
  607. 'whetherActive' => 'Whether Active',
  608. 'yes' => 'Yes',
  609. 'no' => 'No',
  610. 'declarationPerformance' => 'Declaration Performance',
  611. 'cancellationPerformance' => 'Cancellation Performance',
  612. 'LNewMarketPerformance' => 'L. New Market Performance',
  613. 'LNewPerformanceOfMarketEntry' => 'L. New Performance Of Market Entry',
  614. 'LNewPerformanceOfMarketReCancellation' => 'L. New Performance Of Market Re Cancellation',
  615. 'RNewMarketPerformance' => 'R. New Market Performance',
  616. 'RNewPerformanceOfMarketEntry' => 'R. New Performance Of Market Entry',
  617. 'RNewPerformanceOfMarketReCancellation' => 'R. New Performance Of Market Re Cancellation',
  618. 'LMarketBalancePerformance' => 'L. Market Balance Performance',
  619. 'RMarketBalancePerformance'=> 'R. Market Balance Performance',
  620. 'LMarketEntryBalancePerformance' => 'L. Market Entry Balance Performance',
  621. 'RMarketEntryBalancePerformance' => 'R. Market Entry Balance Performance',
  622. 'LMarketReconditioningBalancePerformance' => 'L. Market Reconditioning Balance Performance',
  623. 'RMarketReCancellationBalancePerformance' => 'R. Market Re Cancellation Balance Performance',
  624. 'teamPerformance' => 'Team Performance',
  625. 'recommenderNo' => 'Recommender No',
  626. 'recommenderName' => 'Recommender Name',
  627. 'directorRank' => 'Director Rank',
  628. 'directorPGSPerformance' => 'Director PGS Performance',
  629. 'LNewMarketEntryPerformance' => 'L. New Market Entry Performance',
  630. 'RNewMarketEntryPerformance' => 'R. New Market Entry Performance',
  631. 'LMarketMonthlyRemainingDeclarationPerformance' => 'L. Market Monthly Remaining Declaration Performance',
  632. 'RMarketMonthlyRemainingDeclarationPerformance' => 'R. Market Monthly Remaining Declaration Performance',
  633. 'monthlyNewTeamPerformance' => 'Monthly New Team Performance',
  634. 'monthlyCumulativeTeamPerformance' => 'Monthly Cumulative Team Performance',
  635. ];