70 lines
2.6 KiB
JSON
70 lines
2.6 KiB
JSON
{
|
|
"name": "User",
|
|
"title": "User Management",
|
|
"userName": "User Name",
|
|
"account": "Account",
|
|
"avatar": "Avatar",
|
|
"avatarHelp": "Support jpg, png format, size no more than 2MB",
|
|
"selectAvatar": "Select Avatar",
|
|
"email": "Email",
|
|
"emailFormatError": "Please enter a valid email address",
|
|
"mobile": "Mobile",
|
|
"mobileFormatError": "Please enter a valid mobile number",
|
|
"gender": "Gender",
|
|
"unknown": "Unknown",
|
|
"male": "Male",
|
|
"female": "Female",
|
|
"birthday": "Birthday",
|
|
"selectBirthday": "Select Birthday",
|
|
"city": "City",
|
|
"address": "Address",
|
|
"bio": "Bio",
|
|
"bioPlaceholder": "Please enter bio",
|
|
"dept": "Department",
|
|
"selectDept": "Please select department",
|
|
"manager": "Manager",
|
|
"selectManager": "Please select manager",
|
|
"post": "Post",
|
|
"selectPost": "Please select post",
|
|
"role": "Role",
|
|
"selectRole": "Please select role",
|
|
"selectUser": "Select User",
|
|
"userList": "User List",
|
|
"userType": "User Type",
|
|
"systemUser": "System User",
|
|
"normalUser": "Normal User",
|
|
"externalUser": "External User",
|
|
"status": "Status",
|
|
"locked": "Locked",
|
|
"createTime": "Create Time",
|
|
"operation": "Operation",
|
|
"resetPassword": "Reset Password",
|
|
"cannotDeleteAdmin": "Cannot delete administrator account",
|
|
"selectUsersToDelete": "Please select users to delete",
|
|
"batchDeleteTitle": "Batch Delete Users",
|
|
"batchDeleteConfirm": "Are you sure to delete {0} users?\n{1}",
|
|
"batchDelete": "Batch Delete",
|
|
"deleteSuccess": "Successfully deleted {0} users",
|
|
"deleteError": "Failed to delete user",
|
|
"cannotResetAdminPassword": "Cannot reset administrator password",
|
|
"resetPasswordTitle": "Reset Password",
|
|
"resetPasswordConfirm": "Are you sure to reset password for user \"{0}\"?\nThe password will be reset to: admin123",
|
|
"resetPasswordSuccess": "Password reset successfully for user \"{0}\"",
|
|
"resetPasswordError": "Failed to reset password",
|
|
"accountSettings": "Account Settings",
|
|
"basicInfo": "Basic Information",
|
|
"changePassword": "Change Password",
|
|
"oldPassword": "Current Password",
|
|
"newPassword": "New Password",
|
|
"confirmPassword": "Confirm Password",
|
|
"oldPasswordPlaceholder": "Please enter current password",
|
|
"newPasswordPlaceholder": "Please enter new password",
|
|
"confirmPasswordPlaceholder": "Please enter new password again",
|
|
"passwordNotMatch": "Passwords do not match",
|
|
"changePasswordSuccess": "Password changed successfully",
|
|
"changePasswordError": "Failed to change password",
|
|
"updateProfileSuccess": "Profile updated successfully",
|
|
"updateProfileError": "Failed to update profile",
|
|
"loadProfileError": "Failed to load profile"
|
|
}
|