Files
simple-element-plus-template/src/messages/messages_en.js
2023-12-24 10:28:52 +08:00

35 lines
851 B
JavaScript

export default {
common: {
label: {
login: 'Login',
index: 'Home',
langCn: '中文',
langEn: 'English',
language: 'Language',
theme: 'Themes',
layout: 'Layout',
layoutLeft: 'Left Menus',
layoutTop: 'Top Menus',
themeDefault: 'default',
themeDark: 'dark',
personalCenter: 'Personal Center',
personalInfo: 'Personal Info',
about: 'About',
logout: 'Logout'
}
},
menu: {
label: {
systemManagement: 'System Management',
userManagement: 'User Management',
roleManagement: 'Role Management',
authorityManagement: 'Authority Management',
menuManagement: 'Menu Management',
errorPage: 'Error Page',
errorPage404: 'Not Found',
errorPage403: 'Access Denied',
errorPage500: 'Server Error'
}
}
}