36 lines
1.1 KiB
JavaScript
36 lines
1.1 KiB
JavaScript
export default {
|
|
'device': {
|
|
'title': 'Device',
|
|
'placeholder': {
|
|
'enter_name_code': 'Enter A Name Or Code',
|
|
'device_type': 'Device Type',
|
|
'please_select': 'Please Select',
|
|
'name_code': 'Name Or Code'
|
|
},
|
|
'device_table_title': {
|
|
'device_identification': 'Device Identification',
|
|
'device_encoding': 'Device Encoding',
|
|
'device_name': 'Device Name',
|
|
'device_type': 'Device Type',
|
|
'region': 'Region',
|
|
'sequence_number': 'Sequence Number',
|
|
'descriptive_information': 'Descriptive Information',
|
|
'configured': 'Configured',
|
|
'visible': 'Visible',
|
|
'create_time': 'Create Time'
|
|
},
|
|
'device_dialog': {
|
|
'zh_device_name': 'ZH-name',
|
|
'en_device_name': 'EN-name',
|
|
'in_device_name': 'IN-Nama',
|
|
'ko_device_name': 'KO-Nama'
|
|
},
|
|
'driver_configuration': {
|
|
'basic_information': 'Basic Information'
|
|
},
|
|
'msg': {
|
|
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, they Will Be Deleted Together. This Operation Cannot Be Undone!'
|
|
}
|
|
}
|
|
}
|