config.ts
1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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',
},
};