Files
KnowStreaming/km-console/packages/config-manager-fe/src/locales/zh.tsx
2022-08-18 17:04:05 +08:00

13 lines
465 B
TypeScript
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { systemKey } from '../constants/menu';
/**
* 用于左侧菜单与顶部路由导航中文展示key值与各页面路径对应比如dashboard页路由/cluster/dashbordkey值menu.cluster.dashborad
*/
export default {
[`menu.${systemKey}.setting`]: '配置管理',
[`menu.${systemKey}.user`]: '用户管理',
[`menu.${systemKey}.operationLog`]: '审计日志',
'sider.footer.hide': '收起',
'sider.footer.expand': '展开',
};