|
|
|
@ -38,16 +38,41 @@ export default {
|
|
|
|
|
saveConfiguration: 'Save Config',
|
|
|
|
|
resetConfiguration: 'Reset Config',
|
|
|
|
|
},
|
|
|
|
|
profile:{
|
|
|
|
|
personalInfo:'Personal Info',
|
|
|
|
|
userName:'User Name',
|
|
|
|
|
phone:'Phone',
|
|
|
|
|
email:'Email',
|
|
|
|
|
department:'Department',
|
|
|
|
|
role:'Role',
|
|
|
|
|
creationDate:'Creation Date',
|
|
|
|
|
basicInformation:'Basic Information',
|
|
|
|
|
changePassword:'Change Password'
|
|
|
|
|
profile: {
|
|
|
|
|
personalInfo: 'Personal Info',
|
|
|
|
|
userName: 'User Name',
|
|
|
|
|
phone: 'Phone',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
department: 'Department',
|
|
|
|
|
role: 'Role',
|
|
|
|
|
creationDate: 'Creation Date',
|
|
|
|
|
basicInformation: 'Basic Information',
|
|
|
|
|
changePassword: 'Change Password'
|
|
|
|
|
},
|
|
|
|
|
userInfo: {
|
|
|
|
|
username: 'username',
|
|
|
|
|
phone: 'phone',
|
|
|
|
|
email: 'email',
|
|
|
|
|
sex: 'sex',
|
|
|
|
|
male: 'male',
|
|
|
|
|
female: 'female'
|
|
|
|
|
},
|
|
|
|
|
userAvatar: {
|
|
|
|
|
uploadAvatar: 'Click to upload avatar',
|
|
|
|
|
choose: 'Choose',
|
|
|
|
|
submit: 'Submit',
|
|
|
|
|
ModifyAvatar: 'Modify Avatar'
|
|
|
|
|
},
|
|
|
|
|
resetPwd: {
|
|
|
|
|
oldPassword: 'Old Password',
|
|
|
|
|
newPassword: 'New Password',
|
|
|
|
|
confirmPassword: 'Confirm Password',
|
|
|
|
|
},
|
|
|
|
|
sizeSelect:{
|
|
|
|
|
large:'Large',
|
|
|
|
|
default:'Default',
|
|
|
|
|
small:'Small',
|
|
|
|
|
wait:'Please wait, setting layout size...',
|
|
|
|
|
},
|
|
|
|
|
option: {
|
|
|
|
|
refresh: 'refresh',
|
|
|
|
@ -61,12 +86,15 @@ export default {
|
|
|
|
|
cancel: 'cancel',
|
|
|
|
|
ok: 'ok',
|
|
|
|
|
hint: 'hint',
|
|
|
|
|
save: 'save',
|
|
|
|
|
close: 'close',
|
|
|
|
|
confirmDeletion: 'Are you sure to delete the data item whose {key} is {value}?',
|
|
|
|
|
modificationSuccessful: 'Modification Successful',
|
|
|
|
|
addedSuccessfully: 'Added Successfully',
|
|
|
|
|
successfullyDeleted: 'Successfully Deleted'
|
|
|
|
|
},
|
|
|
|
|
common: {
|
|
|
|
|
loadTitle:'Loading system resources, please be patient',
|
|
|
|
|
success: 'success',
|
|
|
|
|
show: 'show',
|
|
|
|
|
hide: 'hide',
|
|
|
|
|