feat: acs国际化
This commit is contained in:
@@ -1,6 +1,23 @@
|
||||
export default {
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'fuzzy search',
|
||||
'owning_system': 'system'
|
||||
'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!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user