| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263 |
- <?php
- // +----------------------------------------------------------------------
- // | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2016~2026 https://www.crmeb.com All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
- // +----------------------------------------------------------------------
- // | Author: CRMEB Team <admin@crmeb.com>
- // +----------------------------------------------------------------------
- return [
- '保存成功' => 'Saved succeeded',
- '修改成功' => 'Modification successful',
- '删除成功' => 'Deletion succeeded',
- '显示成功' => 'Display successful',
- '隐藏成功' => 'Hidden successfully',
- '操作失败' => 'operation failed',
- '保存失败' => 'Save failed',
- '修改失败' => 'Modification failed',
- '删除失败' => 'Delete failed',
- '图片上传成功' => 'Picture uploaded successfully',
- '操作成功' => 'Operation successful',
- '暂无数据' => 'No data',
- '更新成功' => 'Update successful',
- '更新失败' => 'Update failed',
- '设置成功' => 'Set successfully',
- '设置失败' => 'Setting failed',
- '获取失败' => 'Get failed',
- '提交成功' => 'Submitted successfully',
- '提交失败' => 'Submit failed',
- '取消成功' => 'Cancellation succeeded',
- '取消失败' => 'Cancel failed',
- '添加成功' => 'Successfully added',
- '添加失败' => 'Add failed',
- '保存token失败' => 'Failed to save token',
- '备注成功' => 'Remarks successful',
- '备注失败' => 'Remarks failed',
- '数据不存在' => 'Data does not exist',
- '申请成功' => 'Successful application',
- '申请失败' => 'Application failed',
- '暂无此方法' => 'No such method',
- '发送成功' => 'Sent successfully',
- '发送失败' => 'fail in send',
- '上传成功' => 'Upload successful',
- '上传失败' => 'Upload failed',
- '移动成功' => 'Move successful',
- '移动失败' => 'Move failed',
- '退款成功' => 'Refund successful',
- '退款失败' => 'Refund failed',
- '同步成功' => 'Synchronization succeeded',
- '同步失败' => 'Synchronization failed',
- '恢复成功' => 'recovery was successful',
- '恢复失败' => 'restore failed',
- '退出成功' => 'Exit successful',
- '退出失败' => 'Exit failed',
- '开通成功' => 'Successfully opened',
- '开通失败' => 'Failed to open',
- '清除数据成功' => 'Data cleared successfully',
- '优化成功' => 'Optimization succeeded',
- '优化失败' => 'Optimization failed',
- '修复成功' => 'Repair successful',
- '修复失败' => 'Repair failed',
- '备份成功' => 'Backup successful',
- '备份失败' => 'Backup failed',
- '参数错误' => 'Parameter error',
- '非法操作' => 'Illegal operation',
- '数据获取失败' => 'Data acquisition failed',
- '站点升级中,请稍候访问' => 'Site upgrade in progress, please visit later',
- '缺少code' => 'Missing Code',
- // 处理特殊状态码
- '您暂时没有访问权限' => 'You do not have access right for the time being',
- '接口未授权,您无法访问' => 'The interface is not authorized and you cannot access it',
- //用户登录特殊
- '请登录' => 'Please login',
- '登录已过期,请重新登录' => 'Login has expired, please login again',
- '登录状态有误,请重新登录' => 'Login status error, please login again',
- //客服登录特殊
- '请登录' => 'Please login',
- '登录已过期,请重新登录' => 'Login has expired, please login again',
- '登录状态有误,请重新登录' => 'Login status error, please login again',
- '请选择用户头像' => 'Please select a user avatar',
- '请填写用户昵称' => 'Please fill in user nickname',
- '请填写评论内容' => 'Please fill in the comments',
- '请选择商品分数' => 'Please select a product score',
- '请选择服务分数' => 'Please select a service score',
- '商品分数必须是1-5之间的整数' => 'Product score must be an integer between 1-5',
- '服务分数必须是1-5之间的整数' => 'Service Score must be an integer between 1-5',
- '请选择快递公司' => 'Please select a courier company',
- '请填写寄件人姓名' => 'Please fill in the sender`s name',
- '请输入寄件人手机号码' => 'Please enter sender mobile number',
- '寄件人手机号码不正确' => 'Sender`s mobile number is incorrect',
- '请填写寄件人详细地址' => 'Please fill in the sender`s full address',
- '请填写云打印机编号' => 'Please fill in the cloud printer number',
- '请传入套餐id' => 'Please enter the package id',
- '套餐id必须为数字' => 'Package id must be a number',
- '请填写套餐金额' => 'Please fill in the package amount',
- '请填写购买数量' => 'Please fill in the purchase quantity',
- '购买数量必须为数字' => 'Purchase quantity must be a number',
- '请填写购买套餐类型' => 'Please fill in the purchase package type',
- '您输入的手机号码必须为数字' => 'The mobile number you enter must be numeric',
- '密码必须填写' => 'Password must be filled',
- '短信验证码必须为数字' => 'SMS verification code must be a number',
- '请填写话术内容' => 'Please fill in the content of the speech',
- '请填写排序数字' => 'Please fill in the order number',
- '请填写排序数字' => 'Please fill in the order number',
- '请填写运费模板名称' => 'Please fill in the shipping template name',
- '运费信息必须为数组' => 'Shipping information must be an array',
- '包邮信息必须为数组' => 'Free shipping information must be an array',
- '不送达信息必须为数组' => 'Undelivered message must be an array',
- 'type数据格式错误,应为1或2或3' => 'type data format error, should be 1 or 2 or 3',
- 'appoint数据格式错误,应为0或1' => 'appoint data format error,should be 0 or 1',
- 'no_delivery数据格式错误,应为0或1' => 'no_delivery data is malformed, should be 0 or 1',
- 'sort数据格式错误,应为整数' => 'sort data malformed, expected integer',
- '请填写管理员账号' => 'Please fill in the administrator account',
- '管理员账号为英文字母' => 'The administrator account is in English letters',
- '请输管理员姓名' => 'Please enter administrator name',
- '请选择管理员身份' => 'Please select administrator identity',
- '身份必须为数组' => 'Identity must be an array',
- '请填写城市名称' => 'Please fill in the city name',
- 'level数据格式错误,应为整数' => 'level data format error, should be an integer',
- 'parent_id数据格式错误,应为整数' => 'parent_id data is malformed, should be an integer',
- '请输入有效的网址' => 'Please enter a valid URL',
- '一级返佣比例必须为数字' => 'The first-level rebate ratio must be a number',
- '一级返佣比例最多两位小数' => 'The first-level rebate rate can be up to two decimal places',
- '一级返佣比例填写范围在0-100之间' => 'Fill in the first-level rebate ratio in the range of 0-100',
- '二级返佣比例必须为数字' => 'The second-level rebate ratio must be a number',
- '二级返佣比例最多两位小数' => 'The second-level rebate rate can be up to two decimal places',
- '二级返佣比例填写范围在0-100之间' => 'Fill in the second-level rebate ratio in the range of 0-100',
- '待补货数量必须为数字' => 'Quantity to be replenished must be a number',
- '警戒库存必须为数字' => 'Alert Inventory must be a number',
- '提现最小金额只能为数字' => 'The minimum withdrawal amount can only be a number',
- '提现最小金额必须大于0' => 'The minimum withdrawal amount must be greater than 0',
- '佣金冻结时间范围在0-180之间' => 'Commission freeze time range is between 0-180',
- '满额分销金额金额必须为数字' => 'Full distribution amount must be a number',
- '积分抵用比例必须为数字' => 'Points credit ratio must be a number',
- '积分抵用比例最多两位小数' => 'Points credit ratio can be up to two decimal places',
- '积分抵用比例必须在0-1000之间' => 'Points credit ratio must be between 0-1000',
- '积分抵用上限必须为数字' => 'Points credit limit must be a number',
- '积分抵用上限必须大于等于0' => 'The upper limit of points credit must be greater than or equal to 0',
- '下单赠送积分必须为数字' => 'The bonus points for placing an order must be a number',
- '下单赠送积分必须在0-1000之间' => 'The bonus points for placing an order must be between 0-1000',
- '普通商品未支付取消订单时间必须为数字' => 'General merchandise unpaid Cancellation time must be a number',
- '活动商品未支付取消订单时间必须为数字' => 'The event item is not paid, the cancellation order time must be a number',
- '砍价商品未支付取消订单时间必须为数字' => 'Bargained item not paidCancellation time must be a number',
- '拼团商品未支付取消订单时间必须为数字' => 'Group product not paidCancellation time must be a number',
- '订单发货后自动收货时间必须为数字' => 'Auto-receive time after order is shipped must be a number',
- '满额包邮金额必须为数字' => 'Full amount of free shipping must be a number',
- '积分倍数必须大于0' => 'The integral multiplier must be greater than 0',
- '折扣数必须大于0' => 'Discount number must be greater than 0',
- '积分倍数必须大于0' => 'The integral multiplier must be greater than 0',
- '折扣数必须大于0' => 'Discount number must be greater than 0',
- '下单赠送经验比率必须为数字' => 'Order gift experience ratio must be a number',
- '下单赠送经验比率必须大于0' => 'The reward experience ratio for placing an order must be greater than 0',
- '签到赠送经验必须为数字' => 'Sign-in gift experience must be digital',
- '签到赠送经验必须大于0' => 'Sign-in gift experience must be greater than 0',
- '邀请新用户赠送经验必须为数字' => 'Invite new users to give experience must be digital',
- '邀请新用户赠送经验必须大于0' => 'Invite new users to give experience must be greater than 0',
- '发货人姓名必须为汉字' => 'Shipper name must be in Chinese characters',
- '发货人姓名长度在2-10位' => 'The Shipper name should be 2-10 characters long',
- '发货人电话必须为数字' => 'Shipper phone must be a number',
- '发货人电话请填写有效的手机号' => 'Please fill in a valid mobile phone number for the Shipper phone number',
- '发货人地址只能是汉字、字母、数字' => 'Shipper address can only be Chinese characters, letters, numbers',
- '发货人地址长度为10-100位' => 'Shipper address length is 10-100 digits',
- '电子面单打印机编号必须为数字、字母' => 'The serial number of the electronic sheet printer must be numbers and letters',
- '电子面单打印机编号长度为10-50位' => 'The number length of the electronic single printer is 10-50 digits',
- '客服反馈长度位10-90位' => 'Customer service feedback length is 10-90',
- '请填写标签分类名称' => 'Please fill in the label category name',
- '请填写标签分类排序' => 'Please fill in the label sorting order',
- '标签分类必须为数字' => 'Label classification must be numeric',
- '账号只能为数字和字母' => 'Account numbers can only be numbers and letters',
- '限量不能超过商品库存' => 'The limit cannot exceed the product inventory',
- '商品已下架或移入回收站' => 'The item has been removed from the shelf or moved to the recycling bin',
- '占用库存失败' => 'Failed to occupy inventory',
- '商品已下架或已删除' => 'Product has been removed or deleted',
- '请选择有效的商品属性' => 'Please select a valid product attribute',
- '金额不能小于0' => 'Amount cannot be less than 0',
- '结束时间不能小于今天' => 'End time cannot be less than today',
- '您不是付费会员' => 'You are not a paid member',
- '暂时无法领取' => 'Temporarily unavailable',
- '请先配置小票打印开发者' => 'Please configure the receipt printing developer first',
- '请填写分类名称' => 'Please fill in the category name',
- '该分类已存在' => 'This category already exists',
- '请先删除子分类' => 'Please delete subcategories first',
- '分类不存在' => 'Category does not exist',
- '文件名称不能为空' => 'File name cannot be empty',
- '该分类有下级分类,无法修改上级' => 'This category has sub-categories and cannot modify the superior',
- '备注不能为空' => 'Remarks cannot be empty',
- '请输入姓名' => 'Please type in your name',
- '请输入提现金额' => 'Please enter the withdrawal amount',
- '请输入支付宝账号' => 'Please enter your Alipay account',
- '请输入微信账号' => 'Please enter your WeChat account',
- '请输入银行卡号' => 'Please enter bank card number',
- '请输入开户行' => 'Please enter the bank',
- '拒绝理由不能为空' => 'Rejection reason cannot be empty',
- '不能重复收货' => 'No duplicate receipts',
- '请先发货或者送货' => 'Please ship first or deliver',
- '收货失败,请稍候再试' => 'Receipt failed',
- '收货成功' => 'Goods received',
- '订单不存在' => 'Order does not exist',
- '用户信息不存在' => 'User information does not exist',
- '快递单号不存在' => 'The tracking number does not exist',
- '打印成功' => 'Print successfully',
- '打印失败' => 'Print failed',
- '快递公司编号缺失' => 'Courier number missing',
- '请配置腾讯地图KEY' => 'Please configure Tencent map KEY',
- '请选择门店位置' => 'Please select a store location',
- '添加的核销员用户已存在' => 'The added account user already exists',
- '请选择所属提货点' => 'Please select your pickup point',
- '请填写核销员名称' => 'Please fill in the name of the verification officer',
- '请填写核销员电话' => 'Please fill in the phone number of the verification officer',
- '核销员添加成功' => 'Verifier added successfully',
- '核销员添加失败' => 'Failed to add auditor',
- '请填写手机号' => 'Please fill in your phone number',
- '请填写账号' => 'Please fill in the account number',
- '请填写密码' => 'Please fill in the password',
- '请填写短信签名' => 'Please fill in the SMS signature',
- '短信签名最长为8位' => 'SMS signature can be up to 8 characters',
- '请填写验证码' => 'Please fill in the verification code',
- '请填写域名' => 'Please fill in the domain name',
- '登录成功' => 'Login successful',
- '账号或密码错误' => 'Incorrect username or password',
- '请先填写短信配置' => 'Please fill in the SMS configuration first',
- '请输入模板名称' => 'Please enter a template name',
- '请输入模板内容' => 'Please enter template content',
- '售后订单状态不支持该操作' => 'After-sales order status does not support this operation',
- '修改退款状态成功' => 'Modify the refund status successfully',
- '请输入退款金额' => 'Please enter the refund amount',
- '已退完支付金额,不能再退款了' => 'The payment amount has been refunded and cannot be refunded any more',
- '退款金额大于支付金额,请修改退款金额' => 'The refund amount is greater than the payment amount, please modify the refund amount',
- '退款成功' => 'Refund successfully',
- '退款失败' => 'Refund failed',
- '验证成功' => 'Verification succeeded',
- '核销成功' => 'Write-off successful',
- '核销订单未查到' => 'Verification order not found',
- '核销失败' => 'Write-off failed',
- '订单金额必须填写' => 'Order amount is required',
- '请选择需要删除的订单' => 'Please select the order to delete',
- '您选择的的订单存在用户未删除的订单' => 'The order you selected has an order that has not been deleted by the user',
- '请选择发货商品' => 'Please select an item to ship',
- '请重新选择发货商品或发货件数' => 'Please re-select the item to be shipped or the number of items to be shipped',
- '订单已删除无法退积分' => 'The order has been deleted and the points cannot be refunded',
- '请输入积分' => 'Please enter points',
- '已退完积分' => 'Points have been refunded',
- '退积分大于支付积分,请修改退积分' => 'The refund points are greater than the payment points, please modify the refund points',
- '退积分成功' => 'Successfully refunded points',
- '退积分失败' => 'Failed to refund points',
- '请填写开票号' => 'Please fill in the billing number',
- '请填写正确的开票号' => 'Please fill in the correct billing number',
- '请上传文件' => 'Please upload file',
- '回复成功' => 'Reply successful',
- '注册成功' => 'Registration success',
- '注册失败' => 'Registration failed',
- '登录失败' => 'Login failed',
- '获取套餐列表失败' => 'Failed to get plan list',
- '获取支付码失败' => 'Failed to get payment code',
- '请先开通短信服务' => 'Please activate the SMS service first',
- '请先开通物流查询服务' => 'Please activate the logistics inquiry service first',
- '请先开通电子面单打印服务' => 'Please activate the electronic receipt printing service first',
- '请先开通商品采集服务' => 'Please activate the product collection service first',
- '请设置短信签名' => 'Please set SMS signature',
- '修改短信签名成功' => 'Modified SMS Signature Successfully',
- '默认模板不能删除' => 'Default templates cannot be deleted',
- '管理员信息读取失败' => 'Failed to read administrator information',
- '密码太过简单,请输入较为复杂的密码' => 'The password is too simple, please enter a more complex password',
- '协议类型不存在' => 'Protocol type does not exist',
- '清除成功' => 'Cleared successfully',
- '清除失败' => 'Clear failed',
- '请输入名称' => 'Please enter a name',
- '请不要重复添加' => 'Please do not add',
- '添加数据成功' => 'Add data successfully',
- '请输入开始时间' => 'Please enter a start time',
- '请输入持续时间' => 'Please enter a duration',
- '请输入0-23点之前的整点数' => 'Please enter an integer number between 0-23 o`clock',
- '请输入1-24点之前的整点数' => 'Please enter an integer number between 1-24 o`clock',
- '开始时间+持续时间不能大于24小时' => 'Start time + duration cannot be greater than 24 hours',
- '时段已占用' => 'Time slot occupied',
- '请输入签到赠送积分' => 'Please enter the sign-in bonus points',
- '请输入大于等于0的整数' => 'Please enter an integer greater than or equal to 0',
- '请填写按钮名称' => 'Please fill in the button name',
- '没有查到此身份' => 'This identity was not found',
- '请输入等级名称' => 'Please enter a class name',
- '请输入等级' => 'Please enter level',
- '请选择等级图标' => 'Please select the level icon',
- '二级返佣比例不能大于一级' => 'The second-level rebate ratio cannot be greater than the first-level commission',
- '当前等级已存在' => 'The current level already exists',
- '添加等级成功' => 'Add level successfully',
- '编辑的等级不存在' => 'Edited level does not exist',
- '请输入任务名称' => 'Please enter a task name',
- '请选择任务类型' => 'Please select a task type',
- '请输入限定数量' => 'Please enter a limited quantity',
- '添加任务成功' => 'Added task successfully',
- '编辑的任务不存在' => 'Edited task does not exist',
- '获取推广二维码失败,请检查您的微信配置' => 'Failed to get promotion QR code, please check your WeChat configuration',
- '上级推广人不能为自己' => 'Higher-level promoters can`t do it for themselves',
- '用户不存在' => 'User does not exist',
- '上级用户不存在' => 'The superior user does not exist',
- '当前推广人已经是所选人' => 'The current promoter is already selected',
- '上级推广人不能为自己下级' => 'A superior promoter cannot be a subordinate for himself',
- '赠送成功' => 'The gift is successful',
- '赠送失败' => 'Gift failed',
- '请输入身份名称' => 'Please enter an identity',
- '请选择最少一个权限' => 'Please select at least one permission',
- '添加身份成功' => 'Successfully added identity',
- '添加身份失败' => 'Failed to add identity',
- '缺少APPID' => 'Missing APPID',
- '请先设置空间域名' => 'Please set the space domain name first',
- '格式错误,请输入格式为:http://域名' => 'The format is incorrect, please enter the format as: http://domain name',
- '未有正在使用的存储空间' => 'No storage space in use',
- '切换云存储成功,请检查是否开启使用了存储空间' => 'The switch to cloud storage is successful, please check whether the storage space is enabled',
- '切换本地存储成功' => 'Switch local storage successfully',
- '请输入模板编号' => 'Please enter template number',
- '请输入模板编号已存在,请重新输入' => 'Please enter the template number already exists, please re-enter',
- '请输入模板ID' => 'Please enter template ID',
- '请输入模板名' => 'Please enter a template name',
- '请输入回复内容' => 'Please enter a reply',
- '添加模板消息成功' => 'Add template message success',
- '请先配置小程序appid、appSecret等参数' => 'Please configure the applet appid, appSecret and other parameters first',
- '二维码生成失败' => 'QR code generation failed',
- '请添加至少一个按钮' => 'Please add at least one button',
- '请输入关键字' => 'Please enter key words',
- '请选择回复类型' => 'Please select a reply type',
- '回复类型有误' => 'Wrong reply type',
- '回复消息参数有误' => 'Reply message parameter is wrong',
- '请添加图文' => 'Please add graphic',
- '标题不能为空' => 'Title cannot be empty',
- '作者不能为空' => 'Author cannot be empty',
- '正文不能为空' => 'Body cannot be empty',
- '摘要不能为空' => 'Abstract cannot be empty',
- '请先配置微信公众号appid、appSecret等参数' => 'Please configure the applet appid, appSecret and other parameters first',
- '模版消息一键设置成功' => 'One-click setting of template message is successful',
- '请选择用户' => 'Please select a user',
- '该用户没有绑定手机号,请手动填写' => 'The user is not bound with a mobile phone number, please fill in manually',
- '手机号格式错误' => 'Malformed phone number',
- '客服已存在' => 'Customer service already exists',
- '请输入账号' => 'Please enter account',
- '账号必须为数字或者字母的组合4-30位' => 'The account number must be a combination of 4-30 digits or letters',
- '请输入密码' => 'Please enter password',
- '密码必须为数字或者字母的组合6-20位' => 'Password must be a combination of 6-20 digits or letters',
- '该手机号的客服已存在' => 'Customer service for this phone number already exists',
- '该客服账号已存在' => 'The customer service account already exists',
- '客服添加成功' => 'Customer service added successfully',
- '客服添加失败' => 'Customer service failed to add',
- '客服名称不能为空' => 'Customer service name cannot be empty',
- '请输入确认密码' => 'Please enter confirm password',
- '两次输入的密码不一致' => 'The two entered passwords do not match',
- '用户不存在,客服将强制禁止登录' => 'If the user does not exist, the customer service will forcibly prohibit the login',
- '登录的客服不存在' => 'The registered customer service does not exist',
- '请先填写客服账号和密码再尝试进入客服平台' => 'Please fill in the customer service account and password before trying to enter the customer service platform',
- '反馈内容不存在' => 'Feedback content does not exist',
- '话术不能重复添加' => 'Words cannot be added repeatedly',
- '创建话术成功' => 'Created words success',
- '创建话术失败' => 'Failed to create words',
- '删除的话术不存在' => 'Deleted words do not exist',
- '系统分类不能删除' => 'System categories cannot be deleted',
- '请输入配置名称' => 'Please enter a configuration name',
- '请输入字段名称' => 'Please enter a field name',
- '请输入配置简介' => 'Please enter a configuration profile',
- '请输入文本框的宽度' => 'Please enter the width of the text box',
- '请输入正确的文本框的宽度' => 'Please enter the correct width of the text box',
- '请输入多行文本框的宽度' => 'Please enter the width of the multiline text box',
- '请输入多行文本框的高度' => 'Please enter the height of the multiline text box',
- '请输入正确的多行文本框的宽度' => 'Please enter the correct width of the multiline text box',
- '请输入正确的多行文本框的宽度' => 'Please enter the correct width of the multiline text box',
- '请输入配置参数' => 'Please enter configuration parameters',
- '添加配置成功' => 'Add configuration successfully',
- '一二级返佣比例不能大于100%' => 'The first and second level rebate ratio cannot be greater than 100%',
- '分销海报不能多于5张' => 'No more than 5 distribution posters',
- '提现最低金额只能为数字' => 'The minimum withdrawal amount can only be a number',
- '满额分销最低金额不能为空' => 'Full distribution minimum amount cannot be empty',
- '满额分销最低金额不能小于0' => 'The minimum amount of full distribution cannot be less than 0',
- '绑定有效期请填写正整数' => 'Please fill in a positive integer for the binding validity period',
- '请输入标题' => 'Please enter a title',
- '添加配置分类成功' => 'Add configuration category successfully',
- '存在下级配置,无法删除' => 'Subordinate configuration exists and cannot be deleted',
- '字段至少存在一个' => 'At least one field exists',
- '添加数据组成功' => 'Add data group successfully',
- '数据关键字已存在' => 'Data key already exists',
- '字段不能为空' => 'Field cannot be empty',
- '不能大于四个' => 'No more than four',
- '签到天数配置不能大于7天' => 'The number of check-in days cannot be greater than 7 days',
- '关联成功' => 'Association successful',
- '关联失败' => 'Association failed',
- '数据缓存刷新成功' => 'Data cache refreshed successfully',
- '数据缓存刷新失败' => 'Data cache refreshed failed',
- '请输入需要更换的域名' => 'Please enter the domain name that needs to be changed',
- '域名不合法' => 'Invalid domain name',
- '替换成功' => 'Replacement succeeded',
- '初始化完成' => 'Loading finished',
- '备份文件可能已经损坏,请检查' => 'The backup file may be corrupted',
- '还原数据出错' => 'Error restoring data',
- '正在还原...' => 'Restoring...',
- '还原完成' => 'Restore complete',
- '权益编辑成功' => 'Benefit Editing Successfully',
- '卡片生成成功' => 'Card generated successfully',
- '手机号已经存在' => 'Mobile number already exists',
- '请输入正确的身份证' => 'Please enter the correct ID',
- '请选择分组' => 'Please select a group',
- '请选择标签' => 'Please select a label',
- '加入消息队列成功' => 'Join the message queue successfully',
- '注销成功' => 'Cancellation succeeded',
- '拒绝注销' => 'Account refused to cancel',
- '请输入分组名称' => 'Please enter a group name',
- '会员标签不能为空' => 'Member tag cannot be empty',
- '该分类下有标签,请先删除标签' => 'There are tags in this category, please delete the tags first',
- '请输入等级名称' => 'Please enter a class name',
- '请输入等级' => 'Please enter level',
- '请输入等级说明' => 'Please enter a level description',
- '请上传等级图标' => 'Please upload a rating icon',
- '请上传等级背景图标' => 'Please upload the level background icon',
- '请输入升级经验值' => 'Please enter upgrade experience',
- '授权成功,写入数据库失败,请检查数据库链接配置' => 'Authorization succeeded, but failed to write to the database, please check the database link configuration',
- '请填写公司名称' => 'Please fill in the company name',
- '请填写授权域名' => 'Please fill in the authorized domain name',
- '请填写手机号码' => 'Please fill in cell phone number',
- '请填写订单id' => 'Please fill in the order id',
- '申请授权成功' => 'Application for authorization is successful',
- '验证码错误' => 'Verification code error',
- '请选择商品' => 'Please select a product',
- '请输入商品名称' => 'Please enter product name',
- '请选择背景图' => 'Please select a background image',
- '请输入直播价格' => 'Please enter live price',
- '直播价格必须大于0' => 'Live price must be greater than 0',
- '请输入直播间名称' => 'Please enter the live room name',
- '请选择背景图' => 'Please select a background image',
- '请选择分享图' => 'Please select a shared image',
- '请选择主播' => 'Please select an anchor',
- '请选择直播开始、结束时间' => 'Please select the start and end time of the live broadcast',
- '请填写活动简介' => 'Please fill in the event introduction',
- '请填写单位' => 'Please fill in the unit',
- '请选择商品轮播图' => 'Please select a product carousel',
- '您设置得商品个数超出系统限制' => 'The number of products you set exceeds the system limit',
- '模板不存在' => 'Template does not exist',
- '请输入页面名称' => 'Please enter a page name',
- '请选择活动时间段' => 'Please select an event time period',
- '请填写购买数量限制' => 'Please fill in the purchase quantity limit',
- '购买数量限制必须大于0' => 'Purchase quantity limit must be greater than 0',
- '请填写帮砍次数' => 'Please fill in the number of cuts',
- '帮砍次数必须大于0' => 'The number of assists must be greater than 0',
- '请填写砍价人数' => 'Please fill in the number of people who haggle',
- '砍价人数必须大于1' => 'The number of bidders must be greater than 1',
- '请选择运费模板' => 'Please select a shipping template',
- '请填写商品详情' => 'Please fill in the product details',
- '请选择规格' => 'Please select a specification',
- '请填写虚拟拼团比例' => 'Please fill in the virtual group ratio',
- '虚拟参团人数不能大于成团人数' => 'The number of virtual participants cannot be greater than the number of participants',
- '虚拟参团人数不能大于成团人数' => 'The number of virtual participants cannot be greater than the number of participants',
- '请填写单次购买数量' => 'Please fill in the single purchase quantity',
- '单次购买数量必须大于0' => 'A single purchase quantity must be greater than 0',
- '请填写成团人数' => 'Please fill in the number of people in the group',
- '拼团人数不能小于2人' => 'The number of people in the group cannot be less than 2 people',
- '请填写成团有效期' => 'Please fill in the group expiry date',
- '成团有效期必须大于0' => 'The validity period of the group must be greater than 0',
- '请填写优惠券名称' => 'Please fill in the coupon name',
- '请选择商品分类' => 'Please select product category',
- '请填写优惠券金额' => 'Please fill in the coupon amount',
- '请填写优惠券最小使用金额' => 'Please fill in the minimum coupon usage amount',
- '请填写优惠券有效期' => 'Please fill in the coupon validity period',
- '请选择秒杀时间段' => 'Please select a seckill time period',
- '请填写门店名称' => 'Please fill in the store name',
- '请填写门店简介' => 'Please fill in the store introduction',
- '请填写门店电话' => 'Please fill in the store phone number',
- '请选择提货点logo' => 'Please select the pickup point logo',
- '请选择提货点大图' => 'Please select the pickup point for larger image',
- '请选择地址' => 'Please select an address',
- '请填写详细地址' => 'Please fill in the detailed address',
- '请选择经纬度' => 'Please select latitude and longitude',
- '请选择营业时间' => 'Please select business hours',
- '短信账号必须填写' => 'SMS account is required',
- '短信密码必须填写' => 'SMS password must be filled',
- '订单号必须存在' => 'Order number must exist',
- '订单号有误' => 'Wrong order number',
- '订单号必须为字母和数字' => 'Order number must be alphanumeric',
- '订单金额必须填写' => 'Order amount is required',
- '订单金额必须为数字' => 'Order amount must be a number',
- '订单金额必须填写' => 'Order amount is required',
- '订单金额必须为数字' => 'Order amount must be a number',
- '订单邮费必须填写' => 'Order postage must be filled',
- '订单邮费必须为数字' => 'Order postage must be a number',
- '赠送积分必须为数字' => 'Gift points must be numbers',
- '请选择用户头像' => 'Please select a user avatar',
- '请输入公司名称' => 'Please enter company name',
- '添加公司成功' => 'Add company successfully',
- '请输入月结账号' => 'Please enter monthly account number',
- '请输入月结密码' => 'Please enter monthly password',
- '请输入取件网点' => 'Please enter the pickup location',
- '缩略图大图尺寸(高)必须为数字' => 'Thumbnail large size (height) must be a number',
- '缩略图大图尺寸(高)必须大于等于0' => 'Thumbnail large image size (height) must be greater than or equal to 0',
- '缩略图大图尺寸(宽)必须为数字' => 'Thumbnail large size (width) must be a number',
- '缩略图大图尺寸(宽)必须大于等于0' => 'Thumbnail large image size (width) must be greater than or equal to 0',
- '缩略图中图尺寸(高)必须为数字' => 'The image size (height) in the thumbnail must be a number',
- '缩略图中图尺寸(高)必须大于等于0' => 'The image size (height) in the thumbnail must be greater than or equal to 0',
- '缩略图中图尺寸(宽)必须为数字' => 'The image size (width) in the thumbnail must be a number',
- '缩略图中图尺寸(宽)必须大于等于0' => 'The image size (width) in the thumbnail must be greater than or equal to 0',
- '缩略图小图尺寸(高)必须为数字' => 'Thumbnail size (height) must be a number',
- '缩略图小图尺寸(高)必须大于等于0' => 'Thumbnail size (height) must be greater than or equal to 0',
- '缩略图小图尺寸(宽)必须为数字' => 'Thumbnail size (width) must be a number',
- '缩略图小图尺寸(宽)必须大于等于0' => 'Thumbnail size (width) must be greater than or equal to 0',
- '水印文字只能是汉字、字母、数字' => 'Watermark text can only be Chinese characters, letters, numbers',
- '水印文字长度为1-10位' => 'Watermark text length is 1-10 digits',
- '水印文字大小必须为数字' => 'Watermark text size must be numeric',
- '水印文字大小必须大于等于0' => 'The watermark text size must be greater than or equal to 0',
- '水印横坐标偏移量必须为数字' => 'The watermark abscissa offset must be a number',
- '水印横坐标偏移量必须大于等于0' => 'The watermark abscissa offset must be greater than or equal to 0',
- '水印纵坐标偏移量必须为数字' => 'The watermark ordinate offset must be a number',
- '水印纵坐标偏移量必须大于等于0' => 'The watermark ordinate offset must be greater than or equal to 0',
- '该主播已经存在' => 'The anchor already exists',
- '请先去小程序认证主播' => 'Please go to the applet to authenticate the anchor first',
- '商品已创建' => 'Product has been created',
- '审核中或审核失败不允许此操作' => 'This operation is not allowed under review or review failed',
- '在审核中或已经审核通过' => 'Under review or approved',
- '审核通过或失败' => 'Approval passed or failed',
- '商品审核中,无法删除' => 'The product is under review and cannot be deleted',
- '该主播不存在' => 'The anchor does not exist',
- '开播时间需要在当前时间的10分钟后,并且开始时间不能在6个月后' => 'The start time needs to be 10 minutes after the current time, and the start time cannot be 6 months later',
- '开播时间和结束时间间隔不得短于30分钟,不得超过24小时' => 'The interval between the start time and end time shall not be less than 30 minutes and shall not exceed 24 hours',
- '请输入理由' => 'Please enter a reason',
- '请选择正确的直播商品' => 'Please select the correct live product',
- '直播间状态有误' => 'The status of the live room is wrong',
- '奖品不存在' => 'Prize does not exist',
- '写入中奖记录失败' => 'Failed to write winning record',
- '请继续参与活动抽奖' => 'Please continue to participate in the lucky draw',
- '已经领取成功' => 'Received successfully',
- '分销等级不存在' => 'Distribution level does not exist',
- '选择的等级不存在' => 'The selected level does not exist',
- '该等级已存在此类型任务' => 'This type of task already exists at this level',
- '不能小于低等级同类型任务限定数量' => 'Can`t be less than the limited number of low-level tasks of the same type',
- '不能大于高等级同类型任务限定数量' => 'Can`t be larger than the limited number of high-level tasks of the same type',
- '解除失败' => 'Unable to fail',
- '代理商佣金比例不能大于事业部佣金比例' => 'The agent`s commission ratio cannot be greater than the division`s commission ratio',
- '代理商到期时间不能大于事业部到期时间' => 'The expiration time of the agent cannot be greater than the expiration time of the business department',
- '请填写用户UID' => 'Please fill in User UID',
- '管理员信息未查到' => 'Administrator information not found',
- '管理员已经删除' => 'Administrator has been removed',
- '管理员姓名不能为空' => 'Administrator name cannot be empty',
- '该分类有下级分类,无法删除' => 'This category has sub-categories and cannot be deleted',
- '该分类下有文章,无法删除' => 'There are articles in this category and cannot be deleted',
- '请稍后查看' => 'Please check back later',
- '默认模板不能删除' => 'Default templates cannot be deleted',
- '该模板使用中,无法删除' => 'The template is in use and cannot be deleted',
- '个人中心模板不存在' => 'Personal center template does not exist',
- '反馈内容没有查到' => 'Feedback not found',
- '您修改的话术内容不存在' => 'The content of your modified words does not exist',
- '短信平台:{:msg}' => 'SMS platform:{:msg}',
- '订单商品获取失败,无法打印' => 'Failed to get the order item and cannot print',
- '小票打印未开启' => 'Receipt printing is not enabled',
- '请先配置小票打印开发者' => 'Please configure the receipt printing developer first',
- '请选择图片' => 'Please select an image',
- '配送员已存在' => 'Shipper already exists',
- '同一个手机号的配送员只能添加一个' => 'The courier with the same mobile number can only add one',
- '配送员名称不能为空' => 'Shipper name cannot be empty',
- '订单未能查到,不能发货' => 'The order could not be found and cannot be shipped',
- '订单已删除,不能发货' => 'The order has been deleted and cannot be shipped',
- '订单已发货请勿重复操作' => 'The order has been shipped, please do not repeat the operation',
- '核销订单不能发货' => 'Verified order cannot be shipped',
- '拼团未完成暂不能发货' => 'The grouping has not been completed and cannot be shipped temporarily',
- '订单有售后申请请先处理' => 'There is an after-sales application for the order, please process it first',
- '快递公司编缺失' => 'Courier company code missing',
- '请填写寄件人电话' => 'Please enter sender phone number',
- '请填写寄件人地址' => 'Please fill in the sender`s address',
- '虚拟发货,无需修改发货信息' => 'Virtual shipping, no need to modify shipping information',
- '未发货,请先发货再修改配送信息' => 'Not shipped, please ship first and then modify the shipping information',
- '自提订单无法打印' => 'Pick-up orders cannot be printed',
- '请先发货' => 'Please ship first',
- '请先在系统设置中打开单子面单打印开关' => 'Please turn on the single-sided single-sided printing switch in the system settings first',
- '发票已申请,正在审核打印中' => 'The invoice has been applied for and is being reviewed and printed',
- '订单已退款' => 'Order has been refunded',
- '正在申请退款中' => 'Applying for a refund',
- '申请失败' => 'Application failed',
- '未支付无法退款' => 'Unpaid non-refundable',
- '回退积分和优惠券失败' => 'Failed to roll back points and coupons',
- '拼团修改失败' => 'Group modification failed',
- '回退佣金失败' => 'Failed to roll back commission',
- '余额退款失败' => 'Balance refund failed',
- '购买的优惠券已使用或者已过期' => 'The purchased coupon has been used or has expired',
- '回退积分增加失败' => 'Failed to increase rollback points',
- '售后订单不存在' => 'After-sales order does not exist',
- '积分已退或者积分为零无法再退' => 'Points have been refunded or points are zero and cannot be refunded',
- '未支付无法退积分' => 'Unpaid points cannot be refunded',
- '订单退积分失败' => 'Order refund failed',
- '请输入拒绝退款理由' => 'Please enter the reason for rejecting the refund',
- '限制单次购买数量不能大于总购买数量' => 'Limit a single purchase quantity cannot be greater than the total purchase quantity',
- '请添加抽奖活动名称' => 'Please add the name of the raffle',
- '请添加抽奖描述等文案' => 'Please add a description of the lottery',
- '活动结束时间必须大于开始时间' => 'Event end time must be greater than start time',
- '请添加奖品' => 'Please add a prize',
- '请填写消耗数量' => 'Please fill in the consumption quantity',
- '商品参与其他活动开启,无法开启预售' => 'The product participates in other activities to open, and the pre-sale cannot be opened',
- '活动结束时间不能小于当前时间' => 'The event end time cannot be less than the current time',
- '活动已结束,请重新添加或复制' => 'The event has ended, please add or copy again',
- '添加优惠券成功' => 'Coupon added successfully',
- '发布优惠劵成功' => 'Coupon issued successfully',
- '砍价最低价不能大于或等于起始金额' => 'The minimum bargain price cannot be greater than or equal to the starting amount',
- '砍价人数不能大于{:num}人' => 'The number of people who haggle cannot be greater than {:num}',
- '使用开始时间不能小于领取开始时间' => 'The use start time cannot be less than the collection start time',
- '使用结束时间不能小于领取结束时间' => 'The use end time cannot be less than the collection end time',
- '优惠券不存在' => 'Coupon does not exist',
- '领取的优惠劵已领完或已过期' => 'The coupons received have been received or have expired',
- '已领取过该优惠劵' => 'The coupon has been received',
- '抱歉,优惠券已经领取完了' => 'Sorry, the coupons have been collected',
- '选择用户已拥有该优惠券,请勿重复发放' => 'Select the user who already owns the coupon, please do not issue it repeatedly',
- '订单已删除' => 'Order deleted',
- '订单已发货' => 'Order has been shipped',
- '暂时不支持其他发货类型' => 'other delivery types are not supported temporarily',
- '请输入送货人姓名' => 'Please enter the name of the delivery person',
- '请输入送货人电话号码' => 'Please enter the phone number of the delivery person',
- '请输入送货人信息' => 'Please enter the delivery person information',
- '请输入正确的送货人电话号码' => 'Please enter the correct delivery person`s phone number',
- '请选择电子面单模板' => 'Please select the template of electronic face slip',
- '电子面单已关闭,请选择其他发货方式' => 'The electronic bill has been closed, please choose another shipping method',
- '发货失败' => 'Shipment failed',
- '订单状态错误' => 'Order status error',
- '请输入快递单号' => 'Please enter the courier number',
- '请先发货再修改配送信息' => 'Please ship first and then modify the delivery information',
- '商品不存在' => 'Commodity does not exist',
- '您查看的积分商品已被删除' => 'The point product you viewed has been deleted',
- '请添加商品' => 'Please add a product',
- '添加抽奖活动失败' => 'Failed to add lottery event',
- '抽奖活动不存在' => 'The lottery does not exist',
- '请填写奖品名称' => 'Please fill in the name of the prize',
- '请选择奖品图片' => 'Please select the prize picture',
- '请填写奖品中奖权重' => 'Please fill in the prize winning weight',
- '请选择奖品类型' => 'Please select the type of prize',
- '请填写奖品赠送{:type}数' => 'Please fill in the {:type} number of prizes given',
- '请选择优惠券' => 'Please select a coupon',
- '生成新订单失败' => 'Failed to generate new order',
- '修改原来订单商品拆分状态失败' => 'Failed to modify the original order item split status',
- '新增拆分订单商品信息失败' => 'Failed to add product information for split order',
- '保存新订单商品信息失败' => 'Failed to save new order product information',
- '协议类型缺失' => 'Protocol type missing',
- '请填写协议名称' => 'Please fill in the agreement name',
- '请填写协议内容' => 'Please fill in the content of the agreement',
- '该类型协议已经存在' => 'This type of protocol already exists',
- '临时二维码获取错误' => 'Temporary QR code acquisition error',
- '永久二维码获取错误' => 'Permanent QR code acquisition error',
- '请先配置接口密钥' => 'Please configure the interface key first',
- '无法创建文件夹,请检查您的上传目录权限' => 'Unable to create folder, please check your upload directory permission',
- '商品参数错误' => 'Commodity parameter error',
- '上传方式错误' => 'The upload method is wrong',
- '格式错误' => 'Format error',
- '图片流获取失败' => 'Failed to get image stream',
- '商品详情保存失败' => 'Failed to save product details',
- '关联优惠券失败' => 'Failed to associate coupon',
- '缺少商品ID' => 'Missing product ID',
- '缺少用户UID' => 'Missing user UID',
- '缺少订单ID' => 'Missing order ID',
- '暂不支持该类型记录' => 'This type of record is not currently supported',
- '添加商品记录失败' => 'Failed to add product record',
- '评论时间应小于当前时间' => 'The comment time should be less than the current time',
- '添加虚拟评论失败' => 'Failed to add virtual comment',
- '回复失败' => 'Reply failed',
- '请选择限购类型' => 'Please select the type of purchase restriction',
- '限购数量不能小于1' => 'The purchase limit cannot be less than 1',
- '一二级返佣相加不能大于商品售价' => 'The sum of the first and second level rebates cannot be greater than the price of the product',
- '商品类型不能切换' => 'The product type cannot be switched',
- '请输入规则名称' => 'Please enter the rule name',
- '请输入属性名称' => 'Please enter the attribute name',
- '请输入正确的属性' => 'Please enter the correct attribute',
- '请填写正确的商品信息' => 'Please fill in the correct product information',
- '请填写正确的商品价格' => 'Please fill in the correct product price',
- '请填写正确的商品库存' => 'Please fill in the correct product inventory',
- '请填写正确的商品成本价格' => 'Please fill in the correct commodity cost price',
- '请上传商品图片' => 'Please upload the product picture',
- '{:name}规格不存在' => '{:name} specification does not exist',
- '{:name}属性不存在' => '{:name} attribute does not exist',
- '请设置至少一个属性' => 'Please set at least one attribute',
- '商品参与秒杀活动开启,无法进行此操作' => 'Commodity participation in spike activity is enabled, this operation cannot be performed',
- '商品参与砍价活动开启,无法进行此操作' => 'Commodity participation in bargaining is enabled, this operation cannot be performed',
- '商品参与拼团活动开启,无法进行此操作' => 'Commodity participation in group activity is enabled, this operation cannot be performed',
- '会员价格不能为0' => 'The member price cannot be 0',
- '虚拟优惠券商品请选择优惠券' => 'Please select a coupon for virtual coupon products',
- '卡号:{:key}密码:{:value},已经添加过,请重新添加卡密' => 'Card number: {:key} Password: {:value}, it has been added, please add the card key again',
- '缺少城市id无法保存' => 'The city id is missing and cannot be saved',
- '修改的模板不存在' => 'The modified template does not exist',
- '指定区域邮费添加失败' => 'Failed to add postage in the specified area',
- '管理员不存在' => 'Administrator does not exist',
- '您已被禁止登录' => 'You have been banned from logging in',
- '管理员账号已存在' => 'Administrator account already exists',
- '原始密码错误' => 'Original password error',
- '请输入新密码' => 'Please enter a new password',
- '请选择要删除的图片' => 'Please select the picture to delete',
- '移动失败或不能重复移动到同一分类下' => 'Move failed or cannot be moved to the same category repeatedly',
- '请求不被允许' => 'The request is not allowed',
- '设置类目不被允许' => 'Setting category is not allowed',
- '请输入正确格式的配置参数' => 'Please enter the configuration parameters in the correct format',
- '{:name}请输入默认值' => '{:name} please enter the default value',
- '{:name}请输入正确url' => '{:name} please enter the correct url',
- '保存wss证书失败' => 'Failed to save wss certificate',
- '{:name}不能为空' => '{:name} cannot be empty',
- '删除的云存储不存在' => 'Deleted cloud storage does not exist',
- '云存储正在使用中,需要启动其他空间才能删除' => 'The cloud storage is in use and needs to be activated to delete other spaces',
- '云空间名称不能重复' => 'Cloud space name cannot be repeated',
- '没有权限' => 'No permission',
- '替换失败,失败原因:{:msg}' => 'Replacement failed, failure reason: {:msg}',
- '请先删除改菜单下的子菜单' => 'Please delete the submenu under the menu first',
- '请填写批次名称' => 'Please fill in the batch name',
- '请填写要生成卡的数量' => 'Please fill in the number of cards to be generated',
- '卡片数量只能为正整数' => 'The number of cards can only be a positive integer',
- '单次制卡数量最高不得超过6000张' => 'The maximum number of cards produced in a single time shall not exceed 6000',
- '请填写免费使用天数' => 'Please fill in the number of free usage days',
- '免费使用天数只能为正整数' => 'The number of free usage days can only be a positive integer',
- '生成卡失败' => 'Failed to generate card',
- '会员功能暂未开启' => 'The member function has not been opened yet',
- '请输入会员卡号' => 'Please enter the membership card number',
- '请输入领取卡密' => 'Please enter the card password',
- '会员卡不存在' => 'The membership card does not exist',
- '会员卡未激活,暂无法使用' => 'The membership card is not activated and cannot be used temporarily',
- '会员卡密码有误' => 'The membership card password is incorrect',
- '会员卡已使用' => 'The membership card has been used',
- '您已是永久会员,无需再领取,可以将此卡转送亲朋好友,一起享受优惠' => 'You are already a permanent member, you don`t need to get it anymore, you can transfer this card to friends and relatives to enjoy the discount together',
- '暂无此类型会员卡' => 'There is currently no membership card of this type',
- '会员权益类型缺失' => 'Membership benefit type is missing',
- '请设置权益名称' => 'Please set the equity name',
- '请上传会员权益图标' => 'Please upload the member rights icon',
- '请设置返还积分倍数' => 'Please set the return points multiple',
- '返还积分倍数不能为负数' => 'The multiple of return points cannot be negative',
- '请设置运费折扣' => 'Please set the shipping discount',
- '运费折扣不能为负数' => 'The shipping discount cannot be negative',
- '请设置签到积分倍数' => 'Please set the check-in point multiple',
- '签到积分倍数不能为负数' => 'Sign-in point multiple cannot be negative',
- '请设置线下付款折扣' => 'Please set the offline payment discount',
- '线下付款不能为负数' => 'Offline payment cannot be negative',
- '请填写会员卡名称' => 'Please fill in the name of the membership card',
- '会员卡类型缺失' => 'Missing membership card type',
- '请填写有效期(天)' => 'Please fill in the validity period (days)',
- '有效期(天)不能为负数' => 'The validity period (days) cannot be negative',
- '请填写价格' => 'Please fill in the price',
- '价格不能为负数' => 'Price cannot be negative',
- '优惠价不能大于原价' => 'The discounted price cannot be greater than the original price',
- '地址不存在' => 'Address does not exist',
- '取消原来默认地址失败' => 'Cancel the original default address failed',
- '设置默认地址失败' => 'Failed to set default address',
- '地址已存在' => 'Address already exists',
- '收货地址格式错误' => 'The format of the delivery address is incorrect',
- '请登录' => 'Please log in',
- '登录已过期,请重新登录' => 'Login has expired, please log in again',
- '增加记录失败' => 'Add record failed',
- '记录分享记录失败' => 'Record sharing record failed',
- '增加用户佣金失败' => 'Failed to increase user commission',
- '企业付款到零钱失败,请稍后再试' => 'The company failed to pay the change, please try again later',
- '已经提现' => 'Already withdrawn',
- '您的提现申请已被拒绝' => 'Your withdrawal request has been rejected',
- '可提现佣金不足' => 'Insufficient commission to withdraw cash',
- '提现金额不能小于{:money}元' => 'The withdrawal amount cannot be less than {:money} yuan',
- '提现佣金不足{:money}元' => 'The commission for withdrawal is insufficient {:money} yuan',
- '提现佣金大于0' => 'The commission for withdrawal is greater than 0',
- '企业微信付款到零钱最低金额为1元' => 'Enterprise WeChat payment to change the minimum amount is 1 yuan',
- '该分组已经存在' => 'The group already exists',
- '清空用户标签失败' => 'Failed to clear user label',
- '设置标签失败' => 'Failed to set label',
- '请选择标签分类' => 'Please select label classification',
- '该标签已经存在' => 'The label already exists',
- '修改用户等级信息失败' => 'Failed to modify user level information',
- '用户等级不存在' => 'User level does not exist',
- '用户等级经验必须大于上一等级设置的经验' => 'User level experience must be greater than the experience set by the previous level',
- '用户等级经验必须小于下一等级设置的经验' => 'User level experience must be less than the experience set by the next level',
- '已检测到您设置过的用户等级,此等级不可重复' => 'The user level you set has been detected, this level cannot be repeated',
- '已检测到您设置过该用户等级经验值,经验值不可重复' => 'It has been detected that you have set the experience value of this user level, the experience value cannot be repeated',
- '订单未支付' => 'Order not paid',
- '佣金转入余额,不能退款' => 'The commission is transferred to the balance and cannot be refunded',
- '已支付的订单记录无法删除' => 'The paid order record cannot be deleted',
- '转入金额不能大于可提现佣金' => 'The transfer amount cannot be greater than the commission that can be withdrawn',
- '写入余额充值失败' => 'Failed to write balance recharge',
- '您选择的充值方式已下架' => 'The recharge method you selected has been removed',
- '充值订单生成失败' => 'Failed to generate recharge order',
- '保存用户信息失败' => 'Failed to save user information',
- '密码重置失败' => 'Password reset failed',
- '增加推广人数失败' => 'Failed to increase the number of promotions',
- '设置登录类型失败' => 'Failed to set login type',
- '设置推广员失败' => 'Failed to set promoter',
- '增加用户余额失败' => 'Failed to increase user balance',
- '减少用户余额失败' => 'Failed to reduce user balance',
- '减少用户佣金失败' => 'Failed to reduce user commission',
- '增加用户积分失败' => 'Failed to increase user points',
- '减少用户积分失败' => 'Failed to reduce user points',
- '增加用户经验失败' => 'Failure to increase user experience',
- '减少用户经验失败' => 'Failure to reduce user experience',
- '该分组不存在' => 'The group does not exist',
- '设置分组失败或无改动' => 'Failure to set grouping or no change',
- '有标签不存在或被删除' => 'A label does not exist or is deleted',
- '等级不存在或被删除' => 'Level does not exist or is deleted',
- '此用户已有该用户等级,无法再次赠送' => 'This user already has this user level and cannot give it again',
- '赠送天数不能为0' => 'The gift days cannot be 0',
- '天数输入错误' => 'The number of days is incorrectly entered',
- '用户信息储存失败' => 'Failed to store user information',
- '您得ip不再白名单中,请前往腾讯微信公众平台添加ip白名单' => 'Your ip is no longer in the whitelist, please go to the Tencent WeChat public platform to add the ip to the whitelist',
- '您填写得appid无效,请检查' => 'The appid you filled in is invalid, please check',
- '请输入回复信息内容' => 'Please enter the content of the reply message',
- '请上传回复的图片' => 'Please upload the picture of the reply',
- '请上传回复的声音' => 'Please upload the reply voice',
- '请选择图文消息' => 'Please select a text message',
- '对应的uid不存在' => 'The corresponding uid does not exist',
- '取消关注失败' => 'Unfollow failed',
- '电子面单模板ID缺失' => 'The ID of the electronic face slip template is missing',
- '快递公司编码缺失' => 'The courier company code is missing',
- '寄件人信息缺失' => 'Sender information is missing',
- '收件人信息缺失' => 'The recipient information is missing',
- '云打印机编号缺失' => 'Cloud printer number is missing',
- '商品数量缺失' => 'Item quantity is missing',
- '获取access_token获取失败' => 'Failed to obtain access_token',
- '手机号不能为空' => 'Mobile phone number cannot be empty',
- '模版ID不存在' => 'Template ID does not exist',
- '请先配置accessKey和secretKey' => 'Please configure accessKey and secretKey first',
- '请先配置水印图片' => 'Please configure the watermark image first',
- '请先配置水印文字' => 'Please configure the watermark text first',
- '远程水印图片下载失败' => 'Remote watermark image download failed',
- '上传图片不存在' => 'The uploaded image does not exist',
- '图片流获取失败' => 'Failed to get image stream',
- '图片下载失败' => 'Picture download failed',
- '必须上传xlsx格式文件' => 'Must upload xlsx format file',
- '数据不能为空' => 'Data cannot be empty',
- '缺少pay_price' => 'Missing pay_price',
- '退款失败:{:msg}' => 'Refund failed: {:msg}',
- '获取微信粉丝信息失败' => 'Failed to get WeChat fan information',
- '您已关闭上传功能' => 'You have turned off the upload function',
- '文件不可写' => 'The file is not writable',
- '时间格式不正确' => 'The time format is incorrect',
- '文件可能损坏,请检查' => 'The file may be damaged, please check',
- '修复错误,请重试' => 'Fix the error, please try again',
- '请指定要修复的表' => 'Please specify the table to be repaired',
- '请配置支付证书' => 'Please configure payment certificate',
- '只支持两级分类' => 'Only two-level classification is supported',
- '运费格式错误' => 'Freight format error',
- '请检查属性编码或库存数量' => 'Please check the attribute code or inventory quantity',
- '同步条数不能超过100' => 'The number of synchronization entries cannot exceed 100',
- 'appid或appsecret错误' => 'Appid or AppSecret error',
- '父级ID参数类型错误' => 'Parent ID parameter type error',
- '分类名称长度不能超过25个字符' => 'The length of classification name cannot exceed 25 characters',
- '分类图标长度不能超过128个字符' => 'The length of classification icon cannot exceed 128 characters',
- '分类大图长度不能超过200个字符' => 'The length of the classified large image cannot exceed 200 characters',
- '排序参数类型错误' => 'Wrong sort parameter type',
- '排序不能小于0' => 'Sort cannot be less than 0',
- '状态必须是0-1之间的整数' => 'Status must be an integer between 0 and 1',
- '权益简介不能大于8个字' => 'The introduction of rights and interests cannot be longer than 8 words',
- '提现方式最少选一种' => 'Select at least one withdrawal method',
- '身份使用中,无法删除' => 'The identity is in use and cannot be deleted',
- '展示名称不能大于6个字' => 'The display name cannot be longer than 6 characters',
- '推广佣金单价不能小于0' => 'The unit price of the promotion commission cannot be less than 0',
- '每日推广佣金上限不能小于-1' => 'The daily promotion commission limit cannot be less than -1',
- '请核对领取方式' => 'Please check the collection method',
- '请输入优惠券名称' => 'Please enter the coupon name',
- '请输入真实姓名' => 'Please enter your real name',
- '描述内容不能超过120字' => 'The description cannot exceed 120 words',
- '账号密码必须是在6到32位之间' => 'The account password must be between 6 and 32 bits',
- '商户号不能为空' => 'Merchant number cannot be empty',
- '请输入账号和密码' => 'Please enter the account number and password',
- '登录成功' => 'Login successful',
- '退出成功' => 'Exit successfully',
- '发送验证码失败,请刷新页面重新获取' => 'Failed to send verification code, please refresh the page to get it again',
- '请输入验证码' => 'Please enter the verification code',
- '验证码输入有误' => 'The verification code is entered incorrectly',
- '验证码已发送' => 'Verification code has been sent',
- '验证码发送成功' => 'Verification code sent successfully',
- '验证码发送失败' => 'Verification code sending failed',
- '请先获取验证码' => 'Please get the verification code first',
- '验证码错误' => 'Verification code error',
- '密码必须是在6到16位之间' => 'The password must be between 6 and 16 digits',
- '密码太过简单,请输入较为复杂的密码' => 'The password is too simple, please enter a more complex password',
- '注册成功' => 'Registration successful',
- '注册失败' => 'Registration failed',
- '请输入手机号' => 'Please enter the phone number',
- '绑定成功' => 'Binding successful',
- '绑定失败' => 'Binding failed',
- '手机号格式不正确' => 'The phone number format is incorrect',
- '登录失败' => 'Login failed',
- '扫码失败请重新扫描' => 'Scan code failed, please scan again',
- '二维码已过期请重新扫描' => 'The QR code has expired, please scan again',
- '授权成功,请绑定手机号' => 'The authorization is successful, please bind the mobile phone number',
- '授权成功' => 'Authorization successful',
- '请先关注公众号' => 'Please pay attention to the official account first',
- '账号或密码错误' => 'Account or password error',
- '请修改您的初始密码,再尝试登录' => 'Please modify your initial password and try to log in again',
- '您已被禁止登录,请联系管理员' => 'You have been banned from logging in, please contact the administrator',
- '手机号已注册' => 'The phone number has been registered',
- '您今日发送得短信次数已经达到上限' => 'The number of text messages you have sent today has reached the upper limit',
- '此IP今日发送次数已经达到上限' => 'The number of times this IP has been sent today has reached the upper limit',
- '短信平台验证码发送失败' => 'SMS platform verification code failed to send',
- '用户不存在' => 'User does not exist',
- '修改密码失败' => 'Change password failed',
- '用户登录失败,无法生成新用户,请稍后再试' => 'User login failed, unable to generate new user, please try again later',
- '用户不存在,无法切换' => 'The user does not exist and cannot be switched',
- '修改新用户登录类型出错' => 'Error modifying new user login type',
- '请刷新页面或者重新授权' => 'Please refresh the page or re-authorize',
- '获取用户访问token失败' => 'Failed to obtain user access token',
- '此手机已经绑定,无法多次绑定' => 'This phone has been bound and cannot be bound multiple times',
- '您的账号已经绑定过手机号码' => 'Your account has been bound with a mobile phone number',
- 'H5已有账号是否绑定此账号上' => 'Whether the existing account of H5 is bound to this account',
- '新手机号和原手机号相同,无需修改' => 'The new phone number is the same as the original phone number, no need to modify',
- '此手机已经注册' => 'This phone has been registered',
- '用户信息获取失败' => 'Failed to obtain user information',
- '请选择收货地址' => 'Please select the delivery address',
- '地址选择有误' => 'The address selection is wrong',
- '可用积分不足' => 'Insufficient credits available',
- '奖品不存在' => 'The prize does not exist',
- '写入中奖记录失败' => 'Failed to write winning record',
- '请继续参与活动抽奖' => 'Please continue to participate in the lucky draw',
- '已经领取成功' => 'Received successfully',
- '请输入收货人信息' => 'Please enter the consignee information',
- '请输入正确的收货人电话' => 'Please enter the correct phone number of the consignee',
- '抽奖记录不存在' => 'The lottery record does not exist',
- '该奖品不需要发货' => 'This prize does not need to be shipped',
- '请选择快递公司或输入快递单号' => 'Please select a courier company or enter a courier number',
- '活动不存在或已删除' => 'Activity does not exist or has been deleted',
- '暂未有该类型活动' => 'There is no activity of this type yet',
- '您暂时无法参与该活动' => 'You are temporarily unable to participate in this activity',
- '活动状态有误,请联系管理员' => 'The activity status is incorrect, please contact the administrator',
- '可用积分不足,没有更多抽奖次数' => 'Insufficient points available, no more draws',
- '余额不足,没有更多抽奖次数' => 'Insufficient balance, no more draws',
- '购买商品之后获得更多抽奖次数' => 'Get more lottery draws after purchasing goods',
- '订单完成评价之后获得更多抽奖次数' => 'More prize draws will be obtained after the order is evaluated',
- '邀请更多好友获取抽奖次数' => 'Invite more friends to get the number of lucky draws',
- '抽奖扣除用户积分失败' => 'Lottery draw failed to deduct user points',
- '抽奖失败,余额不足' => 'Lottery draw failed, insufficient balance',
- '抽奖扣除用户余额失败' => 'Lottery draw failed to deduct user balance',
- '抽奖扣除用户推广获取抽奖次数失败' => 'The lottery draw failed to deduct the number of times the user promoted to get the lottery',
- '抽奖减少奖品总数失败' => 'Lottery draw to reduce the total number of prizes failed',
- '分销等级不存在' => 'Distribution level does not exist',
- '永久二维码获取错误' => 'Permanent QR code acquisition error',
- '邀请码无效' => 'Invitation code is invalid',
- '授权失败,参数有误' => 'Authorization failed, parameter is wrong',
- 'openid获取失败' => 'Failed to get openid',
- '获取session_key失败,请检查您的配置' => 'Failed to get session_key, please check your configuration',
- '获取会话密匙失败' => 'Failed to get session key',
- '静默授权失败' => 'Silent authorization failed',
- '获取用户信息失败' => 'Failed to obtain user information',
- '更新信息失败' => 'Update information failed',
- '请上传二维码' => 'Please upload the QR code',
- '请关注公众号' => 'Please pay attention to the public number',
- '新增用户失败' => 'Add user failed',
- '用户关注失败' => 'Failed to follow user',
- '获取token失败{:msg}' => 'Failed to get token {:msg}',
- '配置已更改或token已失效' => 'The configuration has been changed or the token has expired',
- '平台错误:发生异常,请稍后重试' => 'Platform error: An exception occurred, please try again later',
- '企业微信支付到零钱需要支付证书,检测到您没有上传' => 'Enterprise WeChat payment to change needs a payment certificate, it is detected that you have not uploaded',
- '发起企业支付到零钱失败' => 'The initiating enterprise failed to pay the change',
- '无效的token不能查找到用户聊天记录' => 'Invalid token cannot find user chat records',
- '图片上传成功' => 'Image upload successfully',
- '用户uid不再当前聊天用户范围内' => 'The user uid is no longer within the scope of the current chat user',
- '请输入订单价格' => 'Please enter the order price',
- '请去后台售后订单列表处理' => 'Please go to the background after-sales order list processing',
- '分类名称不能为空' => 'Category name cannot be empty',
- '分类不存在' => 'Classification does not exist',
- '添加的内容重复' => 'Added content is repeated',
- '缺少转接人id' => 'Missing transfer person id',
- '转接成功' => 'Transfer successful',
- '话术没有被查到' => 'Speech not found',
- '公共话术不能修改' => 'Public language cannot be modified',
- '话术标题内容不能为空' => 'The content of the topic title cannot be empty',
- '已拥有此分组' => 'Already owns this group',
- '缺少标签id' => 'Missing tag id',
- '请填汉字字母或者数字' => 'Please fill in Chinese letters or numbers',
- '标题长度不能超过50个字' => 'The title length cannot exceed 50 characters',
- '请选择分类' => 'Please select a category',
- '分类必须为数字' => 'The classification must be a number',
- '请填写话术内容' => 'Please fill in the content of the language',
- '话术长度不能超过500个字' => 'The length of the speech cannot exceed 500 words',
- '排序必须为数字' => 'The sort must be a number',
- '微信最低提现金额不能小于1元' => 'Wechat minimum withdrawal amount cannot be less than 1 yuan',
- '用户不存在' => 'User does not exist',
- '提现方式不存在' => 'Withdrawal method does not exist',
- '提现金额输入有误' => 'The withdrawal amount is incorrectly entered',
- '银行卡号输入有误' => 'The bank card number is entered incorrectly',
- '请输入支付宝账号' => 'Please enter the Alipay account number',
- '请输入银行卡账号' => 'Please enter the bank card account number',
- '请输入开户行信息' => 'Please enter the bank information',
- '申请提现成功' => 'The application for withdrawal is successful',
- '申请提现失败' => 'Failed to apply for withdrawal',
- '充值金额不能为0元' => 'The recharge amount cannot be 0 yuan',
- '充值方式不支持' => 'The recharge method is not supported',
- '充值金额不能低于{:money}' => 'The recharge amount cannot be less than {:money}',
- '充值成功' => 'Recharge successful',
- '充值失败' => 'Recharge failed',
- '签到获得{:integral}积分' => 'Sign in to get {:integral} points',
- '签到失败' => 'Sign in failed',
- '收藏成功' => 'Collect Successful',
- '收藏失败' => 'Failed to collect',
- '授权失败' => 'Authorization failed',
- 'unionid不存在' => 'Unionid does not exist',
- '获取用户UID失败' => 'Failed to get user UID',
- '请输入昵称或者选择头像' => 'Please enter a nickname or select an avatar',
- '注销成功' => 'Logout successful',
- '暂无客服人员在线,请稍后联系' => 'There is no customer service staff online, please contact us later',
- '不能和自己聊天' => 'Can`t chat with myself',
- '您不是客服无法登录' => 'You are not customer service and cannot log in',
- '自己不能转接给自己' => 'I cannot transfer to myself',
- '转接客服失败' => 'Transfer customer service failed',
- '没有此用户' => 'There is no such user',
- '客服不存在' => 'Customer service does not exist',
- '商品未查到' => 'Commodity not found',
- '请填写开票手机号' => 'Please fill in the billing phone number',
- '请填写发票抬头(开具发票企业名称)' => 'Please fill in the title of the invoice (name of the company issuing the invoice)',
- '请填写正确的发票抬头(开具发票企业名称)' => 'Please fill in the correct invoice header (name of the company issuing the invoice)',
- '请填写发票税号' => 'Please fill in the invoice tax number',
- '请填写正确的发票税号' => 'Please fill in the correct invoice tax number',
- '请填写正确的银行卡号' => 'Please fill in the correct bank card number',
- '地址不存在' => 'Address does not exist',
- '收货地址格式错误' => 'The format of the delivery address is incorrect',
- '收货地址格式错误或系统未完善当前地址' => 'The format of the delivery address is incorrect or the system does not complete the current address',
- '收货地址格式错误,请重新选择' => 'The format of the delivery address is incorrect, please select again',
- '请填写详细地址' => 'Please fill in the detailed address',
- '名称必须填写' => 'Name must be filled in',
- '名称最多不能超过25个字符' => 'Name cannot exceed 25 characters',
- '手机号必须填写' => 'Mobile phone number must be filled in',
- '手机号格式错误' => 'Mobile phone number format error',
- '省必须填写' => 'The province must fill in',
- '市必须填写' => 'City must fill in',
- '区/县必须填写' => 'The district/county must be filled in',
- '详细地址必须填写' => 'The detailed address must be filled in',
- '请填写反馈内容' => 'Please fill in the feedback content',
- '比例不能大于您的比例' => 'The ratio cannot be greater than your ratio',
- '激活成功' => 'Activation successful',
- '暂无海报' => 'No posters yet',
- '二维码生成失败' => 'QR code generation failed',
- '缺少字体文件Bold' => 'Missing font file Bold',
- '缺少字体文件Normal' => 'Missing font file Normal',
- '生成图片失败' => 'Failed to generate image',
- '生成图片时,系统错误' => 'A system error occurred when generating a picture',
- '生成海报失败' => 'Failed to generate poster',
- '订单不存在' => 'Order does not exist',
- '订单已支付' => 'Order paid',
- '请填写实际支付金额' => 'Please fill in the actual payment amount',
- '实际支付金额不能小于0元' => 'The actual payment amount cannot be less than 0 yuan',
- '请填写备注内容' => 'Please fill in the remarks',
- '请先处理售后申请' => 'Please process the after-sales application first',
- '用户已取消申请' => 'The user has cancelled the application',
- '售后订单状态不支持该操作' => 'After-sales order status does not support this operation',
- '退款修改状态错误' => 'Refund modification status error',
- '修改退款状态成功' => 'Modify the refund status successfully',
- '已退完支付金额,不能再退款了' => 'The payment amount has been refunded and cannot be refunded any more',
- '请输入退款金额' => 'Please enter the refund amount',
- '退款金额大于支付金额,请修改退款金额' => 'The refund amount is greater than the payment amount, please modify the refund amount',
- '退款成功' => 'Refund successful',
- '退款失败' => 'Refund failed',
- '请输入核销码或者扫描核销二维码' => 'Please enter the write-off code or scan the write-off QR code',
- '核销成功' => 'Successful write-off',
- '请输入付款金额' => 'Please enter the payment amount',
- '支付金额不能为0元' => 'The payment amount cannot be 0 yuan',
- '付费会员功能暂未开启' => 'The paid membership function has not been opened yet',
- '支付数据生成失败' => 'Payment data generation failed',
- '支付订单不存在' => 'Payment order does not exist',
- '微信支付成功' => 'WeChat payment is successful',
- '前往支付' => 'Go to payment',
- '余额支付成功' => 'Balance payment successful',
- '请传入支付宝支付回调URL' => 'Please pass in the Alipay payment callback URL',
- '支付宝支付成功' => 'Alipay payment is successful',
- '订单生成失败' => 'Order generation failed',
- '请提交购买的商品' => 'Please submit the purchased product',
- '商品不存在,请重新选择商品下单' => 'The product does not exist, please re-select the product to place an order',
- '订单创建成功' => 'Order created successfully',
- '收货成功' => 'Received goods successfully',
- '收货失败' => 'Receipt failed',
- '快递单号不存在' => 'Express tracking number does not exist',
- '默认运费模板未配置,无法下单' => 'The default shipping template is not configured, so the order cannot be placed',
- '订单已过期,请刷新当前页面' => 'The order has expired, please refresh the current page',
- '订单已创建,请点击查看完成支付' => 'The order has been created, please click to view to complete the payment',
- '订单生成失败,你已经在该团内不能再参加了' => 'The order generation failed, you can no longer participate in the group',
- '订单生成失败,你已经参加该团了,请先支付订单' => 'The order generation failed, you have already joined the group, please pay the order first',
- '该团人员已满' => 'The group is full',
- '暂不支持该支付方式,请刷新页面或者联系管理员' => 'This payment method is not currently supported, please refresh the page or contact the administrator',
- '您购买的商品库存已不足{:cart_num}{:unit_name}' => 'The stock you purchased is not enough {:cart_num}{:unit_name}',
- '该订单已失效' => 'The order has expired',
- '支付失败' => 'Payment failed',
- '支付成功' => 'Payment successful',
- '支付方式错误' => 'Payment method error',
- '订单商品已评价' => 'The order item has been evaluated',
- '请为商品评分' => 'Please rate the product',
- '请为商家服务评分' => 'Please rate the business service',
- '评价失败' => 'Evaluation failed',
- '请重新选择退款商品或件数' => 'Please re-select the refund item or the number of pieces',
- '当前状态不能取消申请' => 'The current state cannot cancel the application',
- '重选成功' => 'Re-successful',
- '订单已退款' => 'Order refunded',
- '使用积分抵扣失败' => 'Failed to use points to deduct',
- '会员类型不存在' => 'Member type does not exist',
- '您已是永久会员无需再购买' => 'You are already a permanent member, no need to purchase any more',
- '该会员卡暂时无法购买' => 'This membership card cannot be purchased temporarily',
- '您已经领取过免费会员' => 'You have already received a free membership',
- '此类型会员卡暂未开售' => 'This type of membership card is not yet available for sale',
- '获取购物车信息失败' => 'Failed to get shopping cart information',
- '您要购买的优惠券已失效,无法购买' => 'The coupon you want to buy has expired and cannot be purchased',
- '您已获取过该优惠券,无法再次购买' => 'You have already obtained the coupon and cannot buy it again',
- '请刷新后重试' => 'Please refresh and try again',
- '暂无库存' => 'No stock',
- '选择的规格库存不足' => 'The selected specification is out of stock',
- '单次购买数量不能大于 {:limit} 件' => 'Single purchase quantity cannot be greater than {:limit} pieces',
- '该商品限购 {:limit} 件,您已经购买 {:pay_num} 件' => 'This product is limited to {:limit} pieces, you have already purchased {:pay_num} pieces',
- '选择支付方式有误' => 'Incorrect payment method selected',
- '选择的优惠劵无效' => 'The selected coupon is invalid',
- '不满足优惠劵的使用条件' => 'The conditions for using the coupons are not met',
- '使用优惠劵失败' => 'Failed to use coupon',
- '请填写姓名和电话' => 'Please fill in your name and phone number',
- '营销商品不能使用线下支付' => 'Offline payment cannot be used for marketing products',
- '暂无门店无法选择门店自提' => 'There is currently no store and cannot choose to pick up at the store',
- '订单商品结算失败' => 'Order item settlement failed',
- '发票已申请' => 'Invoice has been applied',
- '正在申请退款中' => 'Applying for a refund',
- '申请失败' => 'Application failed',
- '退款件数大于订单件数' => 'The number of refunds is greater than the number of orders',
- '该订单已全部拆分' => 'The order has been split',
- '申请退款失败' => 'Failed to apply for refund',
- '存在待处理退款单' => 'There is a pending refund order',
- '该订单无法删除' => 'This order cannot be deleted',
- '订单已经支付无法取消' => 'The order has been paid and cannot be cancelled',
- '拼团商品不能再来一单,请在拼团商品内自行下单' => 'The grouped product cannot be ordered again, please place an order in the grouped product by yourself',
- '砍价商品不能再来一单,请在砍价商品内自行下单' => 'The bargained item cannot be ordered again, please place your own order in the bargained item',
- '秒杀商品不能再来一单,请在秒杀商品内自行下单' => 'The seckill item cannot be ordered again, please place an order within the seckill item',
- '预售商品不能再来一单,请在预售商品内自行下单' => 'The pre-sale item cannot be ordered again, please place an order in the pre-sale item by yourself',
- '再来一单失败,请重新下单' => 'Another order failed, please place a new order',
- '该订单无法支付' => 'The order cannot be paid',
- '订单支付状态有误,无法进行支付' => 'The payment status of the order is incorrect and cannot be paid',
- '该订单已支付' => 'The order has been paid',
- '订单状态错误' => 'Order status error',
- '此订单不能被核销' => 'This order cannot be written off',
- '订单有售后申请请先处理' => 'The order has an after-sales application, please process it first',
- '您无权限核销此订单,请联系管理员' => 'You do not have permission to write off this order, please contact the administrator',
- '订单已核销' => 'Order has been written off',
- '拼团订单暂未成功无法核销' => 'The group order has not been successfully written off yet',
- '核销失败' => 'Verification failed',
- '发货成功' => 'Successful delivery',
- '无需支付' => 'No payment required',
- '获取用户openid失败,无法支付' => 'Failed to obtain user openid, unable to pay',
- '网站名称配置未填写,无法支付' => 'The website name configuration is not filled in, unable to pay',
- '支付方式不存在' => 'Payment method does not exist',
- '不支持该类型方式' => 'This type of method is not supported',
- '余额支付失败' => 'Balance payment failed',
- '暂未开启发票' => 'Invoice has not been opened yet',
- '暂未开启专用发票' => 'Special invoice has not been opened yet',
- '该发票已经存在' => 'The invoice already exists',
- '设置默认发票失败' => 'Failed to set default invoice',
- '没有此用户,无法检测升级用户等级' => 'Without this user, the upgrade user level cannot be detected',
- '检测升级失败' => 'Check upgrade failed',
- '修改订单失败' => 'Failed to modify order',
- '修改用户信息失败' => 'Failed to modify user information',
- '绑定推广关系失败' => 'Failed to bind promotion relationship',
- '天数不能为0' => 'The number of days cannot be 0',
- '添加签到数据失败' => 'Failed to add check-in data',
- '赠送经验失败' => 'Failed to give experience',
- '请先配置签到天数' => 'Please configure the check-in days first',
- '已经签到' => 'Signed in',
- '商品不存在' => 'Commodity does not exist',
- '该商品已下架或删除' => 'The item has been removed or deleted',
- '该商品库存不足' => 'The product is out of stock',
- '该商品库存不足{:num}' => 'Insufficient stock of this product {:num}',
- '每人总共限购{:num}件' => 'Each person is limited to {:num} pieces in total',
- '砍价已结束' => 'Haggling has ended',
- '您不能再发起此件商品砍价' => 'You can no longer initiate bargaining on this item',
- '该分享未开启砍价' => 'The sharing has not been opened for bargaining',
- '您已经帮砍过此砍价' => 'You have already helped cut the price',
- '砍价信息没有查到' => 'The bargaining information was not found',
- '用户砍价信息未查到' => 'User bargaining information is not found',
- '请选择有效的商品属性' => 'Please select a valid product attribute',
- '砍价商品不存在' => 'The bargain item does not exist',
- '砍价失败' => 'Haggling failed',
- '砍价未成功' => 'The bargaining was unsuccessful',
- '砍价已支付' => 'Haggling has been paid',
- '您不能再帮砍此件商品' => 'You can no longer help cut this item',
- '商品已被删除' => 'Item has been deleted',
- '拼团不存在或已下架,请手动申请退款' => 'The group does not exist or has been removed, please apply for a refund manually',
- '每个订单限购{:num}件' => 'Each order is limited to {:num} pieces',
- '未查到拼团信息,无法取消' => 'The group information cannot be found and cannot be cancelled',
- '拼团已到期' => 'The group has expired',
- '拼团已完成,无法取消' => 'The grouping has been completed and cannot be cancelled',
- '每人限购{:num}件' => 'Each person is limited to {:num} pieces',
- '抽奖不存在' => 'The lottery does not exist',
- '领取成功' => 'Received successfully',
- '领取失败' => 'Failed to receive',
- '活动未开始' => 'The event has not started',
- '活动已结束' => 'The event has ended',
- '您已有这张优惠券,请勿重复购买' => 'You already have this coupon, please do not buy it again',
- '请核对快递公司编码' => 'Please check the express company code',
- '请选择发票' => 'Please select invoice',
- //微信相关错误
- -1 => 'The system is busy, please try again later',
- 43104 => 'appid does not match openid',
- 45009 => 'Reached the upper limit of WeChat api daily limit',
- 45008 => 'Text message exceeds limit',
- 45007 => 'Voice playback time exceeds the limit',
- 45006 => 'Picture link field exceeds limit',
- 45005 => 'Link field exceeds limit',
- 45004 => 'Description field exceeds limit',
- 45003 => 'Title field exceeds limit',
- 45002 => 'Message content exceeds limit',
- 45001 => 'Multimedia file size exceeds limit',
- 44004 => 'Text message content is empty',
- 44003 => 'Text message content is empty',
- 44002 => 'Post packet is empty',
- 44001 => 'Multimedia file is empty',
- 43019 => 'The recipient needs to be removed from the blacklist',
- 43005 => 'Need friends',
- 43004 => 'Need recipient is attention',
- 43003 => 'HTTPS request required',
- 43002 => 'Post request required',
- 43001 => 'Get request required',
- 42007 => 'The user modifies the wechat password. The accesstoken and refreshtoken are invalid and need to be re authorized',
- 42003 => 'oauth_ Code timeout',
- 42002 => 'refresh_token timeout',
- 42001 => 'access_ Token timeout, please check access_ For the validity period of the token, please refer to basic support - get access_ In token, access_ Detailed mechanism description of token',
- 41009 => 'Missing openid',
- 41008 => 'Missing oauth code',
- 41007 => 'Missing submenu data',
- 41006 => 'Missing media_ ID parameter',
- 41005 => 'Missing multimedia file data',
- 41004 => 'Missing secret parameter',
- 41003 => 'Missing refresh_token parameter',
- 41002 => 'Missing appid parameter',
- 41001 => 'Missing access_token parameter',
- 40163 => 'oauth_ Code used',
- 40155 => 'Do not add links to other wechat home pages',
- 40137 => 'Unsupported picture format',
- 40132 => 'Wechat number is illegal',
- 40125 => 'Invalid appsecret',
- 40121 => 'Illegal media_ ID type',
- 40120 => 'Sub button error in type',
- 40119 => 'button error in type',
- 40118 => 'media_id Illegal size',
- 40117 => 'Illegal group name',
- 40060 => 'When deleting a single article, the specified article_ Illegal idx',
- 40051 => 'Illegal group name',
- 40050 => 'Illegal grouping ID',
- 40048 => 'Invalid URL',
- 40039 => 'Illegal URL length',
- 40035 => 'Illegal parameter',
- 40038 => 'Illegal request format',
- 40033 => 'Illegal request character, cannot contain characters in \uxxxx format',
- 40032 => 'Illegal openid list length',
- 40031 => 'Illegal openid list',
- 40030 => 'Illegal refresh_token',
- 40029 => 'Invalid OAuth_ code',
- 40028 => 'Illegal user-defined menu user',
- 40027 => 'Illegal submenu button URL length',
- 40026 => 'Illegal submenu button key length',
- 40025 => 'Illegal submenu button name length',
- 40024 => 'Illegal submenu button type',
- 40023 => 'Number of illegal submenu buttons',
- 40022 => 'Illegal submenu level',
- 40021 => 'Illegal menu version number',
- 40020 => 'Illegal button URL length',
- 40019 => 'Illegal button key length',
- 40018 => 'Illegal button name length',
- 40017 => 'Illegal button type',
- 40016 => 'Number of illegal buttons',
- 40015 => 'Illegal menu type',
- 40014 => 'Illegal access_ Token, please compare access carefully_ The validity of the token (for example, whether it is expired), or check whether the interface is being called for the appropriate official account',
- 40013 => 'Illegal appid, please check the correctness of appid, avoid abnormal characters, and pay attention to case',
- 40012 => 'Illegal thumbnail file size',
- 40011 => 'Illegal video file size',
- 40010 => 'Illegal voice file size',
- 40009 => 'Illegal picture file size',
- 40008 => 'Illegal message type',
- 40007 => 'Illegal media file ID',
- 40006 => 'Illegal file size',
- 40005 => 'Illegal file type',
- 40004 => 'Illegal media file type',
- 40003 => 'Illegal openid. Please confirm whether openid (the user) has paid attention to wechat or whether it is the openid of other wechat',
- 40002 => 'Illegal voucher type',
- 40001 => 'Get access_ Appsecret error in token, or access_ The token is invalid. Please carefully compare the correctness of appsecret or check whether the interface is being called for the appropriate wechat',
- '此账号已被封禁,无法操作' => "This account has been banned and cannot be operated",
- '个人模版数已达上限,上限25个' => "The number of personal templates has reached the upper limit, the upper limit is 25",
- '请检查小程序所属类目' => "Please check the category of the applet",
- ];
|