ctx.php 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. <?php
  2. return [
  3. #Admin
  4. 'AdminAddedSuccessfully' => '管理员添加成功',
  5. 'AdminEditedSuccessfully' => '管理员编辑成功',
  6. 'passwordChangeSucceeded' => '密码修改成功',
  7. 'successAddAdminRole' => '添加管理员角色成功',
  8. 'editAdminRoleSuccess' => '编辑管理员角色成功',
  9. 'roleDoesNotExist' => '角色不存在',
  10. 'successSetAdminRolePermissions' => '设置管理员角色权限成功',
  11. 'successSetAdminRoleListFieldPermissions' => '设置管理员角色列表字段权限成功',
  12. 'adminUnderSelectedRoleCannotDeleted' => '所选角色下有管理员不得删除',
  13. 'twoPasswordsMustSame' => '两次密码必须一致',
  14. 'memberNameDoesNotExist' => '不存在的用户名',
  15. 'loginPasswordHasNotChanged' => '登录密码没有发生改变',
  16. 'oldLoginPasswordIncorrect' => '原登录密码错误',
  17. 'submissionDoesNotExist' => '提交场景不存在',
  18. 'passwordLeastEightCharacters' => '登录密码不能小于8位',
  19. 'passwordRule' => '登录密码中需要包含数字、大写字母、小写字母、特殊字符至少两种',
  20. 'unableToDeleteOneSelf' => '无法删除自己',
  21. #Finance
  22. // 系统功能
  23. 'commonModelsWithdrawStatusNameStatusApplied' => '提现待审核',
  24. 'commonModelsWithdrawStatusNameStatusAudited' => '提现已审核',
  25. 'commonModelsWithdrawStatusNameStatusWaitPaid' => '提现待付款',
  26. 'commonModelsWithdrawStatusNameStatusPaidFalse' => '付款失败',
  27. 'commonModelsWithdrawStatusNameStatusRefused' => '已拒绝',
  28. 'commonModelsWithdrawStatusNameStatusPaid' => '提现已付款',
  29. 'commonModelsWithdrawStatusNameStatusReturned' => '已退回',
  30. 'backendApiControllersFinaceRechargeStatusApprove' => '审核通过',
  31. 'backendApiControllersFinaceRechargeStatusReject' => '审核拒绝',
  32. 'memberEcoinAdjustmentListFileName'=> '会员余额调整列表',
  33. 'applicationChangeBalanceSucceeded'=> '申请变动会员余额成功',
  34. 'applicationCannotReviewedAgain'=> '该申请已经被审核,不能重复审核',
  35. 'idNotMatchName'=>'会员编号与会员姓名不匹配',
  36. 'incorrectBalanceType'=>'余额类型不正确',
  37. 'incorrectTransactionType'=>'交易类型不正确',
  38. 'adjustmentAmountCannotZero'=>'调整金额不能为0',
  39. 'pointsEnoughAdjustmentNotAllowed' => '会员复消积分余额不足,不允许调整',
  40. 'cannotSetPendingReview' => '不能设置为待审核状态',
  41. 'auditCannotRepeated' => '已经审核通过不能重复审核',
  42. 'rejectedAuditCannotRepeated'=> '已经审核拒绝不能重复审核',
  43. 'statusParameterError' => '状态参数有误',
  44. 'adjustmentBalanceCodeFailed' => '余额调整审核校验码失败',
  45. 'aPieceMustBeSelected' => '必须选择一条数据',
  46. 'noEligibleData' => '没有符合条件的数据',
  47. 'modificationAdjustmentMemberBalanceCompleted'=>'修改调整会员余额录入数据完成',
  48. 'reviewThroughMemberBalance'=>'审核通过会员余额完成',
  49. 'batchAuditMemberBalanceCompleted'=>'批量审核/审核拒绝会员余额完成',
  50. 'addedMemberSuccessfullyWithdrewCash' => '新增会员提现成功',
  51. 'withdrawalInformationModifiedSuccessfully'=>'修改提现信息成功',
  52. 'withdrawalApplyDoesNotExist'=>'提现申请不存在',
  53. 'memberNameOrNumberInconsistentSystem' => '输入的会员姓名或身份证号与系统不一致',
  54. 'memberRegisterTypeInconsistentWithSystem'=>'选择的会员注册类型与系统不一致',
  55. 'withdrawalMustGreaterThanZero'=>'提现金额必须大于0',
  56. 'withdrawalAmountMustInteger'=>'提现金额必须是整数',
  57. 'withdrawalAmountCannotLessThan' => '提现金额不能少于',
  58. 'WithdrawalAmountCannotHigherThan' => '提现金额不能高于',
  59. 'withdrawalAmountMustLessThanAvailableBalance' => '提现金额必须小于的可用余额',
  60. 'paymentPasswordIncorrect' => '支付密码不正确',
  61. 'failedApplyWithdrawalVerify' => '申请提现校验失败',
  62. 'withdrawalAuditVerificationFailed' => '提现审核校验失败',
  63. 'cannotSelectDateInThePast'=>'不能选择过去的日期',
  64. 'statusSettingSucceeded' => '状态设置成功',
  65. 'exportWithdrawApplyExcelName' => '提现申请',
  66. 'invoiceEnteredSuccessfully' => '发票录入成功',
  67. 'modifyInvoiceEntryCompleted' => '修改发票录入数据完成',
  68. 'reviewInvoiceDataCompleted' => '审核发票数据完成',
  69. 'memberPerformanceAdjustmentList' => '会员业绩调整列表',
  70. 'applicationAdjustMemberPerfSuccess' => '申请调整会员业绩成功',
  71. 'nextPeriodConnectedNetCannotAdjusted' => '下一期 [ {periodNum} ] 已挂网,该期无法调整',
  72. 'passReviewAdjustPerfSuccess' => "审核通过调整会员业绩成功",
  73. 'batchReviewMemberPerfCompletion' => '批量审核/审核拒绝会员业绩完成',
  74. 'transactionTypeAddSuccess'=> '交易类型添加成功',
  75. 'modifyTransactionTypeCompleted' => '修改交易类型完成',
  76. 'unableDelete' => '无法删除',
  77. #Log
  78. 'adminUserDoesNotExist' => '管理员不存在',
  79. 'adminUserGroupDoesNotExist' => '管理组不存在',
  80. 'columnArrayMustExistHeader' => 'column数组中必须存在header',
  81. 'operatingType' => '操作类型',
  82. 'operatingObject' => '操作对象',
  83. 'objectNumber' => '对象编号',
  84. 'requestContent' => '请求内容',
  85. 'returnContent' => '返回内容',
  86. 'operator' => '操作人',
  87. 'operatingTime' => '操作时间',
  88. 'numberOfPhases' => '期数',
  89. 'IPAddress' => 'IP地址',
  90. 'client' => '客户端',
  91. 'operatingSystem' => '操作系统',
  92. 'requestPath' => '请求路径',
  93. 'operationObjectNumber' => '操作对象编号',
  94. 'remarks' => '备注',
  95. 'returnResult' => '返回内容',
  96. 'successTimes' => '登录成功次数',
  97. 'failTimes' => '登录失败次数',
  98. 'loginSuccess' => '登录成功',
  99. 'loginFail' => '登录失败',
  100. 'adminLoginLog' => '管理员登录日志',
  101. 'userLoginLog' => '会员登录日志',
  102. 'version' => '版本号',
  103. 'adminOperatingLog' => '管理员操作日志',
  104. 'updateNumberOfPhasesConfig' => '更新期数配置',
  105. 'updateLevelBonusConfig' => '更新级别奖金配置',
  106. 'updateBonusConfig' => '更新奖金配置',
  107. 'updateRankBonusConfig' => '更新聘级奖金配置',
  108. 'updateTransferConfig' => '更新转账配置',
  109. 'requestChangeUserBalance' => '申请变动会员余额',
  110. 'checkUserBalance' => '审核会员余额',
  111. 'batchRequestChangeUserBalance' => '批量申请变动会员余额',
  112. 'blankEntry' => '空单录入',
  113. 'delBlankUser' => '删除空单会员',
  114. 'changeUserLevel' => '修改会员级别',
  115. 'applyAdjustmentUserPerformance' => '申请调整会员业绩',
  116. 'applyModifyUserStatus' => '申请修改会员状态',
  117. 'setTeamLeaders' => '设置团队领导人',
  118. 'checkUserStatus' => '审核会员状态',
  119. 'displayMap' => '显示图谱',
  120. 'hiddenMap' => '隐藏图谱',
  121. 'setDeclarationCenter' => '设置报单中心',
  122. 'cancelDeclarationCenter' => '取消报单中心',
  123. 'userActivation' => '会员激活',
  124. 'userLocking' => '会员锁定',
  125. 'modifyUserInfo' => '修改会员资料',
  126. 'editAdmin' => '编辑管理员',
  127. 'applyRemoveNetwork' => '申请移网',
  128. 'approveRemoveNetwork' => '审核通过移网',
  129. 'resetPasswords' => '重置密码',
  130. 'cancellationSystem' => '撤销体系',
  131. 'addSystem' => '添加体系',
  132. 'editSystem' => '编辑体系',
  133. 'recoverySystem' => '恢复体系',
  134. 'systemLog' => '系统日志',
  135. 'call' => '调用',
  136. 'beCcalled' => '被调用',
  137. 'userOperatingLog' => '会员操作日志',
  138. 'enableDisableAutomaticWithdrawal' => '开启关闭自动提现',
  139. 'enableDisableReSalesSMSReminder' => '开启关闭复销短信提醒',
  140. 'memberTransfer' => '会员转账',
  141. 'memberWithdrawalApplication' => '会员提现申请',
  142. 'memberModificationInformation' => '会员修改资料',
  143. 'modifyMasterPoint' => '修改主点位',
  144. 'periodNumber' => '期数',
  145. #Ad
  146. 'AdAddedSuccessfully' => '广告添加成功',
  147. 'EditAdSuccessfully' => '广告编辑成功',
  148. #Article
  149. 'articleNotExists' => '文章不存在',
  150. #File
  151. 'mallManagement' => '商城管理',
  152. 'memberManagement' => '会员管理',
  153. 'networkChart' => '网络图谱',
  154. 'resaleManagement' => '复销管理',
  155. 'bonusManagement' => '奖金管理',
  156. 'financialManagement' => '财务管理',
  157. # 公用
  158. 'amountUnit' => '元',
  159. 'sceneDoesNotExist' => '场景不存在',
  160. 'memberDoesNotExist' => '会员不存在',
  161. 'mustSelectOneItemToDelete' => '必须选择一条删除数据',
  162. 'dataNotExists' => '数据不存在',
  163. 'startExporting'=> '导出开始,请到文件管理-导出文件查看',
  164. 'incorrectDateFormat' => '日期筛选格式不对',
  165. 'notConnection' => '长时间未操作',
  166. 'deleteFailed' => '删除失败',
  167. 'deleteSuccessfully' => '删除成功',
  168. 'quickLoginCanNotOperate' => '快速登录的会员无法进行任何操作',
  169. 'selectAtLeastOne' => '必须选择一条数据',
  170. 'failed' => '失败',
  171. 'successfully' => '成功',
  172. 'createAt' => '创建时间',
  173. 'updateAt' => '更新时间',
  174. 'deletedAt' => '删除时间',
  175. 'status' => '状态',
  176. 'state' => '状态',
  177. 'sort' => '排序',
  178. 'deleted' => '是否删除',
  179. 'illegalRequest' => '非法请求',
  180. 'invalidParameter' => '无效参数',
  181. 'dataDoesNotExists' => '数据不存在',
  182. 'operationAdministrator' => '操作管理员',
  183. 'levelBeforeModification' => '修改前级别',
  184. 'modifiedLevel' => '修改后级别',
  185. # 会员
  186. 'memberCode' => '会员编号',
  187. 'memberName' => '会员名字',
  188. 'memberAddress' => '收货地址',
  189. 'loginStatus' => '登录状态',
  190. 'allowLogin' => '允许登录',
  191. 'prohibitLogin' => '禁止登录',
  192. 'activate' => '激活',
  193. 'lock' => '锁定',
  194. 'filterAllowLogin' => '筛选允许登录',
  195. 'bankName' => '银行名称',
  196. 'bankCode' => '银行代码',
  197. 'bankAccountNumber' => '银行帐号',
  198. 'admin' => '操作人',
  199. 'minCharge' => '最低手续费',
  200. 'maxCharge' => '最高手续费',
  201. 'chargeRate' => '手续费比例',
  202. 'updater' => '更新人',
  203. 'userName' => '帐号',
  204. 'passwordHash' => '登录密码',
  205. 'payPassword' => '支付密码',
  206. 'nation' => '民族',
  207. 'realName' => '姓名',
  208. 'IDCard' => '身份证号',
  209. 'IDType' => '证件类型',
  210. 'mobile' => '手机号',
  211. 'address' => '身份证地址',
  212. 'IDImage' => '证件图片',
  213. 'openBank' => '开户行',
  214. 'bankAddress' => '银行地址',
  215. 'bankNo' => '银行卡号',
  216. 'bankProvince' => '银行省份',
  217. 'bankCity' => '银行城市',
  218. 'bankCounty' => '银行县区',
  219. 'spouseName' => '配偶姓名',
  220. 'spouseIDCard' => '配偶证件号',
  221. 'decClosed' => '是否关闭报单功能',
  222. 'decClosedAt' => '关闭时间',
  223. 'decLv' => '报单级别',
  224. 'empLv' => '聘级',
  225. 'crownLv' => '星级',
  226. 'province' => '省份',
  227. 'city' => '城市',
  228. 'county' => '县区',
  229. 'tel' => '座机',
  230. 'subComID' => '子公司ID',
  231. 'avatar' => '头像',
  232. 'isDec' => '是否为报单中心',
  233. 'isAtlas' => '是否显示图谱',
  234. 'isRecharge' => '是否显示充值',
  235. 'DEC_ID' => '报单中心ID',
  236. 'birthday' => '生日',
  237. 'decRoleID' => '报单中心级别',
  238. 'periodAt' => '期数',
  239. 'decProvince' => '报单中心所属的省份',
  240. 'decCity' => '报单中心所属的城市',
  241. 'decCounty' => '报单中心所属的县区',
  242. 'isUnion' => '是否为点位合作',
  243. 'statusAt' => '状态更改时间',
  244. 'verified' => '是否认证',
  245. 'verifiedAt' => '认证时间',
  246. 'notOperating' => '不运作',
  247. 'regFrom' => '注册类型',
  248. 'IDCardPrefix' => '身份证前缀',
  249. 'sex' => '性别',
  250. 'decAccountOld' => '老系统中的报单中心编号',
  251. 'bankUpdatedAt' => '银行信息更新时间',
  252. 'isDirectSeller' => '是否为直销员',
  253. 'decLvUpdatedAt' => '报单级别更新时间',
  254. 'decLvUpdatedPeriod' => '报单级别更新期数',
  255. 'decAddress' => '报单中心详细地址',
  256. 'decPhone' => '报单中心电话',
  257. 'guarantor' => '担保人编号',
  258. 'guarantorName' => '担保人姓名',
  259. 'partFuncClosed' => '部分功能开启',
  260. 'lastDecLvUpdatedPeriod' => '上次报单级别更新期数',
  261. 'userCreator' => '创建人',
  262. 'userUpdater' => '修改人',
  263. 'lastDecLvUpdatedAt' => '上次报单级别更新时间',
  264. 'decCreatedAt' => '成为报单中心时间',
  265. 'partFuncClosedRemark' => '部分功能关闭原因',
  266. 'decCreatedPeriod' => '成为报单中心期数',
  267. 'passwordChanged' => '是否修改过密码',
  268. 'subComLeader' => '是否为分公司领导',
  269. 'zgUpgradePv' => '增购升级PV',
  270. 'appClientID' => 'APP设备ID',
  271. 'readAgreement' => '已读协议',
  272. 'lastDecLv' => '上次的报单级别',
  273. 'bonusAppClientID' => '结算APP设备ID',
  274. 'isFirstOpen' => '首次开通',
  275. 'isModifyPassword' => '是否修改密码',
  276. 'isStudio' => '是否是工作室',
  277. 'email' => '电子邮箱',
  278. 'moveMember' => '移动的会员',
  279. 'moveMemberName' => '移动的会员名字',
  280. 'uperCodeBeforeMoving' => '移动前接点',
  281. 'uperCodeAfterMoving' => '移动后接点',
  282. 'typeOfMoving' => '移网类型',
  283. 'position' => '移动到位置',
  284. 'periodOfMoving' => '移动时的期数',
  285. 'whetherToMove' => '是否正在移动',
  286. 'percentage' => '移动百分比',
  287. 'AdministratorOfMoving' => '移网管理员',
  288. // 'joiningDate' => '加入日期',
  289. // 'joiningPeriod' => '加入期数',
  290. 'currentMemberLevel' => '实时会员级别',
  291. 'currentAdjustmentDate' => '实时调整日期',
  292. // 'PCMemberLevel' => '结算时会员级别',
  293. 'highestDirector' => '最高管理星级',
  294. // 'latestDirector' => '最新管理星级',
  295. 'highestCrown' => '最高皇冠星级',
  296. // 'latestCrown' => '最新皇冠星级',
  297. 'recommendationNo' => '推荐编号',
  298. 'recommendedName' => '推荐姓名',
  299. 'placementNo' => '安置编号',
  300. 'placementName' => '安置姓名',
  301. 'resettlementArea' => '安置区域',
  302. // 'phoneNumber' => '手机号码',
  303. // 'alternatePhoneNumber' => '备用手机号码',
  304. 'stockistCode' => '所属报单中心编号',
  305. // 'whetherStockist' => '是否报单中心',
  306. 'stockistOrNot' => '是否报单中心',
  307. 'whetherChartDisplay' => '是否显示图谱',
  308. 'whetherRechargeDisplay' => '是否显示充值',
  309. 'stockistLevel' => '报单中心级别',
  310. 'commonAddress' => '常用地址',
  311. 'enableTransfer' => '转账功能开启',
  312. 'activeStatus' => '激活状态',
  313. 'locking' => '锁定中',
  314. 'activation' => '已激活',
  315. 'on' => '开启',
  316. 'off' => '关闭',
  317. 'administratorOfReviewing' => '审核管理员',
  318. 'reviewTime' => '审核时间',
  319. 'I.Market' => '一市场',
  320. 'II.Market' => '二市场',
  321. # 网络
  322. 'placementNetwork' => '安置网络',
  323. 'sponsorNetwork' => '开拓网络',
  324. 'typeError' => '类型错误',
  325. 'contentError' => '内容错误',
  326. 'hideSuccessfully' => '隐藏成功',
  327. 'UnhideSuccessfully' => '取消隐藏成功',
  328. /**【以下内容为会员端词条,如果管理端有相同词条,移入分割线之上使用即可,翻译完全部项目之后删除以下内容】
  329. * 会员端翻译:Yii::t('app', 'addressId')
  330. * 管理端翻译:Yii::t('ctx', 'addressId')
  331. */
  332. # 商城
  333. 'addressId' => '收货地址',
  334. 'orderCode' => '订单号',
  335. 'orderDetail' => '订单详情',
  336. 'productCode' => '商品编号',
  337. 'productName' => '商品名字',
  338. 'productPrice' => '商品价格',
  339. 'qty' => '数量',
  340. 'taxRate' => '税率',
  341. 'totalTax' => '数额总计',
  342. 'totalAmount' => '总金额',
  343. 'total' => '总计',
  344. 'signature' => '签名',
  345. 'date' => '日期',
  346. 'accountBalance' => '账户余额',
  347. 'travelBonus' => '旅游积分',
  348. 'carFund' => '车奖积分',
  349. 'villaFund' => '房奖积分',
  350. 'reconsumeSuccessfully' => '帮会员复消成功',
  351. 'reconsume' => '帮会员复销',
  352. 'reconsumeRemark' => '复销备注',
  353. 'standardProducts' => '普通商品列表',
  354. 'carFundProducts' => '车奖积分商品',
  355. 'villaFundProducts' => '房奖积分商品',
  356. 'travelFundProducts' => '旅游积分商品',
  357. 'insufficientInventory' => '库存不足',
  358. 'soldOut' => '已下架',
  359. 'productsDoesNotExists' => '商品不存在',
  360. 'cashDoesNotAdequate' => '余额不足,无法购买商品',
  361. 'exchangePointDoesNotAdequate' => '兑换积分不足,无法购买商品',
  362. 'travelPointDoesNotAdequate' => '旅游积分不足,无法购买商品',
  363. 'carFundPointDoesNotAdequate' => '车奖积分不足,无法购买商品',
  364. 'villaPointDoesNotAdequate' => '房奖积分不足,无法购买商品',
  365. 'paymentInfoDoesNotExists' => '支付信息不存在',
  366. 'payAmountNotEqualOrderAmount' => '支付金额与订单金额不符',
  367. 'orderSn' => '订单号',
  368. 'expressCompany' => '快递公司',
  369. 'orderTrackNo' => '快递单号',
  370. 'remark' => '备注',
  371. 'orderType' => '订单类型',
  372. 'payType' => '支付方式',
  373. 'productID' => '商品ID',
  374. 'quantity' => '商品数量',
  375. 'repeatSalesMemberNo' => '复消会员编号',
  376. 'consignee' => '收货人',
  377. 'acceptMobile' => '收货电话',
  378. 'lgaName' => '地域',
  379. 'cityName' => '城市',
  380. 'detailAddress' => '详细地址',
  381. 'shippingAddress' => '收货地址',
  382. 'orderDoesNotExist' => '订单不存在',
  383. 'orderHasBeenCancelCanNotDeliver ' => '订单已取消不能发货',
  384. 'orderHasBeenDeleteCanNotDeliver' => '订单已删除不能发货',
  385. 'orderPayStatusDoesNotSupportRefund' => '订单状态支付状态不支持退款',
  386. 'orderLogisticsStatusDoesNotSupportRefund' => '订单物流状态不支持退款',
  387. 'orderPayTypeDoesNotSupportRefund' => '订单支付方式不支持退款',
  388. 'paymentPasswordError' => '支付密码不正确',
  389. 'shippingDoesNotExist' => '收货地址不存在',
  390. 'payTypeError' => '支付方式错误',
  391. 'orderCanNotHasMoreClassification' => '订单不能包含多种商品分类',
  392. 'shopGoodClassificationError' => '商品分类错误',
  393. 'orderStatusTypeError' => '订单状态类型错误',
  394. 'orderStatusDoesNotChange' => '订单状态没有改变',
  395. 'orderHasBeenLogisticsStatusDoesNotChangedUnpaid' => '订单已经进入物流状态不能改为未支付',
  396. 'orderHasBeenInvalidCanNotProcess' => '订单已失效不能处理',
  397. 'orderCanNotBeenChangedLogistics' => '订单不能单独处理为物流状态',
  398. 'orderHasBeenFinishedCanNotCancel' => '订单已完成不能取消',
  399. 'orderHasBeenDeletedCanNotCancel' => '订单已删除不能取消',
  400. 'orderHasBeenFinishedCanNotDelete' => '订单已完成不能删除',
  401. 'flowTypeError' => '流水类型错误',
  402. 'flowCreateError' => '流水产生错误',
  403. 'doesNotYourSubMemberCanNotReconsume' => '不是您的伞下会员,不能为其复消',
  404. 'orderCanNotContainMultipleProductCategories' => '订单不能包含多种商品分类',
  405. 'dataFormatError' => '数据格式错误',
  406. # 会员
  407. 'fillingUpOfADeficit' => '补差额',
  408. 'fullPayment' => '全额',
  409. 'personalDataModifiedSuccessfully' => '个人资料修改成功',
  410. 'passwordModifiedSuccessfully' => '密码修改成功',
  411. 'theFunctionIsNotAvailable' => '功能暂未开放',
  412. 'inactiveUser' => '非激活用户,请联系客服',
  413. 'checkPerformance' => '请联系客服人员核对业绩',
  414. 'checkPerformanceOfUpgradedMember' => '请联系客服人员核对升级会员业绩',
  415. 'memberNumberExpired' => '会员编号过期',
  416. 'memberNumberDoesNotConformTo' => '会员编号不符合',
  417. 'failedToGenerateMemberNumber' => '会员编号生成失败',
  418. 'memberNumberDoesNotExist' => '会员编号不存在',
  419. 'repeatSalesMemberNoDoesNotExist' => '复消会员编号不存在',
  420. 'memberDoesNotInSamePlacementNetwork' => '会员与当前用户不再同一安置网络内',
  421. 'viewSubMembersMost' => '最多查看会员的前20层子会员',
  422. 'upgradeMethodIncorrect' => '升级方式不正确,请联系客服人员',
  423. 'originalLoginPasswordError' => '原登录密码错误',
  424. 'originalPaymentPasswordError' => '原支付密码错误',
  425. 'userNameNotExists' => '不存在的用户名',
  426. 'pleaseSelectUpgradeLevel' => '请选择升级级别',
  427. 'totalPVLessThan' => '总PV不能小于所选级别PV',
  428. 'totalPvExceedPv' => '总PV不能超过已选级别下一个级别的PV值',
  429. 'deliveryTemporarilyNotSupported' => '地区暂时不支持配送,具体联系客服',
  430. 'applicantCashShort' => '报单人现金不足,无法完成报单',
  431. 'failedToUpgrade' => '为会员升级失败',
  432. 'bulkDeclarationNotSames' => '批量报单会员必须是同一身份证',
  433. 'reportFormatIncorrect' => '报单数据格式错误',
  434. 'memberNumberCanNotContainChineseCharacters' => '会员编号中不能含有汉字',
  435. 'pleaseSelectTheEntryLevel' => '请选择报单级别',
  436. 'totalBVCanNotLessThanSelectedBV' => '自选商品总BV不能小于所选报单级别BV',
  437. 'totalBVCanNotLessThanNextSelectedLevelBV' => '自选商品总BV不能超过已选级别下一个级别的BV值',
  438. 'incorrectEntryType' => '报单类型错误',
  439. 'MembershipNumberFilledInitialPurchase' => '首购必须填写加入会员编号',
  440. 'fillTheInstructorNumberTheMember' => '首购必须填写加入会员的指导老师编号',
  441. 'sponsorNumberMustBeFilled' => '首购必须填写加入会员的开拓人编号',
  442. 'beFilledTheMarketMember' => '首购必须填写加入会员的市场',
  443. 'pleaseSelectMarket' => '请选择市场',
  444. 'stockistDoesNotExist' => '报单中心不存在',
  445. 'newMemberDoesNotExist' => '新加入的会员不存在',
  446. 'membersResellingBalancePayment' => '会员复销余额支付',
  447. 'membersExchangePointPayment' => '会员复销积分兑换',
  448. 'brandAmbassadorUpgradeError' => 'BA会员升级错误',
  449. 'changeUserStatusError' => '修改会员状态错误',
  450. # 奖金
  451. 'memberBonus' => '会员奖金',
  452. 'memberEcoin' => '会员余额',
  453. 'carPoints' => '车奖积分',
  454. 'villaPoints' => '房奖积分',
  455. 'increase' => '增加',
  456. 'reduce' => '减少',
  457. 'cannotViewThisPeriod' => '该期不能查看',
  458. 'bonusRecordDoesNotExists' => '当期无奖金记录',
  459. 'pleaseSelectThePeriod' => '请选择期数',
  460. 'withdrawalApplicationHasBeenSubmitted' => '提现申请已提交,请等待审核',
  461. 'withdrawHasBeenBacked' => '提现已退回',
  462. 'withdrawDoesNotAllowedOfAuthentication' => '未实名验证无法提现',
  463. 'withdrawDoesNotAllowedOfSubsidiaryMember' => '附属会员无法提现',
  464. 'autoWithdrawHasBeenOpened' => '已开启自动提现,如需手动提现请关闭自动提现',
  465. 'withdrawNotAllowOfDate' => '未到提现日期,请在每月挂网后第一周申请提现',
  466. 'withdrawAllowOnceOfMonth' => '提现失败,每月只可以提现一次',
  467. 'withdrawRecordHasNotVerify' => '提现失败,您存在未审核的提现记录',
  468. 'notionalPoolingAmountFinished' => '归集完成,归集金额',
  469. 'withdrawDoesNotUploadInvoice' => '该提现记录无法上传发票',
  470. 'transferDoesNotAllowedOfAuthentication' => '未实名验证无法转账',
  471. 'transferDoesNotAllowed' => '不允许转账',
  472. 'transferDoesNotOpen' => '转账功能未启用',
  473. 'transferTypeDoesNotExists' => '没有可用的转账类型',
  474. 'rechargeApplicationHasBeenSubmitted' => '充值申请已提交,请等待审核',
  475. 'whetherStockist' => '是否报单中心',
  476. 'travelIncentive' => '旅游积分',
  477. 'carIncentive' => '车积分',
  478. 'villaIncentive' => '房积分',
  479. 'joiningPeriod' => '加入期数',
  480. 'phoneNumber' => '手机号码',
  481. 'alternatePhoneNumber' => '备用手机号码',
  482. 'requirePeriods' => '请填写期数',
  483. 'requireMemberNumber' => '请填写会员编号',
  484. 'payCycle' => '结算期数',
  485. 'PCMemberLevel' => '结算时会员级别',
  486. 'latestDirector' => '结算时会员最新管理星级',
  487. 'latestCrown' => '结算时会员最新皇冠星级',
  488. 'joiningDate' => '加入时间',
  489. 'sponsorNo' => '开拓者编号',
  490. 'sponsorName' => '开拓者姓名',
  491. 'superiorCode' => '上级编号',
  492. 'superiorName' => '上级姓名',
  493. 'welcomeBonus' => '销售奖金',
  494. 'teamBonus' => '绩效奖金',
  495. 'uncappedTeamBonus' => '绩效奖未封顶金额',
  496. 'directorBonus' => '管理奖/蓝星奖',
  497. 'stockistCommission' => '服务奖',
  498. 'quarterlyBonus' => '季度分红',
  499. 'actualBonus' => '实发奖金',
  500. 'totalBonus' => '总奖金',
  501. 'totalRevenue' => '总收入',
  502. 'bonusMonth' => '结算月',
  503. 'superiorNumber' => '上级编号',
  504. 'oneNewMarketPerformance' => '一市场新增业绩',
  505. 'twoNewMarketPerformance' => '二市场新增业绩',
  506. 'oneMarketBalancePerformance' => '一市场结余业绩',
  507. 'twoMarketBalancePerformance' => '二市场结余业绩',
  508. 'managementAward' => '管理奖',
  509. 'bonusDate' => '结算时间',
  510. 'transactionType' => '交易类型',
  511. 'memberLevel' => '会员级别',
  512. 'balanceBeforeTransaction' => '交易前余额',
  513. 'debitCredit' => '交易额',
  514. 'newBalance' => '交易后余额',
  515. 'serialNumber' => '流水号',
  516. 'rank' => '聘级',
  517. 'personalPerformance' => '个人业绩',
  518. 'remainderLeftLeg' => '一市场剩余业绩',
  519. 'remainderRightLeg' => '二市场剩余业绩',
  520. 'cumulativeTeamPerformance' => '累计团队业绩',
  521. 'salesNo' => '业绩单编号',
  522. 'saleType' => '业绩单类型',
  523. 'saleStatus' => '业绩单状态',
  524. 'sponsorNoAtSettlement' => '结算时开拓者编号',
  525. 'sponsorNameAtSettlement' => '结算时开拓者姓名',
  526. 'entryBV' => '报单BV',
  527. 'entryAmount' => '报单金额',
  528. 'entryNo' => '报单编号',
  529. 'orderSource' => 'Order Source',
  530. 'reviewed' => '已审核',
  531. 'wastedisposal' => '置废',
  532. 'whetherActive' => '是否活跃',
  533. 'yes' => '是',
  534. 'no' => '否',
  535. 'declarationPerformance' => '报单业绩',
  536. 'cancellationPerformance' => '复消业绩',
  537. 'LNewMarketPerformance' => '一市场新增业绩',
  538. 'LNewPerformanceOfMarketEntry' => '一市场报单新增业绩',
  539. 'LNewPerformanceOfMarketReCancellation' => '一市场复消新增业绩',
  540. 'RNewMarketPerformance' => '二市场新增业绩',
  541. 'RNewPerformanceOfMarketEntry' => '二市场报单新增业绩',
  542. 'RNewPerformanceOfMarketReCancellation' => '二市场复消新增业绩',
  543. 'LMarketBalancePerformance' => '一市场结余业绩',
  544. 'RMarketBalancePerformance' => '二市场结余业绩',
  545. 'LMarketEntryBalancePerformance' => '一市场报单结余业绩',
  546. 'RMarketEntryBalancePerformance' => '二市场报单结余业绩',
  547. 'LMarketReconditioningBalancePerformance' => '一市场复消结余业绩',
  548. 'RMarketReCancellationBalancePerformance' => '二市场复消结余业绩',
  549. 'teamPerformance' => '团队业绩',
  550. 'recommenderNo' => '推荐人编号',
  551. 'recommenderName' => '推荐人姓名',
  552. 'directorRank' => '结算时会员聘级',
  553. 'directorPGSPerformance' => '管理奖个人小组业绩',
  554. 'LNewMarketEntryPerformance' => '一市场新增报单业绩',
  555. 'RNewMarketEntryPerformance' => '二市场新增报单业绩',
  556. 'LMarketMonthlyRemainingDeclarationPerformance' => '一市场月剩余报单业绩',
  557. 'RMarketMonthlyRemainingDeclarationPerformance' => '二市场月剩余报单业绩',
  558. 'monthlyNewTeamPerformance' => '月新增团队业绩',
  559. 'monthlyCumulativeTeamPerformance' => '月累计团队业绩',
  560. # 设置
  561. 'autoWithdrawHasBeenClosed' => '开启关闭自动提现成功',
  562. 'closeMessageSendSuccessfully' => '开启关闭复销短信提醒成功',
  563. 'changeDefaultAddressFailed' => '更新默认地址失败',
  564. 'addShippingAddressSuccessfully' => '添加收货地址成功',
  565. 'updateUserConfigFailed' => '更新个人设置失败',
  566. 'isAutoWithdraw' => '是否自动提现',
  567. 'allowReconsumeSms' => '开启复销短信通知',
  568. 'pleaseAuthentication' => '请先实名认证',
  569. 'systemCloseAutoWithdraw' => '系统关闭了自动提现',
  570. 'systemCloseReconsumeSMSNotification' => '系统关闭了开启复销短信通知',
  571. 'openAutoWithdraw' => '开启关闭自动提现',
  572. 'updateUserSMSExpiredFailed' => '更新个人短信有效期失败',
  573. 'modeDoesNotExist' => '不存在此方式',
  574. # 首页
  575. 'pcOf' => 'PC of ',
  576. # 财务
  577. 'statueError' => 'Status error',
  578. 'notAllowedToTransferToYourself' => '不允许向自己转账',
  579. 'isCanWithdrawBack' => '提现退回已关闭',
  580. 'withdrawRecordDoesNotExist' => '符合退回的提现记录不存在',
  581. # 文章
  582. 'category' => '分类',
  583. 'title' => '标题',
  584. 'content' => '内容',
  585. 'articleDoesNotExist' => '文章不存在',
  586. # 登录
  587. 'refreshTokenFailed' => '刷新token失败',
  588. 'wrongTransactionType' => '错误的交易类型',
  589. 'accountDoesNotExist' => '账号不存在',
  590. 'memberNameOrPasswordIncorrect' => '用户名或密码错误',
  591. 'abnormalMemberCode' => '会员编号异常',
  592. 'memberNotActivated' => '会员未激活',
  593. 'memberHasBeenCancelled' => '会员已被注销',
  594. 'memberHasBeenBlacklisted' => '会员已被列入黑名单',
  595. 'memberHasBeenPermanentlySuspended' => '会员已被永久关停',
  596. 'memberPartOfFunctionClosed' => '会员部分功能关闭,无法登录.',
  597. 'memberAppDeviceInformationUpdateFailed' => '会员APP设备信息更新失败',
  598. ];