device.ts 978 Bytes
export default {
	// 光伏设备-设备类型
	// 备注
	'pv.device.remark': 'Remark',
	// 请输入备注,最多不超过200字
	'pv.device.placeholder': 'Please enter a remark, up to 200 words',
	// 额定功率
	'pv.device.ratedPower': 'Rated power',
	// 连接超时
	'pv.device.activation': 'Connection timed out',
	// 光伏组件
	'pv.device.pvDevice': 'PV device',
	//计费信息
	'pv.device.billing': 'Billing information',
	//关联设备
	'pv.device.associated': 'Associated devices',
	// 逆变器设备请认真填写以下数据,用于发电性能分析
	'pv.device.inverterDsc': 'Inverter please fill in the following data carefully, used for power performance analysis',
	// 组件容量
	'pv.device.componentCapacity': 'Component capacity',

	// 光伏设备-光伏设备
	// 新建设备
	'pv.device.list.newDevice': 'New device',
	// 设备导出
	'pv.device.list.export': 'Device export',
	// 设备导入
	'pv.device.list.import': 'Device import',
}