export default {
  en: {
    checkDpState: 'Check Device {0} DP State',
    deviceSchemaEmptyTip:
      'The current device does not have any function points, and the template displays a blank screen. If the function points are normal, delete the logic in this step',
  },
  zh: {
    checkDpState: '查看设备{0} DP 点状态',
    deviceSchemaEmptyTip:
      '当前设备不存在功能点,模板会白屏状态,如为正常需求,请自行删除此处判断逻辑',
  },
};