ctx.php 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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. 'memberEcoinAdjustmentListFileName'=> 'Member_Ecoin_adjustment_list',
  92. 'applicationChangeBalanceSucceeded'=> 'Application for change of member balance succeeded',
  93. 'applicationCannotReviewedAgain'=> 'The application has been reviewed and cannot be reviewed again',
  94. 'idNotMatchName'=>'Member code does not match member name',
  95. 'incorrectBalanceType'=>'Incorrect balance type',
  96. 'incorrectTransactionType'=>'Incorrect transaction type',
  97. 'adjustmentAmountCannotZero'=>'The adjustment amount cannot be 0',
  98. 'pointsEnoughAdjustmentNotAllowed' => "Insufficient balance of member's repurchase points, adjustment is not allowed",
  99. 'cannotSetPendingReview' => 'Cannot be set to pending review',
  100. 'auditCannotRepeated' => 'The audit has been approved and cannot be repeated',
  101. 'rejectedAuditCannotRepeated'=> 'It has been reviewed and rejected and cannot be reviewed again',
  102. 'statusParameterError' => 'Wrong state parameter',
  103. 'adjustmentBalanceCodeFailed' => 'Balance adjustment verification code failed',
  104. 'aPieceMustBeSelected' => 'A piece of data must be selected',
  105. 'noEligibleData' => 'No matching data',
  106. 'modificationAdjustmentMemberBalanceCompleted'=>'Modification and adjustment of member balance entry data completed',
  107. 'reviewThroughMemberBalance'=>'The review is done through the member balance',
  108. 'batchAuditMemberBalanceCompleted'=>'Batch audit/audit reject member balance completed',
  109. 'addedMemberSuccessfullyWithdrewCash' => 'The newly added member successfully withdrew cash',
  110. 'withdrawalInformationModifiedSuccessfully'=>'The withdrawal information is modified successfully',
  111. 'withdrawalApplyDoesNotExist'=>'Withdrawal request does not exist',
  112. 'memberNameOrNumberInconsistentSystem' => 'Withdrawal member code does not match member ID',
  113. 'memberRegisterTypeInconsistentWithSystem'=>'The selected member registration type is inconsistent with the system',
  114. 'withdrawalMustGreaterThanZero'=>'Withdrawal amount must be greater than 0',
  115. 'withdrawalAmountMustInteger' => 'Withdrawal amount must be an integer',
  116. 'withdrawalAmountCannotLessThan' => 'The withdrawal amount cannot be less than',
  117. 'WithdrawalAmountCannotHigherThan' => 'Withdrawal amount cannot be higher than',
  118. 'withdrawalAmountMustLessThanAvailableBalance' => 'The withdrawal amount must be less than the available balance',
  119. 'paymentPasswordIncorrect' => 'The payment password is incorrect',
  120. 'failedApplyWithdrawalVerify' => 'Application for cash withdrawal verification failed',
  121. 'withdrawalAuditVerificationFailed' => 'Withdrawal audit verification failed',
  122. 'cannotSelectDateInThePast'=>'Cannot select a date in the past',
  123. 'statusSettingSucceeded' => 'Status setting succeeded',
  124. 'exportWithdrawApplyExcelName' => 'Withdraw_Apply',
  125. 'invoiceEnteredSuccessfully' => 'Invoice entered successfully',
  126. 'modifyInvoiceEntryCompleted' => 'Modify invoice entry data completion',
  127. 'reviewInvoiceDataCompleted' => 'Review invoice data completed',
  128. 'memberPerformanceAdjustmentList' => 'Member Performance Adjustment List',
  129. 'applicationAdjustMemberPerfSuccess' => 'The application to adjust the member performance was successful',
  130. 'nextPeriodConnectedNetCannotAdjusted' => 'The next period [ {periodNum} ] has been connected to the net, and this period cannot be adjusted',
  131. 'passReviewAdjustPerfSuccess' => "Auditing success by adjusting member performance",
  132. 'batchReviewMemberPerfCompletion' => 'Batch review/rejection of member performance completion',
  133. 'transactionTypeAddSuccess'=> 'Transaction type added successfully',
  134. 'modifyTransactionTypeCompleted' => 'Modify the transaction type to complete',
  135. 'unableDelete' => 'Cannot be deleted',
  136. 'pendingRecordAfterThePendingReviewed' => 'If there is a pending record in the member review list, it shall be submitted after the pending record has been reviewed',
  137. 'periodNotNetCannotAdjusted' => 'This period [ {periodNum} ] is not connected to the net and cannot be adjusted',
  138. 'adjustmentTypeIncorrect' => 'The adjustment type is incorrect',
  139. 'incorrectLocation' => 'Incorrect location',
  140. 'amountChangeCannotZero' => 'The amount of change cannot be 0',
  141. 'memberUnderrepresentedRegion' => 'The member is underrepresented in that region',
  142. 'memberSurplusRegionLess' => 'The member has insufficient surplus in the region for the current period',
  143. 'withdrawFormNoSn' => "There is no paid record of withdrawals serial number {sn}",
  144. 'withdrawFormUserNameInconsistent'=>'The serial number of the withdrawal in Excel. {excelName} is inconsistent with information in the system {userName}',
  145. 'withdrawFormRealNameInconsistent' => "The serial number of the withdrawal in Excel. {sn}, member's name {excelName}, is inconsistent with information in the system {realName}",
  146. 'withdrawFormPeriodsInconsistent' => "Excel withdrawal serial number {sn} withdrawal periods {withdrawPeriodNum}, is inconsistent with the information in the system【 {systemWithdrawPeriodNum} 】",
  147. 'withdrawFormPaidAtInconsistent' => "Payment date of the withdrawal serial number in Excel {sn} {paidAt} is inconsistent with system information {systemPaidAt}",
  148. 'withdrawFormAmountInconsistent' => "Withdrawal amount of the withdrawal serial number in Excel {sn} {execlAmount} is inconsistent with the information in the system {systemAmount}",
  149. 'withdrawFormBankRealNameInconsistent' => "Real-time account name of the withdrawal serial number in Excel {sn} {execlBankRealName}, is inconsistent with the information in the system {systemName} Inconsistent ",
  150. 'withdrawFormBankNoInconsistent' => "Real-time bank account of the withdrawal serial number in Excel {excelBankNo} {sn} is inconsistent with information in system {systemBankNo}",
  151. 'withdrawFormNoExistsUser'=>'This user does not exist',
  152. 'withdrawChkAuditStatus' => "The current status of the withdrawal {sn} is 【 {statusName} 】, cannot be set to【 {newStatusName}】",
  153. # Internet function
  154. 'numberOfLayers' => 'Number Of Layers',
  155. 'recommendedMemberNo'=>'Recommended Member No',
  156. 'nameRecommendedMember'=>'Name Of Recommended Member',
  157. 'recommendedMemberLevel' => 'Recommended Member Level',
  158. 'highestDirector' => 'Highest Director',
  159. 'highestCrown' => 'Highest Crown',
  160. "joiningPeriod" => 'Joining Period',
  161. 'modelListAtlasUserName' => 'Member Code',
  162. 'modelListAtlasDepth' => 'Depth',
  163. 'numberOfPeriods' => 'Number Of Periods',
  164. 'atlasViewLimitNotice'=>'Top 23 sub members of members can be viewed at most',
  165. 'atlasNetworkViewLimitNotice'=>'View the top 20 sub members of the member at most',
  166. 'placementMemberNumber'=>'Placement Member Number',
  167. 'placementMemberName' => 'Placement Member Name',
  168. #Products management
  169. 'shopExportListName' => 'Goods_List',
  170. 'shopProductAddSucceededNotice' => 'Product add succeeded',
  171. 'shopProductEditSucceed'=>'Product editing succeeded',
  172. 'shopStatusSetSucceedNotice' => 'Status setting succeeded',
  173. 'shopDelOrderSuccedNotice'=>'The order is deleted successfully, please regenerate the performance sheet and calculate the bonus',
  174. 'shopDecOrderListExport' => 'First purchase order list',
  175. 'shopOrderListExport' => 'Order_List',
  176. 'shopStatusUpdateErrorNotice'=>'Status update error',
  177. 'shopOrderListExportPdf'=>'Order list',
  178. 'shopadminRefund'=>'Refund successfully',
  179. 'shopBaOrderListExport' => 'Ba_Order_List',
  180. 'shopBrandAmbassadorOrderExport'=>'Brand Ambassador Order',
  181. 'shopSetProductStatusErrorNotice'=>'The current product status is【{nowStatus}】,cannot be set to【{newStatus}】',
  182. 'shopPayTypeCash' => 'Ecoin',
  183. 'shopPayTypeGaragePoints' => 'Car Fund',
  184. 'shopPayTypeVillaFund' => 'Villa Fund',
  185. 'shopBuyActionErrorNotice'=>'The wrong way to buy the product',
  186. 'shopSortMoreThanOne'=>'Please fill in numbers greater than or equal to 1 for sorting',
  187. 'shopDiscountZeroBetweenOne'=>'Please fill in the number between 0-1 for the discount',
  188. 'shopDeleteDecOrderAndOrderFailedNotice'=>'Failed to delete first purchase order, failed to delete order',
  189. 'shopBackOrderFailedNotice'=>'Failed to roll back membership level, failed to delete order',
  190. 'shopLockFailedDeleteOrderFailed'=>'Failed to lock member, failed to delete order',
  191. 'shopDeleteOrderFailed' => 'Failed to delete order',
  192. 'shopBackAmountFailedDeleteOrderFailed'=>'Failed to refund the order amount, failed to delete the order',
  193. 'shopNotFindOrder' => 'Order information not found, the order number is:',
  194. 'shopOrderAlreadyDeleted'=> 'The order has been deleted, the order number is:',
  195. 'shopOrderPeriodNumNotExist'=>'The performance period corresponding to the order does not exist, and the order number is {sn} Performance period is:{periodNum}',
  196. 'shopOrderPeriodNumIsSented'=>'The order corresponding to the performance period has been posted online, and the order number is {sn} Performance period is:{periodNum}',
  197. 'shopOrderPeriodNumSenting'=>'The performance period corresponding to the order is being linked online,the order number is{sn} Performance period is:{periodNum}',
  198. 'shopNotFindDecOrder' => 'The corresponding order information has not been obtained,the order number is:',
  199. 'shopDecAlreadyDeleted'=>'The corresponding order information has been deleted,the order number is:',
  200. 'shopHasLaterOrder' => 'There is a later order, this order cannot be deleted,the order number is:',
  201. 'shopRegisterHasUpgradeOrder' => 'There is an upgrade order for this registration form, which cannot be deleted,the order number is:',
  202. 'shopRegisterHasFxOrder'=>'There is a cancellation order for this registration form, which cannot be deleted,the order number is:',
  203. 'shopOrderListMemberCode' => 'Member Code',
  204. 'shopOrderListStockist'=>'Stockist',
  205. 'shopOrderListCreatorNo'=>'Creator No',
  206. 'shopOrderListCreatorName'=>'Creator Name',
  207. 'shopOrderListOrderCode'=>'Order Code',
  208. 'shopOrderListOrderStatus'=>'Status',
  209. 'shopOrderListProductCode' => 'Product Code',
  210. 'shopOrderListProductName'=>'Product Name',
  211. 'shopOrderListRecipient' => 'Recipient',
  212. 'shopOrderListContactOne' => 'Contact 1',
  213. 'shopOrderListContactTwo' => 'Contact 2',
  214. 'shopOrderListState'=>'State',
  215. 'shopOrderListLocalGovernmentArea' => 'Local Government Area',
  216. 'shopOrderListCity'=>'City',
  217. 'shopOrderListDetailedAddress'=>'Detailed Address',
  218. 'shopOrderDeliveryWarehouse' => 'Delivery Warehouse',
  219. 'shopOrderListPeriod' => 'Period',
  220. 'shopOrderListOrderType' => 'Order Type',
  221. 'shopOrderListOrderTypeRepeatPurchase'=>'Repeat Purchase',
  222. 'shopOrderListOrderTypePoints'=>'Points',
  223. 'shopOrderListOrderTypeRepeatPurchaseOrder' => 'Repurchase order',
  224. 'shopOrderListOrderTypePointsOrder' => 'Point order',
  225. 'shopOrderListOrderTypeZc'=>'Welcome Pack',
  226. 'shopOrderListCreationTime' => 'Creation Time',
  227. 'shopOrderListPayType' => 'Pay Type',
  228. 'shopOrderListPaymentTime'=>'Payment Time',
  229. 'shopOrderListDeliveryTime'=>'Delivery Time',
  230. 'shopOrderListQty' => 'Qty',
  231. 'shopOrderListItemPricing'=>'Item Pricing',
  232. 'shopOrderListTotalPrice' => 'Total Price',
  233. 'shopOrderListBVAmount'=>'BV Amount',
  234. 'shopOrderListUsTotalPrice'=>'Total Price($)',
  235. 'shopOrderListFreight' => 'Freight',
  236. 'shopOrderListTaxRate'=>'Tax Rate',
  237. 'shopOrderListTax' => 'Tax',
  238. 'shopOrderListCourierCompany' => 'Courier Services Company',
  239. 'shopOrderListCourierNumber' => 'Courier Number',
  240. 'shopOrderListShippingMethod' => 'Shipping Method',
  241. 'shopOrderListShippingMethodMailing' => 'Mailing',
  242. 'shopOrderListShippingMethodAutoPick' => 'Auto pick',
  243. 'shopOrderListMemberNotes' => 'Member Notes',
  244. 'shopOrderListShipmentStatus' => 'Shipment Status',
  245. 'shopOrderListIsAuto' => 'Is Auto',
  246. 'shopOrderListIsAutoYes' => 'Yes',
  247. 'shopOrderListIsAutoNo' => 'No',
  248. 'shopOrderListOrderNo' => 'Order No',
  249. 'shopOrderPaymentAmount' => 'Payment Amount',
  250. 'shopOrderPayBV' => 'Pay BV',
  251. #Log
  252. 'adminUserDoesNotExist' => 'Administrator does not exist',
  253. 'adminUserGroupDoesNotExist' => 'Management group does not exist',
  254. 'columnArrayMustExistHeader' => 'The header must exist in the column array',
  255. 'operatingType' => 'Operation Type',
  256. 'operatingObject' => 'Operation object',
  257. 'objectNumber' => 'Object number',
  258. 'requestContent' => 'Request content',
  259. 'returnContent' => 'Return content',
  260. 'operator' => 'Operator',
  261. 'operatingTime' => 'Operation Time',
  262. 'numberOfPhases' => 'Number Of Periods',
  263. 'IPAddress' => 'IP Address',
  264. 'client' => 'Client',
  265. 'operatingSystem' => 'Operating System',
  266. 'requestPath' => 'Request Path',
  267. 'operationObjectNumber' => 'Operation Object No',
  268. 'remarks' => 'Remark',
  269. 'returnResult' => 'Return content',
  270. 'successTimes' => 'Successful login times',
  271. 'failTimes' => 'Failed logins times',
  272. 'loginSuccess' => 'login successfully',
  273. 'loginFail' => 'Login failed',
  274. 'adminLoginLog' => 'Admin login log',
  275. 'userLoginLog' => 'Member login log',
  276. 'version' => 'Version number',
  277. 'adminOperatingLog' => 'Administrator operation log',
  278. 'updateNumberOfPhasesConfig' => 'Update period configuration',
  279. 'updateLevelBonusConfig' => 'Update level bonus configuration',
  280. 'updateBonusConfig' => 'Update bonus configuration',
  281. 'updateRankBonusConfig' => 'Update rank bonus configuration',
  282. 'updateTransferConfig' => 'Update transfer configuration',
  283. 'requestChangeUserBalance' => 'Apply for change of membership balance',
  284. 'checkUserBalance' => 'Review member balance',
  285. 'batchRequestChangeUserBalance' => 'Batch application to change member balance',
  286. 'blankEntry' => 'Empty order entry',
  287. 'delBlankUser' => 'Delete empty order member',
  288. 'changeUserLevel' => 'Modify Member Level',
  289. 'applyAdjustmentUserPerformance' => 'Apply for Adjustment of Member Performance',
  290. 'applyModifyUserStatus' => 'Apply to modify member status',
  291. 'setTeamLeaders' => 'Set up team leaders',
  292. 'checkUserStatus' => 'Review member status',
  293. 'displayMap' => 'Show map',
  294. 'hiddenMap' => 'Hide map',
  295. 'setDeclarationCenter' => 'Set up stockist',
  296. 'cancelDeclarationCenter' => 'Cancel stockist',
  297. 'userActivation' => 'Member activation',
  298. 'userLocking' => 'Member lock',
  299. 'modifyUserInfo' => 'Modify member information',
  300. 'editAdmin' => 'Edit administrator',
  301. 'applyRemoveNetwork' => 'Apply for mobile network',
  302. 'approveRemoveNetwork' => 'Approved by mobile network',
  303. 'resetPasswords' => 'Reset password',
  304. 'cancellationSystem' => 'Revocation system',
  305. 'addSystem' => 'Add system',
  306. 'editSystem' => 'Edit system',
  307. 'recoverySystem' => 'Recovery system',
  308. 'systemLog' => 'System log',
  309. 'call' => 'Transfer',
  310. 'beCcalled' => 'called',
  311. 'userOperatingLog' => 'Member operation log',
  312. 'enableDisableAutomaticWithdrawal' => 'Enable / Disable Automatic Withdrawal',
  313. 'enableDisableReSalesSMSReminder' => 'Enable / Disable Re Sales SMS Reminder',
  314. 'memberTransfer' => 'Member Transfer',
  315. 'memberWithdrawalApplication' => 'Member Withdrawal Application',
  316. 'memberModificationInformation' => 'Member Modification Information',
  317. 'modifyMasterPoint' => 'Modify Master Point',
  318. 'periodNumber' => 'Period Number',
  319. 'serialNumber' => 'Serial Number',
  320. 'rank' => 'Rank',
  321. #Ad
  322. 'AdAddedSuccessfully' => 'Ad added successfully',
  323. 'EditAdSuccessfully' => 'Ad edited successfully',
  324. #Article
  325. 'articleNotExists' => 'Article does not exist',
  326. #File
  327. 'mallManagement' => 'Mall Management',
  328. 'memberManagement' => 'Member Management',
  329. 'networkChart' => 'Network Chart',
  330. 'resaleManagement' => 'Resale management',
  331. 'bonusManagement' => 'Bonus management',
  332. 'financialManagement' => 'financial management',
  333. # Public
  334. 'amountUnit' => '₦',
  335. 'sceneDoesNotExist' => 'Scene does not exist',
  336. 'memberDoesNotExist' => 'Member does not exist',
  337. 'mustSelectOneItemToDelete' => 'must select one item to delete',
  338. 'dataNotExists' => 'Data not exists',
  339. 'startExporting'=> 'Starting exporting, please go to File Management - Export Files to view.',
  340. 'incorrectDateFormat' => 'Incorrect date format',
  341. 'notConnection' => 'Connection not operated for too long',
  342. 'deleteFailed' => 'failed to delete',
  343. 'deleteSuccessfully' => 'delete successfully',
  344. 'quickLoginCanNotOperate' => 'Members who log in quickly cannot perform any operations',
  345. 'selectAtLeastOne' => 'A data must be selected',
  346. 'failed' => 'Failed',
  347. 'successfully' => 'Successfully',
  348. 'createAt' => 'Creation Time',
  349. 'status' => 'Status',
  350. 'state' => 'State',
  351. 'sort' => 'Sort',
  352. 'illegalRequest' => 'Illegal request',
  353. 'invalidParameter' => 'Invalid Parameter',
  354. 'dataDoesNotExists' => 'The data does not exist',
  355. 'operationAdministrator' => 'Operation Administrator',
  356. 'typeError' => 'Type error',
  357. 'contentError' => 'Content error',
  358. 'hideSuccessfully' => 'hide successfully',
  359. 'UnhideSuccessfully' => 'Unhide successfully',
  360. # Member
  361. 'memberCode' => 'Member Code',
  362. 'memberName' => 'Member Name',
  363. 'memberAddress' => 'Member Address',
  364. 'memberPhone' => 'Member Phone',
  365. 'loginStatus' => 'Login Status',
  366. 'allowLogin' => 'Allow Login',
  367. 'prohibitLogin' => 'Prohibit Login',
  368. 'activate' => 'Activate',
  369. 'lock' => 'Lock',
  370. 'filterAllowLogin' => 'Filter Allow Login',
  371. 'bankName' => 'Bank Name',
  372. 'bankCode' => 'Bank Code',
  373. 'bankAccountNumber' => 'Bank Account Number',
  374. 'admin' => 'Admin',
  375. 'minCharge' => 'Min Charge',
  376. 'maxCharge' => 'Max Charge',
  377. 'chargeRate' => 'Charge Rate',
  378. 'updater' => 'Updater',
  379. 'userName' => 'USER_NAME',
  380. 'passwordHash' => 'PASSWORD_HASH',
  381. 'payPassword' => 'PAY_PASSWORD',
  382. 'nation' => 'NATION',
  383. 'realName' => 'REAL_NAME',
  384. 'IDCard' => 'ID_CARD',
  385. 'IDType' => 'ID_TYPE',
  386. 'mobile' => 'MOBILE',
  387. 'address' => 'ADDRESS',
  388. 'IDImage' => 'ID_IMAGE',
  389. 'openBank' => 'OPEN_BANK',
  390. 'bankAddress' => 'BANK_ADDRESS',
  391. 'bankNo' => 'BANK_NO',
  392. 'bankProvince' => 'BANK_PROVINCE',
  393. 'bankCity' => 'BANK_CITY',
  394. 'bankCounty' => 'BANK_COUNTY',
  395. 'spouseName' => 'SPOUSE_NAME',
  396. 'spouseIDCard' => 'SPOUSE_IDCARD',
  397. 'decClosed' => 'DEC_CLOSED',
  398. 'decClosedAt' => 'DEC_CLOSED_AT',
  399. 'decLv' => 'DEC_LV',
  400. 'empLv' => 'EMP_LV',
  401. 'crownLv' => 'CROWN_LV',
  402. 'province' => 'PROVINCE',
  403. 'city' => 'CITY',
  404. 'county' => 'COUNTY',
  405. 'tel' => 'TEL',
  406. 'subComID' => 'SUB_COM_ID',
  407. 'avatar' => 'AVATAR',
  408. 'isDec' => 'IS_DEC',
  409. 'isAtlas' => 'IS_ATLAS',
  410. 'isRecharge' => 'IS_RECHARGE',
  411. 'DEC_ID' => 'DEC_ID',
  412. 'birthday' => 'BIRTHDAY',
  413. 'decRoleID' => 'DEC_ROLE_ID',
  414. 'periodAt' => 'PERIOD_AT',
  415. 'decProvince' => 'DEC_PROVINCE',
  416. 'decCity' => 'DEC_CITY',
  417. 'decCounty' => 'DEC_COUNTY',
  418. 'isUnion' => 'IS_UNION',
  419. 'statusAt' => 'STATUS_AT',
  420. 'verified' => 'VERIFIED',
  421. 'verifiedAt' => 'VERIFIED_AT',
  422. 'notOperating' => 'NOT_OPERATING',
  423. 'regFrom' => 'REG_FROM',
  424. 'IDCardPrefix' => 'ID_CARD_PREFIX',
  425. 'sex' => 'SEX',
  426. 'decAccountOld' => 'DEC_ACCOUNT_OLD',
  427. 'bankUpdatedAt' => 'BANK_UPDATED_AT',
  428. 'isDirectSeller' => 'IS_DIRECT_SELLER',
  429. 'decLvUpdatedAt' => 'DEC_LV_UPDATED_AT',
  430. 'decLvUpdatedPeriod' => 'DEC_LV_UPDATED_PERIOD',
  431. 'decAddress' => 'DEC_ADDRESS',
  432. 'decPhone' => 'DEC_PHONE',
  433. 'guarantor' => 'GUARANTOR',
  434. 'guarantorName' => 'GUARANTOR_NAME',
  435. 'partFuncClosed' => 'PART_FUNC_CLOSED',
  436. 'lastDecLvUpdatedPeriod' => 'LAST_DEC_LV_UPDATED_PERIOD',
  437. 'userCreator' => 'USER_CREATOR',
  438. 'userUpdater' => 'USER_UPDATER',
  439. 'lastDecLvUpdatedAt' => 'LAST_DEC_LV_UPDATED_AT',
  440. 'decCreatedAt' => 'DEC_CREATED_AT',
  441. 'partFuncClosedRemark' => 'PART_FUNC_CLOSED_REMARK',
  442. 'decCreatedPeriod' => 'DEC_CREATED_PERIOD',
  443. 'passwordChanged' => 'PASSWORD_CHANGED',
  444. 'subComLeader' => 'SUB_COM_LEADER',
  445. 'zgUpgradePv' => 'ZG_UPGRADE_PV',
  446. 'appClientID' => 'APP_CLIENT_ID',
  447. 'readAgreement' => 'READ_AGREEMENT',
  448. 'lastDecLv' => 'LAST_DEC_LV',
  449. 'bonusAppClientID' => 'BONUS_APP_CLIENT_ID',
  450. 'isFirstOpen' => 'IS_FIRST_OPEN',
  451. 'isModifyPassword' => 'IS_MODIFY_PASSWORD',
  452. 'isStudio' => 'IS_STUDIO',
  453. 'email' => 'EMAIL',
  454. 'levelBeforeModification' => 'Level Before Modification',
  455. 'modifiedLevel' => 'Modified Level',
  456. 'moveMember' => 'Move Member',
  457. 'moveMemberName' => 'Move Member Name',
  458. 'uperCodeBeforeMoving' => 'Uper Code Before Moving',
  459. 'uperCodeAfterMoving' => 'Uper Code After Moving',
  460. 'typeOfMoving' => 'Type Of Moving',
  461. 'position' => 'Position',
  462. 'periodOfMoving' => 'Period Of Moving',
  463. 'whetherToMove' => 'Whether To Move',
  464. 'percentage' => 'Percentage',
  465. 'AdministratorOfMoving' => 'Administrator Of Moving',
  466. 'joiningDate' => 'Joining Date',
  467. 'joiningPeriod' => 'Joining Period',
  468. 'currentMemberLevel' => 'Current Member Level',
  469. 'currentAdjustmentDate' => 'Current Adjustment Date',
  470. 'PCMemberLevel' => 'PC Member Level',
  471. 'highestDirector' => 'Highest Director',
  472. 'latestDirector' => 'Latest Director',
  473. 'highestCrown' => 'Highest Crown',
  474. 'latestCrown' => 'Highest Crown',
  475. 'recommendationNo' => 'Recommendation No',
  476. 'recommendedName' => 'Recommended Name',
  477. 'placementNo' => 'Placement No',
  478. 'placementName' => 'Placement Name',
  479. 'resettlementArea' => 'Resettlement Area',
  480. 'phoneNumber' => 'Phone Number',
  481. 'alternatePhoneNumber' => 'Alternate Phone Number',
  482. 'stockistCode' => 'Stockist Code',
  483. 'whetherStockist' => 'Whether Stockist',
  484. 'stockistOrNot' => 'Stockist or not',
  485. 'whetherChartDisplay' => 'Whether Chart Display',
  486. 'whetherRechargeDisplay' => 'Whether Recharge Display',
  487. 'stockistLevel' => 'Stockist Level',
  488. 'commonAddress' => 'Common Address',
  489. 'enableTransfer' => 'Enable Transfer',
  490. 'activeStatus' => 'Active Status',
  491. 'locking' => 'Locking',
  492. 'activation' => 'Activation',
  493. 'on' => 'On',
  494. 'off' => 'Off',
  495. 'administratorOfReviewing' => 'Administrator Of Reviewing',
  496. 'reviewTime' => 'Review Time',
  497. 'I.Market' => 'I. Market',
  498. 'II.Market' => 'II. Market',
  499. # Network
  500. 'placementNetwork' => 'Placement Network',
  501. 'sponsorNetwork' => 'Sponsor Network',
  502. ];