Files
yinnihailiang_one/lms/nladmin-ui/src/i18n/langs/customPolicy/en.js

11 lines
297 B
JavaScript
Raw Normal View History

2024-12-18 16:41:06 +08:00
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!'
}
}