This commit is contained in:
zhangkai
2024-08-12 11:27:32 +08:00
parent 5199dbb6e5
commit e12f955105
166 changed files with 6288 additions and 991 deletions

View File

@@ -21,25 +21,34 @@
"pleaseEnterCaptcha": "Please enter captcha"
},
"menu": {
"app": "App",
"skills": "Skills",
"app": "Chat",
"user": "User",
"github": "GitHub",
"bookopen": "Document",
"skills": "Build",
"knowledge": "Knowledge",
"evaluation": "Evaluation",
"models": "Models",
"system": "System",
"log": "Logs",
"themeSwitch": "Theme Switch",
"document": "Documentation",
"logout": "Logout",
"logoutDescription": "Log out",
"logoutContent": "Are you sure to log out",
"forBestExperience": "For the best experience, please access this website on a PC",
"onlineDocumentation": "Online Documentation"
"onlineDocumentation": "Online Documentation",
"changePwd": "Password"
},
"system": {
"userManagement": "User Management",
"roleManagement": "Role Management",
"userGroupsM": "UserGroup Management",
"systemConfiguration": "System Configuration",
"username": "Username",
"confirmDisable": "Confirm disabling this user?",
"roleSelect": "Select Role",
"roleSelect": "Select Roles",
"userGroupsSel": "Select UserGroups",
"roleList": "Role List",
"confirmText": "Are you sure you want to delete",
"roleName": "Role Name",
@@ -52,8 +61,41 @@
"roleNamePrompt": "Role name cannot exceed 50 characters",
"roleNameRequired": "Role name is required",
"roleNameExists": "Role name already exists",
"groupNameExists": "UserGroup name already exists",
"groupNamePrompt": "UserGroup name cannot exceed 30 characters",
"groupNameRequired": "UserGroup name is required",
"parameterConfig": "Parameter Configuration",
"language": "Language"
"language": "Language",
"assistantAuthorization": "Assistant Authorization",
"assistantName": "Assistant Name",
"userList": "User List",
"userGroupList": "UserGroup List",
"userGroup": "userGroup",
"role": "Role",
"searchUserGroups": "Search user groups",
"searchRoles": "Search roles",
"reset": "Reset",
"confirm": "Confirm",
"userGroupName": "Enter UserGroup Name",
"groupName": "UserGroup Name",
"admins": "Admin",
"flowControl": "Overall UserGroup Flow Control",
"AssistantFlowCtrl": "Assistant Flow Control",
"SkillFlowCtrl": "Skill Flow Control",
"createdBy": "CreatedBy",
"flowCtrlStrategy": "Flow control strategy",
"limit": "Limit",
"unlimited": "Unlimited",
"iconHover": "Simultaneously constrained by the overall traffic control strategy of the user group",
"maximum": "Up to",
"perMinute": "simultaneous online sessions",
"changeTime": "Modification Time",
"deleteGroup": "After deletion 【{{name}}】 will no longer exist, Do you want to delete it?",
"currentGroup": "Current UserGroup",
"defaultGroup": "DefaultGroup",
"resetPwd": "ResetPassword",
"selectGroup": "Please select a user group",
"selectRole": "Please select a role"
},
"skills": {
"manageTemplate": "Manage Skill Templates",
@@ -303,7 +345,40 @@
"knowledgeImg": "Knowledge Base Avatar",
"indexModel": "Index model",
"dataUp": "Single data upper limit",
"introduce": "Introduce"
"introduce": "Introduce",
"fileUploadResult": "Out of the {{total}} files uploaded, {{failed}} failed to upload.",
"modalTitle": "File Duplicate Prompt",
"modalMessage": "The following files already exist in the knowledge base. Continuing the upload will overwrite the original files and processing strategy. Do you want to proceed with overwrite?",
"keepOriginal": "Keep Original Files",
"override": "Override",
"toolName": "ToolName"
},
"evaluation": {
"id": "任务ID",
"filename": "测试文件名称",
"skillAssistant": "技能助手",
"status": "状态",
"score": "评测分数",
"createDate": "创建日期",
"download": "下载",
"confirmDeleteEvaluation": "确认删除该评测任务?",
"createTitle": "新建任务",
"selectLabel": "选择要评测的技能或者助手:",
"selectPlaceholder": "请选择",
"dataLabel": "测试集数据:",
"fileExpandName": "支持扩展名:",
"downloadTemplate": "下载模板文件",
"promptLabel": "评测指令文本:",
"enterExecType": "请选择要评测的技能或助手",
"enterUniqueId": "请选择技能或助手ID",
"enterVersion": "请选择技能的版本",
"enterFile": "请选择测试集数据",
"enterPrompt": "评测指令不能为空",
"fileSizeLimit": "文件大小限制在10M以内",
"evaluationCollection": "评测集合",
"tooltip": "该指令文本用于指导大模型对 ground truth 和 answer 提取要点,如无特别需求请勿修改",
"create": "创建",
"cancel": "取消"
},
"code": {
"editPythonCodeDescription": "Edit your Python code here. This code snippet accepts module imports and a function definition. Make sure your function returns a string.",
@@ -576,6 +651,41 @@
"result": "Test Result",
"outResultPlaceholder": "Click the button to output the result"
},
"resetPassword": {
"slogen": "Securely Reset Your Password",
"currentPassword": "Current Password",
"newPassword": "New Password",
"confirmNewPassword": "Confirm New Password",
"pleaseEnterCurrentPassword": "Please enter your current password.",
"pleaseEnterNewPassword": "Please enter your new password.",
"pleaseEnterConfirmPassword": "Please confirm your new password.",
"newPasswordTooShort": "New password must be at least 8 characters.",
"passwordMismatch": "The new passwords do not match.",
"resetButton": "Change Password",
"passwordResetSuccess": "Your password has been successfully reset.",
"adminResetSuccess": "Password has been successfully reset",
"resetFailed": "Pwd Reset Failed",
"notEmpty": "The new password cannot be empty"
},
"log": {
"auditManagement": "Audit Management",
"searchButton": "Search",
"resetButton": "Reset",
"auditId": "Audit ID",
"username": "Username",
"operationTime": "Operation Time",
"systemModule": "System Module",
"operationAction": "Operation Action",
"objectType": "Operation Object Type",
"operationObject": "Operation Object",
"ipAddress": "IP Address",
"remark": "Remark",
"selectUser": "Select User",
"selectUserGroup": "Select User Group",
"startDate": "Start Date",
"endDate": "End Date",
"actionBehavior": "Action Behavior"
},
"agents": {
"AgentInitializer":{
"display_name": "AgentInitializer",