2
0

fix:用户信息界面中英适配

This commit is contained in:
zhongzm
2025-02-08 15:56:08 +08:00
parent 5eeaa824ff
commit 8546cfc615
4 changed files with 73 additions and 24 deletions

View File

@@ -738,7 +738,27 @@ const local: any = {
plemac:'Please enter MAC address',
search:'Search',
reset:'Reset',
}
},
user:{
title:'User Information',
username:'User Name',
fullname:'Full Name',
sex:'Gender',
man:'Man',
woman:'Woman',
birthdate:'Birth Date',
age:'Age ',
email:'Email',
phone:'Phone',
kyc:'KYC',
ver:'Verified',
unver:'Unverified',
pleusername:'Please enter username',
pleemail:'Please enter email address',
search:'Search',
reset:'Reset',
},
},
form: {
required: 'Cannot be empty',