initHeader

This commit is contained in:
2024-08-22 11:27:06 +08:00
parent fe895bd37c
commit e0aaa7a30d
178 changed files with 5726 additions and 4999 deletions

View File

@@ -0,0 +1,29 @@
export default {
home: {
welcome: "Welcome"
},
tabs: {
refresh: "Refresh",
maximize: "Maximize",
closeCurrent: "Close current",
closeLeft: "Close Left",
closeRight: "Close Right",
closeOther: "Close other",
closeAll: "Close All"
},
header: {
componentSize: "Component size",
language: "Language",
theme: "theme",
layoutConfig: "Layout config",
primary: "primary",
darkMode: "Dark Mode",
greyMode: "Grey mode",
weakMode: "Weak mode",
fullScreen: "Full Screen",
exitFullScreen: "Exit Full Screen",
personalData: "Personal Data",
changePassword: "Change Password",
logout: "Logout"
}
};