ctx.php 15 KB

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