You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
910 B
30 lines
910 B
export default {
|
|
dashboard: '仪表盘',
|
|
about: '关于',
|
|
workbench: {
|
|
title: '工作台',
|
|
header: {
|
|
welcomeMorning: '早安, {0}, 开始您一天的工作吧~',
|
|
welcomeAtoon: '中午好, {0}, 注意休息哦~',
|
|
welcomeAfternoon: '下午好, {0}, 适时放松,可以提高工作效率~',
|
|
welcomeEvening: '晚上好, {0}, 还在工作么?该下班了~',
|
|
todayWeather: '{city} 今日 {weather}, {temperature} ℃, {wind}, 风速 {speed}',
|
|
notifier: {
|
|
title: '通知',
|
|
count: '({0})',
|
|
}
|
|
},
|
|
menus: {
|
|
favoriteMenu: '常用',
|
|
more: '更多',
|
|
addMenu: '添加菜单',
|
|
manager: '管理菜单',
|
|
selectMenu: '选择菜单',
|
|
selectColor: '选择颜色',
|
|
deleteMenu: '移除菜单',
|
|
defineAliasName: '自定义别名',
|
|
defineIcon: '自定义图标'
|
|
}
|
|
},
|
|
analysis: '分析页',
|
|
};
|
|
|