mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
V4.8.18 feature (#3565)
* feat: org CRUD (#3380) * feat: add org schema * feat: org manage UI * feat: OrgInfoModal * feat: org tree view * feat: org management * fix: init root org * feat: org permission for app * feat: org support for dataset * fix: disable org role control * styles: opt type signatures * fix: remove unused permission * feat: delete org collaborator * perf: Team org ui (#3499) * perf: org ui * perf: org ui * feat: org auth for app & dataset (#3498) * feat: auth org resource permission * feat: org auth support for app & dataset * perf: org permission check (#3500) * i18n (#3501) * name * i18n * feat: support dataset changeOwner (#3483) * feat: support dataset changeOwner * chore: update dataset change owner api * feat: permission manage UI for org (#3503) * perf: password check;perf: image upload check;perf: sso login check (#3509) * perf: password check * perf: image upload check * perf: sso login check * force show update notification modal & fix login page text (#3512) * fix login page English text * update notification modal * perf: notify account (#3515) * perf(plugin): improve searXNG empty result handling and documentation (#3507) * perf(plugin): improve searXNG empty result handling and documentation * 修改了文档和代码部分无搜索的结果的反馈 * refactor: org pathId (#3516) * optimize payment process (#3517) * feat: support wecom sso (#3518) * feat: support wecom sso * chore: remove unused wecom js-sdk dependency * fix qrcode script (#3520) * fix qrcode script * i18n * perf: full text collection and search code;perf: rename function (#3519) * perf: full text collection and search code * perf: rename function * perf: notify modal * remove invalid code * perf: sso login * perf: pay process * 4.8.18 test (#3524) * perf: remove local token * perf: index * perf: file encoding;perf: leave team code;@c121914yu perf: full text search code (#3528) * perf: text encoding * perf: leave team code * perf: full text search code * fix: http status * perf: embedding search and vector avatar * perf: async read file (#3531) * refactor: team permission manager (#3535) * perf: classify org, group and member * refactor: team per manager * fix: missing functions * 4.8.18 test (#3543) * perf: login check * doc * perf: llm model config * perf: team clb config * fix: MemberModal UI (#3553) * fix: adapt MemberModal title and icon * fix: adapt member modal * fix: search input placeholder * fix: add button text * perf: org permission (#3556) * docs:用户答疑的官方文档补充 (#3540) * docs:用户答疑的官方文档补充 * 问题回答的内容修补 * share link random avatar (#3541) * share link random avatar * fix * delete unused code * share page avatar (#3558) * feat: init 4818 * share page avatar * feat: tmp upgrade code (#3559) * feat: tmp upgrade code * fulltext search test * update action * full text tmp code (#3561) * full text tmp code * fix: init * fix: init * remove tmp code * remove tmp code * 4818-alpha * 4.8.18 test (#3562) * full text tmp code * fix: init * upgrade code * account log * account log * perf: dockerfile * upgrade code * chore: update docs app template submission (#3564) --------- Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com> Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"active_model": "Available models",
|
||||
"add_default_model": "Add a preset model",
|
||||
"api_key": "API key",
|
||||
"bills_and_invoices": "Bills",
|
||||
"channel": "Channel",
|
||||
"confirm_logout": "Confirm to log out?",
|
||||
"create_channel": "Add new channel",
|
||||
"create_model": "Add new model",
|
||||
"custom_model": "custom model",
|
||||
"default_model": "Default model",
|
||||
"logout": "Sign out",
|
||||
"model_provider": "Model Provider",
|
||||
"notifications": "Notify",
|
||||
|
@@ -10,9 +10,6 @@
|
||||
"avatar_selection_exception": "Abnormal avatar selection",
|
||||
"balance": "balance",
|
||||
"billing_standard": "Standards",
|
||||
"bind_notification_error": "Abnormal binding notification account",
|
||||
"bind_notification_hint": "Please bind the notification receiving account to ensure that you can normally receive notifications such as package expiration reminders and ensure the normal operation of your services.",
|
||||
"bind_notification_success": "Binding notification account successful",
|
||||
"cancel": "Cancel",
|
||||
"change": "change",
|
||||
"choose_avatar": "Click to select avatar",
|
||||
@@ -40,7 +37,6 @@
|
||||
"month": "moon",
|
||||
"new_password": "New Password",
|
||||
"notification_receiving": "Notify",
|
||||
"notification_receiving_hint": "Notification reception",
|
||||
"old_password": "Old Password",
|
||||
"openai_account_configuration": "OpenAI account configuration",
|
||||
"openai_account_setting_exception": "Setting OpenAI account exception",
|
||||
@@ -49,8 +45,8 @@
|
||||
"package_expiry_time": "Expired",
|
||||
"package_usage_rules": "Package usage rules: The system will give priority to using more advanced packages, and the original unused packages will take effect later.",
|
||||
"password": "Password",
|
||||
"password_length_error": "Password must be at least 4 characters and at most 60 characters",
|
||||
"password_mismatch": "Password Inconsistency: Two passwords are inconsistent",
|
||||
"password_tip": "Password must be at least 6 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"password_update_error": "Exception when changing password",
|
||||
"password_update_success": "Password changed successfully",
|
||||
"pending_usage": "To be used",
|
||||
|
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"action": "operate",
|
||||
"confirm_delete_group": "Confirm to delete group?",
|
||||
"confirm_leave_team": "Confirmed to leave the team? \n \nAfter you log out, all your resources in the team (applications, knowledge bases, folders, managed groups, etc.) will be transferred to the team owner.",
|
||||
"confirm_delete_member": "Confirm to delete member?",
|
||||
"confirm_delete_org": "Confirm to delete organization?",
|
||||
"confirm_leave_team": "Confirmed to leave the team? \nAfter exiting, all your resources in the team are transferred to the team owner.",
|
||||
"create_group": "Create group",
|
||||
"create_org": "Create organization",
|
||||
"create_sub_org": "Create sub-organization",
|
||||
"delete": "delete",
|
||||
"delete_org": "Delete organization",
|
||||
"edit_info": "Edit information",
|
||||
"edit_org_info": "Edit organization information",
|
||||
"group": "group",
|
||||
"group_name": "Group name",
|
||||
"label_sync": "Tag sync",
|
||||
@@ -12,8 +18,14 @@
|
||||
"manage_member": "Managing members",
|
||||
"member": "member",
|
||||
"member_group": "Belonging to member group",
|
||||
"move_member": "Move member",
|
||||
"move_org": "Move organization",
|
||||
"org": "organization",
|
||||
"org_description": "Organization description",
|
||||
"org_name": "Organization name",
|
||||
"owner": "owner",
|
||||
"permission": "Permissions",
|
||||
"remark": "remark",
|
||||
"remove_tip": "Confirm to remove {{username}} from the team?",
|
||||
"retain_admin_permissions": "Keep administrator rights",
|
||||
"search_member_group_name": "Search member/group name",
|
||||
|
@@ -74,11 +74,19 @@
|
||||
"code_error.team_error.ai_points_not_enough": "Insufficient AI Points",
|
||||
"code_error.team_error.app_amount_not_enough": "Application Limit Reached",
|
||||
"code_error.team_error.cannot_delete_default_group": "Cannot delete default group",
|
||||
"code_error.team_error.cannot_delete_non_empty_org": "Cannot delete non-empty organization",
|
||||
"code_error.team_error.cannot_modify_root_org": "Cannot modify root organization",
|
||||
"code_error.team_error.cannot_move_to_sub_path": "Cannot move to same or subdirectory",
|
||||
"code_error.team_error.dataset_amount_not_enough": "Dataset Limit Reached",
|
||||
"code_error.team_error.dataset_size_not_enough": "Insufficient Dataset Capacity, Please Expand",
|
||||
"code_error.team_error.group_name_duplicate": "Duplicate group name",
|
||||
"code_error.team_error.group_name_empty": "Group name cannot be empty",
|
||||
"code_error.team_error.group_not_exist": "Group does not exist",
|
||||
"code_error.team_error.not_user": "The member cannot be found",
|
||||
"code_error.team_error.org_member_duplicated": "Duplicate organization member",
|
||||
"code_error.team_error.org_member_not_exist": "Organization member does not exist",
|
||||
"code_error.team_error.org_not_exist": "Organization does not exist",
|
||||
"code_error.team_error.org_parent_not_exist": "Parent organization does not exist",
|
||||
"code_error.team_error.over_size": "error.team.overSize",
|
||||
"code_error.team_error.plugin_amount_not_enough": "Plugin Limit Reached",
|
||||
"code_error.team_error.re_rank_not_enough": "Unauthorized to Use Re-Rank",
|
||||
@@ -87,7 +95,7 @@
|
||||
"code_error.team_error.website_sync_not_enough": "Unauthorized to Use Website Sync",
|
||||
"code_error.token_error_code.403": "Invalid Login Status, Please Re-login",
|
||||
"code_error.user_error.balance_not_enough": "Insufficient Account Balance",
|
||||
"code_error.user_error.bin_visitor": "Identity Verification Failed",
|
||||
"code_error.account_error": "Incorrect account name or password",
|
||||
"code_error.user_error.bin_visitor_guest": "You Are Currently a Guest, Unauthorized to Operate",
|
||||
"code_error.user_error.un_auth_user": "User Not Found",
|
||||
"common.Action": "Action",
|
||||
@@ -873,9 +881,11 @@
|
||||
"error.code_error": "Verification code error",
|
||||
"error.fileNotFound": "File not found~",
|
||||
"error.inheritPermissionError": "Inherit permission Error",
|
||||
"error.invalid_params": "Invalid parameter",
|
||||
"error.missingParams": "Insufficient parameters",
|
||||
"error.too_many_request": "Too many request",
|
||||
"error.upload_file_error_filename": "{{name}} Upload Failed",
|
||||
"error.upload_image_error": "File upload failed",
|
||||
"error.username_empty": "Account cannot be empty",
|
||||
"extraction_results": "Extraction Results",
|
||||
"field_name": "Field Name",
|
||||
@@ -1028,7 +1038,15 @@
|
||||
"support.user.Price": "Pricing",
|
||||
"support.user.User self info": "Profile",
|
||||
"support.user.auth.Sending Code": "Sending Code",
|
||||
"support.user.auth.get_code": "Get Verification Code",
|
||||
"support.user.auth.get_code_again": "s Get Again",
|
||||
"support.user.captcha_placeholder": "Please enter the verification code",
|
||||
"support.user.info.bind_notification_error": "Abnormal binding notification account",
|
||||
"support.user.info.bind_notification_hint": "Please bind the notification receiving account to ensure that you can receive notifications such as package expiration reminders, etc., to ensure the normal operation of your service.",
|
||||
"support.user.info.bind_notification_success": "Binding notification account successful",
|
||||
"support.user.info.code_required": "Verification code cannot be empty",
|
||||
"support.user.info.notification_receiving_hint": "Notification reception",
|
||||
"support.user.info.verification_code": "Verification Code",
|
||||
"support.user.inform.System message": "System Message",
|
||||
"support.user.login.Email": "Email",
|
||||
"support.user.login.Github": "GitHub Login",
|
||||
@@ -1041,7 +1059,7 @@
|
||||
"support.user.login.Provider error": "Login Error, Please Try Again",
|
||||
"support.user.login.Username": "Username",
|
||||
"support.user.login.Wechat": "WeChat Login",
|
||||
"support.user.login.can_not_login": "Cannot Log In, Click to Contact",
|
||||
"support.user.login.can_not_login": "Cannot log in? Click here to contact us",
|
||||
"support.user.login.error": "Login Error",
|
||||
"support.user.login.security_failed": "Security Verification Failed",
|
||||
"support.user.login.wx_qr_login": "WeChat QR Code Login",
|
||||
@@ -1053,10 +1071,14 @@
|
||||
"support.wallet.Ai point every thousand tokens_input": "Input:{{points}} points/1K tokens",
|
||||
"support.wallet.Ai point every thousand tokens_output": "Output:{{points}} points/1K tokens",
|
||||
"support.wallet.Amount": "Amount",
|
||||
"support.wallet.App_amount_not_sufficient": "The number of your applications has reached the limit. Please upgrade your plan to continue using.",
|
||||
"support.wallet.Buy": "Buy",
|
||||
"support.wallet.Dataset_amount_not_sufficient": "The number of your datasets has reached the limit. Please upgrade your plan to continue using.",
|
||||
"support.wallet.Dataset_not_sufficient": "Your dataset capacity is insufficient. Please upgrade your plan or purchase additional dataset capacity to continue using.",
|
||||
"support.wallet.Not sufficient": "Insufficient AI Points, Please Upgrade Your Package or Purchase Additional AI Points to Continue Using.",
|
||||
"support.wallet.Plan expired time": "Package Expiration Time",
|
||||
"support.wallet.Standard Plan Detail": "Package Details",
|
||||
"support.wallet.Team_member_over_size": "The number of your team members has reached the limit. Please upgrade your plan to continue using.",
|
||||
"support.wallet.To read plan": "View Package",
|
||||
"support.wallet.amount_0": "Purchase Quantity Cannot Be 0",
|
||||
"support.wallet.apply_invoice": "Apply for Invoice",
|
||||
@@ -1166,6 +1188,7 @@
|
||||
"tag_list": "Tag List",
|
||||
"team_tag": "Team Tag",
|
||||
"textarea_variable_picker_tip": "Enter \"/\" to select a variable",
|
||||
"unauth_token": "The certificate has expired, please log in again",
|
||||
"unit.character": "Character",
|
||||
"unit.minute": "Minute",
|
||||
"unit.seconds": "Second",
|
||||
|
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"Chinese_ip_tip": "It is detected that you are a mainland Chinese IP, click to jump to visit the mainland China version.",
|
||||
"Login": "Login",
|
||||
"forget_password": "Find password",
|
||||
"forget_password": "Find Password",
|
||||
"login_failed": "Login failed",
|
||||
"login_success": "Login successful",
|
||||
"no_remind": "Don't remind again",
|
||||
"password_condition": "Password maximum 60 characters",
|
||||
"policy_tip": "By useing, you agree to our",
|
||||
"privacy": "Privacy policy",
|
||||
"password_tip": "Password must be at least 6 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"policy_tip": "By using this service, you agree to our",
|
||||
"privacy": "Privacy Policy",
|
||||
"redirect": "Jump",
|
||||
"register": "Register",
|
||||
"root_password_placeholder": "The root user password is the value of the environment variable DEFAULT_ROOT_PSW",
|
||||
@@ -16,4 +17,4 @@
|
||||
"agree": "agree",
|
||||
"cookies_tip": " This website uses cookies to provide a better service experience. By continuing to use the site, you agree to our Cookie Policy.",
|
||||
"privacy_policy": "Privacy Policy"
|
||||
}
|
||||
}
|
||||
|
@@ -28,7 +28,6 @@
|
||||
"login.Dingtalk": "DingTalk Login",
|
||||
"manage_team": "Manage team",
|
||||
"name": "Name",
|
||||
"notification.Bind Notification Pipe Hint": "Please bind a notification receiving account to ensure you receive notifications such as plan expiration reminders, ensuring your service runs smoothly.",
|
||||
"notification.remind_owner_bind": "Please remind the creator to bind a notification account",
|
||||
"operations": "Actions",
|
||||
"owner": "owner",
|
||||
@@ -38,9 +37,6 @@
|
||||
"password.confirm": "Confirm Password",
|
||||
"password.email_phone_error": "Invalid Email/Phone Number Format",
|
||||
"password.email_phone_void": "Email/Phone Number Cannot Be Empty",
|
||||
"password.get_code": "Get Verification Code",
|
||||
"password.get_code_again": "Get Again in s",
|
||||
"password.new_password": "New Password (4-20 characters)",
|
||||
"password.not_match": "Passwords Do Not Match",
|
||||
"password.password_condition": "Password must be between 4 and 20 characters",
|
||||
"password.password_required": "Password Cannot Be Empty",
|
||||
@@ -50,6 +46,7 @@
|
||||
"password.to_login": "Go to Login",
|
||||
"password.verification_code": "Verification Code",
|
||||
"permission.Manage": "Admin",
|
||||
"permission.Add": "Add Permissions",
|
||||
"permission.Manage tip": "Team admin with full permissions",
|
||||
"permission.Read": "Read Only",
|
||||
"permission.Read desc": "Members can only read related resources, cannot create new resources",
|
||||
@@ -61,6 +58,7 @@
|
||||
"permission_des.manage": "Can create resources, invite, and delete members",
|
||||
"permission_des.read": "Members can only read related resources and cannot create new resources.",
|
||||
"permission_des.write": "In addition to readable resources, you can also create new resources",
|
||||
"permission_add_tip": "After adding, you can check the permissions for them.",
|
||||
"permissions": "Permissions",
|
||||
"personal_information": "Me",
|
||||
"personalization": "Personalization",
|
||||
@@ -68,7 +66,7 @@
|
||||
"register.confirm": "Confirm Registration",
|
||||
"register.register_account": "Register {{account}} Account",
|
||||
"register.success": "Registration Successful",
|
||||
"register.to_login": "Already have an account? Login",
|
||||
"register.to_login": "Already have an account? Go to Login",
|
||||
"search_user": "Search Username",
|
||||
"sso_auth_failed": "SSO authentication failed",
|
||||
"synchronization.button": "Sync Now",
|
||||
@@ -85,6 +83,7 @@
|
||||
"team.Update Team": "Update team information",
|
||||
"team.add_collaborator": "Add Collaborator",
|
||||
"team.add_writer": "Add writable members",
|
||||
"team.add_permission": "Add permissions",
|
||||
"team.avatar_and_name": "avatar",
|
||||
"team.belong_to_group": "Member group",
|
||||
"team.group.avatar": "Group avatar",
|
||||
@@ -106,10 +105,11 @@
|
||||
"team.group.role.admin": "administrator",
|
||||
"team.group.role.member": "member",
|
||||
"team.group.role.owner": "owner",
|
||||
"team.group.search_placeholder": "Search member/group name",
|
||||
"search_group_org_user": "Search member/group/org name",
|
||||
"team.group.set_as_admin": "Set as administrator",
|
||||
"team.group.toast.can_not_delete_owner": "Owner cannot be deleted, please transfer first",
|
||||
"team.group.transfer_owner": "transfer owner",
|
||||
"team.org.org": "Organization",
|
||||
"team.manage_collaborators": "Manage Collaborators",
|
||||
"team.no_collaborators": "No Collaborators",
|
||||
"team.write_role_member": "",
|
||||
|
@@ -49,7 +49,7 @@
|
||||
"execution_error": "Execution Error",
|
||||
"extraction_requirements_description": "Extraction Requirements Description",
|
||||
"extraction_requirements_description_detail": "Provide AI with some background knowledge or requirements to guide it in completing the task better.\\nThis input box can use global variables.",
|
||||
"extraction_requirements_placeholder": "For example: \\n1. The current time is: {{cTime}}. You are a lab reservation assistant, and your task is to help users reserve a lab by extracting the corresponding reservation information from the text.\\n2. You are a Google search assistant, and you need to extract suitable search terms from the text.",
|
||||
"extraction_requirements_placeholder": "For example: 1. The current time is: {{cTime}}. \nYou are a laboratory reservation assistant. Your task is to help users make laboratory reservations and obtain the corresponding reservation information from the text.\n\n2. You are the Google Search Assistant and need to extract appropriate search terms from text.",
|
||||
"feedback_text": "Feedback Text",
|
||||
"field_description": "Field Description",
|
||||
"field_description_placeholder": "Describe the function of this input field. If it is a tool call parameter, this description will affect the quality of the model generation.",
|
||||
|
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"active_model": "可用模型",
|
||||
"add_default_model": "添加预设模型",
|
||||
"api_key": "API 密钥",
|
||||
"bills_and_invoices": "账单与发票",
|
||||
"channel": "渠道",
|
||||
"confirm_logout": "确认退出登录?",
|
||||
"create_channel": "新增渠道",
|
||||
"create_model": "新增模型",
|
||||
"custom_model": "自定义模型",
|
||||
"default_model": "预设模型",
|
||||
"logout": "登出",
|
||||
"model_provider": "模型提供商",
|
||||
"notifications": "通知",
|
||||
|
@@ -10,9 +10,6 @@
|
||||
"avatar_selection_exception": "头像选择异常",
|
||||
"balance": "余额",
|
||||
"billing_standard": "计费标准",
|
||||
"bind_notification_error": "绑定通知账号异常",
|
||||
"bind_notification_hint": "请绑定通知接收账号,以确保您能正常接收套餐过期提醒等通知,保障您的服务正常运行。",
|
||||
"bind_notification_success": "绑定通知账号成功",
|
||||
"cancel": "取消",
|
||||
"change": "变更",
|
||||
"choose_avatar": "点击选择头像",
|
||||
@@ -40,15 +37,14 @@
|
||||
"month": "月",
|
||||
"new_password": "新密码",
|
||||
"notification_receiving": "通知接收",
|
||||
"notification_receiving_hint": "通知接收",
|
||||
"old_password": "旧密码",
|
||||
"package_and_usage": "套餐与用量",
|
||||
"package_details": "套餐详情",
|
||||
"package_expiry_time": "套餐到期时间",
|
||||
"package_usage_rules": "套餐使用规则:系统优先使用更高级的套餐,原未用完的套餐将延后生效",
|
||||
"password": "密码",
|
||||
"password_length_error": "密码最少 4 位最多 60 位",
|
||||
"password_mismatch": "密码不一致: 两次密码不一致",
|
||||
"password_tip": "密码至少 6 位,且至少包含两种组合:数字、字母或特殊字符",
|
||||
"password_update_error": "修改密码异常",
|
||||
"password_update_success": "修改密码成功",
|
||||
"pending_usage": "待使用",
|
||||
|
@@ -1,29 +1,39 @@
|
||||
{
|
||||
"total_team_members": "共 {{amount}} 名成员",
|
||||
"member": "成员",
|
||||
"group": "群组",
|
||||
"permission": "权限",
|
||||
"user_name": "用户名",
|
||||
"member_group": "所属成员组",
|
||||
"action": "操作",
|
||||
"waiting": "待接受",
|
||||
"remove_tip": "确认将 {{username}} 移出团队?",
|
||||
|
||||
"confirm_leave_team": "确认离开该团队? \n 退出后,您在该团队所有的资源( 应用、知识库、文件夹、管理的群组等)均转让给团队所有者。",
|
||||
"leave_team_failed": "离开团队异常",
|
||||
"label_sync": "标签同步",
|
||||
"user_team_invite_member": "邀请成员",
|
||||
"user_team_leave_team": "离开团队",
|
||||
"user_team_leave_team_failed": "离开团队失败",
|
||||
"create_group": "创建群组",
|
||||
"search_member_group_name": "搜索成员/群组名称",
|
||||
"confirm_delete_group": "确认删除群组?",
|
||||
"group_name": "群组名称",
|
||||
"owner": "所有者",
|
||||
"manage_member": "管理成员",
|
||||
"edit_info": "编辑信息",
|
||||
|
||||
"transfer_ownership": "转让所有者",
|
||||
"delete": "删除",
|
||||
"retain_admin_permissions": "保留管理员权限"
|
||||
}
|
||||
{
|
||||
"action": "操作",
|
||||
"confirm_delete_group": "确认删除群组?",
|
||||
"confirm_delete_member": "确认删除成员?",
|
||||
"confirm_delete_org": "确认删除该部门?",
|
||||
"confirm_leave_team": "确认离开该团队? \n退出后,您在该团队所有的资源均转让给团队所有者。",
|
||||
"create_group": "创建群组",
|
||||
"create_org": "创建部门",
|
||||
"create_sub_org": "创建子部门",
|
||||
"delete": "删除",
|
||||
"delete_org": "删除部门",
|
||||
"edit_info": "编辑信息",
|
||||
"edit_org_info": "编辑部门信息",
|
||||
"group": "群组",
|
||||
"group_name": "群组名称",
|
||||
"label_sync": "标签同步",
|
||||
"leave_team_failed": "离开团队异常",
|
||||
"manage_member": "管理成员",
|
||||
"member": "成员",
|
||||
"member_group": "所属群组",
|
||||
"move_member": "移动成员",
|
||||
"move_org": "移动部门",
|
||||
"org": "部门",
|
||||
"org_description": "介绍",
|
||||
"org_name": "部门名称",
|
||||
"owner": "所有者",
|
||||
"permission": "权限",
|
||||
"remark": "备注",
|
||||
"remove_tip": "确认将 {{username}} 移出团队?",
|
||||
"retain_admin_permissions": "保留管理员权限",
|
||||
"search_member_group_name": "搜索成员/群组名称",
|
||||
"total_team_members": "共 {{amount}} 名成员",
|
||||
"transfer_ownership": "转让所有者",
|
||||
"user_name": "用户名",
|
||||
"user_team_invite_member": "邀请成员",
|
||||
"user_team_leave_team": "离开团队",
|
||||
"user_team_leave_team_failed": "离开团队失败",
|
||||
"waiting": "待接受"
|
||||
}
|
||||
|
@@ -78,11 +78,19 @@
|
||||
"code_error.team_error.ai_points_not_enough": "",
|
||||
"code_error.team_error.app_amount_not_enough": "应用数量已达上限~",
|
||||
"code_error.team_error.cannot_delete_default_group": "不能删除默认群组",
|
||||
"code_error.team_error.cannot_delete_non_empty_org": "不能删除非空部门",
|
||||
"code_error.team_error.cannot_modify_root_org": "不能修改根部门",
|
||||
"code_error.team_error.cannot_move_to_sub_path": "不能移动到相同或子目录",
|
||||
"code_error.team_error.dataset_amount_not_enough": "知识库数量已达上限~",
|
||||
"code_error.team_error.dataset_size_not_enough": "知识库容量不足,请先扩容~",
|
||||
"code_error.team_error.group_name_duplicate": "群组名称重复",
|
||||
"code_error.team_error.group_name_empty": "群组名称不能为空",
|
||||
"code_error.team_error.group_not_exist": "群组不存在",
|
||||
"code_error.team_error.not_user": "找不到该成员",
|
||||
"code_error.team_error.org_member_duplicated": "重复的部门成员",
|
||||
"code_error.team_error.org_member_not_exist": "部门成员不存在",
|
||||
"code_error.team_error.org_not_exist": "部门不存在",
|
||||
"code_error.team_error.org_parent_not_exist": "父部门不存在",
|
||||
"code_error.team_error.over_size": "error.team.overSize",
|
||||
"code_error.team_error.plugin_amount_not_enough": "插件数量已达上限~",
|
||||
"code_error.team_error.re_rank_not_enough": "无权使用检索重排~",
|
||||
@@ -91,7 +99,7 @@
|
||||
"code_error.team_error.website_sync_not_enough": "无权使用Web站点同步~",
|
||||
"code_error.token_error_code.403": "登录状态无效,请重新登录",
|
||||
"code_error.user_error.balance_not_enough": "账号余额不足~",
|
||||
"code_error.user_error.bin_visitor": "您的身份校验未通过",
|
||||
"code_error.account_error": "账号名或密码错误",
|
||||
"code_error.user_error.bin_visitor_guest": "您当前身份为游客,无权操作",
|
||||
"code_error.user_error.un_auth_user": "找不到该用户",
|
||||
"common.Action": "操作",
|
||||
@@ -876,9 +884,11 @@
|
||||
"error.code_error": "验证码错误",
|
||||
"error.fileNotFound": "文件找不到了~",
|
||||
"error.inheritPermissionError": "权限继承错误",
|
||||
"error.invalid_params": "参数无效",
|
||||
"error.missingParams": "参数缺失",
|
||||
"error.too_many_request": "请求太频繁了,请稍后重试",
|
||||
"error.upload_file_error_filename": "{{name}} 上传失败",
|
||||
"error.upload_image_error": "上传文件失败",
|
||||
"error.username_empty": "账号不能为空",
|
||||
"extraction_results": "提取结果",
|
||||
"field_name": "字段名",
|
||||
@@ -1031,7 +1041,15 @@
|
||||
"support.user.Price": "计费标准",
|
||||
"support.user.User self info": "个人信息",
|
||||
"support.user.auth.Sending Code": "正在发送",
|
||||
"support.user.auth.get_code": "获取验证码",
|
||||
"support.user.auth.get_code_again": "s后重新获取",
|
||||
"support.user.captcha_placeholder": "请输入验证码",
|
||||
"support.user.info.bind_notification_error": "绑定通知账号异常",
|
||||
"support.user.info.bind_notification_hint": "请绑定通知接收账号,以确保您能正常接收套餐过期提醒等通知,保障您的服务正常运行。",
|
||||
"support.user.info.bind_notification_success": "绑定通知账号成功",
|
||||
"support.user.info.code_required": "验证码不能为空",
|
||||
"support.user.info.notification_receiving_hint": "通知接收",
|
||||
"support.user.info.verification_code": "验证码",
|
||||
"support.user.inform.System message": "系统消息",
|
||||
"support.user.login.Email": "邮箱",
|
||||
"support.user.login.Github": "GitHub 登录",
|
||||
@@ -1056,10 +1074,14 @@
|
||||
"support.wallet.Ai point every thousand tokens_input": "输入:{{points}} 积分/1K tokens",
|
||||
"support.wallet.Ai point every thousand tokens_output": "输出:{{points}} 积分/1K tokens",
|
||||
"support.wallet.Amount": "金额",
|
||||
"support.wallet.App_amount_not_sufficient": "您的应用数量已达上限,请升级套餐后继续使用。",
|
||||
"support.wallet.Buy": "购买",
|
||||
"support.wallet.Dataset_amount_not_sufficient": "您的知识库数量已达上限,请升级套餐后继续使用。",
|
||||
"support.wallet.Dataset_not_sufficient": "您的知识库容量不足,请先升级套餐或购买额外知识库容量后继续使用。",
|
||||
"support.wallet.Not sufficient": "您的 AI 积分不足,请先升级套餐或购买额外 AI 积分后继续使用。",
|
||||
"support.wallet.Plan expired time": "套餐到期时间",
|
||||
"support.wallet.Standard Plan Detail": "套餐详情",
|
||||
"support.wallet.Team_member_over_size": "您的团队成员数量已达上限,请升级套餐后继续使用。",
|
||||
"support.wallet.To read plan": "查看套餐",
|
||||
"support.wallet.amount_0": "购买数量不能为0",
|
||||
"support.wallet.apply_invoice": "申请开票",
|
||||
@@ -1169,6 +1191,7 @@
|
||||
"tag_list": "标签列表",
|
||||
"team_tag": "团队标签",
|
||||
"textarea_variable_picker_tip": "输入\"/\"可选择变量",
|
||||
"unauth_token": "凭证已过期,请重新登录",
|
||||
"unit.character": "字符",
|
||||
"unit.minute": "分钟",
|
||||
"unit.seconds": "秒",
|
||||
|
@@ -1,19 +1,21 @@
|
||||
{
|
||||
"Chinese_ip_tip": "检测到您是中国大陆 IP,点击跳转访问中国大陆版。",
|
||||
"Login": "登录",
|
||||
"agree": "同意",
|
||||
"cookies_tip": "本网站使用 cookies 提供更好的服务体验。继续使用即表示您同意我们的 Cookie 政策。",
|
||||
"forget_password": "忘记密码?",
|
||||
"login_failed": "登录异常",
|
||||
"login_success": "登录成功",
|
||||
"no_remind": "不再提醒",
|
||||
"password_condition": "密码最多 60 位",
|
||||
"password_tip": "密码至少 6 位,且至少包含两种组合:数字、字母或特殊字符",
|
||||
"policy_tip": "使用即代表你同意我们的",
|
||||
"privacy": "隐私协议",
|
||||
"privacy_policy": "隐私政策",
|
||||
"redirect": "跳转",
|
||||
"register": "注册账号",
|
||||
"root_password_placeholder": "root 用户密码为环境变量 DEFAULT_ROOT_PSW 的值",
|
||||
"terms": "服务协议",
|
||||
"use_root_login": "使用 root 用户登录",
|
||||
"redirect": "跳转",
|
||||
"no_remind": "不再提醒",
|
||||
"Chinese_ip_tip": "检测到您是中国大陆 IP,点击跳转访问中国大陆版。",
|
||||
"agree": "同意",
|
||||
"cookies_tip": "本网站使用 cookies 提供更好的服务体验。继续使用即表示您同意我们的 Cookie 政策。",
|
||||
"privacy_policy": "隐私政策"
|
||||
}
|
||||
"wecom": "企业微信"
|
||||
}
|
||||
|
@@ -28,7 +28,6 @@
|
||||
"login.Dingtalk": "钉钉登录",
|
||||
"manage_team": "管理团队",
|
||||
"name": "名称",
|
||||
"notification.Bind Notification Pipe Hint": "请绑定通知接收账号,以确保您能正常接收套餐过期提醒等通知,保障您的服务正常运行。",
|
||||
"notification.remind_owner_bind": "请提醒创建者绑定通知账号",
|
||||
"operations": "操作",
|
||||
"owner": "所有者",
|
||||
@@ -38,9 +37,6 @@
|
||||
"password.confirm": "确认密码",
|
||||
"password.email_phone_error": "邮箱/手机号格式错误",
|
||||
"password.email_phone_void": "邮箱/手机号不能为空",
|
||||
"password.get_code": "获取验证码",
|
||||
"password.get_code_again": "s后重新获取",
|
||||
"password.new_password": "新密码(4~20位)",
|
||||
"password.not_match": "两次密码不一致",
|
||||
"password.password_condition": "密码最少 4 位最多 20 位",
|
||||
"password.password_required": "密码不能为空",
|
||||
@@ -53,6 +49,7 @@
|
||||
"permission.Manage tip": "团队管理员,拥有全部权限",
|
||||
"permission.Read": "仅读",
|
||||
"permission.Read desc": "成员仅可阅读相关资源,无法新建资源",
|
||||
"permission.Add": "添加权限",
|
||||
"permission.Write": "可写",
|
||||
"permission.Write tip": "除了可读资源外,还可以新建新的资源",
|
||||
"permission.only_collaborators": "仅协作者访问",
|
||||
@@ -61,6 +58,7 @@
|
||||
"permission_des.manage": "可创建资源、邀请、删除成员",
|
||||
"permission_des.read": "成员仅可阅读相关资源,无法新建资源",
|
||||
"permission_des.write": "除了可读资源外,还可以新建新的资源",
|
||||
"permission_add_tip": "添加后,您可为其勾选权限。",
|
||||
"permissions": "权限",
|
||||
"personal_information": "个人信息",
|
||||
"personalization": "个性化",
|
||||
@@ -85,8 +83,9 @@
|
||||
"team.Update Team": "更新团队信息",
|
||||
"team.add_collaborator": "添加协作者",
|
||||
"team.add_writer": "添加可写成员",
|
||||
"team.add_permission": "添加权限",
|
||||
"team.avatar_and_name": "头像 & 名称",
|
||||
"team.belong_to_group": "所属成员组",
|
||||
"team.belong_to_group": "所属群组",
|
||||
"team.group.avatar": "群头像",
|
||||
"team.group.create": "创建群组",
|
||||
"team.group.create_failed": "创建群组失败",
|
||||
@@ -106,10 +105,11 @@
|
||||
"team.group.role.admin": "管理员",
|
||||
"team.group.role.member": "成员",
|
||||
"team.group.role.owner": "所有者",
|
||||
"team.group.search_placeholder": "搜索成员/群组名称",
|
||||
"search_group_org_user": "搜索成员/部门/群组名称",
|
||||
"team.group.set_as_admin": "设为管理员",
|
||||
"team.group.toast.can_not_delete_owner": "不能删除所有者, 请先转让",
|
||||
"team.group.transfer_owner": "转让所有者",
|
||||
"team.org.org": "部门",
|
||||
"team.manage_collaborators": "管理协作者",
|
||||
"team.no_collaborators": "暂无协作者",
|
||||
"team.write_role_member": "可写权限",
|
||||
|
@@ -49,7 +49,7 @@
|
||||
"execution_error": "运行错误",
|
||||
"extraction_requirements_description": "提取要求描述",
|
||||
"extraction_requirements_description_detail": "给AI一些对应的背景知识或要求描述,引导AI更好的完成任务。\\n该输入框可使用全局变量。",
|
||||
"extraction_requirements_placeholder": "例如: \\n1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。",
|
||||
"extraction_requirements_placeholder": "例如: 1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。",
|
||||
"feedback_text": "反馈的文本",
|
||||
"field_description": "字段描述",
|
||||
"field_description_placeholder": "描述该输入字段的功能,如果为工具调用参数,则该描述会影响模型生成的质量",
|
||||
|
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"active_model": "可用模型",
|
||||
"add_default_model": "新增預設模型",
|
||||
"api_key": "API 金鑰",
|
||||
"bills_and_invoices": "帳單與發票",
|
||||
"channel": "頻道",
|
||||
"confirm_logout": "確認登出登入?",
|
||||
"create_channel": "新增頻道",
|
||||
"create_model": "新增模型",
|
||||
"custom_model": "自訂模型",
|
||||
"default_model": "預設模型",
|
||||
"logout": "登出",
|
||||
"model_provider": "模型提供者",
|
||||
"notifications": "通知",
|
||||
|
@@ -10,9 +10,6 @@
|
||||
"avatar_selection_exception": "頭像選擇異常",
|
||||
"balance": "餘額",
|
||||
"billing_standard": "計費標準",
|
||||
"bind_notification_error": "綁定通知帳號異常",
|
||||
"bind_notification_hint": "請綁定通知接收帳號,確保您能正常接收套餐過期提醒等通知,保障您的服務正常運作。",
|
||||
"bind_notification_success": "綁定通知帳號成功",
|
||||
"cancel": "取消",
|
||||
"change": "變更",
|
||||
"choose_avatar": "點選選擇頭像",
|
||||
@@ -40,7 +37,6 @@
|
||||
"month": "月",
|
||||
"new_password": "新密碼",
|
||||
"notification_receiving": "通知接收",
|
||||
"notification_receiving_hint": "通知接收",
|
||||
"old_password": "舊密碼",
|
||||
"openai_account_configuration": "OpenAI 帳號配置",
|
||||
"openai_account_setting_exception": "設定 OpenAI 帳號異常",
|
||||
@@ -49,8 +45,8 @@
|
||||
"package_expiry_time": "套餐到期時間",
|
||||
"package_usage_rules": "套餐使用規則:系統優先使用更進階的套餐,原未用完的套餐將延遲生效",
|
||||
"password": "密碼",
|
||||
"password_length_error": "密碼最少 4 位最多 60 位",
|
||||
"password_mismatch": "密碼不一致: 兩次密碼不一致",
|
||||
"password_tip": "密碼至少 6 位,且至少包含兩種組合:數字、字母或特殊字符",
|
||||
"password_update_error": "修改密碼異常",
|
||||
"password_update_success": "修改密碼成功",
|
||||
"pending_usage": "待使用",
|
||||
|
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"action": "操作",
|
||||
"confirm_delete_group": "確認刪除群組?",
|
||||
"confirm_leave_team": "確認離開該團隊? \n \n退出後,您在該團隊所有的資源( 應用程式、知識庫、資料夾、管理的群組等)均轉讓給團隊所有者。",
|
||||
"confirm_delete_member": "確認刪除成員?",
|
||||
"confirm_delete_org": "確認刪除該部門?",
|
||||
"confirm_leave_team": "確認離開該團隊? \n退出後,您在該團隊所有的資源轉讓給團隊所有者。",
|
||||
"create_group": "建立群組",
|
||||
"create_org": "創建部門",
|
||||
"create_sub_org": "創建子部門",
|
||||
"delete": "刪除",
|
||||
"delete_org": "刪除部門",
|
||||
"edit_info": "編輯訊息",
|
||||
"edit_org_info": "編輯部門資訊",
|
||||
"group": "群組",
|
||||
"group_name": "群組名稱",
|
||||
"label_sync": "標籤同步",
|
||||
@@ -12,8 +18,14 @@
|
||||
"manage_member": "管理成員",
|
||||
"member": "成員",
|
||||
"member_group": "所屬成員組",
|
||||
"move_member": "移動成員",
|
||||
"move_org": "行動部門",
|
||||
"org": "組織",
|
||||
"org_description": "介紹",
|
||||
"org_name": "部門名稱",
|
||||
"owner": "擁有者",
|
||||
"permission": "權限",
|
||||
"remark": "備註",
|
||||
"remove_tip": "確認將 {{username}} 移出團隊?",
|
||||
"retain_admin_permissions": "保留管理員權限",
|
||||
"search_member_group_name": "搜尋成員/群組名稱",
|
||||
|
@@ -74,11 +74,19 @@
|
||||
"code_error.team_error.ai_points_not_enough": "AI 點數不足",
|
||||
"code_error.team_error.app_amount_not_enough": "已達應用程式數量上限",
|
||||
"code_error.team_error.cannot_delete_default_group": "無法刪除預設群組",
|
||||
"code_error.team_error.cannot_delete_non_empty_org": "無法刪除非空組織",
|
||||
"code_error.team_error.cannot_modify_root_org": "無法修改根組織",
|
||||
"code_error.team_error.cannot_move_to_sub_path": "無法移動到相同或子目錄",
|
||||
"code_error.team_error.dataset_amount_not_enough": "已達知識庫數量上限",
|
||||
"code_error.team_error.dataset_size_not_enough": "知識庫容量不足,請先擴充容量",
|
||||
"code_error.team_error.group_name_duplicate": "群組名稱重複",
|
||||
"code_error.team_error.group_name_empty": "群組名稱不能為空",
|
||||
"code_error.team_error.group_not_exist": "群組不存在",
|
||||
"code_error.team_error.not_user": "找不到該成員",
|
||||
"code_error.team_error.org_member_duplicated": "重複的組織成員",
|
||||
"code_error.team_error.org_member_not_exist": "組織成員不存在",
|
||||
"code_error.team_error.org_not_exist": "組織不存在",
|
||||
"code_error.team_error.org_parent_not_exist": "父組織不存在",
|
||||
"code_error.team_error.over_size": "error.team.overSize",
|
||||
"code_error.team_error.plugin_amount_not_enough": "已達外掛程式數量上限",
|
||||
"code_error.team_error.re_rank_not_enough": "無權使用結果重新排名",
|
||||
@@ -87,7 +95,7 @@
|
||||
"code_error.team_error.website_sync_not_enough": "無權使用網站同步",
|
||||
"code_error.token_error_code.403": "登入狀態無效,請重新登入",
|
||||
"code_error.user_error.balance_not_enough": "帳戶餘額不足",
|
||||
"code_error.user_error.bin_visitor": "身份驗證未通過",
|
||||
"code_error.account_error": "帳號名稱或密碼錯誤",
|
||||
"code_error.user_error.bin_visitor_guest": "您目前身份為訪客,無權操作",
|
||||
"code_error.user_error.un_auth_user": "找不到此使用者",
|
||||
"common.Action": "操作",
|
||||
@@ -874,9 +882,11 @@
|
||||
"error.code_error": "驗證碼錯誤",
|
||||
"error.fileNotFound": "找不到檔案",
|
||||
"error.inheritPermissionError": "繼承權限錯誤",
|
||||
"error.invalid_params": "參數無效",
|
||||
"error.missingParams": "參數不足",
|
||||
"error.too_many_request": "請求太頻繁了,請稍後重試",
|
||||
"error.upload_file_error_filename": "{{name}} 上傳失敗",
|
||||
"error.upload_image_error": "上傳文件失敗",
|
||||
"error.username_empty": "帳號不能為空",
|
||||
"extraction_results": "提取結果",
|
||||
"field_name": "欄位名稱",
|
||||
@@ -1028,7 +1038,15 @@
|
||||
"support.user.Price": "計費標準",
|
||||
"support.user.User self info": "個人資訊",
|
||||
"support.user.auth.Sending Code": "正在傳送驗證碼",
|
||||
"support.user.auth.get_code": "取得驗證碼",
|
||||
"support.user.auth.get_code_again": "秒後重新取得",
|
||||
"support.user.captcha_placeholder": "請輸入驗證碼",
|
||||
"support.user.info.bind_notification_error": "綁定通知帳號異常",
|
||||
"support.user.info.bind_notification_hint": "請綁定通知接收帳號,確保您能正常接收套餐過期提醒等通知,保障您的服務正常運作。",
|
||||
"support.user.info.bind_notification_success": "綁定通知帳號成功",
|
||||
"support.user.info.code_required": "驗證碼不能為空",
|
||||
"support.user.info.notification_receiving_hint": "通知接收",
|
||||
"support.user.info.verification_code": "驗證碼",
|
||||
"support.user.inform.System message": "系統訊息",
|
||||
"support.user.login.Email": "電子郵件",
|
||||
"support.user.login.Github": "GitHub 登入",
|
||||
@@ -1053,10 +1071,14 @@
|
||||
"support.wallet.Ai point every thousand tokens_input": "輸入:{{points}} 积分/1K tokens",
|
||||
"support.wallet.Ai point every thousand tokens_output": "輸出:{{points}} 积分/1K tokens",
|
||||
"support.wallet.Amount": "金額",
|
||||
"support.wallet.App_amount_not_sufficient": "您的應用數量已達上限,請升級套餐後繼續使用。",
|
||||
"support.wallet.Buy": "購買",
|
||||
"support.wallet.Dataset_amount_not_sufficient": "您的知識庫數量已達上限,請升級套餐後繼續使用。",
|
||||
"support.wallet.Dataset_not_sufficient": "您的知識庫容量不足,請先升級套餐或購買額外知識庫容量後繼續使用。",
|
||||
"support.wallet.Not sufficient": "您的 AI 點數不足,請先升級方案或購買額外 AI 點數後繼續使用。",
|
||||
"support.wallet.Plan expired time": "方案到期時間",
|
||||
"support.wallet.Standard Plan Detail": "方案詳細資訊",
|
||||
"support.wallet.Team_member_over_size": "您的團隊成員數量已達上限,請升級套餐後繼續使用。",
|
||||
"support.wallet.To read plan": "檢視方案",
|
||||
"support.wallet.amount_0": "購買數量不能為 0",
|
||||
"support.wallet.apply_invoice": "申請發票",
|
||||
@@ -1166,6 +1188,7 @@
|
||||
"tag_list": "標籤列表",
|
||||
"team_tag": "團隊標籤",
|
||||
"textarea_variable_picker_tip": "輸入「/」以選擇變數",
|
||||
"unauth_token": "憑證已過期,請重新登入",
|
||||
"unit.character": "字元",
|
||||
"unit.minute": "分鐘",
|
||||
"unit.seconds": "秒",
|
||||
|
@@ -1,19 +1,20 @@
|
||||
{
|
||||
"Chinese_ip_tip": "偵測到您使用中國大陸 IP,點選這裡前往中國大陸版本。",
|
||||
"Login": "登入",
|
||||
"agree": "同意",
|
||||
"cookies_tip": "本網站使用 cookies 提供更好的服務體驗。繼續使用即表示您同意我們的 Cookie 政策。",
|
||||
"forget_password": "忘記密碼?",
|
||||
"login_failed": "登入失敗",
|
||||
"login_success": "登入成功",
|
||||
"no_remind": "不再提醒",
|
||||
"password_condition": "密碼最多 60 個字元",
|
||||
"password_tip": "密碼至少 6 位,且至少包含兩種組合:數字、字母或特殊字符",
|
||||
"policy_tip": "使用即代表您同意我們的",
|
||||
"privacy": "隱私權政策",
|
||||
"privacy_policy": "隱私權政策",
|
||||
"redirect": "跳轉",
|
||||
"register": "註冊帳號",
|
||||
"root_password_placeholder": "root 使用者密碼為環境變數 DEFAULT_ROOT_PSW 的值",
|
||||
"terms": "服務條款",
|
||||
"use_root_login": "使用 root 使用者登入",
|
||||
"agree": "同意",
|
||||
"cookies_tip": "本網站使用 cookies 提供更好的服務體驗。繼續使用即表示您同意我們的 Cookie 政策。",
|
||||
"privacy_policy": "隱私權政策"
|
||||
}
|
||||
"use_root_login": "使用 root 使用者登入"
|
||||
}
|
||||
|
@@ -28,7 +28,6 @@
|
||||
"login.Dingtalk": "釘釘登入",
|
||||
"manage_team": "管理團隊",
|
||||
"name": "名稱",
|
||||
"notification.Bind Notification Pipe Hint": "請綁定通知接收帳號,以確保您能正常接收方案到期提醒等通知,保障您的服務正常運作。",
|
||||
"notification.remind_owner_bind": "請提醒建立者綁定通知帳號",
|
||||
"operations": "操作",
|
||||
"owner": "擁有者",
|
||||
@@ -38,9 +37,6 @@
|
||||
"password.confirm": "確認密碼",
|
||||
"password.email_phone_error": "電子郵件/手機號碼格式錯誤",
|
||||
"password.email_phone_void": "電子郵件/手機號碼不能空白",
|
||||
"password.get_code": "取得驗證碼",
|
||||
"password.get_code_again": "秒後重新取得",
|
||||
"password.new_password": "新密碼(4 至 20 字元)",
|
||||
"password.not_match": "兩次輸入的密碼不相符",
|
||||
"password.password_condition": "密碼長度需介於 4 至 20 字元之間",
|
||||
"password.password_required": "密碼不能空白",
|
||||
@@ -53,6 +49,7 @@
|
||||
"permission.Manage tip": "團隊管理員,擁有完整權限",
|
||||
"permission.Read": "唯讀",
|
||||
"permission.Read desc": "成員僅能閱讀相關資源,無法建立新資源",
|
||||
"permission.Add": "新增權限",
|
||||
"permission.Write": "可寫入",
|
||||
"permission.Write tip": "除了可讀取資源外,還可以建立新的資源",
|
||||
"permission.only_collaborators": "僅協作者可存取",
|
||||
@@ -61,6 +58,7 @@
|
||||
"permission_des.manage": "可建立資源、邀請及刪除成員",
|
||||
"permission_des.read": "成員僅能閱讀相關資源,無法建立新資源",
|
||||
"permission_des.write": "除了可讀取資源外,還可以建立新的資源",
|
||||
"permission_add_tip": "添加後,您可為其勾選權限。",
|
||||
"permissions": "權限",
|
||||
"personal_information": "個人資料",
|
||||
"personalization": "個人化",
|
||||
@@ -85,6 +83,7 @@
|
||||
"team.Update Team": "更新團隊資訊",
|
||||
"team.add_collaborator": "新增協作者",
|
||||
"team.add_writer": "新增可寫入成員",
|
||||
"team.add_permission": "新增權限",
|
||||
"team.avatar_and_name": "頭像與名稱",
|
||||
"team.belong_to_group": "所屬成員群組",
|
||||
"team.group.avatar": "群組頭像",
|
||||
@@ -106,10 +105,11 @@
|
||||
"team.group.role.admin": "管理員",
|
||||
"team.group.role.member": "成員",
|
||||
"team.group.role.owner": "擁有者",
|
||||
"team.group.search_placeholder": "搜尋成員/群組名稱",
|
||||
"search_group_org_user": "搜尋成員/部門/群組名稱",
|
||||
"team.group.set_as_admin": "設為管理員",
|
||||
"team.group.toast.can_not_delete_owner": "無法刪除擁有者,請先轉移擁有權",
|
||||
"team.group.transfer_owner": "轉移擁有者",
|
||||
"team.org.org": "組織",
|
||||
"team.manage_collaborators": "管理協作者",
|
||||
"team.no_collaborators": "目前沒有協作者",
|
||||
"team.write_role_member": "可寫入權限",
|
||||
|
@@ -49,7 +49,7 @@
|
||||
"execution_error": "執行錯誤",
|
||||
"extraction_requirements_description": "擷取需求描述",
|
||||
"extraction_requirements_description_detail": "提供 AI 相對應的背景知識或需求描述,引導 AI 更好地完成任務。\\n這個輸入框可以使用全域變數。",
|
||||
"extraction_requirements_placeholder": "例如:\\n1. 目前時間為:{{cTime}}。您是一位實驗室預約助理,您的任務是協助使用者預約實驗室,從文字中取得對應的預約資訊。\\n2. 您是 Google 搜尋助理,需要從文字中擷取出合適的搜尋詞。",
|
||||
"extraction_requirements_placeholder": "例如: 1. 目前時間為: {{cTime}}。\n你是實驗室預約助手,你的任務是幫助使用者預約實驗室,從文字中取得對應的預約資訊。\n\n2. 你是Google搜尋助手,需要從文字中提取出合適的搜尋字詞。",
|
||||
"feedback_text": "回饋文字",
|
||||
"field_description": "欄位描述",
|
||||
"field_description_placeholder": "描述這個輸入欄位的功能,如果是工具呼叫參數,這個描述會影響模型產生的品質",
|
||||
|
Reference in New Issue
Block a user