1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
| {
| "home": "主页",
| "settings": "设置",
| "profile": "个人资料",
| "login": "登录",
| "logout": "登出",
| "more": "更多",
| "full": "完整",
| "top-search-ph": "搜索:员工、文件、照片等",
| "theme": "主题",
| "theme-switch": "切换主题",
| "light": "亮",
| "dark": "暗",
| "fullscreen": "全屏",
| "fullscreen-exit": "退出全屏",
| "clear-local-storage": "清理本地缓存",
| "language": "语言",
| "shortcut": "快捷菜单",
| "dashboard": "仪表盘",
| "dashboard_v1": "仪表盘",
| "dashboard_analysis": "分析页",
| "dashboard_monitor": "监控页",
| "dashboard_workplace": "工作台",
| "widgets": "小部件",
| "main_navigation": "主导航",
| "component": "组件",
| "elements": "基础元素",
| "buttons": "按钮",
| "notification": "通知",
| "modal": "模态框",
| "sweetalert": "SweetAlert",
| "spin": "加载中",
| "dropdown": "下拉菜单",
| "tree-antd": "树形控件",
| "sortable": "拖放",
| "grid": "栅格系统",
| "gridmasonry": "瀑布流",
| "typography": "字体排印",
| "iconsfont": "icon图标",
| "colors": "色彩",
| "other": "其它",
| "split": "拆分视图",
| "clipboard": "剪贴板",
| "forms": "表单",
| "standard": "标准",
| "extended": "扩展",
| "validation": "校验",
| "upload": "上传",
| "cropper": "图片裁剪",
| "editor": "编辑器",
| "charts": "图表",
| "tables": "表格",
| "fs-table": "全屏表格",
| "maps": "地图",
| "qq": "QQ",
| "baidu": "百度",
| "logics": "常用逻辑",
| "guard": "路由守卫",
| "cache": "字典缓存",
| "acl": "基于角色访问控制",
| "downfile": "下载文件",
| "report": "报表",
| "relation": "全屏关系图",
| "pages": "页面",
| "m-login": "登录页",
| "m-register": "注册页",
| "m-forget": "忘记密码页",
| "m-lock": "锁屏页",
| "m-maintenance": "维护中",
| "extras": "扩展",
| "blog": "博客",
| "list": "列表",
| "comment": "评论",
| "post": "新建",
| "website": "前台(外链)",
| "helpcenter": "帮助中心",
| "poi": "门店",
| "pro": "Ant Design Pro",
| "form": "表单页",
| "step-form": "分步表单",
| "advanced-form": "高级表单",
| "pro-list": "列表页",
| "pro-table-list": "查询表格",
| "pro-basic-list": "标准列表",
| "pro-card-list": "卡片列表",
| "pro-cover-card-list": "搜索列表(项目)",
| "pro-filter-card-list": "搜索列表(应用)",
| "pro-search": "搜索列表(文章)",
| "pro-profile": "详情页",
| "pro-profile-basic": "基础详情页",
| "pro-profile-advanced": "高级详情页",
| "pro-result": "结果",
| "pro-result-success": "成功",
| "pro-result-fail": "失败",
| "pro-exception": "异常",
| "pro-user": "账户",
| "pro-login": "登录",
| "pro-register": "注册",
| "pro-register-result": "注册结果"
| }
|
|