|
|
@@ -178,6 +178,7 @@
|
|
|
"records": "records",
|
|
|
"prevPage": "Previous",
|
|
|
"nextPage": "Next",
|
|
|
+ "formNotInitialized": "Form component not initialized, please refresh the page and try again",
|
|
|
"addTemplate": "Add Template",
|
|
|
"editTemplate": "Edit Process Template",
|
|
|
"addTemplateTitle": "Add Process Template",
|
|
|
@@ -189,7 +190,56 @@
|
|
|
"editFormManagement": "Edit Form Management",
|
|
|
"addFormManagement": "New Form Management",
|
|
|
"editPost": "Edit Post",
|
|
|
- "addPost": "Add Post"
|
|
|
+ "addPost": "Add Post",
|
|
|
+ "addUser": "Add User",
|
|
|
+ "editUser": "Edit User",
|
|
|
+ "account": "Account",
|
|
|
+ "accountPlaceholder": "Please enter account",
|
|
|
+ "accountRequired": "Account cannot be empty",
|
|
|
+ "userPassword": "User Password",
|
|
|
+ "userPasswordPlaceholder": "Please enter user password",
|
|
|
+ "userPasswordRequired": "User password cannot be empty",
|
|
|
+ "selectDept": "Please select department",
|
|
|
+ "selectPosition": "Select position",
|
|
|
+ "userSex": "Gender",
|
|
|
+ "cardNumber": "Card Number",
|
|
|
+ "cardNumberPlaceholder": "Please enter card number (optional)",
|
|
|
+ "mobilePhoneError": "Please enter a valid mobile number",
|
|
|
+ "emailError": "Please enter a valid email address",
|
|
|
+ "getUserInfoFailed": "Failed to get user information",
|
|
|
+ "exportUserConfirm": "Confirm Export",
|
|
|
+ "exportUserConfirmText": "Are you sure you want to export user data?",
|
|
|
+ "exportUserConfirmButton": "Confirm Export",
|
|
|
+ "exportUserSuccess": "Export successful",
|
|
|
+ "exportUserFailed": "Export failed",
|
|
|
+ "userDataFileName": "User Data.xls",
|
|
|
+ "resetPasswordTitle": "Reset Password",
|
|
|
+ "resetPasswordPrompt": "Please enter a new password for user",
|
|
|
+ "resetPasswordNewPassword": ":",
|
|
|
+ "resetPasswordPlaceholder": "Please enter new password",
|
|
|
+ "resetPasswordSuccess": "Modified successfully, new password is:",
|
|
|
+ "assignRoleTitle": "Assign Role",
|
|
|
+ "userName": "User Name",
|
|
|
+ "selectRole": "Please select role",
|
|
|
+ "loadRoleListFailed": "Failed to load role list",
|
|
|
+ "getUserRoleFailed": "Failed to get user roles",
|
|
|
+ "assignSuccess": "Assign successful",
|
|
|
+ "assignFailed": "Assign failed",
|
|
|
+ "userImport": "User Import",
|
|
|
+ "uploadDragText": "Drag file here or click to upload",
|
|
|
+ "updateExistingUser": "Update existing user data",
|
|
|
+ "onlyAllowImportFormat": "Only xls and xlsx format files are allowed.",
|
|
|
+ "downloadTemplate": "Download Template",
|
|
|
+ "userImportTemplateFileName": "User Import Template.xls",
|
|
|
+ "templateDownloadSuccess": "Template downloaded successfully",
|
|
|
+ "templateDownloadFailed": "Template download failed",
|
|
|
+ "fileFormatError": "Only xls and xlsx format files are allowed",
|
|
|
+ "pleaseUploadFile": "Please upload a file",
|
|
|
+ "uploadFailed": "Upload failed, please try again!",
|
|
|
+ "importResult": "Import Result",
|
|
|
+ "uploadSuccessCount": "Upload success count:",
|
|
|
+ "updateSuccessCount": "Update success count:",
|
|
|
+ "updateFailedCount": "Update failed count:"
|
|
|
},
|
|
|
"table": {
|
|
|
"name": "Name",
|
|
|
@@ -363,6 +413,7 @@
|
|
|
"cabinetNamePlaceholder": "Please enter cabinet name",
|
|
|
"nickname": "Nickname",
|
|
|
"nicknamePlaceholder": "Please enter nickname",
|
|
|
+ "nicknameRequired": "Nickname cannot be empty",
|
|
|
"username": "Username",
|
|
|
"usernamePlaceholder": "Please enter username",
|
|
|
"mobile": "Mobile",
|
|
|
@@ -498,7 +549,15 @@
|
|
|
"createSuccess": "Created successfully",
|
|
|
"updateSuccess": "Updated successfully",
|
|
|
"operationFailed": "Operation failed",
|
|
|
- "deleteDictDataText": "Are you sure you want to delete dictionary data"
|
|
|
+ "deleteDictDataText": "Are you sure you want to delete dictionary data",
|
|
|
+ "addLockCabinet": "Add Lock Cabinet",
|
|
|
+ "editLockCabinet": "Edit Lock Cabinet",
|
|
|
+ "lockCabinetNameRequired": "Lock cabinet name cannot be empty",
|
|
|
+ "workstationIdRequired": "Workstation cannot be empty",
|
|
|
+ "hardwareIdRequired": "Hardware ID cannot be empty",
|
|
|
+ "hardwareIdPlaceholder": "Please select hardware ID",
|
|
|
+ "getLockCabinetDetailFailed": "Failed to get lock cabinet information",
|
|
|
+ "missingLockCabinetId": "Missing lock cabinet ID, unable to update"
|
|
|
},
|
|
|
"role": {
|
|
|
"addRole": "Add Role",
|