mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-14 20:18:31 +08:00
初始化3.0.0版本
This commit is contained in:
12
km-console/packages/config-manager-fe/src/locales/zh.tsx
Executable file
12
km-console/packages/config-manager-fe/src/locales/zh.tsx
Executable file
@@ -0,0 +1,12 @@
|
||||
import { systemKey } from '../constants/menu';
|
||||
/**
|
||||
* 用于左侧菜单与顶部路由导航中文展示,key值与各页面路径对应,比如dashboard页,路由:/cluster/dashbord,key值:menu.cluster.dashborad
|
||||
*/
|
||||
export default {
|
||||
[`menu.${systemKey}.setting`]: '配置管理',
|
||||
[`menu.${systemKey}.user`]: '用户管理',
|
||||
[`menu.${systemKey}.operationLog`]: '审计日志',
|
||||
|
||||
'sider.footer.hide': '收起',
|
||||
'sider.footer.expand': '展开',
|
||||
};
|
||||
Reference in New Issue
Block a user