feeDetailMonthFeeLang.js 1.12 KB
export const messages = {
  en: {
    feeDetailMonthFee: {
      feeItem: 'Fee Item',
      feeFlag: 'Fee Flag',
      feeType: 'Fee Type',
      chargeYearMonth: 'Charge Year-Month',
      receivableAmount: 'Receivable Amount',
      description: 'Description',
      lastDegrees: 'Last Degrees:',
      currentDegrees: 'Current Degrees:',
      unitPrice: 'Unit Price:',
      additionalFee: 'Additional Fee:',
      usage: 'Usage:',
      algorithm: 'Algorithm:',
      fixedFee: 'Fixed Fee:'
    },
    feeDetailMonthFeeDemo: {
      openComponent: 'Open Month Fee Detail'
    }
  },
  zh: {
    feeDetailMonthFee: {
      feeItem: '费用项目',
      feeFlag: '费用标识',
      feeType: '费用类型',
      chargeYearMonth: '收费年月',
      receivableAmount: '应收金额',
      description: '说明',
      lastDegrees: '上期度数:',
      currentDegrees: '本期度数:',
      unitPrice: '单价:',
      additionalFee: '附加费:',
      usage: '用量:',
      algorithm: '算法:',
      fixedFee: '固定费:'
    },
    feeDetailMonthFeeDemo: {
      openComponent: '打开月度费用详情'
    }
  }
}