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
|
|
|
}
|
|
|
|
|
}
|