11 lines
297 B
JavaScript
11 lines
297 B
JavaScript
|
|
export default {
|
||
|
|
'customPolicy': {
|
||
|
|
'title': 'Custom Policy',
|
||
|
|
'unit_code': 'Policy Number',
|
||
|
|
'unit_name': 'Policy Name'
|
||
|
|
},
|
||
|
|
'msg': {
|
||
|
|
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, they Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||
|
|
}
|
||
|
|
}
|