export default { feeName: '资费名称', enterFeeName: '请输入资费名称或编码', operatorType: '运营商类型', selectOperatorType: '请选择', addFee: '新增资费', editFee: '编辑资费', id: '序号', feeCode: '资费编码', supplierName: '供应商名称', dataType: '流量类型', billingCategory: '计费分类', billingCycle: '计费周期', packageSize: '资费包大小', standardPrice: '标准价格', cycleLimitation: '周期限制', status: { normal: '正常', disabled: '禁用', offline: '下架' }, operatorTypes: { general: '通用', specific: '定向' }, searchExecuted: '执行搜索操作', feeDeleted: '已删除资费 {name}', feeUpdated: '已更新资费 {name}', feeAdded: '已添加新资费 {name}', basicInfo: '基本信息', supplier: '运营商', selectSupplier: '请选择运营商', supplier1: '供应商1', supplier2: '供应商2', general: '通用', specific: '定向', data: '流量', voice: '语音', nb: 'NB', sms: '短信', billingInfo: '计费信息', daily: '按天', monthly: '按月', enterPackageSize: '请输入资费包大小', enterPrice: '请输入价格', currency: '元', billingCycleType: '计费周期类型', month: '月', subscriptionPeriod: '订购周期', minimum: '最短', maximum: '最长', monthsMin: '个月,最短', monthsMax: '个月', overagePrice: '超套价格', enterOveragePrice: '请输入超套价格', connectionTimes: '连接数(次)', times: '次', voiceRate: '语音被叫', minute: '分钟', billingCode: '计费函数', autoGenerated: '自动生成', feeCodeRequired: '请输入资费编码', feeNameRequired: '请输入资费名称', supplierRequired: '请选择运营商', dataTypeRequired: '请选择流量类型', billingCategoryRequired: '请选择计费分类', statusRequired: '请选择状态', billingCycleRequired: '请选择计费周期', packageSizeRequired: '请输入资费包大小', standardPriceRequired: '请输入标准价格', minPeriodRequired: '请输入最短订购周期', maxPeriodRequired: '请输入最长订购周期', fillRequiredFields: '请填写所有必填字段' }