app.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <?php
  2. return [
  3. # 商城
  4. 'addressId' => 'Address',
  5. 'reconsume' => 'Reconsume',
  6. 'orderCode' => 'Order Code',
  7. 'orderDetail' => 'Order Detail',
  8. 'productCode' => 'Product Code',
  9. 'productName' => 'Product Name',
  10. 'productPrice' => 'Product Price',
  11. 'qty' => 'Qty',
  12. 'taxRate' => 'Tax Rate',
  13. 'totalTax' => 'Total Tax',
  14. 'totalAmount' => 'Total Amount',
  15. 'total' => 'Total',
  16. 'signature' => 'Signature',
  17. 'date' => 'Date',
  18. 'accountBalance' => 'Account Balance',
  19. 'travelBonus' => 'Travel Bonus',
  20. 'carFund' => 'Car Fund',
  21. 'villaFund' => 'Villa Fund',
  22. 'reconsumeSuccessfully' => '帮会员复消成功',
  23. 'reconsumeRemark' => '复销备注',
  24. 'standardProducts' => 'Standard Products',
  25. 'carFundProducts' => 'Car Fund Products',
  26. 'villaFundProducts' => 'Villa Fund Products',
  27. 'travelFundProducts' => 'Travel Fund Products',
  28. 'insufficientInventory' => 'Insufficient inventory',
  29. 'soldOut' => 'Sold out',
  30. 'productsDoesNotExists' => 'Products does not exists!',
  31. 'cashDoesNotAdequate' => '余额不足,无法购买商品',
  32. 'exchangePointDoesNotAdequate' => '兑换积分不足,无法购买商品',
  33. 'travelPointDoesNotAdequate' => '旅游积分不足,无法购买商品',
  34. 'carFundPointDoesNotAdequate' => '车奖积分不足,无法购买商品',
  35. 'villaPointDoesNotAdequate' => '房奖积分不足,无法购买商品',
  36. 'paymentInfoDoesNotExists' => '支付信息不存在',
  37. 'payAmountNotEqualOrderAmount' => '支付金额与订单金额不符',
  38. 'orderSn' => 'Order Code',
  39. 'expressCompany' => 'Express Company',
  40. 'orderTrackNo' => 'Track Code',
  41. 'remark' => 'Remark',
  42. 'orderType' => 'Order Type',
  43. 'payType' => 'Pay Type',
  44. 'productID' => 'Product ID',
  45. 'quantity' => 'Quantity',
  46. 'repeatSalesMemberNo' => 'UserName',
  47. 'consigneeNo' => 'Consignee',
  48. 'acceptMobile' => 'Accept Mobile',
  49. 'lgaName' => 'Lga Name',
  50. 'cityName' => 'City Name',
  51. 'detailAddress' => 'Address',
  52. 'shippingAddress' => 'shipping Address',
  53. 'orderDoesNotExist' => 'the order does not exist',
  54. 'orderHasBeenCancelCanNotDeliver ' => '订单已取消不能发货',
  55. 'orderHasBeenDeleteCanNotDeliver' => '订单已删除不能发货',
  56. 'orderPayStatusDoesNotSupportRefund' => '订单状态支付状态不支持退款',
  57. 'orderLogisticsStatusDoesNotSupportRefund' => '订单物流状态不支持退款',
  58. 'orderPayTypeDoesNotSupportRefund' => '订单支付方式不支持退款',
  59. 'paymentPasswordError' => 'The payment password is incorrect',
  60. 'shippingDoesNotExist' => 'the shipping address does not exist',
  61. 'payTypeError' => '支付方式错误',
  62. 'orderCanNotHasMoreClassification' => '订单不能包含多种商品分类',
  63. 'shopGoodClassificationError' => '商品分类错误',
  64. 'orderStatusTypeError' => '订单状态类型错误',
  65. 'orderStatusDoesNotChange' => '订单状态没有改变',
  66. 'orderHasBeenLogisticsStatusDoesNotChangedUnpaid' => '订单已经进入物流状态不能改为未支付',
  67. 'orderHasBeenInvalidCanNotProcess' => '订单已失效不能处理',
  68. 'orderCanNotBeenChangedLogistics' => '订单不能单独处理为物流状态',
  69. 'orderHasBeenFinishedCanNotCancel' => '订单已完成不能取消',
  70. 'orderHasBeenDeletedCanNotCancel' => '订单已删除不能取消',
  71. 'orderHasBeenFinishedCanNotDelete' => '订单已完成不能删除',
  72. 'flowTypeError' => '流水类型错误',
  73. 'flowCreateError' => '流水产生错误',
  74. 'doesNotYourSubMemberCanNotReconsume' => '不是您的伞下会员,不能为其复消',
  75. 'membersResellingBalancePayment' => 'Members reselling balance payment',
  76. 'membersExchangePointPayment' => '会员复销积分兑换',
  77. 'orderCanNotContainMultipleProductCategories' => 'Order cannot contain multiple product categories',
  78. # 会员
  79. 'memberCode' => 'Member Code',
  80. 'memberName' => 'Member Name',
  81. 'memberAddress' => 'Member Address',
  82. 'memberPhone' => 'Member Phone',
  83. 'bankName' => 'Bank Name',
  84. 'bankCode' => 'Bank Code',
  85. 'admin' => 'Admin',
  86. 'minCharge' => 'Min Charge',
  87. 'maxCharge' => 'Max Charge',
  88. 'chargeRate' => 'Charge Rate',
  89. 'updater' => 'Updater',
  90. 'userName' => 'USER_NAME',
  91. 'passwordHash' => 'PASSWORD_HASH',
  92. 'payPassword' => 'PAY_PASSWORD',
  93. 'nation' => 'NATION',
  94. 'realName' => 'REAL_NAME',
  95. 'IDCard' => 'ID_CARD',
  96. 'IDType' => 'ID_TYPE',
  97. 'mobile' => 'MOBILE',
  98. 'address' => 'ADDRESS',
  99. 'IDImage' => 'ID_IMAGE',
  100. 'openBank' => 'OPEN_BANK',
  101. 'bankAddress' => 'BANK_ADDRESS',
  102. 'bankNo' => 'BANK_NO',
  103. 'bankProvince' => 'BANK_PROVINCE',
  104. 'bankCity' => 'BANK_CITY',
  105. 'bankCounty' => 'BANK_COUNTY',
  106. 'spouseName' => 'SPOUSE_NAME',
  107. 'spouseIDCard' => 'SPOUSE_IDCARD',
  108. 'decClosed' => 'DEC_CLOSED',
  109. 'decClosedAt' => 'DEC_CLOSED_AT',
  110. 'decLv' => 'DEC_LV',
  111. 'empLv' => 'EMP_LV',
  112. 'crownLv' => 'CROWN_LV',
  113. 'province' => 'PROVINCE',
  114. 'city' => 'CITY',
  115. 'county' => 'COUNTY',
  116. 'tel' => 'TEL',
  117. 'subComID' => 'SUB_COM_ID',
  118. 'avatar' => 'AVATAR',
  119. 'isDec' => 'IS_DEC',
  120. 'isAtlas' => 'IS_ATLAS',
  121. 'isRecharge' => 'IS_RECHARGE',
  122. 'DEC_ID' => 'DEC_ID',
  123. 'birthday' => 'BIRTHDAY',
  124. 'decRoleID' => 'DEC_ROLE_ID',
  125. 'periodAt' => 'PERIOD_AT',
  126. 'decProvince' => 'DEC_PROVINCE',
  127. 'decCity' => 'DEC_CITY',
  128. 'decCounty' => 'DEC_COUNTY',
  129. 'isUnion' => 'IS_UNION',
  130. 'statusAt' => 'STATUS_AT',
  131. 'verified' => 'VERIFIED',
  132. 'verifiedAt' => 'VERIFIED_AT',
  133. 'allowLogin' => 'ALLOW_LOGIN',
  134. 'notOperating' => 'NOT_OPERATING',
  135. 'regFrom' => 'REG_FROM',
  136. 'IDCardPrefix' => 'ID_CARD_PREFIX',
  137. 'sex' => 'SEX',
  138. 'decAccountOld' => 'DEC_ACCOUNT_OLD',
  139. 'bankUpdatedAt' => 'BANK_UPDATED_AT',
  140. 'isDirectSeller' => 'IS_DIRECT_SELLER',
  141. 'decLvUpdatedAt' => 'DEC_LV_UPDATED_AT',
  142. 'decLvUpdatedPeriod' => 'DEC_LV_UPDATED_PERIOD',
  143. 'decAddress' => 'DEC_ADDRESS',
  144. 'decPhone' => 'DEC_PHONE',
  145. 'guarantor' => 'GUARANTOR',
  146. 'guarantorName' => 'GUARANTOR_NAME',
  147. 'partFuncClosed' => 'PART_FUNC_CLOSED',
  148. 'lastDecLvUpdatedPeriod' => 'LAST_DEC_LV_UPDATED_PERIOD',
  149. 'userCreator' => 'USER_CREATOR',
  150. 'userUpdater' => 'USER_UPDATER',
  151. 'lastDecLvUpdatedAt' => 'LAST_DEC_LV_UPDATED_AT',
  152. 'decCreatedAt' => 'DEC_CREATED_AT',
  153. 'partFuncClosedRemark' => 'PART_FUNC_CLOSED_REMARK',
  154. 'decCreatedPeriod' => 'DEC_CREATED_PERIOD',
  155. 'passwordChanged' => 'PASSWORD_CHANGED',
  156. 'subComLeader' => 'SUB_COM_LEADER',
  157. 'zgUpgradePv' => 'ZG_UPGRADE_PV',
  158. 'appClientID' => 'APP_CLIENT_ID',
  159. 'readAgreement' => 'READ_AGREEMENT',
  160. 'lastDecLv' => 'LAST_DEC_LV',
  161. 'bonusAppClientID' => 'BONUS_APP_CLIENT_ID',
  162. 'isFirstOpen' => 'IS_FIRST_OPEN',
  163. 'isModifyPassword' => 'IS_MODIFY_PASSWORD',
  164. 'isStudio' => 'IS_STUDIO',
  165. 'email' => 'EMAIL',
  166. 'fillingUpOfADeficit' => 'filling up of a deficit',
  167. 'fullPayment' => 'full payment',
  168. 'personalDataModifiedSuccessfully' => 'Personal data modified successfully',
  169. 'passwordModifiedSuccessfully' => 'Password modified successfully',
  170. 'theFunctionIsNotAvailable' => 'The function is not available',
  171. 'inactiveUser' => 'Inactive user. Please contact customer service.',
  172. 'checkPerformance' => 'Please contact customer service to check performance.',
  173. 'checkPerformanceOfUpgradedMember' => 'Please contact the customer service personnel to check the performance of upgraded members',
  174. 'memberNumberExpired' => 'Member number expired',
  175. 'memberNumberDoesNotConformTo' => 'Member number does not conform to',
  176. 'failedToGenerateMemberNumber' => 'Failed to generate member number',
  177. 'memberNumberDoesNotExist' => 'Member number does not exist',
  178. 'repeatSalesMemberNoDoesNotExist' => 'Repeat sales Member No. does not exist',
  179. 'memberDoesNotExist' => 'Member does not exist',
  180. 'memberDoesNotInSamePlacementNetwork' => 'The member is not in the same placement network as the current user',
  181. 'viewSubMembersMost' => 'View the top 20 sub members of the member at most',
  182. 'upgradeMethodIncorrect' => 'The upgrade method is incorrect. Please contact the customer service personnel',
  183. 'originalLoginPasswordError' => 'Original login password error',
  184. 'originalPaymentPasswordError' => 'Original payment password error',
  185. 'userNameNotExists' => 'Nonexistent user name',
  186. 'pleaseSelectUpgradeLevel' => 'Please select upgrade level',
  187. 'totalPVLessThan' => 'Total PV cannot be less than the selected level PV',
  188. 'totalPvExceedPv' => 'The total PV cannot exceed the PV value of the next level under the selected level',
  189. 'deliveryTemporarilyNotSupported' => 'Delivery is temporarily not supported in the region. Contact customer service for details',
  190. 'applicantCashShort' => 'The applicant is short of cash and cannot complete the declaration',
  191. 'failedToUpgrade' => 'Failed to upgrade for member',
  192. 'bulkDeclarationNotSames' => 'Bulk declaration member must be the same member',
  193. 'reportFormatIncorrect' => 'The format of the report data is incorrect',
  194. 'memberNumberCanNotContainChineseCharacters' => 'Member number cannot contain Chinese characters',
  195. 'pleaseSelectTheEntryLevel' => 'Please select the entry level',
  196. 'totalBVCanNotLessThanSelectedBV' => 'The total BV of self selected goods cannot be less than the BV of the selected entry level',
  197. 'totalBVCanNotLessThanNextSelectedLevelBV' => 'The total BV of self selected goods cannot exceed the BV value of the next level under the selected level',
  198. 'incorrectEntryType' => 'Incorrect entry type',
  199. 'MembershipNumberFilledInitialPurchase' => 'Membership number must be filled in for initial purchase',
  200. 'fillTheInstructorNumberTheMember' => 'For the first purchase, you must fill in the instructor number of the member',
  201. 'sponsorNumberMustBeFilled' => 'For the first purchase, the Sponsor number of the member must be filled in',
  202. 'beFilledTheMarketMember' => 'The first purchase must be filled in the market of the member',
  203. 'pleaseSelectMarket' => 'Please select a market',
  204. 'stockistDoesNotExist' => 'Stockist does not exist',
  205. 'newMemberDoesNotExist' => 'New member does not exist',
  206. 'brandAmbassadorUpgradeError' => 'Brand Ambassador upgrade error',
  207. 'changeUserStatusError' => 'change user status error',
  208. 'dataFormatError' => 'Data format error',
  209. # 奖金
  210. 'memberBonus' => 'Member Bonus',
  211. 'memberEcoin' => 'Member Ecoin',
  212. 'carPoints' => 'Car Points',
  213. 'villaPoints' => 'Villa Points',
  214. 'increase' => 'increase',
  215. 'reduce' => 'reduce',
  216. 'cannotViewThisPeriod' => 'Cannot view this period',
  217. 'bonusRecordDoesNotExists' => 'The bonus record does not exists of this period',
  218. 'pleaseSelectThePeriod' => 'Please select the period',
  219. 'withdrawalApplicationHasBeenSubmitted' => 'Withdrawal application has been submitted, please wait for review.',
  220. 'withdrawHasBeenBacked' => 'Withdraw has been backed',
  221. 'withdrawDoesNotAllowedOfAuthentication' => '未实名验证无法提现',
  222. 'withdrawDoesNotAllowedOfSubsidiaryMember' => '附属会员无法提现',
  223. 'autoWithdrawHasBeenOpened' => '已开启自动提现,如需手动提现请关闭自动提现',
  224. 'withdrawNotAllowOfDate' => '未到提现日期,请在每月挂网后第一周申请提现',
  225. 'withdrawAllowOnceOfMonth' => '提现失败,每月只可以提现一次',
  226. 'withdrawRecordHasNotVerify' => '提现失败,您存在未审核的提现记录',
  227. 'notionalPoolingAmountFinished' => '归集完成,归集金额',
  228. 'withdrawDoesNotUploadInvoice' => '该提现记录无法上传发票',
  229. 'transferDoesNotAllowedOfAuthentication' => '未实名验证无法转账',
  230. 'transferDoesNotAllowed' => '不允许转账',
  231. 'transferDoesNotOpen' => '转账功能未启用',
  232. 'transferTypeDoesNotExists' => '没有可用的转账类型',
  233. 'rechargeApplicationHasBeenSubmitted' => 'Recharge application has been submitted, please wait for review.',
  234. # 设置
  235. 'autoWithdrawHasBeenClosed' => '开启关闭自动提现成功',
  236. 'closeMessageSendSuccessfully' => '开启关闭复销短信提醒成功',
  237. 'changeDefaultAddressFailed' => '更新默认地址失败',
  238. 'addShippingAddressSuccessfully' => '添加收货地址成功',
  239. 'updateUserConfigFailed' => '更新个人设置失败',
  240. 'isAutoWithdraw' => '是否自动提现',
  241. 'allowReconsumeSms' => '开启复销短信通知',
  242. 'pleaseAuthentication' => '请先实名认证',
  243. 'systemCloseAutoWithdraw' => '系统关闭了自动提现',
  244. 'systemCloseReconsumeSMSNotification' => '系统关闭了开启复销短信通知',
  245. 'openAutoWithdraw' => '开启关闭自动提现',
  246. 'updateUserSMSExpiredFailed' => '更新个人短信有效期失败',
  247. 'modeDoesNotExist' => '不存在此方式',
  248. # 首页
  249. 'pcOf' => 'PC of ',
  250. # 财务
  251. 'statueError' => 'Status error',
  252. 'notAllowedToTransferToYourself' => 'Not allowed to transfer to yourself',
  253. 'wrongTransactionType' => 'Wrong transaction type',
  254. 'isCanWithdrawBack' => '提现退回已关闭',
  255. 'withdrawRecordDoesNotExist' => '符合退回的提现记录不存在',
  256. # 登录
  257. 'refreshTokenFailed' => 'refresh token failed',
  258. 'passwordChangeSucceeded' => 'Password change succeeded',
  259. 'accountDoesNotExist' => 'The account does not exist',
  260. 'memberNameOrPasswordIncorrect' => 'The member name or password is incorrect',
  261. 'abnormalMemberCode' => 'Abnormal member code',
  262. 'memberNotActivated' => 'Member not activated',
  263. 'memberHasBeenCancelled' => 'The member has been cancelled',
  264. 'memberHasBeenBlacklisted' => 'The member has been blacklisted',
  265. 'memberHasBeenPermanentlySuspended' => 'The member has been permanently suspended',
  266. 'memberPartOfFunctionClosed' => 'Member part of the function is closed, unable to log in.',
  267. 'memberAppDeviceInformationUpdateFailed' => 'Member APP device information update failed',
  268. # 文章
  269. 'category' => 'Category',
  270. 'title' => 'Title',
  271. 'content' => 'Content',
  272. 'articleDoesNotExist' => 'The article does not exist',
  273. # 公用
  274. 'notConnection' => 'Connection not operated for too long',
  275. 'deleteFailed' => 'failed to delete',
  276. 'deleteSuccessfully' => 'delete successfully',
  277. 'quickLoginCanNotOperate' => '快速登录的会员无法进行任何操作',
  278. 'selectAtLeastOne' => '必须选择一条数据',
  279. 'failed' => 'Failed',
  280. 'successfully' => 'Successfully',
  281. 'createAt' => 'Creation Time',
  282. 'status' => 'Status',
  283. 'state' => 'State',
  284. 'sort' => 'Sort',
  285. 'illegalRequest' => 'Illegal request',
  286. 'invalidParameter' => 'Invalid Parameter',
  287. 'dataDoesNotExists' => 'The data does not exist',
  288. ];