2
0

feat:个人信息界面改动

This commit is contained in:
zhongzm
2024-12-11 14:59:32 +08:00
parent 598a2946fd
commit dd46f6b19f
5 changed files with 105 additions and 70 deletions

View File

@@ -577,6 +577,22 @@ const local: any = {
currentdevice:"The device is currently connected",
refresh:"Refresh",
},
usercard:{
changeInfo:"Change Information",
resetpwd:"Reset password",
KYC:"KYC Certification",
deviceconsole:"Device management",
},
device:{
title: "Device management",
noDevices: "There are no devices yet",
confirmDelete: "Confirm deletion.",
deleteWarning: "Are you sure you want to remove the device {name}?",
deleteSuccess: "Deletion successful.",
deleteFailed: "Delete failed.",
fetchFailed: "Failed to retrieve the list of devices.",
lastActive: "Last active time.",
}
},
form: {
required: 'Cannot be empty',