feat: acs国际化
This commit is contained in:
23
acs/nladmin-ui/src/i18n/langs/menu/zh.js
Normal file
23
acs/nladmin-ui/src/i18n/langs/menu/zh.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'placeholder': {
|
||||
'fuzzy_search': '模糊搜索',
|
||||
'owning_system': '所属系统'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': '菜单标题',
|
||||
'system': '所属系统',
|
||||
'icon': '图标',
|
||||
'sort': '排序',
|
||||
'permission_ident': '权限标识',
|
||||
'path': '组件路径',
|
||||
'outside_chain': '外链',
|
||||
'cache': '缓存',
|
||||
'visible': '可见',
|
||||
'create_time': '创建日期'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user