ctx.php 40 KB

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