config.ts 1.06 KB
export default {
  action: {
    create: 'Create application',
    edit: 'Edit application',
    view: 'View application',
  },
  search: {
    name: 'Application name',
    applicationNamePlaceholder: 'Please enter the application name',
    keyPlaceholder: 'Please enter the key',
    secretPlaceholder: 'Please enter the secret',
    organizationPlaceholder: 'Please select an organization',
  },
  text: {
    organizationName: 'Organization',
    key: 'key',
    secret: 'secret',
    apiPermissionText: 'API permission allocation',
  },
  tab: {
    edgeDevice: 'Edge Device',
    edgeMonitoring: 'Edge Monitoring',
    edgeEvent: 'Edge Event',
  },
  message: {
    cancelAssignSuccess: 'Assignment Cancelled Successfully',
    syncSuccess: 'Edge Sync Processed Successfully',
    attributeDeliverySuccess: 'Attribute Issued Successfully',
  },
  confirm: {
    cancelAssign: 'Are you sure you want to cancel the edge assignment?',
  },
  classifyText: {
    device: 'DEVICE',
    alarm: 'ALARM',
    video: 'VIDEO',
    statistics: 'STATISTICS',
    system: 'SYSTEM',
  },
};