Files
lanzhouhailiang_two/lms/nladmin-ui/src/i18n/langs/menu/en.js

24 lines
614 B
JavaScript
Raw Normal View History

2023-11-24 14:21:35 +08:00
export default {
2023-11-27 15:17:01 +08:00
'menu': {
'placeholder': {
'fuzzy_search': 'fuzzy search',
'owning_system': 'system'
},
'table_title': {
'menu_title': 'title',
'system': 'system',
'icon': 'icon',
'sort': 'sort',
'permission_ident': 'permission mark',
'path': 'path',
'outside_chain': 'out chain',
'cache': 'cache',
'visible': 'visible',
'create_time': 'create time'
},
'msg': {
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
}
2023-11-24 14:21:35 +08:00
}
}