plan.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. export default {
  2. feeName: '资费名称',
  3. enterFeeName: '请输入资费名称或编码',
  4. operatorType: '运营商类型',
  5. selectOperatorType: '请选择',
  6. addFee: '新增资费',
  7. editFee: '编辑资费',
  8. id: '序号',
  9. feeCode: '资费编码',
  10. supplierName: '供应商名称',
  11. dataType: '流量类型',
  12. billingCategory: '计费分类',
  13. billingCycle: '计费周期',
  14. packageSize: '资费包大小',
  15. standardPrice: '标准价格',
  16. cycleLimitation: '周期限制',
  17. status: {
  18. normal: '正常',
  19. disabled: '禁用',
  20. offline: '下架'
  21. },
  22. operatorTypes: {
  23. general: '通用',
  24. specific: '定向'
  25. },
  26. searchExecuted: '执行搜索操作',
  27. feeDeleted: '已删除资费 {name}',
  28. feeUpdated: '已更新资费 {name}',
  29. feeAdded: '已添加新资费 {name}',
  30. basicInfo: '基本信息',
  31. supplier: '运营商',
  32. selectSupplier: '请选择运营商',
  33. supplier1: '供应商1',
  34. supplier2: '供应商2',
  35. general: '通用',
  36. specific: '定向',
  37. data: '流量',
  38. voice: '语音',
  39. nb: 'NB',
  40. sms: '短信',
  41. billingInfo: '计费信息',
  42. daily: '按天',
  43. monthly: '按月',
  44. enterPackageSize: '请输入资费包大小',
  45. enterPrice: '请输入价格',
  46. currency: '元',
  47. billingCycleType: '计费周期类型',
  48. month: '月',
  49. subscriptionPeriod: '订购周期',
  50. minimum: '最短',
  51. maximum: '最长',
  52. monthsMin: '个月,最短',
  53. monthsMax: '个月',
  54. overagePrice: '超套价格',
  55. enterOveragePrice: '请输入超套价格',
  56. connectionTimes: '连接数(次)',
  57. times: '次',
  58. voiceRate: '语音被叫',
  59. minute: '分钟',
  60. billingCode: '计费函数',
  61. autoGenerated: '自动生成',
  62. feeCodeRequired: '请输入资费编码',
  63. feeNameRequired: '请输入资费名称',
  64. supplierRequired: '请选择运营商',
  65. dataTypeRequired: '请选择流量类型',
  66. billingCategoryRequired: '请选择计费分类',
  67. statusRequired: '请选择状态',
  68. billingCycleRequired: '请选择计费周期',
  69. packageSizeRequired: '请输入资费包大小',
  70. standardPriceRequired: '请输入标准价格',
  71. minPeriodRequired: '请输入最短订购周期',
  72. maxPeriodRequired: '请输入最长订购周期',
  73. fillRequiredFields: '请填写所有必填字段'
  74. }