aFeeDetailSubLang.js
506 Bytes
export const messages = {
en: {
aFeeDetailSub: {
parentFeeId: 'Parent Fee ID',
childFeeId: 'Child Fee ID',
feeName: 'Fee Name',
feeObject: 'Fee Object',
billingPeriod: 'Billing Period',
splitTime: 'Split Time'
}
},
zh: {
aFeeDetailSub: {
parentFeeId: '父费用ID',
childFeeId: '子费用ID',
feeName: '费用名称',
feeObject: '费用对象',
billingPeriod: '计费时间段',
splitTime: '拆分时间'
}
}
}