|
|
@@ -512,295 +512,4 @@ return [
|
|
|
# 网络
|
|
|
'placementNetwork' => 'Placement Network',
|
|
|
'sponsorNetwork' => 'Sponsor Network',
|
|
|
-
|
|
|
- /**【以下内容为会员端词条,如果管理端有相同词条,移入分割线之上使用即可,翻译完全部项目之后删除以下内容】
|
|
|
- * 会员端翻译:Yii::t('app', 'addressId')
|
|
|
- * 管理端翻译:Yii::t('ctx', 'addressId')
|
|
|
- */
|
|
|
- # 商城
|
|
|
- 'addressId' => 'Address',
|
|
|
- 'reconsume' => 'Reconsume',
|
|
|
- 'orderCode' => 'Order Code',
|
|
|
- 'orderDetail' => 'Order Detail',
|
|
|
- 'productCode' => 'Product Code',
|
|
|
- 'productName' => 'Product Name',
|
|
|
- 'productPrice' => 'Product Price',
|
|
|
- 'qty' => 'Qty',
|
|
|
- 'taxRate' => 'Tax Rate',
|
|
|
- 'totalTax' => 'Total Tax',
|
|
|
- 'totalAmount' => 'Total Amount',
|
|
|
- 'total' => 'Total',
|
|
|
- 'signature' => 'Signature',
|
|
|
- 'date' => 'Date',
|
|
|
- 'accountBalance' => 'Account Balance',
|
|
|
- 'travelBonus' => 'Travel Bonus',
|
|
|
- 'carFund' => 'Car Fund',
|
|
|
- 'villaFund' => 'Villa Fund',
|
|
|
- 'reconsumeSuccessfully' => '帮会员复消成功',
|
|
|
- 'reconsumeRemark' => '复销备注',
|
|
|
- 'standardProducts' => 'Standard Products',
|
|
|
- 'carFundProducts' => 'Car Fund Products',
|
|
|
- 'villaFundProducts' => 'Villa Fund Products',
|
|
|
- 'travelFundProducts' => 'Travel Fund Products',
|
|
|
- 'insufficientInventory' => 'Insufficient inventory',
|
|
|
- 'soldOut' => 'Sold out',
|
|
|
- 'productsDoesNotExists' => 'Products does not exists!',
|
|
|
- 'cashDoesNotAdequate' => '余额不足,无法购买商品',
|
|
|
- 'exchangePointDoesNotAdequate' => '兑换积分不足,无法购买商品',
|
|
|
- 'travelPointDoesNotAdequate' => '旅游积分不足,无法购买商品',
|
|
|
- 'carFundPointDoesNotAdequate' => '车奖积分不足,无法购买商品',
|
|
|
- 'villaPointDoesNotAdequate' => '房奖积分不足,无法购买商品',
|
|
|
- 'paymentInfoDoesNotExists' => '支付信息不存在',
|
|
|
- 'payAmountNotEqualOrderAmount' => '支付金额与订单金额不符',
|
|
|
- 'orderSn' => 'Order Code',
|
|
|
- 'expressCompany' => 'Express Company',
|
|
|
- 'orderTrackNo' => 'Track Code',
|
|
|
- 'remark' => 'Remark',
|
|
|
- 'orderType' => 'Order Type',
|
|
|
- 'payType' => 'Pay Type',
|
|
|
- 'productID' => 'Product ID',
|
|
|
- 'quantity' => 'Quantity',
|
|
|
- 'repeatSalesMemberNo' => 'UserName',
|
|
|
- 'consigneeNo' => 'Consignee',
|
|
|
- 'acceptMobile' => 'Accept Mobile',
|
|
|
- 'lgaName' => 'Lga Name',
|
|
|
- 'cityName' => 'City Name',
|
|
|
- 'detailAddress' => 'Address',
|
|
|
- 'shippingAddress' => 'shipping Address',
|
|
|
-
|
|
|
- 'orderDoesNotExist' => 'the order does not exist',
|
|
|
- 'orderHasBeenCancelCanNotDeliver ' => '订单已取消不能发货',
|
|
|
- 'orderHasBeenDeleteCanNotDeliver' => '订单已删除不能发货',
|
|
|
- 'orderPayStatusDoesNotSupportRefund' => '订单状态支付状态不支持退款',
|
|
|
- 'orderLogisticsStatusDoesNotSupportRefund' => '订单物流状态不支持退款',
|
|
|
- 'orderPayTypeDoesNotSupportRefund' => '订单支付方式不支持退款',
|
|
|
- 'paymentPasswordError' => 'The payment password is incorrect',
|
|
|
- 'shippingDoesNotExist' => 'the shipping address does not exist',
|
|
|
- 'payTypeError' => '支付方式错误',
|
|
|
- 'orderCanNotHasMoreClassification' => '订单不能包含多种商品分类',
|
|
|
- 'shopGoodClassificationError' => '商品分类错误',
|
|
|
- 'orderStatusTypeError' => '订单状态类型错误',
|
|
|
- 'orderStatusDoesNotChange' => '订单状态没有改变',
|
|
|
- 'orderHasBeenLogisticsStatusDoesNotChangedUnpaid' => '订单已经进入物流状态不能改为未支付',
|
|
|
- 'orderHasBeenInvalidCanNotProcess' => '订单已失效不能处理',
|
|
|
- 'orderCanNotBeenChangedLogistics' => '订单不能单独处理为物流状态',
|
|
|
- 'orderHasBeenFinishedCanNotCancel' => '订单已完成不能取消',
|
|
|
- 'orderHasBeenDeletedCanNotCancel' => '订单已删除不能取消',
|
|
|
- 'orderHasBeenFinishedCanNotDelete' => '订单已完成不能删除',
|
|
|
- 'flowTypeError' => '流水类型错误',
|
|
|
- 'flowCreateError' => '流水产生错误',
|
|
|
- 'doesNotYourSubMemberCanNotReconsume' => '不是您的伞下会员,不能为其复消',
|
|
|
- 'membersResellingBalancePayment' => 'Members reselling balance payment',
|
|
|
- 'membersExchangePointPayment' => '会员复销积分兑换',
|
|
|
- 'orderCanNotContainMultipleProductCategories' => 'Order cannot contain multiple product categories',
|
|
|
-
|
|
|
-
|
|
|
- # 会员
|
|
|
-
|
|
|
-
|
|
|
- 'fillingUpOfADeficit' => 'filling up of a deficit',
|
|
|
- 'fullPayment' => 'full payment',
|
|
|
-
|
|
|
- 'personalDataModifiedSuccessfully' => 'Personal data modified successfully',
|
|
|
- 'passwordModifiedSuccessfully' => 'Password modified successfully',
|
|
|
- 'theFunctionIsNotAvailable' => 'The function is not available',
|
|
|
- 'inactiveUser' => 'Inactive user. Please contact customer service.',
|
|
|
- 'checkPerformance' => 'Please contact customer service to check performance.',
|
|
|
- 'checkPerformanceOfUpgradedMember' => 'Please contact the customer service personnel to check the performance of upgraded members',
|
|
|
- 'memberNumberExpired' => 'Member number expired',
|
|
|
- 'memberNumberDoesNotConformTo' => 'Member number does not conform to',
|
|
|
- 'failedToGenerateMemberNumber' => 'Failed to generate member number',
|
|
|
- 'memberNumberDoesNotExist' => 'Member number does not exist',
|
|
|
- 'repeatSalesMemberNoDoesNotExist' => 'Repeat sales Member No. does not exist',
|
|
|
-
|
|
|
- 'memberDoesNotInSamePlacementNetwork' => 'The member is not in the same placement network as the current user',
|
|
|
- 'viewSubMembersMost' => 'View the top 20 sub members of the member at most',
|
|
|
- 'upgradeMethodIncorrect' => 'The upgrade method is incorrect. Please contact the customer service personnel',
|
|
|
-
|
|
|
- 'originalLoginPasswordError' => 'Original login password error',
|
|
|
- 'originalPaymentPasswordError' => 'Original payment password error',
|
|
|
- 'userNameNotExists' => 'Nonexistent user name',
|
|
|
- 'pleaseSelectUpgradeLevel' => 'Please select upgrade level',
|
|
|
- 'totalPVLessThan' => 'Total PV cannot be less than the selected level PV',
|
|
|
- 'totalPvExceedPv' => 'The total PV cannot exceed the PV value of the next level under the selected level',
|
|
|
- 'deliveryTemporarilyNotSupported' => 'Delivery is temporarily not supported in the region. Contact customer service for details',
|
|
|
- 'applicantCashShort' => 'The applicant is short of cash and cannot complete the declaration',
|
|
|
- 'failedToUpgrade' => 'Failed to upgrade for member',
|
|
|
- 'bulkDeclarationNotSames' => 'Bulk declaration member must be the same member',
|
|
|
- 'reportFormatIncorrect' => 'The format of the report data is incorrect',
|
|
|
- 'memberNumberCanNotContainChineseCharacters' => 'Member number cannot contain Chinese characters',
|
|
|
- 'pleaseSelectTheEntryLevel' => 'Please select the entry level',
|
|
|
- 'totalBVCanNotLessThanSelectedBV' => 'The total BV of self selected goods cannot be less than the BV of the selected entry level',
|
|
|
- 'totalBVCanNotLessThanNextSelectedLevelBV' => 'The total BV of self selected goods cannot exceed the BV value of the next level under the selected level',
|
|
|
- 'incorrectEntryType' => 'Incorrect entry type',
|
|
|
- 'MembershipNumberFilledInitialPurchase' => 'Membership number must be filled in for initial purchase',
|
|
|
- 'fillTheInstructorNumberTheMember' => 'For the first purchase, you must fill in the instructor number of the member',
|
|
|
- 'sponsorNumberMustBeFilled' => 'For the first purchase, the Sponsor number of the member must be filled in',
|
|
|
- 'beFilledTheMarketMember' => 'The first purchase must be filled in the market of the member',
|
|
|
- 'pleaseSelectMarket' => 'Please select a market',
|
|
|
- 'stockistDoesNotExist' => 'Stockist does not exist',
|
|
|
- 'newMemberDoesNotExist' => 'New member does not exist',
|
|
|
- 'brandAmbassadorUpgradeError' => 'Brand Ambassador upgrade error',
|
|
|
- 'changeUserStatusError' => 'change user status error',
|
|
|
- 'dataFormatError' => 'Data format error',
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- # 奖金
|
|
|
- 'memberBonus' => 'Member Bonus',
|
|
|
- 'memberEcoin' => 'Member Ecoin',
|
|
|
- 'carPoints' => 'Car Points',
|
|
|
- 'villaPoints' => 'Villa Points',
|
|
|
- 'increase' => 'increase',
|
|
|
- 'reduce' => 'reduce',
|
|
|
- 'cannotViewThisPeriod' => 'Cannot view this period',
|
|
|
- 'bonusRecordDoesNotExists' => 'The bonus record does not exists of this period',
|
|
|
- 'pleaseSelectThePeriod' => 'Please select the period',
|
|
|
- 'withdrawalApplicationHasBeenSubmitted' => 'Withdrawal application has been submitted, please wait for review.',
|
|
|
- 'withdrawHasBeenBacked' => 'Withdraw has been backed',
|
|
|
- 'withdrawDoesNotAllowedOfAuthentication' => '未实名验证无法提现',
|
|
|
- 'withdrawDoesNotAllowedOfSubsidiaryMember' => '附属会员无法提现',
|
|
|
- 'autoWithdrawHasBeenOpened' => '已开启自动提现,如需手动提现请关闭自动提现',
|
|
|
- 'withdrawNotAllowOfDate' => '未到提现日期,请在每月挂网后第一周申请提现',
|
|
|
- 'withdrawAllowOnceOfMonth' => '提现失败,每月只可以提现一次',
|
|
|
- 'withdrawRecordHasNotVerify' => '提现失败,您存在未审核的提现记录',
|
|
|
- 'notionalPoolingAmountFinished' => '归集完成,归集金额',
|
|
|
- 'withdrawDoesNotUploadInvoice' => '该提现记录无法上传发票',
|
|
|
- 'transferDoesNotAllowedOfAuthentication' => '未实名验证无法转账',
|
|
|
- 'transferDoesNotAllowed' => '不允许转账',
|
|
|
- 'transferDoesNotOpen' => '转账功能未启用',
|
|
|
- 'transferTypeDoesNotExists' => '没有可用的转账类型',
|
|
|
- 'rechargeApplicationHasBeenSubmitted' => 'Recharge application has been submitted, please wait for review.',
|
|
|
-// 'whetherStockist' => 'Whether Stockist',
|
|
|
- 'travelIncentive' => 'Travel Incentive',
|
|
|
- 'carIncentive' => 'Car Incentive',
|
|
|
- 'villaIncentive' => 'Villa Incentive',
|
|
|
-// 'joiningPeriod' => 'Joining Period',
|
|
|
-// 'phoneNumber' => 'Phone Number',
|
|
|
-// 'alternatePhoneNumber' => 'Alternate Phone Number',
|
|
|
- 'requirePeriods' => '请填写期数',
|
|
|
- 'requireMemberNumber' => '请填写会员编号',
|
|
|
- 'payCycle' => 'Pay Cycle(PC)',
|
|
|
-// 'PCMemberLevel' => 'PC Member Level',
|
|
|
-// 'latestDirector' => 'Latest Director',
|
|
|
-// 'latestCrown' => 'Latest Crown',
|
|
|
-// 'joiningDate' => 'Joining Date',
|
|
|
- 'sponsorNo' => 'Sponsor No',
|
|
|
- 'sponsorName' => 'Sponsor Name',
|
|
|
- 'superiorCode' => 'Superior Code',
|
|
|
- 'superiorName' => 'Superior Name',
|
|
|
- 'superiorNumber' => 'Superior Number',
|
|
|
- 'welcomeBonus' => 'Welcome Bonus',
|
|
|
- 'teamBonus' => 'Team Bonus',
|
|
|
- 'uncappedTeamBonus' => 'Uncapped Team Bonus',
|
|
|
- 'directorBonus' => 'Director Bonus',
|
|
|
- 'stockistCommission' => 'Stockist Commission',
|
|
|
- 'quarterlyBonus' => 'Quarterly Bonus',
|
|
|
- 'actualBonus' => 'Actual Bonus',
|
|
|
- 'totalBonus' => 'Total Bonus',
|
|
|
- 'totalRevenue' => 'Total Revenue',
|
|
|
- 'bonusMonth' => 'Bonus Month',
|
|
|
- 'oneNewMarketPerformance' => 'I. new market performance',
|
|
|
- 'twoNewMarketPerformance' => 'II. new market performance',
|
|
|
- 'oneMarketBalancePerformance' => 'I. market balance performance',
|
|
|
- 'twoMarketBalancePerformance' => 'II. market balance performance',
|
|
|
- 'managementAward' => 'Management Award',
|
|
|
- 'bonusDate' => '结算时间',
|
|
|
- 'transactionType' => 'Transaction Type',
|
|
|
- 'memberLevel' => 'Member Level',
|
|
|
- 'balanceBeforeTransaction' => 'Balance Before Transaction',
|
|
|
- 'debitCredit' => 'Debit/Credit',
|
|
|
- 'newBalance' => 'New Balance',
|
|
|
- 'personalPerformance' => 'Personal Performance',
|
|
|
- 'remainderLeftLeg' => 'Remainder@Left Leg',
|
|
|
- 'remainderRightLeg' => 'Remainder@Right Leg',
|
|
|
- 'cumulativeTeamPerformance' => 'Cumulative Team Performance',
|
|
|
- 'salesNo' => 'Sales No',
|
|
|
- 'saleType' => 'Type',
|
|
|
- 'saleStatus' => 'Status',
|
|
|
- 'sponsorNoAtSettlement' => 'Sponsor No. At Settlement',
|
|
|
- 'sponsorNameAtSettlement' => 'Sponsor Name At Settlement',
|
|
|
- 'entryBV' => 'Entry BV',
|
|
|
- 'entryAmount' => 'Entry Amount',
|
|
|
- 'entryNo' => 'Entry No',
|
|
|
- 'orderSource' => 'Order Source',
|
|
|
- 'reviewed' => 'Reviewed',
|
|
|
- 'wastedisposal' => 'Waste disposal',
|
|
|
- 'whetherActive' => 'Whether Active',
|
|
|
- 'yes' => 'Yes',
|
|
|
- 'no' => 'No',
|
|
|
- 'declarationPerformance' => 'Declaration Performance',
|
|
|
- 'cancellationPerformance' => 'Cancellation Performance',
|
|
|
- 'LNewMarketPerformance' => 'L. New Market Performance',
|
|
|
- 'LNewPerformanceOfMarketEntry' => 'L. New Performance Of Market Entry',
|
|
|
- 'LNewPerformanceOfMarketReCancellation' => 'L. New Performance Of Market Re Cancellation',
|
|
|
- 'RNewMarketPerformance' => 'R. New Market Performance',
|
|
|
- 'RNewPerformanceOfMarketEntry' => 'R. New Performance Of Market Entry',
|
|
|
- 'RNewPerformanceOfMarketReCancellation' => 'R. New Performance Of Market Re Cancellation',
|
|
|
- 'LMarketBalancePerformance' => 'L. Market Balance Performance',
|
|
|
- 'RMarketBalancePerformance'=> 'R. Market Balance Performance',
|
|
|
- 'LMarketEntryBalancePerformance' => 'L. Market Entry Balance Performance',
|
|
|
- 'RMarketEntryBalancePerformance' => 'R. Market Entry Balance Performance',
|
|
|
- 'LMarketReconditioningBalancePerformance' => 'L. Market Reconditioning Balance Performance',
|
|
|
- 'RMarketReCancellationBalancePerformance' => 'R. Market Re Cancellation Balance Performance',
|
|
|
- 'teamPerformance' => 'Team Performance',
|
|
|
- 'recommenderNo' => 'Recommender No',
|
|
|
- 'recommenderName' => 'Recommender Name',
|
|
|
- 'directorRank' => 'Director Rank',
|
|
|
- 'directorPGSPerformance' => 'Director PGS Performance',
|
|
|
- 'LNewMarketEntryPerformance' => 'L. New Market Entry Performance',
|
|
|
- 'RNewMarketEntryPerformance' => 'R. New Market Entry Performance',
|
|
|
- 'LMarketMonthlyRemainingDeclarationPerformance' => 'L. Market Monthly Remaining Declaration Performance',
|
|
|
- 'RMarketMonthlyRemainingDeclarationPerformance' => 'R. Market Monthly Remaining Declaration Performance',
|
|
|
- 'monthlyNewTeamPerformance' => 'Monthly New Team Performance',
|
|
|
- 'monthlyCumulativeTeamPerformance' => 'Monthly Cumulative Team Performance',
|
|
|
-
|
|
|
- # 设置
|
|
|
- 'autoWithdrawHasBeenClosed' => '开启关闭自动提现成功',
|
|
|
- 'closeMessageSendSuccessfully' => '开启关闭复销短信提醒成功',
|
|
|
- 'changeDefaultAddressFailed' => '更新默认地址失败',
|
|
|
- 'addShippingAddressSuccessfully' => '添加收货地址成功',
|
|
|
- 'updateUserConfigFailed' => '更新个人设置失败',
|
|
|
- 'isAutoWithdraw' => '是否自动提现',
|
|
|
- 'allowReconsumeSms' => '开启复销短信通知',
|
|
|
- 'pleaseAuthentication' => '请先实名认证',
|
|
|
- 'systemCloseAutoWithdraw' => '系统关闭了自动提现',
|
|
|
- 'systemCloseReconsumeSMSNotification' => '系统关闭了开启复销短信通知',
|
|
|
- 'openAutoWithdraw' => '开启关闭自动提现',
|
|
|
- 'updateUserSMSExpiredFailed' => '更新个人短信有效期失败',
|
|
|
- 'modeDoesNotExist' => '不存在此方式',
|
|
|
-
|
|
|
- # 首页
|
|
|
- 'pcOf' => 'PC of ',
|
|
|
-
|
|
|
- # 财务
|
|
|
- 'statueError' => 'Status error',
|
|
|
- 'notAllowedToTransferToYourself' => 'Not allowed to transfer to yourself',
|
|
|
- 'wrongTransactionType' => 'Wrong transaction type',
|
|
|
- 'isCanWithdrawBack' => '提现退回已关闭',
|
|
|
- 'withdrawRecordDoesNotExist' => '符合退回的提现记录不存在',
|
|
|
-
|
|
|
-
|
|
|
- # 登录
|
|
|
- 'refreshTokenFailed' => 'refresh token failed',
|
|
|
-
|
|
|
- 'accountDoesNotExist' => 'The account does not exist',
|
|
|
- 'memberNameOrPasswordIncorrect' => 'The member name or password is incorrect',
|
|
|
- 'abnormalMemberCode' => 'Abnormal member code',
|
|
|
- 'memberNotActivated' => 'Member not activated',
|
|
|
- 'memberHasBeenCancelled' => 'The member has been cancelled',
|
|
|
- 'memberHasBeenBlacklisted' => 'The member has been blacklisted',
|
|
|
- 'memberHasBeenPermanentlySuspended' => 'The member has been permanently suspended',
|
|
|
- 'memberPartOfFunctionClosed' => 'Member part of the function is closed, unable to log in.',
|
|
|
- 'memberAppDeviceInformationUpdateFailed' => 'Member APP device information update failed',
|
|
|
-
|
|
|
- # 文章
|
|
|
- 'category' => 'Category',
|
|
|
- 'title' => 'Title',
|
|
|
- 'content' => 'Content',
|
|
|
- 'articleDoesNotExist' => 'The article does not exist',
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
];
|