# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-03-20 14:18+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/xpack/auth/user_key.py:26 #: apps/xpack/serializers/license_serializers.py:96 #: apps/xpack/serializers/license_tools.py:109 msgid "The license is invalid" msgstr "License 无效" #: apps/xpack/auth/user_key.py:32 apps/xpack/auth/user_key.py:34 msgid "secret_key is invalid" msgstr "secret key无效" #: apps/xpack/middleware/swagger_middleware.py:19 msgid "The license has not been uploaded or the license has expired" msgstr "License 未上传或 License 已过期" #: apps/xpack/serializers/application_setting_serializer.py:20 msgid "theme color" msgstr "主题颜色" #: apps/xpack/serializers/application_setting_serializer.py:22 msgid "header font color" msgstr "头部字体颜色" #: apps/xpack/serializers/application_setting_serializer.py:26 msgid "float location type" msgstr "浮窗位置类型" #: apps/xpack/serializers/application_setting_serializer.py:27 msgid "float location value" msgstr "浮窗位置值" #: apps/xpack/serializers/application_setting_serializer.py:31 msgid "float location x" msgstr "浮窗位置 x" #: apps/xpack/serializers/application_setting_serializer.py:32 msgid "float location y" msgstr "浮窗位置 y" #: apps/xpack/serializers/application_setting_serializer.py:36 #: apps/xpack/swagger_api/application_setting_api.py:23 msgid "show source" msgstr "是否显示来源" #: apps/xpack/serializers/application_setting_serializer.py:37 #: community/apps/application/serializers/application_serializers.py:354 #: community/apps/application/swagger_api/application_api.py:169 #: community/apps/application/swagger_api/application_api.py:170 #: community/apps/users/serializers/user_serializers.py:273 #: community/apps/users/views/user.py:85 community/apps/users/views/user.py:86 msgid "language" msgstr "语言" #: apps/xpack/serializers/application_setting_serializer.py:38 #: apps/xpack/swagger_api/application_setting_api.py:30 msgid "show history" msgstr "是否显示历史记录" #: apps/xpack/serializers/application_setting_serializer.py:39 #: apps/xpack/swagger_api/application_setting_api.py:37 msgid "draggable" msgstr "是否可拖动" #: apps/xpack/serializers/application_setting_serializer.py:40 #: apps/xpack/swagger_api/application_setting_api.py:44 msgid "show guide" msgstr "是否显示引导图" #: apps/xpack/serializers/application_setting_serializer.py:41 #: apps/xpack/swagger_api/application_setting_api.py:51 msgid "avatar" msgstr "头像" #: apps/xpack/serializers/application_setting_serializer.py:42 msgid "avatar url" msgstr "头像地址" #: apps/xpack/serializers/application_setting_serializer.py:43 #: apps/xpack/swagger_api/application_setting_api.py:86 msgid "user avatar" msgstr "用户头像" #: apps/xpack/serializers/application_setting_serializer.py:44 msgid "user avatar url" msgstr "用户头像地址" #: apps/xpack/serializers/application_setting_serializer.py:45 #: apps/xpack/swagger_api/application_setting_api.py:58 msgid "float icon" msgstr "浮窗图标" #: apps/xpack/serializers/application_setting_serializer.py:46 msgid "float icon url" msgstr "浮窗图标地址" #: apps/xpack/serializers/application_setting_serializer.py:47 #: apps/xpack/swagger_api/application_setting_api.py:65 msgid "disclaimer" msgstr "免责声明" #: apps/xpack/serializers/application_setting_serializer.py:48 #: apps/xpack/swagger_api/application_setting_api.py:72 msgid "disclaimer value" msgstr "免责声明的值" #: apps/xpack/serializers/application_setting_serializer.py:70 #: apps/xpack/serializers/dataset_lark_serializer.py:373 #: community/apps/dataset/serializers/dataset_serializers.py:548 msgid "application id" msgstr "应用 id" #: apps/xpack/serializers/application_setting_serializer.py:96 #: apps/xpack/serializers/platform_serializer.py:83 #: apps/xpack/serializers/platform_serializer.py:105 #: apps/xpack/serializers/platform_serializer.py:174 #: apps/xpack/serializers/platform_serializer.py:185 #: community/apps/application/serializers/application_serializers.py:1237 #: community/apps/application/serializers/chat_message_serializers.py:424 #: community/apps/application/serializers/chat_serializers.py:294 #: community/apps/application/serializers/chat_serializers.py:396 msgid "Application does not exist" msgstr "应用不存在" #: apps/xpack/serializers/application_setting_serializer.py:116 msgid "Float location field type error" msgstr "浮窗位置字段类型错误" #: apps/xpack/serializers/application_setting_serializer.py:122 msgid "Custom theme field type error" msgstr "自定义主题字段类型错误" #: apps/xpack/serializers/auth_config_serializer.py:19 msgid "LDAP server cannot be empty" msgstr "LDAP 服务器不能为空" #: apps/xpack/serializers/auth_config_serializer.py:20 msgid "Base DN cannot be empty" msgstr "Base DN 不能为空" #: apps/xpack/serializers/auth_config_serializer.py:21 msgid "Password cannot be empty" msgstr "密码不能为空" #: apps/xpack/serializers/auth_config_serializer.py:22 msgid "OU cannot be empty" msgstr "OU 不能为空" #: apps/xpack/serializers/auth_config_serializer.py:23 msgid "LDAP filter cannot be empty" msgstr "LDAP 过滤器不能为空" #: apps/xpack/serializers/auth_config_serializer.py:24 msgid "LDAP mapping cannot be empty" msgstr "LDAP 映射不能为空" #: apps/xpack/serializers/auth_config_serializer.py:29 msgid "Authorization address cannot be empty" msgstr "授权地址不能为空" #: apps/xpack/serializers/auth_config_serializer.py:31 msgid "Token address cannot be empty" msgstr "令牌地址不能为空" #: apps/xpack/serializers/auth_config_serializer.py:33 msgid "User information address cannot be empty" msgstr "用户信息地址不能为空" #: apps/xpack/serializers/auth_config_serializer.py:34 msgid "Scope cannot be empty" msgstr "Scope 不能为空" #: apps/xpack/serializers/auth_config_serializer.py:35 msgid "Client ID cannot be empty" msgstr "Client ID 不能为空" #: apps/xpack/serializers/auth_config_serializer.py:36 msgid "Client secret cannot be empty" msgstr "Client secret 不能为空" #: apps/xpack/serializers/auth_config_serializer.py:38 msgid "Redirect address cannot be empty" msgstr "重定向地址不能为空" #: apps/xpack/serializers/auth_config_serializer.py:39 msgid "Field mapping cannot be empty" msgstr "字段映射不能为空" #: apps/xpack/serializers/auth_config_serializer.py:166 #: apps/xpack/serializers/qr_login/qr_login.py:33 #: community/apps/users/serializers/user_serializers.py:89 msgid "The user has been disabled, please contact the administrator!" msgstr "用户已被禁用,请联系管理员!" #: apps/xpack/serializers/cas.py:32 msgid "HttpClient query failed: " msgstr "HttpClient 查询失败:" #: apps/xpack/serializers/cas.py:56 msgid "CAS authentication failed" msgstr "CAS 认证失败" #: apps/xpack/serializers/channel/chat_manage.py:76 #: apps/xpack/serializers/channel/chat_manage.py:134 msgid "" "Sorry, no relevant content was found. Please re-describe your problem or " "provide more information. " msgstr "抱歉,没有找到相关内容。请重新描述您的问题或提供更多信息。" #: apps/xpack/serializers/channel/chat_manage.py:82 msgid "Think: " msgstr "思考过程: " #: apps/xpack/serializers/channel/chat_manage.py:85 #: apps/xpack/serializers/channel/chat_manage.py:87 msgid "AI reply: " msgstr "AI 回复: " #: apps/xpack/serializers/channel/chat_manage.py:298 msgid "Thinking, please wait a moment!" msgstr "正在思考中,请稍后!" #: apps/xpack/serializers/channel/ding_talk.py:19 #: apps/xpack/serializers/channel/wechat.py:89 #: apps/xpack/serializers/channel/wechat.py:130 #: apps/xpack/serializers/channel/wecom.py:76 #: apps/xpack/serializers/channel/wecom.py:259 msgid "The corresponding platform configuration was not found" msgstr "对应的平台配置未找到" #: apps/xpack/serializers/channel/ding_talk.py:27 #: apps/xpack/serializers/channel/feishu.py:112 msgid "Currently only text messages are supported" msgstr "目前只支持文本消息" #: apps/xpack/serializers/channel/ding_talk.py:91 #: apps/xpack/serializers/channel/wechat.py:161 #: apps/xpack/serializers/channel/wecom.py:189 msgid "Image download failed, check network" msgstr "图片下载失败,请检查网络" #: apps/xpack/serializers/channel/ding_talk.py:92 #: apps/xpack/serializers/channel/wechat.py:159 #: apps/xpack/serializers/channel/wecom.py:185 msgid "Please analyze the content of the image." msgstr "请分析图片内容。" #: apps/xpack/serializers/channel/ding_talk.py:95 #, python-brace-format msgid "DingTalk application: {user}" msgstr "钉钉应用:{user}" #: apps/xpack/serializers/channel/ding_talk.py:106 #: apps/xpack/serializers/channel/ding_talk.py:151 msgid "Content generated by AI" msgstr "内容由 AI 生成" #: apps/xpack/serializers/channel/feishu.py:87 #: apps/xpack/serializers/channel/feishu.py:107 msgid "Lark application: " msgstr "飞书应用:" #: apps/xpack/serializers/channel/slack.py:116 #, fuzzy #| msgid "The corresponding platform configuration was not found" msgid "The corresponding platform configuration for Slack was not found" msgstr "对应的平台配置未找到" #: apps/xpack/serializers/channel/slack.py:206 msgid "Thinking..." msgstr "思考中..." #: apps/xpack/serializers/channel/slack.py:321 msgid "Invalid json format." msgstr "json 格式无效。" #: apps/xpack/serializers/channel/slack.py:327 #, fuzzy #| msgid "Invalid access_token" msgid "Invalid Slack request" msgstr "无效的access_token" #: apps/xpack/serializers/channel/slack.py:335 #, fuzzy, python-brace-format #| msgid "DingTalk application: {user}" msgid "Slack application: {user}" msgstr "钉钉应用:{user}" #: apps/xpack/serializers/channel/slack.py:471 msgid "Stop" msgstr "停止" #: apps/xpack/serializers/channel/wechat.py:141 #, python-brace-format msgid "WeChat Official Account: {account}" msgstr "微信公众号:{account}" #: apps/xpack/serializers/channel/wechat.py:148 #: apps/xpack/serializers/channel/wecom.py:171 #: apps/xpack/serializers/channel/wecom.py:175 msgid "" "The app does not enable the speech-to-text function or the speech-to-text " "function fails." msgstr "应用未开启语音转文字功能或语音转文字功能失败。" #: apps/xpack/serializers/channel/wechat.py:187 msgid "Message types not supported yet" msgstr "暂时不支持该类型的消息" #: apps/xpack/serializers/channel/wechat.py:194 msgid "Welcome to subscribe" msgstr "欢迎订阅" #: apps/xpack/serializers/channel/wecom.py:84 msgid "Enterprise WeChat user: " msgstr "企业微信用户:" #: apps/xpack/serializers/channel/wecom.py:95 msgid "Enterprise WeChat customer service: " msgstr "企业微信客服:" #: apps/xpack/serializers/channel/wecom.py:132 #: apps/xpack/serializers/channel/wecom.py:148 msgid "This type of message is not supported yet" msgstr "暂时不支持该类型的消息" #: apps/xpack/serializers/channel/wecom.py:254 msgid "Signature missing" msgstr "签名缺失" #: apps/xpack/serializers/channel/wecom.py:266 #: apps/xpack/serializers/channel/wecom.py:273 #, python-brace-format msgid "An error occurred while processing the GET request {e}" msgstr "GET 请求处理时发生错误 {e}" #: apps/xpack/serializers/dataset_lark_serializer.py:58 #: community/apps/dataset/serializers/dataset_serializers.py:82 #: community/apps/dataset/serializers/dataset_serializers.py:214 #: community/apps/dataset/serializers/dataset_serializers.py:295 #: community/apps/dataset/serializers/dataset_serializers.py:296 #: community/apps/dataset/serializers/dataset_serializers.py:357 #: community/apps/dataset/serializers/dataset_serializers.py:358 #: community/apps/dataset/serializers/dataset_serializers.py:502 #: community/apps/dataset/serializers/dataset_serializers.py:503 #: community/apps/dataset/serializers/dataset_serializers.py:568 #: community/apps/dataset/serializers/dataset_serializers.py:607 #: community/apps/dataset/serializers/dataset_serializers.py:701 #: community/apps/dataset/serializers/dataset_serializers.py:933 #: community/apps/dataset/serializers/dataset_serializers.py:934 #: community/apps/dataset/serializers/document_serializers.py:816 #: community/apps/function_lib/serializers/function_lib_serializer.py:141 #: community/apps/function_lib/serializers/function_lib_serializer.py:186 #: community/apps/function_lib/serializers/function_lib_serializer.py:203 #: community/apps/function_lib/serializers/function_lib_serializer.py:262 #: community/apps/setting/serializers/provider_serializers.py:76 #: community/apps/setting/serializers/provider_serializers.py:127 #: community/apps/setting/serializers/provider_serializers.py:174 #: community/apps/setting/serializers/provider_serializers.py:256 #: community/apps/setting/serializers/provider_serializers.py:277 #: community/apps/setting/serializers/provider_serializers.py:301 #: community/apps/setting/serializers/team_serializers.py:42 #: community/apps/users/serializers/user_serializers.py:272 msgid "user id" msgstr "用户 id" #: apps/xpack/serializers/dataset_lark_serializer.py:61 #: apps/xpack/serializers/dataset_lark_serializer.py:112 #: apps/xpack/serializers/dataset_lark_serializer.py:113 #: apps/xpack/serializers/dataset_lark_serializer.py:367 #: community/apps/dataset/serializers/dataset_serializers.py:137 #: community/apps/dataset/serializers/dataset_serializers.py:201 #: community/apps/dataset/serializers/dataset_serializers.py:221 #: community/apps/dataset/serializers/dataset_serializers.py:244 #: community/apps/dataset/serializers/dataset_serializers.py:273 #: community/apps/dataset/serializers/dataset_serializers.py:274 #: community/apps/dataset/serializers/dataset_serializers.py:291 #: community/apps/dataset/serializers/dataset_serializers.py:292 #: community/apps/dataset/serializers/dataset_serializers.py:319 #: community/apps/dataset/serializers/dataset_serializers.py:353 #: community/apps/dataset/serializers/dataset_serializers.py:354 #: community/apps/dataset/serializers/dataset_serializers.py:382 #: community/apps/dataset/serializers/dataset_serializers.py:383 #: community/apps/dataset/serializers/dataset_serializers.py:498 #: community/apps/dataset/serializers/dataset_serializers.py:499 #: community/apps/dataset/serializers/dataset_serializers.py:527 #: community/apps/dataset/serializers/dataset_serializers.py:528 #: community/apps/dataset/serializers/dataset_serializers.py:542 #: community/apps/dataset/serializers/dataset_serializers.py:907 #: community/apps/dataset/serializers/dataset_serializers.py:908 #: community/apps/dataset/serializers/dataset_serializers.py:929 #: community/apps/dataset/serializers/dataset_serializers.py:930 msgid "dataset name" msgstr "知识库名称" #: apps/xpack/serializers/dataset_lark_serializer.py:63 #: apps/xpack/serializers/dataset_lark_serializer.py:114 #: apps/xpack/serializers/dataset_lark_serializer.py:115 #: apps/xpack/serializers/dataset_lark_serializer.py:369 #: community/apps/dataset/serializers/dataset_serializers.py:142 #: community/apps/dataset/serializers/dataset_serializers.py:206 #: community/apps/dataset/serializers/dataset_serializers.py:226 #: community/apps/dataset/serializers/dataset_serializers.py:249 #: community/apps/dataset/serializers/dataset_serializers.py:278 #: community/apps/dataset/serializers/dataset_serializers.py:279 #: community/apps/dataset/serializers/dataset_serializers.py:293 #: community/apps/dataset/serializers/dataset_serializers.py:294 #: community/apps/dataset/serializers/dataset_serializers.py:324 #: community/apps/dataset/serializers/dataset_serializers.py:355 #: community/apps/dataset/serializers/dataset_serializers.py:356 #: community/apps/dataset/serializers/dataset_serializers.py:384 #: community/apps/dataset/serializers/dataset_serializers.py:385 #: community/apps/dataset/serializers/dataset_serializers.py:500 #: community/apps/dataset/serializers/dataset_serializers.py:501 #: community/apps/dataset/serializers/dataset_serializers.py:529 #: community/apps/dataset/serializers/dataset_serializers.py:530 #: community/apps/dataset/serializers/dataset_serializers.py:544 #: community/apps/dataset/serializers/dataset_serializers.py:909 #: community/apps/dataset/serializers/dataset_serializers.py:910 #: community/apps/dataset/serializers/dataset_serializers.py:931 #: community/apps/dataset/serializers/dataset_serializers.py:932 msgid "dataset description" msgstr "知识库描述" #: apps/xpack/serializers/dataset_lark_serializer.py:65 #: apps/xpack/serializers/dataset_lark_serializer.py:118 #: apps/xpack/serializers/dataset_lark_serializer.py:377 msgid "app id" msgstr "" #: apps/xpack/serializers/dataset_lark_serializer.py:66 #: apps/xpack/serializers/dataset_lark_serializer.py:119 #: apps/xpack/serializers/dataset_lark_serializer.py:120 #: apps/xpack/serializers/dataset_lark_serializer.py:378 msgid "app secret" msgstr "" #: apps/xpack/serializers/dataset_lark_serializer.py:67 #: apps/xpack/serializers/dataset_lark_serializer.py:121 #: apps/xpack/serializers/dataset_lark_serializer.py:122 #: apps/xpack/serializers/dataset_lark_serializer.py:132 #: apps/xpack/serializers/dataset_lark_serializer.py:165 #: apps/xpack/serializers/dataset_lark_serializer.py:379 msgid "folder token" msgstr "" #: apps/xpack/serializers/dataset_lark_serializer.py:69 #: apps/xpack/serializers/dataset_lark_serializer.py:116 #: apps/xpack/serializers/dataset_lark_serializer.py:117 #: community/apps/dataset/serializers/dataset_serializers.py:231 #: community/apps/dataset/serializers/dataset_serializers.py:254 #: community/apps/dataset/serializers/dataset_serializers.py:330 #: community/apps/dataset/serializers/dataset_serializers.py:386 #: community/apps/dataset/serializers/dataset_serializers.py:387 #: community/apps/dataset/serializers/dataset_serializers.py:531 #: community/apps/dataset/serializers/dataset_serializers.py:532 msgid "embedding mode" msgstr "向量模型" #: apps/xpack/serializers/dataset_lark_serializer.py:79 #: apps/xpack/serializers/dataset_lark_serializer.py:389 msgid "Network error or folder token error!" msgstr "网络错误或文件夹 token 错误!" #: apps/xpack/serializers/dataset_lark_serializer.py:87 #: apps/xpack/serializers/dataset_lark_serializer.py:444 #: community/apps/dataset/serializers/dataset_serializers.py:424 #: community/apps/dataset/serializers/dataset_serializers.py:476 #: community/apps/dataset/serializers/dataset_serializers.py:865 msgid "Knowledge base name duplicate!" msgstr "知识库名称重复!" #: apps/xpack/serializers/dataset_lark_serializer.py:130 #: apps/xpack/serializers/dataset_lark_serializer.py:164 #: apps/xpack/serializers/dataset_lark_serializer.py:201 #: apps/xpack/serializers/dataset_lark_serializer.py:221 #: apps/xpack/serializers/dataset_lark_serializer.py:346 #: apps/xpack/serializers/dataset_lark_serializer.py:363 #: community/apps/common/swagger_api/common_api.py:68 #: community/apps/common/swagger_api/common_api.py:69 #: community/apps/dataset/serializers/dataset_serializers.py:84 #: community/apps/dataset/serializers/dataset_serializers.py:93 #: community/apps/dataset/serializers/dataset_serializers.py:605 #: community/apps/dataset/serializers/dataset_serializers.py:688 #: community/apps/dataset/serializers/dataset_serializers.py:699 #: community/apps/dataset/serializers/dataset_serializers.py:955 #: community/apps/dataset/serializers/document_serializers.py:169 #: community/apps/dataset/serializers/document_serializers.py:286 #: community/apps/dataset/serializers/document_serializers.py:407 #: community/apps/dataset/serializers/document_serializers.py:573 #: community/apps/dataset/serializers/document_serializers.py:1055 #: community/apps/dataset/serializers/document_serializers.py:1216 #: community/apps/dataset/serializers/paragraph_serializers.py:96 #: community/apps/dataset/serializers/paragraph_serializers.py:162 #: community/apps/dataset/serializers/paragraph_serializers.py:195 #: community/apps/dataset/serializers/paragraph_serializers.py:196 #: community/apps/dataset/serializers/paragraph_serializers.py:208 #: community/apps/dataset/serializers/paragraph_serializers.py:266 #: community/apps/dataset/serializers/paragraph_serializers.py:285 #: community/apps/dataset/serializers/paragraph_serializers.py:302 #: community/apps/dataset/serializers/paragraph_serializers.py:459 #: community/apps/dataset/serializers/paragraph_serializers.py:567 #: community/apps/dataset/serializers/paragraph_serializers.py:638 #: community/apps/dataset/serializers/paragraph_serializers.py:647 #: community/apps/dataset/serializers/paragraph_serializers.py:715 #: community/apps/dataset/serializers/paragraph_serializers.py:716 #: community/apps/dataset/serializers/paragraph_serializers.py:732 #: community/apps/dataset/serializers/problem_serializers.py:87 #: community/apps/dataset/serializers/problem_serializers.py:112 #: community/apps/dataset/serializers/problem_serializers.py:135 #: community/apps/dataset/serializers/problem_serializers.py:192 #: community/apps/dataset/swagger_api/problem_api.py:28 #: community/apps/dataset/swagger_api/problem_api.py:29 #: community/apps/dataset/swagger_api/problem_api.py:77 #: community/apps/dataset/swagger_api/problem_api.py:96 #: community/apps/dataset/swagger_api/problem_api.py:149 #: community/apps/dataset/swagger_api/problem_api.py:177 msgid "dataset id" msgstr "知识库 id" #: apps/xpack/serializers/dataset_lark_serializer.py:145 #: apps/xpack/serializers/dataset_lark_serializer.py:146 #: apps/xpack/serializers/dataset_lark_serializer.py:212 #: community/apps/dataset/serializers/document_serializers.py:812 #: community/apps/dataset/serializers/document_serializers.py:813 #: community/apps/setting/swagger_api/provide_api.py:22 #: community/apps/setting/swagger_api/provide_api.py:48 #: community/apps/setting/swagger_api/provide_api.py:49 #: community/apps/setting/swagger_api/provide_api.py:76 #: community/apps/setting/swagger_api/provide_api.py:77 #: community/apps/setting/swagger_api/provide_api.py:143 #: community/apps/setting/swagger_api/provide_api.py:144 msgid "name" msgstr "名称" #: apps/xpack/serializers/dataset_lark_serializer.py:147 #: apps/xpack/serializers/dataset_lark_serializer.py:148 #: apps/xpack/serializers/dataset_lark_serializer.py:211 #: community/apps/application/serializers/application_serializers.py:257 msgid "token" msgstr "token" #: apps/xpack/serializers/dataset_lark_serializer.py:149 #: apps/xpack/serializers/dataset_lark_serializer.py:150 #: apps/xpack/serializers/dataset_lark_serializer.py:210 #: community/apps/application/flow/step_node/function_node/i_function_node.py:26 #: community/apps/dataset/serializers/document_serializers.py:229 #: community/apps/function_lib/serializers/function_lib_serializer.py:72 #: community/apps/function_lib/swagger_api/function_lib_api.py:92 #: community/apps/function_lib/swagger_api/function_lib_api.py:138 #: community/apps/function_lib/swagger_api/function_lib_api.py:184 #: community/apps/setting/serializers/team_serializers.py:59 #: community/apps/setting/serializers/team_serializers.py:74 #: community/apps/setting/serializers/team_serializers.py:85 #: community/apps/setting/serializers/valid_serializers.py:37 msgid "type" msgstr "类型" #: apps/xpack/serializers/dataset_lark_serializer.py:151 #: apps/xpack/serializers/dataset_lark_serializer.py:152 #, fuzzy #| msgid "id does not exist" msgid "is exist" msgstr "ID 不存在" #: apps/xpack/serializers/dataset_lark_serializer.py:173 #: apps/xpack/serializers/dataset_lark_serializer.py:230 #: apps/xpack/task/sync.py:120 #, fuzzy #| msgid "Knowledge base id" msgid "Knowledge base not found!" msgstr "知识库 id" #: apps/xpack/serializers/dataset_lark_serializer.py:185 #: apps/xpack/serializers/dataset_lark_serializer.py:252 msgid "Failed to get lark document list!" msgstr "获取飞书文档列表失败!" #: apps/xpack/serializers/dataset_lark_serializer.py:262 #: community/apps/common/swagger_api/common_api.py:70 #: community/apps/common/swagger_api/common_api.py:71 #: community/apps/dataset/serializers/document_serializers.py:293 #: community/apps/dataset/serializers/document_serializers.py:386 #: community/apps/dataset/serializers/document_serializers.py:490 #: community/apps/dataset/serializers/document_serializers.py:572 #: community/apps/dataset/serializers/document_serializers.py:581 #: community/apps/dataset/serializers/document_serializers.py:586 #: community/apps/dataset/serializers/document_serializers.py:854 #: community/apps/dataset/serializers/document_serializers.py:982 #: community/apps/dataset/serializers/document_serializers.py:1191 #: community/apps/dataset/serializers/paragraph_serializers.py:98 #: community/apps/dataset/serializers/paragraph_serializers.py:167 #: community/apps/dataset/serializers/paragraph_serializers.py:212 #: community/apps/dataset/serializers/paragraph_serializers.py:271 #: community/apps/dataset/serializers/paragraph_serializers.py:286 #: community/apps/dataset/serializers/paragraph_serializers.py:303 #: community/apps/dataset/serializers/paragraph_serializers.py:426 #: community/apps/dataset/serializers/paragraph_serializers.py:431 #: community/apps/dataset/serializers/paragraph_serializers.py:462 #: community/apps/dataset/serializers/paragraph_serializers.py:570 #: community/apps/dataset/serializers/paragraph_serializers.py:642 #: community/apps/dataset/serializers/paragraph_serializers.py:650 #: community/apps/dataset/serializers/paragraph_serializers.py:682 #: community/apps/dataset/serializers/paragraph_serializers.py:717 #: community/apps/dataset/serializers/paragraph_serializers.py:718 #: community/apps/dataset/serializers/paragraph_serializers.py:733 #: community/apps/dataset/serializers/problem_serializers.py:58 #: community/apps/dataset/swagger_api/problem_api.py:64 msgid "document id" msgstr "文档 id" #: apps/xpack/serializers/dataset_lark_serializer.py:269 #: apps/xpack/serializers/dataset_lark_serializer.py:289 #: community/apps/dataset/serializers/document_serializers.py:497 #: community/apps/dataset/serializers/document_serializers.py:593 #: community/apps/dataset/serializers/document_serializers.py:1197 msgid "document id not exist" msgstr "文档 id 不存在" #: apps/xpack/serializers/dataset_lark_serializer.py:271 #, fuzzy #| msgid "Synchronization is only supported for web site types" msgid "Synchronization is only supported for lark documents" msgstr "只有web站点类型才支持同步" #: apps/xpack/serializers/dataset_lark_serializer.py:374 #: community/apps/dataset/serializers/dataset_serializers.py:549 #: community/apps/dataset/serializers/dataset_serializers.py:914 #: community/apps/dataset/serializers/dataset_serializers.py:915 msgid "application id list" msgstr "应用 id 列表" #: apps/xpack/serializers/dataset_lark_serializer.py:416 #: community/apps/dataset/serializers/dataset_serializers.py:175 #: community/apps/dataset/serializers/dataset_serializers.py:837 #: community/apps/function_lib/serializers/function_lib_serializer.py:125 #: community/apps/function_lib/swagger_api/function_lib_api.py:119 #: community/apps/function_lib/swagger_api/function_lib_api.py:120 #: community/apps/function_lib/swagger_api/function_lib_api.py:165 #: community/apps/function_lib/swagger_api/function_lib_api.py:166 #: community/apps/setting/swagger_api/provide_api.py:81 msgid "permission" msgstr "权限" #: apps/xpack/serializers/dataset_lark_serializer.py:463 #: community/apps/dataset/serializers/dataset_serializers.py:884 #, python-brace-format msgid "Unknown application id {dataset_id}, cannot be associated" msgstr "未知的应用id {dataset_id},无法关联" #: apps/xpack/serializers/license_serializers.py:52 msgid "license file" msgstr "License 文件" #: apps/xpack/serializers/license_tools.py:134 msgid "License usage limit exceeded." msgstr "超出许可证使用限制。" #: apps/xpack/serializers/license_tools.py:158 msgid "The network is busy, try again later." msgstr "网络繁忙,请稍后再试。" #: apps/xpack/serializers/oauth2.py:79 apps/xpack/serializers/oauth2.py:82 msgid "Failed to obtain user information" msgstr "获取用户信息失败" #: apps/xpack/serializers/operate_log.py:36 #: community/apps/application/serializers/application_statistics_serializers.py:27 #: community/apps/application/serializers/chat_serializers.py:116 #: community/apps/application/swagger_api/application_statistics_api.py:26 msgid "Start time" msgstr "开始时间" #: apps/xpack/serializers/operate_log.py:37 #: community/apps/application/serializers/application_statistics_serializers.py:28 #: community/apps/application/serializers/chat_serializers.py:117 #: community/apps/application/swagger_api/application_statistics_api.py:31 #: community/apps/application/swagger_api/chat_api.py:270 msgid "End time" msgstr "结束时间" #: apps/xpack/serializers/operate_log.py:38 #: apps/xpack/swagger_api/operate_log.py:17 #: apps/xpack/swagger_api/operate_log.py:18 #: apps/xpack/swagger_api/operate_log.py:45 #: apps/xpack/swagger_api/operate_log.py:46 msgid "menu" msgstr "菜单" #: apps/xpack/serializers/operate_log.py:39 #: apps/xpack/swagger_api/operate_log.py:20 #: apps/xpack/swagger_api/operate_log.py:21 #: apps/xpack/swagger_api/operate_log.py:48 #: apps/xpack/swagger_api/operate_log.py:49 #, fuzzy #| msgid "Temperature" msgid "operate" msgstr "温度" #: apps/xpack/serializers/operate_log.py:40 #: apps/xpack/swagger_api/operate_log.py:51 #: apps/xpack/swagger_api/operate_log.py:52 #, fuzzy #| msgid "user id" msgid "user" msgstr "用户 id" #: apps/xpack/serializers/operate_log.py:41 #: apps/xpack/swagger_api/operate_log.py:54 #: apps/xpack/swagger_api/operate_log.py:55 #: community/apps/dataset/serializers/document_serializers.py:417 msgid "status" msgstr "状态" #: apps/xpack/serializers/operate_log.py:42 #: apps/xpack/swagger_api/operate_log.py:57 #: apps/xpack/swagger_api/operate_log.py:58 #, fuzzy #| msgid "Forum address" msgid "ip_address" msgstr "论坛地址" #: apps/xpack/serializers/platform_serializer.py:14 msgid "app_id is required" msgstr "app_id 是必填项" #: apps/xpack/serializers/platform_serializer.py:15 msgid "app_secret is required" msgstr "app_secret 是必填项" #: apps/xpack/serializers/platform_serializer.py:16 msgid "token is required" msgstr "token 是必填项" #: apps/xpack/serializers/platform_serializer.py:17 msgid "callback_url is required" msgstr "回调地址是必填项" #: apps/xpack/serializers/platform_serializer.py:23 #: apps/xpack/serializers/platform_serializer.py:32 msgid "App ID is required" msgstr "App ID 是必填项" #: apps/xpack/serializers/platform_serializer.py:24 #: apps/xpack/serializers/platform_source_serializer.py:24 msgid "Agent ID is required" msgstr "Agent ID 是必填项" #: apps/xpack/serializers/platform_serializer.py:25 msgid "Secret is required" msgstr "Secret 是必填项" #: apps/xpack/serializers/platform_serializer.py:26 msgid "Token is required" msgstr "Token 是必填项" #: apps/xpack/serializers/platform_serializer.py:28 #: apps/xpack/serializers/platform_serializer.py:36 #: apps/xpack/serializers/platform_serializer.py:42 #: apps/xpack/serializers/platform_serializer.py:48 #: apps/xpack/serializers/platform_source_serializer.py:19 msgid "Callback URL is required" msgstr "Callback URL 是必填项" #: apps/xpack/serializers/platform_serializer.py:33 #: apps/xpack/serializers/platform_source_serializer.py:18 msgid "App Secret is required" msgstr "App Secret 是必填项" #: apps/xpack/serializers/platform_serializer.py:35 msgid "Verification Token is required" msgstr "Verification Token 是必填项" #: apps/xpack/serializers/platform_serializer.py:40 msgid "Client ID is required" msgstr "Client ID 是必填项" #: apps/xpack/serializers/platform_serializer.py:41 msgid "Client Secret is required" msgstr "Client Secret 是必填项" #: apps/xpack/serializers/platform_serializer.py:46 #, fuzzy #| msgid "Client Secret is required" msgid "Signing Secret is required" msgstr "Client Secret 是必填项" #: apps/xpack/serializers/platform_serializer.py:47 #, fuzzy #| msgid "Token is required" msgid "Bot User Token is required" msgstr "Token 是必填项" #: apps/xpack/serializers/platform_serializer.py:68 msgid "Check if the fields are correct" msgstr "检查字段是否正确" #: apps/xpack/serializers/platform_serializer.py:114 #: apps/xpack/views/platform.py:85 apps/xpack/views/platform.py:101 #: community/apps/application/flow/step_node/application_node/i_application_node.py:13 #: community/apps/application/serializers/application_serializers.py:335 #: community/apps/application/serializers/application_serializers.py:581 #: community/apps/application/serializers/application_serializers.py:696 #: community/apps/application/serializers/application_serializers.py:791 #: community/apps/application/serializers/application_serializers.py:1230 #: community/apps/application/serializers/application_serializers.py:1272 #: community/apps/application/serializers/application_statistics_serializers.py:26 #: community/apps/application/serializers/application_version_serializers.py:35 #: community/apps/application/serializers/application_version_serializers.py:59 #: community/apps/application/serializers/chat_message_serializers.py:207 #: community/apps/application/serializers/chat_message_serializers.py:270 #: community/apps/application/serializers/chat_serializers.py:77 #: community/apps/application/serializers/chat_serializers.py:102 #: community/apps/application/serializers/chat_serializers.py:119 #: community/apps/application/serializers/chat_serializers.py:287 #: community/apps/application/serializers/chat_serializers.py:363 #: community/apps/application/serializers/chat_serializers.py:440 #: community/apps/application/swagger_api/application_api.py:87 #: community/apps/application/swagger_api/application_api.py:101 #: community/apps/application/swagger_api/application_api.py:112 #: community/apps/application/swagger_api/application_api.py:143 #: community/apps/application/swagger_api/application_api.py:392 #: community/apps/application/swagger_api/application_api.py:413 #: community/apps/application/swagger_api/application_api.py:424 #: community/apps/application/swagger_api/application_statistics_api.py:21 #: community/apps/application/swagger_api/application_version_api.py:42 #: community/apps/application/swagger_api/application_version_api.py:56 #: community/apps/application/swagger_api/chat_api.py:23 #: community/apps/application/swagger_api/chat_api.py:33 #: community/apps/application/swagger_api/chat_api.py:167 #: community/apps/application/swagger_api/chat_api.py:168 #: community/apps/application/swagger_api/chat_api.py:199 #: community/apps/application/swagger_api/chat_api.py:222 #: community/apps/application/swagger_api/chat_api.py:249 #: community/apps/application/swagger_api/chat_api.py:281 #: community/apps/application/swagger_api/chat_api.py:350 #: community/apps/application/swagger_api/chat_api.py:410 #: community/apps/application/swagger_api/chat_api.py:427 #: community/apps/application/swagger_api/chat_api.py:460 #: community/apps/application/views/chat_views.py:477 msgid "Application ID" msgstr "应用 ID" #: apps/xpack/serializers/platform_serializer.py:116 msgid "Platform type, for example: wechat" msgstr "平台类型,例如:wechat" #: apps/xpack/serializers/platform_serializer.py:125 #: apps/xpack/serializers/platform_serializer.py:126 msgid "Platform type" msgstr "平台类型" #: apps/xpack/serializers/platform_serializer.py:128 msgid "Status" msgstr "状态" #: apps/xpack/serializers/platform_serializer.py:138 #: apps/xpack/serializers/platform_serializer.py:139 msgid "Configuration information" msgstr "配置信息" #: apps/xpack/serializers/platform_serializer.py:191 #, python-brace-format msgid "The platform configuration corresponding to {type} was not found" msgstr "平台配置 {type} 未找到" #: apps/xpack/serializers/platform_source_serializer.py:23 #: apps/xpack/serializers/platform_source_serializer.py:32 msgid "Corp ID is required" msgstr "Corp ID 是必填项" #: apps/xpack/serializers/platform_source_serializer.py:28 #: apps/xpack/serializers/platform_source_serializer.py:33 msgid "App Key is required" msgstr "App Key 是必填项" #: apps/xpack/serializers/platform_source_serializer.py:78 msgid "Configuration information is wrong and failed to save" msgstr "配置信息错误,保存失败" #: apps/xpack/serializers/platform_source_serializer.py:104 msgid "Connection failed" msgstr "连接失败" #: apps/xpack/serializers/platform_source_serializer.py:123 msgid "Platform does not exist" msgstr "平台不存在" #: apps/xpack/serializers/platform_source_serializer.py:134 #, fuzzy #| msgid "Unsupported file format" msgid "Unsupported platform type" msgstr "文件格式不支持" #: apps/xpack/serializers/qr_login/qr_login.py:28 msgid " Team" msgstr "团队" #: apps/xpack/serializers/system_params_serializers.py:63 msgid "theme" msgstr "主题" #: apps/xpack/serializers/system_params_serializers.py:70 msgid "website icon" msgstr "网站图标" #: apps/xpack/serializers/system_params_serializers.py:77 msgid "login logo" msgstr "登录logo" #: apps/xpack/serializers/system_params_serializers.py:84 msgid "Login background image" msgstr "登录背景图" #: apps/xpack/serializers/system_params_serializers.py:91 msgid "website title" msgstr "网站标题" #: apps/xpack/serializers/system_params_serializers.py:98 msgid "website slogan" msgstr "网站标语" #: apps/xpack/serializers/system_params_serializers.py:105 msgid "Show user manual" msgstr "是否显示用户手册" #: apps/xpack/serializers/system_params_serializers.py:112 msgid "User manual address" msgstr "用户手册地址" #: apps/xpack/serializers/system_params_serializers.py:119 msgid "Show forum" msgstr "是否显示论坛" #: apps/xpack/serializers/system_params_serializers.py:126 msgid "Forum address" msgstr "论坛地址" #: apps/xpack/serializers/system_params_serializers.py:133 msgid "Show project" msgstr "是否显示项目" #: apps/xpack/serializers/system_params_serializers.py:140 msgid "Project address" msgstr "项目地址" #: apps/xpack/serializers/tools.py:58 #, python-brace-format msgid "" "Thinking about 【{question}】...If you want me to continue answering, please " "reply {trigger_message}" msgstr "" "思考中【{question}】...如果您希望我继续回答,请回复“{trigger_message}”。" #: apps/xpack/serializers/tools.py:158 msgid "" "\n" " ------------\n" "[To be continued, reply \"Continue to answer the question]" msgstr "" "\n" " ------------\n" "【未完待续,回复“问题继续回答】" #: apps/xpack/serializers/tools.py:238 #, python-brace-format msgid "" "To be continued, reply \"{trigger_message}\" to continue answering the " "question" msgstr "【未完待续,回复“{trigger_message}” 或 问题继续回答】" #: apps/xpack/swagger_api/application_setting_api.py:79 msgid "Custom theme {theme_color: , header_font_color: }" msgstr "自定义主题 {theme_color:, header_font_color: }" #: apps/xpack/swagger_api/application_setting_api.py:93 msgid "Float location {top: 0, left: 0}" msgstr "浮窗位置 {top: 0, left: 0}" #: apps/xpack/swagger_api/application_setting_api.py:101 #: apps/xpack/swagger_api/application_setting_api.py:102 #: apps/xpack/swagger_api/auth_api.py:10 apps/xpack/swagger_api/auth_api.py:11 #: apps/xpack/swagger_api/auth_api.py:81 apps/xpack/swagger_api/auth_api.py:82 msgid "Authentication configuration" msgstr "认证配置" #: apps/xpack/swagger_api/application_setting_api.py:106 #: apps/xpack/swagger_api/application_setting_api.py:107 #: apps/xpack/swagger_api/auth_api.py:15 apps/xpack/swagger_api/auth_api.py:16 #: apps/xpack/swagger_api/auth_api.py:30 apps/xpack/swagger_api/auth_api.py:87 #: apps/xpack/swagger_api/auth_api.py:88 apps/xpack/views/auth.py:27 #: apps/xpack/views/auth.py:28 msgid "Authentication type" msgstr "认证类型" #: apps/xpack/swagger_api/application_setting_api.py:109 #: apps/xpack/swagger_api/application_setting_api.py:110 #: apps/xpack/swagger_api/auth_api.py:18 apps/xpack/swagger_api/auth_api.py:19 #: apps/xpack/swagger_api/auth_api.py:93 apps/xpack/swagger_api/auth_api.py:94 msgid "Configuration" msgstr "配置" #: apps/xpack/swagger_api/application_setting_api.py:112 #: apps/xpack/swagger_api/application_setting_api.py:113 #: apps/xpack/swagger_api/auth_api.py:21 apps/xpack/swagger_api/auth_api.py:22 #: community/apps/common/swagger_api/common_api.py:72 #: community/apps/common/swagger_api/common_api.py:73 #: community/apps/dataset/serializers/document_serializers.py:819 #: community/apps/dataset/serializers/document_serializers.py:820 #: community/apps/dataset/serializers/document_serializers.py:838 #: community/apps/dataset/serializers/document_serializers.py:839 #: community/apps/dataset/serializers/paragraph_serializers.py:57 #: community/apps/dataset/serializers/paragraph_serializers.py:71 #: community/apps/dataset/serializers/paragraph_serializers.py:719 #: community/apps/dataset/serializers/paragraph_serializers.py:720 #: community/apps/dataset/swagger_api/problem_api.py:130 #: community/apps/function_lib/serializers/function_lib_serializer.py:110 #: community/apps/function_lib/serializers/function_lib_serializer.py:129 #: community/apps/function_lib/serializers/function_lib_serializer.py:139 #: community/apps/function_lib/swagger_api/function_lib_api.py:121 #: community/apps/function_lib/swagger_api/function_lib_api.py:122 #: community/apps/function_lib/swagger_api/function_lib_api.py:167 #: community/apps/function_lib/swagger_api/function_lib_api.py:168 #: community/apps/setting/serializers/team_serializers.py:46 #: community/apps/users/serializers/user_serializers.py:473 #: community/apps/users/serializers/user_serializers.py:496 #: community/apps/users/serializers/user_serializers.py:584 #: community/apps/users/serializers/user_serializers.py:585 #: community/apps/users/serializers/user_serializers.py:721 #: community/apps/users/serializers/user_serializers.py:737 #: community/apps/users/serializers/user_serializers.py:738 msgid "Is active" msgstr "是否可用" #: apps/xpack/swagger_api/auth_api.py:37 #, fuzzy #| msgid "Form Configuration" msgid "Wecom configuration" msgstr "表单配置" #: apps/xpack/swagger_api/auth_api.py:38 #, fuzzy #| msgid "Get function details" msgid "Wecom configuration details" msgstr "获取函数详情" #: apps/xpack/swagger_api/auth_api.py:40 apps/xpack/swagger_api/auth_api.py:53 msgid "Corp ID" msgstr "" #: apps/xpack/swagger_api/auth_api.py:41 msgid "Agent ID" msgstr "" #: apps/xpack/swagger_api/auth_api.py:42 apps/xpack/swagger_api/auth_api.py:55 #: apps/xpack/swagger_api/auth_api.py:67 #, fuzzy #| msgid "App Secret is required" msgid "App Secret" msgstr "App Secret 是必填项" #: apps/xpack/swagger_api/auth_api.py:43 apps/xpack/swagger_api/auth_api.py:56 #: apps/xpack/swagger_api/auth_api.py:68 #, fuzzy #| msgid "Callback URL is required" msgid "Callback URL" msgstr "Callback URL 是必填项" #: apps/xpack/swagger_api/auth_api.py:50 #, fuzzy #| msgid "Configuration" msgid "Dingtalk configuration" msgstr "配置" #: apps/xpack/swagger_api/auth_api.py:51 #, fuzzy #| msgid "Get application details" msgid "Dingtalk configuration details" msgstr "获取应用详情" #: apps/xpack/swagger_api/auth_api.py:54 apps/xpack/swagger_api/auth_api.py:66 msgid "App Key" msgstr "" #: apps/xpack/swagger_api/auth_api.py:63 #, fuzzy #| msgid "Form Configuration" msgid "Feishu configuration" msgstr "表单配置" #: apps/xpack/swagger_api/auth_api.py:64 #, fuzzy #| msgid "Get function details" msgid "Feishu configuration details" msgstr "获取函数详情" #: apps/xpack/swagger_api/license_api.py:22 msgid "license status" msgstr "License 状态" #: apps/xpack/swagger_api/license_api.py:24 msgid "" "License status, possible values are: valid, invalid, expired, which " "respectively represent: valid, invalid, expired" msgstr "" "license状态,可能值为:valid、invalid、expired,分别代表:有效、无效、已过期" #: apps/xpack/swagger_api/license_api.py:26 msgid "license details" msgstr "License 详情" #: apps/xpack/swagger_api/license_api.py:30 msgid "customer name" msgstr "客户名称" #: apps/xpack/swagger_api/license_api.py:31 msgid "customer name. For example: *** company." msgstr "客户名称。例如:***公司。" #: apps/xpack/swagger_api/license_api.py:33 msgid "independent software vendor" msgstr "独立软件供应商" #: apps/xpack/swagger_api/license_api.py:35 msgid "" "Independent Software Vendor. For example: *** Company, suitable for the " "embedded version of the product." msgstr "独立软件供应商。例如:***公司,适用于产品的嵌入式版本。" #: apps/xpack/swagger_api/license_api.py:37 msgid "Authorization deadline." msgstr "授权截止时间" #: apps/xpack/swagger_api/license_api.py:39 msgid "" "Authorization deadline. For example: 2020-12-31, this license will expire on " "2021-01-01." msgstr "授权截止时间。例如:2020-12-31,此license将在2021-01-01到期。" #: apps/xpack/swagger_api/license_api.py:41 msgid "product name." msgstr "产品名称" #: apps/xpack/swagger_api/license_api.py:43 msgid "Product name. For example: JumpServer, CMP, etc." msgstr "产品名称。例如:CMP、KO、JS、MS。" #: apps/xpack/swagger_api/license_api.py:45 msgid "product version." msgstr "产品版本" #: apps/xpack/swagger_api/license_api.py:47 msgid "Product version. For example: JumpServer 2.0, CMP 1.0, etc." msgstr "产品版本。例如:Standard、Enterprise,代表标准版、企业版。" #: apps/xpack/swagger_api/license_api.py:49 msgid "license version." msgstr "License 版本" #: apps/xpack/swagger_api/license_api.py:51 msgid "License version. For example: 1.0, 2.0, etc." msgstr "License版本。例如:1.0、2.0、3.0等。" #: apps/xpack/swagger_api/license_api.py:53 msgid "authorization quantity." msgstr "认证数量" #: apps/xpack/swagger_api/license_api.py:55 msgid "" "Authorization quantity. For example: 100, this license can be used by 100 " "users." msgstr "授权数量。例如:cmp授权的cpu数量,或JS授权的资产数量。" #: apps/xpack/swagger_api/license_api.py:57 msgid "Serial number, the unique identifier of the License." msgstr "序列号,License唯一标识。" #: apps/xpack/swagger_api/license_api.py:59 msgid "" "Serial number, the unique identifier of the license. The customer support " "portal will save the serial number after generating the license. If the " "serial number is not recorded in the customer support portal, the license " "will be regarded as an unknown source." msgstr "" "序列号,License唯一标识。客户支持门户生成License后会保存序列号,如果序列号在" "客户支持门户中没有记录,则此License将被视为未知来源。" #: apps/xpack/swagger_api/license_api.py:61 msgid "remarks" msgstr "备注" #: apps/xpack/swagger_api/license_api.py:63 msgid "" "Remarks, record additional information, length limit is 50. For example, a " "customer purchases two identical JumpServer subscriptions and uses them in " "different computer rooms respectively. You can use this field to note the A " "computer room and B computer room to help distinguish the licenses." msgstr "" "备注,记录额外的信息,长度限制50。例如某个客户买了两个同样的JumpServer订阅分" "别在不同机房使用,可以用这个字段备注A机房B机房,帮助区别License。" #: apps/xpack/swagger_api/operate_log.py:12 #: apps/xpack/swagger_api/operate_log.py:13 #: apps/xpack/swagger_api/operate_log.py:38 #: apps/xpack/swagger_api/operate_log.py:39 apps/xpack/views/operate_log.py:24 #: apps/xpack/views/operate_log.py:36 msgid "Operate log" msgstr "操作日志" #: apps/xpack/swagger_api/operate_log.py:23 #: apps/xpack/swagger_api/operate_log.py:24 msgid "menu_label" msgstr "操作菜单" #: apps/xpack/swagger_api/operate_log.py:26 #: apps/xpack/swagger_api/operate_log.py:27 msgid "operate_label" msgstr "操作" #: apps/xpack/swagger_api/operate_log.py:42 #: apps/xpack/swagger_api/operate_log.py:43 #: community/apps/dataset/serializers/dataset_serializers.py:104 msgid "id" msgstr "" #: apps/xpack/swagger_api/operate_log.py:60 #: apps/xpack/swagger_api/operate_log.py:61 #, fuzzy #| msgid "license details" msgid "details" msgstr "License 详情" #: apps/xpack/views/application_setting_views.py:22 #: apps/xpack/views/application_setting_views.py:23 #, fuzzy #| msgid "Pro/Modify Application Settings" msgid "Modify Application Settings" msgstr "专业版/修改应用设置" #: apps/xpack/views/application_setting_views.py:24 #: apps/xpack/views/application_setting_views.py:40 msgid "Pro/Application/Public Access" msgstr "专业版/应用/公共访问" #: apps/xpack/views/application_setting_views.py:37 #: apps/xpack/views/application_setting_views.py:38 #, fuzzy #| msgid "Pro/Get Application Settings" msgid "Get Application Settings" msgstr "专业版/获取应用详情" #: apps/xpack/views/auth.py:29 msgid "Authentication" msgstr "认证" #: apps/xpack/views/auth.py:40 apps/xpack/views/auth.py:41 msgid "Add or modify authentication configuration" msgstr "添加或修改认证信息" #: apps/xpack/views/auth.py:44 apps/xpack/views/auth.py:58 #: apps/xpack/views/auth.py:72 msgid "System settings/login authentication" msgstr "系统设置/登录认证" #: apps/xpack/views/auth.py:55 apps/xpack/views/auth.py:56 msgid "Get authentication configuration" msgstr "获取认证配置" #: apps/xpack/views/auth.py:69 apps/xpack/views/auth.py:70 msgid "test connection" msgstr "连线" #: apps/xpack/views/auth.py:96 apps/xpack/views/auth.py:97 #: community/apps/users/views/user.py:173 #: community/apps/users/views/user.py:174 msgid "Log in" msgstr "登录" #: apps/xpack/views/auth.py:101 apps/xpack/views/auth.py:114 #: apps/xpack/views/auth.py:130 apps/xpack/views/auth.py:146 #: apps/xpack/views/auth.py:207 apps/xpack/views/auth.py:224 #: apps/xpack/views/auth.py:242 apps/xpack/views/auth.py:260 #: apps/xpack/views/auth.py:278 apps/xpack/views/auth.py:296 msgid "Three-party login" msgstr "三方登录" #: apps/xpack/views/auth.py:111 apps/xpack/views/auth.py:112 msgid "CAS login" msgstr "CAS 登录" #: apps/xpack/views/auth.py:127 apps/xpack/views/auth.py:128 msgid "OIDC login" msgstr "OIDC 登录" #: apps/xpack/views/auth.py:143 apps/xpack/views/auth.py:144 msgid "OAuth2 login" msgstr "OAuth2 登录" #: apps/xpack/views/auth.py:160 apps/xpack/views/auth.py:161 #: apps/xpack/views/auth.py:162 apps/xpack/views/auth.py:170 #: apps/xpack/views/auth.py:194 apps/xpack/views/auth.py:195 #: apps/xpack/views/auth.py:196 msgid "Get platform information" msgstr "获取平台信息" #: apps/xpack/views/auth.py:167 apps/xpack/views/auth.py:168 msgid "Modify platform information" msgstr "修改平台信息" #: apps/xpack/views/auth.py:175 apps/xpack/views/auth.py:176 #: apps/xpack/views/auth.py:178 msgid "Test platform connection" msgstr "测试平台连接" #: apps/xpack/views/auth.py:185 apps/xpack/views/auth.py:186 msgid "Scan code login type" msgstr "扫码登录类型" #: apps/xpack/views/auth.py:187 msgid "Scan code to log in" msgstr "扫码登录" #: apps/xpack/views/auth.py:204 apps/xpack/views/auth.py:205 msgid "DingTalk callback" msgstr "钉钉回调" #: apps/xpack/views/auth.py:221 apps/xpack/views/auth.py:222 #, fuzzy #| msgid "DingTalk callback" msgid "DingTalk OAuth2 callback" msgstr "钉钉回调" #: apps/xpack/views/auth.py:239 apps/xpack/views/auth.py:240 msgid "Lark callback" msgstr "飞书回调" #: apps/xpack/views/auth.py:257 apps/xpack/views/auth.py:258 #, fuzzy #| msgid "Lark callback" msgid "Lark OAuth2 callback" msgstr "飞书回调" #: apps/xpack/views/auth.py:275 apps/xpack/views/auth.py:276 msgid "Wecom callback" msgstr "企业微信回调" #: apps/xpack/views/auth.py:293 apps/xpack/views/auth.py:294 #, fuzzy #| msgid "Wecom callback" msgid "Wecom OAuth2 callback" msgstr "企业微信回调" #: apps/xpack/views/dataset_lark_views.py:22 #: apps/xpack/views/dataset_lark_views.py:23 #, fuzzy #| msgid "Create a knowledge base" msgid "Create a lark knowledge base" msgstr "创建知识库" #: apps/xpack/views/dataset_lark_views.py:26 #: apps/xpack/views/dataset_lark_views.py:40 #: community/apps/dataset/views/dataset.py:39 #: community/apps/dataset/views/dataset.py:62 #: community/apps/dataset/views/dataset.py:82 #: community/apps/dataset/views/dataset.py:98 #: community/apps/dataset/views/dataset.py:109 #: community/apps/dataset/views/dataset.py:123 #: community/apps/dataset/views/dataset.py:137 #: community/apps/dataset/views/dataset.py:157 #: community/apps/dataset/views/dataset.py:172 #: community/apps/dataset/views/dataset.py:187 #: community/apps/dataset/views/dataset.py:202 #: community/apps/dataset/views/dataset.py:217 #: community/apps/dataset/views/dataset.py:231 #: community/apps/dataset/views/dataset.py:250 msgid "Knowledge Base" msgstr "知识库" #: apps/xpack/views/dataset_lark_views.py:36 #: apps/xpack/views/dataset_lark_views.py:37 #, fuzzy #| msgid "Create a knowledge base" msgid "Update the lark knowledge base" msgstr "创建知识库" #: apps/xpack/views/dataset_lark_views.py:53 #: apps/xpack/views/dataset_lark_views.py:54 #, fuzzy #| msgid "Get a list of applications available in the knowledge base" msgid "Get the list of documents in the lark knowledge base" msgstr "获取知识库中可用的应用列表" #: apps/xpack/views/dataset_lark_views.py:57 #: apps/xpack/views/dataset_lark_views.py:74 #: apps/xpack/views/dataset_lark_views.py:90 #: apps/xpack/views/dataset_lark_views.py:110 #: community/apps/dataset/views/document.py:34 #: community/apps/dataset/views/document.py:47 #: community/apps/dataset/views/document.py:62 #: community/apps/dataset/views/document.py:81 #: community/apps/dataset/views/document.py:102 #: community/apps/dataset/views/document.py:123 #: community/apps/dataset/views/document.py:137 #: community/apps/dataset/views/document.py:158 #: community/apps/dataset/views/document.py:178 #: community/apps/dataset/views/document.py:193 #: community/apps/dataset/views/document.py:208 #: community/apps/dataset/views/document.py:224 #: community/apps/dataset/views/document.py:244 #: community/apps/dataset/views/document.py:265 #: community/apps/dataset/views/document.py:284 #: community/apps/dataset/views/document.py:306 #: community/apps/dataset/views/document.py:324 #: community/apps/dataset/views/document.py:349 #: community/apps/dataset/views/document.py:364 #: community/apps/dataset/views/document.py:380 #: community/apps/dataset/views/document.py:396 #: community/apps/dataset/views/document.py:413 #: community/apps/dataset/views/document.py:429 #: community/apps/dataset/views/document.py:442 #: community/apps/dataset/views/document.py:467 msgid "Knowledge Base/Documentation" msgstr "知识库/文档" #: apps/xpack/views/dataset_lark_views.py:70 #: apps/xpack/views/dataset_lark_views.py:71 #, fuzzy #| msgid "Create a knowledge base" msgid "Import documents to the lark knowledge base" msgstr "创建知识库" #: apps/xpack/views/dataset_lark_views.py:86 #: apps/xpack/views/dataset_lark_views.py:87 #, fuzzy #| msgid "Create document" msgid "Synchronize lark document" msgstr "创建文档" #: apps/xpack/views/dataset_lark_views.py:104 #: apps/xpack/views/dataset_lark_views.py:105 #, fuzzy #| msgid "Batch sync documents" msgid "Batch sync lark documents" msgstr "批量同步文档" #: apps/xpack/views/display.py:17 apps/xpack/views/display.py:18 msgid "View appearance settings" msgstr "查看外观设置" #: apps/xpack/views/display.py:19 apps/xpack/views/display.py:33 msgid "System Settings/Appearance Settings" msgstr "系统设置/外观设置" #: apps/xpack/views/display.py:30 apps/xpack/views/display.py:31 msgid "Update appearance settings" msgstr "更新外观设置" #: apps/xpack/views/license.py:29 apps/xpack/views/license.py:30 msgid "Get license information" msgstr "获取 License 信息" #: apps/xpack/views/license.py:38 apps/xpack/views/license.py:39 msgid "Update license information" msgstr "更新 License 信息" #: apps/xpack/views/license.py:44 msgid "upload file" msgstr "上传文件" #: apps/xpack/views/operate_log.py:21 apps/xpack/views/operate_log.py:22 #, fuzzy #| msgid "Get model parameter form" msgid "Get menu operate log" msgstr "获取模型参数表单" #: apps/xpack/views/operate_log.py:33 apps/xpack/views/operate_log.py:34 #, fuzzy #| msgid "Get model parameter form" msgid "Get operate log" msgstr "获取模型参数表单" #: apps/xpack/views/platform.py:56 apps/xpack/views/platform.py:57 msgid "Get platform configuration" msgstr "获取平台配置" #: apps/xpack/views/platform.py:59 apps/xpack/views/platform.py:67 msgid "Application/application access" msgstr "应用/应用访问" #: apps/xpack/views/platform.py:63 apps/xpack/views/platform.py:64 msgid "Update platform configuration" msgstr "更新平台配置" #: apps/xpack/views/platform.py:80 apps/xpack/views/platform.py:81 msgid "Get platform status" msgstr "获取平台状态" #: apps/xpack/views/platform.py:86 msgid "Application/Get platform status" msgstr "应用/获取平台状态" #: apps/xpack/views/platform.py:96 apps/xpack/views/platform.py:97 msgid "Update platform status" msgstr "更新平台状态" #: apps/xpack/views/platform.py:103 msgid "Application/Update platform status" msgstr "应用/更新平台状态" #: apps/xpack/views/system_api_key_views.py:28 #: apps/xpack/views/system_api_key_views.py:29 msgid "Get personal system API_KEY list" msgstr "获取个人系统 API_KEY 列表" #: apps/xpack/views/system_api_key_views.py:30 #: apps/xpack/views/system_api_key_views.py:39 #: apps/xpack/views/system_api_key_views.py:53 #: apps/xpack/views/system_api_key_views.py:62 msgid "Personal system/API_KEY" msgstr "个人系统/API_KEY" #: apps/xpack/views/system_api_key_views.py:37 #: apps/xpack/views/system_api_key_views.py:38 msgid "Update personal system API_KEY" msgstr "更新个人系统 API_KEY" #: apps/xpack/views/system_api_key_views.py:51 #: apps/xpack/views/system_api_key_views.py:52 msgid "Delete personal system API_KEY" msgstr "删除个人系统 API_KEY" #: apps/xpack/views/system_api_key_views.py:60 #: apps/xpack/views/system_api_key_views.py:61 msgid "Add personal system API_KEY" msgstr "添加个人系统 API_KEY" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:27 msgid "Model type error" msgstr "模型类型错误" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:37 #: community/apps/common/field/common.py:21 #: community/apps/common/field/common.py:34 msgid "Message type error" msgstr "消息类型错误" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:56 msgid "Conversation list" msgstr "对话列表" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:57 #: community/apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:30 #: community/apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:19 #: community/apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:13 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:13 #: community/apps/application/flow/step_node/question_node/i_question_node.py:19 #: community/apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:13 #: community/apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:13 #: community/apps/application/serializers/application_serializers.py:72 #: community/apps/application/serializers/chat_serializers.py:365 #: community/apps/application/swagger_api/application_api.py:53 #: community/apps/application/swagger_api/application_api.py:185 #: community/apps/application/swagger_api/application_api.py:186 #: community/apps/application/swagger_api/application_api.py:334 #: community/apps/application/swagger_api/application_api.py:335 msgid "Model id" msgstr "模型 id" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:59 #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:30 msgid "Paragraph List" msgstr "段落列表" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:61 #: community/apps/application/serializers/chat_message_serializers.py:201 #: community/apps/application/serializers/chat_message_serializers.py:253 #: community/apps/application/serializers/chat_serializers.py:76 #: community/apps/application/serializers/chat_serializers.py:240 #: community/apps/application/serializers/chat_serializers.py:439 #: community/apps/application/serializers/chat_serializers.py:531 #: community/apps/application/serializers/chat_serializers.py:587 #: community/apps/application/serializers/chat_serializers.py:613 #: community/apps/application/serializers/chat_serializers.py:672 #: community/apps/application/serializers/chat_serializers.py:712 #: community/apps/application/swagger_api/chat_api.py:38 #: community/apps/application/swagger_api/chat_api.py:76 #: community/apps/application/swagger_api/chat_api.py:171 #: community/apps/application/swagger_api/chat_api.py:172 #: community/apps/application/swagger_api/chat_api.py:286 #: community/apps/application/swagger_api/chat_api.py:355 #: community/apps/application/swagger_api/chat_api.py:432 #: community/apps/application/swagger_api/chat_api.py:465 #: community/apps/application/views/chat_views.py:482 msgid "Conversation ID" msgstr "对话 ID" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:63 #: community/apps/application/flow/step_node/application_node/i_application_node.py:15 #: community/apps/application/serializers/chat_message_serializers.py:254 #: community/apps/application/serializers/chat_serializers.py:240 msgid "User Questions" msgstr "用户问题" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:66 msgid "Post-processor" msgstr "后置处理器" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:69 msgid "Completion Question" msgstr "补全问题" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:71 #: community/apps/application/serializers/chat_message_serializers.py:203 msgid "Streaming Output" msgstr "流式输出" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:72 #: community/apps/application/serializers/chat_message_serializers.py:208 #: community/apps/application/serializers/chat_message_serializers.py:271 #: community/apps/application/serializers/chat_serializers.py:103 msgid "Client id" msgstr "客户端 id" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:73 #: community/apps/application/serializers/chat_message_serializers.py:209 #: community/apps/application/serializers/chat_message_serializers.py:272 msgid "Client Type" msgstr "客户端类型" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:76 #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:46 #: community/apps/application/swagger_api/application_api.py:262 msgid "No reference segment settings" msgstr "未查询到引用分段" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:78 #: community/apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:31 #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:48 #: community/apps/application/serializers/application_serializers.py:70 #: community/apps/application/serializers/application_serializers.py:511 #: community/apps/application/serializers/application_serializers.py:582 #: community/apps/application/serializers/application_serializers.py:627 #: community/apps/application/serializers/application_serializers.py:697 #: community/apps/application/serializers/application_serializers.py:718 #: community/apps/application/serializers/application_serializers.py:792 #: community/apps/application/serializers/application_serializers.py:1228 #: community/apps/application/serializers/chat_serializers.py:118 #: community/apps/application/serializers/chat_serializers.py:285 #: community/apps/application/serializers/chat_serializers.py:338 #: community/apps/application/serializers/chat_serializers.py:360 #: community/apps/function_lib/serializers/function_lib_serializer.py:332 #: community/apps/function_lib/serializers/function_lib_serializer.py:358 #: community/apps/function_lib/serializers/function_lib_serializer.py:387 msgid "User ID" msgstr "用户 ID" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:81 #, fuzzy #| msgid "Model parameter settings" msgid "Model settings" msgstr "模型参数设置" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:84 #: community/apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:31 #: community/apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:29 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:27 #: community/apps/application/flow/step_node/question_node/i_question_node.py:27 #: community/apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:19 #: community/apps/application/serializers/chat_serializers.py:382 msgid "Model parameter settings" msgstr "模型参数设置" #: community/apps/application/chat_pipeline/step/chat_step/i_chat_step.py:91 msgid "message type error" msgstr "消息类型错误" #: community/apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py:226 #: community/apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py:271 msgid "" "Sorry, the AI model is not configured. Please go to the application to set " "up the AI model first." msgstr "抱歉,没有配置 AI 模型,请先去应用中设置 AI 模型。" #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:27 #: community/apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:25 #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:25 #: community/apps/application/serializers/chat_serializers.py:579 msgid "question" msgstr "问题" #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:33 #: community/apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:28 msgid "History Questions" msgstr "历史对答" #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:35 #: community/apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:25 #: community/apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:21 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:18 #: community/apps/application/flow/step_node/question_node/i_question_node.py:24 #: community/apps/application/swagger_api/application_api.py:55 #: community/apps/application/swagger_api/application_api.py:56 #: community/apps/application/swagger_api/application_api.py:188 #: community/apps/application/swagger_api/application_api.py:189 #: community/apps/application/swagger_api/application_api.py:337 #: community/apps/application/swagger_api/application_api.py:338 msgid "Number of multi-round conversations" msgstr "多轮对话数量" #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:38 msgid "Maximum length of the knowledge base paragraph" msgstr "最大携带知识库段落长度" #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:40 #: community/apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:22 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:16 #: community/apps/application/flow/step_node/question_node/i_question_node.py:22 #: community/apps/application/serializers/application_serializers.py:108 #: community/apps/application/serializers/application_serializers.py:138 #: community/apps/application/swagger_api/application_api.py:286 #: community/apps/application/swagger_api/application_api.py:287 msgid "Prompt word" msgstr "提示词" #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:42 #: community/apps/application/swagger_api/application_api.py:300 #: community/apps/application/swagger_api/application_api.py:301 msgid "System prompt words (role)" msgstr "系统提示词(角色)" #: community/apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:44 msgid "Completion problem" msgstr "补齐问题" #: community/apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:34 #: community/apps/application/serializers/application_serializers.py:237 msgid "Question completion prompt" msgstr "问题补全提示词" #: community/apps/application/chat_pipeline/step/reset_problem_step/impl/base_reset_problem_step.py:20 #: community/apps/application/serializers/chat_message_serializers.py:99 #: community/apps/application/swagger_api/application_api.py:210 #: community/apps/application/swagger_api/application_api.py:355 #, python-brace-format msgid "" "() contains the user's question. Answer the guessed user's question based on " "the context ({question}) Requirement: Output a complete question and put it " "in the tag" msgstr "" "()里面是用户问题,根据上下文回答揣测用户问题({question}) 要求: 输出一个补全问" "题,并且放在标签中" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:28 msgid "System completes question text" msgstr "系统补全问题文本" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:31 #: community/apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:39 msgid "Dataset id list" msgstr "知识库 ID 列表" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:34 msgid "List of document ids to exclude" msgstr "要排除的文档 ID 列表" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:37 msgid "List of exclusion vector ids" msgstr "排除向量 ID 列表" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:40 #: community/apps/application/flow/step_node/reranker_node/i_reranker_node.py:21 #: community/apps/application/flow/step_node/reranker_node/i_reranker_node.py:24 #: community/apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:24 #: community/apps/application/serializers/application_serializers.py:121 #: community/apps/application/serializers/chat_serializers.py:243 #: community/apps/application/swagger_api/application_api.py:249 #: community/apps/application/swagger_api/application_api.py:250 msgid "Reference segment number" msgstr "引用分段数" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:43 #: community/apps/application/swagger_api/application_api.py:252 #: community/apps/application/swagger_api/application_api.py:253 msgid "Similarity" msgstr "相似度" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:46 #: community/apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:30 #: community/apps/application/serializers/application_serializers.py:129 #: community/apps/application/serializers/application_serializers.py:590 #: community/apps/dataset/serializers/dataset_serializers.py:576 #, fuzzy #| msgid "Retrieval pattern embedding|keywords|blend" msgid "The type only supports embedding|keywords|blend" msgstr "检索模式 embedding|keywords|blend" #: community/apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:47 #: community/apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:31 #: community/apps/application/serializers/application_serializers.py:130 #: community/apps/application/serializers/application_serializers.py:591 #: community/apps/application/swagger_api/application_api.py:259 msgid "Retrieval Mode" msgstr "检索方式" #: community/apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:31 #: community/apps/application/serializers/application_serializers.py:84 #: community/apps/application/serializers/application_serializers.py:1026 #: community/apps/application/serializers/application_serializers.py:1036 #: community/apps/application/serializers/application_serializers.py:1046 #: community/apps/dataset/serializers/dataset_serializers.py:801 #: community/apps/dataset/serializers/document_serializers.py:746 #: community/apps/setting/models_provider/tools.py:23 msgid "Model does not exist" msgstr "模型不存在" #: community/apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:33 #, python-brace-format msgid "No permission to use this model {model_name}" msgstr "无权使用此模型 {model_name}" #: community/apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:41 msgid "" "The vector model of the associated knowledge base is inconsistent and the " "segmentation cannot be recalled." msgstr "关联知识库的向量模型不一致,无法召回分段。" #: community/apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:43 msgid "The knowledge base setting is wrong, please reset the knowledge base" msgstr "知识库设置错误,请重新设置知识库!" #: community/apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:21 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:15 #: community/apps/application/flow/step_node/question_node/i_question_node.py:21 msgid "Role Setting" msgstr "角色设置" #: community/apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:28 #: community/apps/application/flow/step_node/direct_reply_node/i_reply_node.py:24 #: community/apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:29 #: community/apps/application/flow/step_node/function_node/i_function_node.py:47 #: community/apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:26 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:22 #: community/apps/application/flow/step_node/question_node/i_question_node.py:26 #: community/apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:15 #: community/apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:15 msgid "Whether to return content" msgstr "是否返回内容" #: community/apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:35 msgid "Context Type" msgstr "内容类型" #: community/apps/application/flow/step_node/application_node/i_application_node.py:16 msgid "API Input Fields" msgstr "api 输入字段" #: community/apps/application/flow/step_node/application_node/i_application_node.py:18 msgid "User Input Fields" msgstr "用户输入字段" #: community/apps/application/flow/step_node/application_node/i_application_node.py:19 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:24 #: community/apps/application/serializers/application_serializers.py:698 #: community/apps/application/serializers/chat_message_serializers.py:274 #: community/apps/function_lib/serializers/function_lib_serializer.py:359 msgid "picture" msgstr "图片" #: community/apps/application/flow/step_node/application_node/i_application_node.py:20 #: community/apps/application/flow/step_node/document_extract_node/i_document_extract_node.py:13 #: community/apps/application/serializers/chat_message_serializers.py:275 msgid "document" msgstr "文档" #: community/apps/application/flow/step_node/application_node/i_application_node.py:21 #: community/apps/application/serializers/chat_message_serializers.py:276 msgid "Audio" msgstr "音频" #: community/apps/application/flow/step_node/application_node/i_application_node.py:23 #: community/apps/application/serializers/chat_message_serializers.py:278 msgid "Child Nodes" msgstr "子节点" #: community/apps/application/flow/step_node/application_node/i_application_node.py:24 #: community/apps/application/flow/step_node/form_node/i_form_node.py:21 msgid "Form Data" msgstr "表单数据" #: community/apps/application/flow/step_node/application_node/i_application_node.py:58 msgid "" "Parameter value error: The uploaded document lacks file_id, and the document " "upload fails" msgstr "参数值错误: 上传的文档中缺少 file_id,文档上传失败" #: community/apps/application/flow/step_node/application_node/i_application_node.py:67 msgid "" "Parameter value error: The uploaded image lacks file_id, and the image " "upload fails" msgstr "参数值错误: 上传的图片中缺少 file_id,图片上传失败" #: community/apps/application/flow/step_node/application_node/i_application_node.py:77 msgid "" "Parameter value error: The uploaded audio lacks file_id, and the audio " "upload fails." msgstr "参数值错误: 上传的音频中缺少file_id,音频上传失败" #: community/apps/application/flow/step_node/condition_node/i_condition_node.py:19 #: community/apps/application/serializers/chat_serializers.py:124 msgid "Comparator" msgstr "比较器" #: community/apps/application/flow/step_node/condition_node/i_condition_node.py:20 #: community/apps/application/swagger_api/application_api.py:271 msgid "value" msgstr "值" #: community/apps/application/flow/step_node/condition_node/i_condition_node.py:21 msgid "Fields" msgstr "字段" #: community/apps/application/flow/step_node/condition_node/i_condition_node.py:25 msgid "Branch id" msgstr "分支 id" #: community/apps/application/flow/step_node/condition_node/i_condition_node.py:26 msgid "Branch Type" msgstr "分支类型" #: community/apps/application/flow/step_node/condition_node/i_condition_node.py:27 msgid "Condition or|and" msgstr "条件 or|and" #: community/apps/application/flow/step_node/direct_reply_node/i_reply_node.py:20 msgid "Response Type" msgstr "响应类型" #: community/apps/application/flow/step_node/direct_reply_node/i_reply_node.py:21 #: community/apps/application/flow/step_node/variable_assign_node/i_variable_assign_node.py:14 msgid "Reference Field" msgstr "引用字段" #: community/apps/application/flow/step_node/direct_reply_node/i_reply_node.py:23 msgid "Direct answer content" msgstr "直接回答内容" #: community/apps/application/flow/step_node/direct_reply_node/i_reply_node.py:30 msgid "Reference field cannot be empty" msgstr "引用字段不能为空" #: community/apps/application/flow/step_node/direct_reply_node/i_reply_node.py:32 msgid "Reference field error" msgstr "引用字段错误" #: community/apps/application/flow/step_node/direct_reply_node/i_reply_node.py:35 msgid "Content cannot be empty" msgstr "内容不能为空" #: community/apps/application/flow/step_node/form_node/i_form_node.py:19 msgid "Form Configuration" msgstr "表单配置" #: community/apps/application/flow/step_node/form_node/i_form_node.py:20 msgid "Form output content" msgstr "表单输出内容" #: community/apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:22 #: community/apps/application/flow/step_node/function_node/i_function_node.py:24 msgid "Variable Name" msgstr "变量名" #: community/apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:23 #: community/apps/application/flow/step_node/function_node/i_function_node.py:34 msgid "Variable Value" msgstr "变量值" #: community/apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:27 msgid "Library ID" msgstr "函数库id" #: community/apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:35 msgid "The function has been deleted" msgstr "函数已被删除" #: community/apps/application/flow/step_node/function_node/i_function_node.py:25 msgid "Is this field required" msgstr "字段是否必填" #: community/apps/application/flow/step_node/function_node/i_function_node.py:28 msgid "The field only supports string|int|dict|array|float" msgstr "字段只支持 string|int|dict|array|float" #: community/apps/application/flow/step_node/function_node/i_function_node.py:30 #: community/apps/function_lib/serializers/function_lib_serializer.py:76 #: community/apps/function_lib/swagger_api/function_lib_api.py:98 #: community/apps/function_lib/swagger_api/function_lib_api.py:144 #: community/apps/function_lib/swagger_api/function_lib_api.py:190 msgid "source" msgstr "来源" #: community/apps/application/flow/step_node/function_node/i_function_node.py:32 #: community/apps/function_lib/serializers/function_lib_serializer.py:78 msgid "The field only supports custom|reference" msgstr "字段只支持 custom|reference" #: community/apps/application/flow/step_node/function_node/i_function_node.py:40 #, python-brace-format msgid "{field}, this field is required." msgstr "{field}, 此字段为必填项。" #: community/apps/application/flow/step_node/function_node/i_function_node.py:46 #: community/apps/function_lib/views/function_lib_views.py:131 #: community/apps/function_lib/views/function_lib_views.py:145 msgid "function" msgstr "函数" #: community/apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:15 msgid "Prompt word (positive)" msgstr "提示词(正向)" #: community/apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:17 msgid "Prompt word (negative)" msgstr "提示词(负向)" #: community/apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:24 #: community/apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:20 msgid "Conversation storage type" msgstr "对话存储类型" #: community/apps/application/flow/step_node/reranker_node/i_reranker_node.py:26 #: community/apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:33 msgid "Maximum number of words in a quoted segment" msgstr "最大引用分段字数" #: community/apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:27 #: community/apps/common/swagger_api/common_api.py:36 #: community/apps/dataset/serializers/dataset_serializers.py:573 msgid "similarity" msgstr "相似度" #: community/apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:17 msgid "The audio file cannot be empty" msgstr "音频文件不能为空" #: community/apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:31 msgid "" "Parameter value error: The uploaded audio lacks file_id, and the audio " "upload fails" msgstr "参数值错误:上传的音频缺少file_id,音频上传失败" #: community/apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:17 msgid "Text content" msgstr "文本内容" #: community/apps/application/flow/workflow_manage.py:107 #, python-brace-format msgid "The branch {branch} of the {node} node needs to be connected" msgstr "{node} 节点的{branch}分支需要连接" #: community/apps/application/flow/workflow_manage.py:113 #, python-brace-format msgid "{node} Nodes cannot be considered as end nodes" msgstr "{node} 节点不能当做结束节点" #: community/apps/application/flow/workflow_manage.py:123 msgid "The next node that does not exist" msgstr "不存在的下一个节点" #: community/apps/application/flow/workflow_manage.py:137 msgid "The starting node is required" msgstr "开始节点必填" #: community/apps/application/flow/workflow_manage.py:139 msgid "There can only be one starting node" msgstr "开始节点只能有一个" #: community/apps/application/flow/workflow_manage.py:147 #, python-brace-format msgid "The node {node} model does not exist" msgstr "节点{node} 模型不存在 " #: community/apps/application/flow/workflow_manage.py:157 #, python-brace-format msgid "Node {node} is unavailable" msgstr "节点{node} 不可用" #: community/apps/application/flow/workflow_manage.py:163 #, python-brace-format msgid "The library ID of node {node} cannot be empty" msgstr "节点{node} 函数库id不能为空" #: community/apps/application/flow/workflow_manage.py:166 #, python-brace-format msgid "The function library for node {node} is not available" msgstr "节点{node} 函数库不可用" #: community/apps/application/flow/workflow_manage.py:172 msgid "Basic information node is required" msgstr "基本信息节点必填" #: community/apps/application/flow/workflow_manage.py:174 msgid "There can only be one basic information node" msgstr "基本信息节点只能有一个" #: community/apps/application/serializers/application_serializers.py:75 #: community/apps/application/serializers/chat_serializers.py:618 #: community/apps/application/serializers/chat_serializers.py:677 #: community/apps/application/serializers/chat_serializers.py:709 #: community/apps/application/swagger_api/chat_api.py:365 #: community/apps/application/swagger_api/chat_api.py:393 #: community/apps/application/swagger_api/chat_api.py:394 #: community/apps/application/swagger_api/chat_api.py:415 #: community/apps/application/swagger_api/chat_api.py:494 #: community/apps/application/swagger_api/chat_api.py:495 msgid "Knowledge base id" msgstr "知识库 id" #: community/apps/application/serializers/application_serializers.py:76 msgid "Knowledge Base List" msgstr "知识库列表" #: community/apps/application/serializers/application_serializers.py:90 msgid "The knowledge base id does not exist" msgstr "知识库 id 不存在" #: community/apps/application/serializers/application_serializers.py:107 msgid "No reference status" msgstr "无引用状态" #: community/apps/application/serializers/application_serializers.py:123 msgid "Acquaintance" msgstr "相似度" #: community/apps/application/serializers/application_serializers.py:126 #: community/apps/application/swagger_api/application_api.py:256 #: community/apps/application/swagger_api/application_api.py:257 msgid "Maximum number of quoted characters" msgstr "最多引用字符数" #: community/apps/application/serializers/application_serializers.py:133 msgid "Segment settings not referenced" msgstr "未引用分段设置" #: community/apps/application/serializers/application_serializers.py:140 msgid "Role prompts" msgstr "角色提示词" #: community/apps/application/serializers/application_serializers.py:142 #: community/apps/application/swagger_api/application_api.py:303 #: community/apps/application/swagger_api/application_api.py:305 msgid "No citation segmentation prompt" msgstr "无引用分段提示词" #: community/apps/application/serializers/application_serializers.py:144 msgid "Thinking process switch" msgstr "思考过程开关" #: community/apps/application/serializers/application_serializers.py:148 msgid "The thinking process begins to mark" msgstr "思考过程开始标记" #: community/apps/application/serializers/application_serializers.py:151 msgid "End of thinking process marker" msgstr "思考过程结束标记" #: community/apps/application/serializers/application_serializers.py:156 #: community/apps/application/serializers/application_serializers.py:482 #: community/apps/application/serializers/application_serializers.py:623 #: community/apps/application/swagger_api/application_api.py:49 #: community/apps/application/swagger_api/application_api.py:50 #: community/apps/application/swagger_api/application_api.py:181 #: community/apps/application/swagger_api/application_api.py:182 #: community/apps/application/swagger_api/application_api.py:330 #: community/apps/application/swagger_api/application_api.py:331 #: community/apps/application/swagger_api/application_api.py:377 msgid "Application Name" msgstr "应用名称" #: community/apps/application/serializers/application_serializers.py:159 #: community/apps/application/serializers/application_serializers.py:484 #: community/apps/application/serializers/application_serializers.py:625 #: community/apps/application/swagger_api/application_api.py:51 #: community/apps/application/swagger_api/application_api.py:52 #: community/apps/application/swagger_api/application_api.py:183 #: community/apps/application/swagger_api/application_api.py:184 #: community/apps/application/swagger_api/application_api.py:332 #: community/apps/application/swagger_api/application_api.py:333 #: community/apps/application/swagger_api/application_api.py:382 msgid "Application Description" msgstr "应用描述" #: community/apps/application/serializers/application_serializers.py:160 msgid "Workflow Objects" msgstr "工作流对象" #: community/apps/application/serializers/application_serializers.py:162 #: community/apps/application/serializers/application_serializers.py:225 #: community/apps/application/serializers/application_serializers.py:492 #: community/apps/application/swagger_api/application_api.py:57 #: community/apps/application/swagger_api/application_api.py:58 #: community/apps/application/swagger_api/application_api.py:190 #: community/apps/application/swagger_api/application_api.py:191 #: community/apps/application/swagger_api/application_api.py:339 #: community/apps/application/swagger_api/application_api.py:340 msgid "Opening remarks" msgstr "开场白" #: community/apps/application/serializers/application_serializers.py:214 #: community/apps/dataset/serializers/dataset_serializers.py:105 #: community/apps/dataset/serializers/dataset_serializers.py:106 msgid "application name" msgstr "应用名称" #: community/apps/application/serializers/application_serializers.py:217 msgid "application describe" msgstr "应用描述" #: community/apps/application/serializers/application_serializers.py:219 #: community/apps/application/serializers/application_serializers.py:486 msgid "Model" msgstr "模型" #: community/apps/application/serializers/application_serializers.py:223 #: community/apps/application/serializers/application_serializers.py:490 msgid "Historical chat records" msgstr "历史聊天记录" #: community/apps/application/serializers/application_serializers.py:228 #: community/apps/application/serializers/application_serializers.py:494 msgid "Related Knowledge Base" msgstr "关联知识库" #: community/apps/application/serializers/application_serializers.py:235 #: community/apps/application/serializers/application_serializers.py:504 #: community/apps/application/serializers/chat_serializers.py:379 msgid "Question completion" msgstr "问题补全" #: community/apps/application/serializers/application_serializers.py:239 #: community/apps/application/swagger_api/application_api.py:203 #: community/apps/application/swagger_api/application_api.py:349 msgid "Application Type" msgstr "应用类型" #: community/apps/application/serializers/application_serializers.py:243 msgid "Application type only supports SIMPLE|WORK_FLOW" msgstr "应用类型只支持 SIMPLE|WORK_FLOW" #: community/apps/application/serializers/application_serializers.py:247 #: community/apps/application/serializers/application_serializers.py:508 msgid "Model parameters" msgstr "模型参数" #: community/apps/application/serializers/application_serializers.py:255 msgid "Host" msgstr "主机" #: community/apps/application/serializers/application_serializers.py:256 msgid "protocol" msgstr "协议" #: community/apps/application/serializers/application_serializers.py:339 #: community/apps/application/swagger_api/application_api.py:153 #: community/apps/application/swagger_api/application_api.py:154 msgid "Reset Token" msgstr "重置 Token" #: community/apps/application/serializers/application_serializers.py:340 msgid "Is it enabled" msgstr "是否开启" #: community/apps/application/serializers/application_serializers.py:343 #: community/apps/application/swagger_api/application_api.py:158 #: community/apps/application/swagger_api/application_api.py:159 msgid "Number of visits" msgstr "访问次数" #: community/apps/application/serializers/application_serializers.py:345 #: community/apps/application/swagger_api/application_api.py:160 #: community/apps/application/swagger_api/application_api.py:161 msgid "Whether to enable whitelist" msgstr "是否开启白名单" #: community/apps/application/serializers/application_serializers.py:348 #: community/apps/application/serializers/application_serializers.py:349 #: community/apps/application/swagger_api/application_api.py:163 #: community/apps/application/swagger_api/application_api.py:164 msgid "Whitelist" msgstr "白名单" #: community/apps/application/serializers/application_serializers.py:352 #: community/apps/application/swagger_api/application_api.py:166 #: community/apps/application/swagger_api/application_api.py:167 msgid "Whether to display knowledge sources" msgstr "是否显示知识来源" #: community/apps/application/serializers/application_serializers.py:423 msgid "access_token" msgstr "access_token" #: community/apps/application/serializers/application_serializers.py:425 msgid "Certification Information" msgstr "认证信息" #: community/apps/application/serializers/application_serializers.py:462 msgid "Invalid access_token" msgstr "无效的access_token" #: community/apps/application/serializers/application_serializers.py:473 msgid "Wrong password" msgstr "密码错误" #: community/apps/application/serializers/application_serializers.py:498 msgid "Dataset settings" msgstr "知识库设置" #: community/apps/application/serializers/application_serializers.py:501 msgid "Model setup" msgstr "模型设置" #: community/apps/application/serializers/application_serializers.py:505 msgid "Icon" msgstr "icon 图标" #: community/apps/application/serializers/application_serializers.py:515 #: community/apps/application/serializers/application_serializers.py:722 #: community/apps/setting/serializers/valid_serializers.py:29 msgid "" "The community version supports up to 5 applications. If you need more " "applications, please contact us (https://fit2cloud.com/)." msgstr "" "社区版最多支持 5 个应用,如需拥有更多应用,请联系我们(https://" "fit2cloud.com/)" #: community/apps/application/serializers/application_serializers.py:583 msgid "Query text" msgstr "查询文本" #: community/apps/application/serializers/application_serializers.py:585 msgid "topN" msgstr "topN" #: community/apps/application/serializers/application_serializers.py:587 msgid "Relevance" msgstr "相似度" #: community/apps/application/serializers/application_serializers.py:596 #: community/apps/application/serializers/application_serializers.py:705 #: community/apps/application/serializers/application_serializers.py:797 msgid "Application id does not exist" msgstr "应用 ID 不存在" #: community/apps/application/serializers/application_serializers.py:628 msgid "Select User ID" msgstr "选择用户 ID" #: community/apps/application/serializers/application_serializers.py:717 #: community/apps/dataset/serializers/document_serializers.py:164 #: community/apps/dataset/serializers/document_serializers.py:213 #: community/apps/dataset/serializers/document_serializers.py:220 #: community/apps/dataset/serializers/file_serializers.py:59 #: community/apps/dataset/views/file.py:35 #: community/apps/dataset/views/file.py:44 #: community/apps/function_lib/serializers/function_lib_serializer.py:331 msgid "file" msgstr "文件" #: community/apps/application/serializers/application_serializers.py:732 #: community/apps/common/handle/impl/qa/zip_parse_qa_handle.py:62 #: community/apps/common/handle/impl/zip_split_handle.py:56 #: community/apps/dataset/serializers/document_serializers.py:874 #: community/apps/dataset/serializers/document_serializers.py:882 #: community/apps/function_lib/serializers/function_lib_serializer.py:343 msgid "Unsupported file format" msgstr "文件格式不支持" #: community/apps/application/serializers/application_serializers.py:872 msgid "work_flow is a required field" msgstr "work_flow是必填字段" #: community/apps/application/serializers/application_serializers.py:934 #: community/apps/application/serializers/application_serializers.py:1076 #, python-brace-format msgid "Unknown knowledge base id {dataset_id}, unable to associate" msgstr "未知的知识库 id {dataset_id},无法关联" #: community/apps/application/serializers/application_serializers.py:954 msgid "Illegal User" msgstr "非法用户" #: community/apps/application/serializers/application_serializers.py:1028 #: community/apps/application/serializers/application_serializers.py:1038 #: community/apps/application/serializers/application_serializers.py:1048 #, python-brace-format msgid "No permission to use this model:{model_name}" msgstr "用户没有使用该模型:{model_name}的权限" #: community/apps/application/serializers/application_serializers.py:1259 #: community/apps/application/swagger_api/chat_api.py:498 #: community/apps/application/swagger_api/chat_api.py:499 msgid "Availability" msgstr "是否可用" #: community/apps/application/serializers/application_serializers.py:1263 #: community/apps/application/swagger_api/application_api.py:129 #: community/apps/application/swagger_api/application_api.py:130 msgid "Is cross-domain allowed" msgstr "是否允许跨域" #: community/apps/application/serializers/application_serializers.py:1268 msgid "Cross-domain address" msgstr "跨域地址" #: community/apps/application/serializers/application_serializers.py:1269 #: community/apps/application/swagger_api/application_api.py:131 msgid "Cross-domain list" msgstr "跨域列表" #: community/apps/application/serializers/application_serializers.py:1274 msgid "ApiKeyid" msgstr "" #: community/apps/application/serializers/application_serializers.py:1295 msgid "APIKey does not exist" msgstr "APIKey 不存在" #: community/apps/application/serializers/application_version_serializers.py:30 #: community/apps/application/swagger_api/application_version_api.py:24 #: community/apps/application/swagger_api/application_version_api.py:25 #: community/apps/application/swagger_api/application_version_api.py:47 #: community/apps/application/swagger_api/application_version_api.py:70 #: community/apps/application/swagger_api/application_version_api.py:71 msgid "Version Name" msgstr "版本名称" #: community/apps/application/serializers/application_version_serializers.py:37 #: community/apps/application/serializers/chat_serializers.py:115 #: community/apps/application/serializers/chat_serializers.py:240 msgid "summary" msgstr "摘要" #: community/apps/application/serializers/application_version_serializers.py:61 msgid "Workflow version id" msgstr "工作流版本 id" #: community/apps/application/serializers/application_version_serializers.py:71 #: community/apps/application/serializers/application_version_serializers.py:86 msgid "Workflow version does not exist" msgstr "工作流版本不存在" #: community/apps/application/serializers/chat_message_serializers.py:195 #: community/apps/dataset/serializers/paragraph_serializers.py:47 #: community/apps/dataset/serializers/paragraph_serializers.py:180 #: community/apps/dataset/serializers/paragraph_serializers.py:692 #: community/apps/dataset/serializers/paragraph_serializers.py:705 #: community/apps/dataset/serializers/paragraph_serializers.py:706 #: community/apps/dataset/serializers/problem_serializers.py:41 #: community/apps/dataset/serializers/problem_serializers.py:52 #: community/apps/dataset/serializers/problem_serializers.py:113 #: community/apps/dataset/swagger_api/problem_api.py:24 #: community/apps/dataset/swagger_api/problem_api.py:25 #: community/apps/dataset/swagger_api/problem_api.py:109 #: community/apps/dataset/swagger_api/problem_api.py:110 #: community/apps/dataset/swagger_api/problem_api.py:126 #: community/apps/dataset/swagger_api/problem_api.py:127 #: community/apps/dataset/swagger_api/problem_api.py:154 #: community/apps/dataset/swagger_api/problem_api.py:169 msgid "content" msgstr "内容" #: community/apps/application/serializers/chat_message_serializers.py:196 #: community/apps/setting/serializers/team_serializers.py:45 #: community/apps/users/serializers/user_serializers.py:472 #: community/apps/users/serializers/user_serializers.py:495 #: community/apps/users/serializers/user_serializers.py:586 msgid "Role" msgstr "角色" #: community/apps/application/serializers/chat_message_serializers.py:202 msgid "Regenerate" msgstr "重新生成" #: community/apps/application/serializers/chat_message_serializers.py:256 msgid "Is the answer in streaming mode" msgstr "是否流式回答" #: community/apps/application/serializers/chat_message_serializers.py:257 msgid "Do you want to reply again" msgstr "是否重新回答" #: community/apps/application/serializers/chat_message_serializers.py:259 #: community/apps/application/serializers/chat_serializers.py:442 #: community/apps/application/serializers/chat_serializers.py:534 #: community/apps/application/serializers/chat_serializers.py:590 #: community/apps/application/serializers/chat_serializers.py:616 #: community/apps/application/serializers/chat_serializers.py:675 #: community/apps/application/swagger_api/chat_api.py:148 #: community/apps/application/swagger_api/chat_api.py:149 #: community/apps/application/swagger_api/chat_api.py:360 #: community/apps/application/swagger_api/chat_api.py:437 #: community/apps/application/swagger_api/chat_api.py:470 msgid "Conversation record id" msgstr "对话记录 ID" #: community/apps/application/serializers/chat_message_serializers.py:262 msgid "Node id" msgstr "节点 ID" #: community/apps/application/serializers/chat_message_serializers.py:265 #: community/apps/application/swagger_api/chat_api.py:142 #: community/apps/application/swagger_api/chat_api.py:143 msgid "Runtime node id" msgstr "运行时节点 ID" #: community/apps/application/serializers/chat_message_serializers.py:268 msgid "Node parameters" msgstr "节点参数" #: community/apps/application/serializers/chat_message_serializers.py:273 msgid "Global variables" msgstr "全局变量" #: community/apps/application/serializers/chat_message_serializers.py:286 #: community/apps/application/serializers/chat_message_serializers.py:421 #: community/apps/application/serializers/chat_serializers.py:469 msgid "Conversation does not exist" msgstr "对话不存在" #: community/apps/application/serializers/chat_message_serializers.py:303 msgid "The number of visits exceeds today's visits" msgstr "访问次数超过今日访问量" #: community/apps/application/serializers/chat_message_serializers.py:314 msgid "The current model is not available" msgstr "当前模型不可用" #: community/apps/application/serializers/chat_message_serializers.py:316 msgid "The model is downloading, please try again later" msgstr "模型正在下载中,请稍后再试" #: community/apps/application/serializers/chat_message_serializers.py:361 #: community/apps/application/serializers/chat_serializers.py:599 #: community/apps/application/serializers/chat_serializers.py:645 #: community/apps/application/serializers/chat_serializers.py:694 msgid "Conversation record does not exist" msgstr "对话记录不存在" #: community/apps/application/serializers/chat_message_serializers.py:454 #: community/apps/application/serializers/chat_serializers.py:314 msgid "The application has not been published. Please use it after publishing." msgstr "应用未发布,请发布后使用" #: community/apps/application/serializers/chat_serializers.py:55 msgid "node" msgstr "节点" #: community/apps/application/serializers/chat_serializers.py:56 msgid "Connection" msgstr "连线" #: community/apps/application/serializers/chat_serializers.py:71 #: community/apps/application/swagger_api/chat_api.py:48 #: community/apps/application/swagger_api/chat_api.py:49 #: community/apps/application/swagger_api/chat_api.py:169 #: community/apps/application/swagger_api/chat_api.py:170 #: community/apps/application/swagger_api/chat_api.py:256 msgid "abstract" msgstr "摘要" #: community/apps/application/serializers/chat_serializers.py:121 #: community/apps/application/swagger_api/chat_api.py:258 msgid "Minimum number of likes" msgstr "最小点赞数" #: community/apps/application/serializers/chat_serializers.py:123 #: community/apps/application/swagger_api/chat_api.py:260 msgid "Minimum number of clicks" msgstr "最小点踩数" #: community/apps/application/serializers/chat_serializers.py:126 msgid "Only supports and|or" msgstr "只支持 and|or" #: community/apps/application/serializers/chat_serializers.py:241 msgid "Problem after optimization" msgstr "优化后的问题" #: community/apps/application/serializers/chat_serializers.py:242 msgid "answer" msgstr "回答" #: community/apps/application/serializers/chat_serializers.py:242 msgid "User feedback" msgstr "用户反馈" #: community/apps/application/serializers/chat_serializers.py:244 msgid "Section title + content" msgstr "分段标题+内容" #: community/apps/application/serializers/chat_serializers.py:245 #: community/apps/application/views/chat_views.py:385 #: community/apps/application/views/chat_views.py:386 msgid "Annotation" msgstr "标注" #: community/apps/application/serializers/chat_serializers.py:245 msgid "Consuming tokens" msgstr "消耗tokens" #: community/apps/application/serializers/chat_serializers.py:245 msgid "Time consumed (s)" msgstr "耗时(s)" #: community/apps/application/serializers/chat_serializers.py:246 msgid "Question Time" msgstr "提问时间" #: community/apps/application/serializers/chat_serializers.py:337 msgid "Workflow" msgstr "工作流" #: community/apps/application/serializers/chat_serializers.py:369 msgid "Multi-round conversation" msgstr "多轮对话" #: community/apps/application/serializers/chat_serializers.py:372 msgid "Related Datasets" msgstr "关联数据集" #: community/apps/application/serializers/chat_serializers.py:449 msgid "Application authentication information does not exist" msgstr "不存在的应用认证信息" #: community/apps/application/serializers/chat_serializers.py:451 msgid "Displaying knowledge sources is not enabled" msgstr "未开启显示知识来源" #: community/apps/application/serializers/chat_serializers.py:537 msgid "Bidding Status" msgstr "投标状态" #: community/apps/application/serializers/chat_serializers.py:546 msgid "" "Voting on the current session minutes, please do not send repeated requests" msgstr "正在对当前会话纪要进行投票中,请勿重复发送请求" #: community/apps/application/serializers/chat_serializers.py:551 msgid "Non-existent conversation chat_record_id" msgstr "不存在的对话 chat_record_id" #: community/apps/application/serializers/chat_serializers.py:568 msgid "Already voted, please cancel first and then vote again" msgstr "已经投票过,请先取消后再进行投票" #: community/apps/application/serializers/chat_serializers.py:575 #: community/apps/application/swagger_api/chat_api.py:379 #: community/apps/application/swagger_api/chat_api.py:380 #: community/apps/dataset/swagger_api/problem_api.py:128 #: community/apps/dataset/swagger_api/problem_api.py:129 msgid "Section title" msgstr "段落标题" #: community/apps/application/serializers/chat_serializers.py:576 #: community/apps/application/swagger_api/chat_api.py:381 #: community/apps/application/swagger_api/chat_api.py:382 #: community/apps/application/swagger_api/chat_api.py:483 #: community/apps/application/swagger_api/chat_api.py:484 #: community/apps/common/swagger_api/common_api.py:57 #: community/apps/common/swagger_api/common_api.py:58 msgid "Paragraph content" msgstr "段落内容" #: community/apps/application/serializers/chat_serializers.py:620 #: community/apps/application/serializers/chat_serializers.py:679 #: community/apps/application/serializers/chat_serializers.py:710 #: community/apps/application/swagger_api/chat_api.py:370 #: community/apps/application/swagger_api/chat_api.py:395 #: community/apps/application/swagger_api/chat_api.py:396 #: community/apps/application/swagger_api/chat_api.py:496 #: community/apps/application/swagger_api/chat_api.py:497 msgid "Document id" msgstr "文档 ID" #: community/apps/application/serializers/chat_serializers.py:626 #: community/apps/application/serializers/chat_serializers.py:717 #: community/apps/dataset/serializers/paragraph_serializers.py:576 msgid "The document id is incorrect" msgstr "文档 id 不正确" #: community/apps/application/serializers/chat_serializers.py:681 #: community/apps/application/swagger_api/chat_api.py:310 #: community/apps/application/swagger_api/chat_api.py:311 msgid "Paragraph id" msgstr "段落 ID" #: community/apps/application/serializers/chat_serializers.py:697 #, python-brace-format msgid "" "The paragraph id is wrong. The current conversation record does not exist. " "[{paragraph_id}] paragraph id" msgstr "段落id错误。当前对话记录不存在。[{paragraph_id}] 段落id" #: community/apps/application/serializers/chat_serializers.py:736 msgid "Conversation records that do not exist" msgstr "存在不存在的对话记录" #: community/apps/application/swagger_api/application_api.py:24 #: community/apps/application/views/chat_views.py:470 #: community/apps/application/views/chat_views.py:471 msgid "Upload files" msgstr "上传文件" #: community/apps/application/swagger_api/application_api.py:35 #: community/apps/application/swagger_api/application_api.py:36 msgid "Application authentication token" msgstr "应用认证 token" #: community/apps/application/swagger_api/application_api.py:48 #: community/apps/application/swagger_api/application_version_api.py:22 #: community/apps/application/swagger_api/application_version_api.py:23 msgid "Primary key id" msgstr "主键 id" #: community/apps/application/swagger_api/application_api.py:60 msgid "Example List" msgstr "示例列表" #: community/apps/application/swagger_api/application_api.py:61 #: community/apps/application/swagger_api/application_api.py:62 msgid "Affiliation user" msgstr "所属用户" #: community/apps/application/swagger_api/application_api.py:64 msgid "Is publish" msgstr "是否发布" #: community/apps/application/swagger_api/application_api.py:66 #: community/apps/application/swagger_api/application_api.py:67 #: community/apps/application/swagger_api/application_version_api.py:28 #: community/apps/application/swagger_api/application_version_api.py:29 #: community/apps/application/swagger_api/chat_api.py:185 #: community/apps/application/swagger_api/chat_api.py:186 #: community/apps/application/swagger_api/chat_api.py:335 #: community/apps/application/swagger_api/chat_api.py:336 #: community/apps/application/swagger_api/chat_api.py:503 #: community/apps/application/swagger_api/chat_api.py:504 msgid "Creation time" msgstr "创建时间" #: community/apps/application/swagger_api/application_api.py:69 #: community/apps/application/swagger_api/application_api.py:70 #: community/apps/application/swagger_api/application_version_api.py:30 #: community/apps/application/swagger_api/application_version_api.py:31 #: community/apps/application/swagger_api/chat_api.py:332 #: community/apps/application/swagger_api/chat_api.py:333 #: community/apps/application/swagger_api/chat_api.py:500 #: community/apps/application/swagger_api/chat_api.py:501 msgid "Modification time" msgstr "修改时间" #: community/apps/application/swagger_api/application_api.py:74 #: community/apps/application/swagger_api/application_api.py:194 #: community/apps/application/swagger_api/application_api.py:195 #: community/apps/application/swagger_api/application_api.py:343 #: community/apps/application/swagger_api/application_api.py:344 #: community/apps/application/swagger_api/chat_api.py:229 #: community/apps/application/swagger_api/chat_api.py:230 msgid "List of associated knowledge base IDs" msgstr "关联知识库 ID 列表" #: community/apps/application/swagger_api/application_api.py:76 msgid "List of associated knowledge base IDs (returned when querying details)" msgstr "关联知识库ID列表(查询详情时返回)" #: community/apps/application/swagger_api/application_api.py:91 msgid "Model Type" msgstr "模型类型" #: community/apps/application/swagger_api/application_api.py:117 msgid "Application api_key id" msgstr "应用 api_key id" #: community/apps/application/swagger_api/application_api.py:126 #: community/apps/application/swagger_api/application_api.py:127 #: community/apps/application/swagger_api/application_api.py:156 #: community/apps/application/swagger_api/application_api.py:157 msgid "Is activation" msgstr "是否可用" #: community/apps/application/swagger_api/application_api.py:198 #: community/apps/application/swagger_api/application_api.py:347 #: community/apps/application/swagger_api/application_api.py:348 msgid "Problem Optimization" msgstr "问题优化" #: community/apps/application/swagger_api/application_api.py:199 msgid "Whether to enable problem optimization" msgstr "是否开启问题优化" #: community/apps/application/swagger_api/application_api.py:204 #: community/apps/application/swagger_api/application_api.py:350 msgid "Application Type SIMPLE | WORK_FLOW" msgstr "应用类型 SIMPLE | WORK_FLOW" #: community/apps/application/swagger_api/application_api.py:207 #: community/apps/application/swagger_api/application_api.py:208 #: community/apps/application/swagger_api/application_api.py:352 #: community/apps/application/swagger_api/application_api.py:353 msgid "Question optimization tips" msgstr "问题优化提示词" #: community/apps/application/swagger_api/application_api.py:211 #: community/apps/application/swagger_api/application_api.py:212 #: community/apps/application/swagger_api/application_api.py:356 #: community/apps/application/swagger_api/application_api.py:357 msgid "Text-to-speech model ID" msgstr "文本转语音模型 ID" #: community/apps/application/swagger_api/application_api.py:213 #: community/apps/application/swagger_api/application_api.py:214 #: community/apps/application/swagger_api/application_api.py:358 #: community/apps/application/swagger_api/application_api.py:359 msgid "Speech-to-text model id" msgstr "语音转文本模型 ID" #: community/apps/application/swagger_api/application_api.py:215 #: community/apps/application/swagger_api/application_api.py:216 #: community/apps/application/swagger_api/application_api.py:360 #: community/apps/application/swagger_api/application_api.py:361 msgid "Is speech-to-text enabled" msgstr "是否开启语音转文本" #: community/apps/application/swagger_api/application_api.py:217 #: community/apps/application/swagger_api/application_api.py:218 #: community/apps/application/swagger_api/application_api.py:362 #: community/apps/application/swagger_api/application_api.py:363 msgid "Is text-to-speech enabled" msgstr "是否开启文本转语音" #: community/apps/application/swagger_api/application_api.py:219 #: community/apps/application/swagger_api/application_api.py:220 #: community/apps/application/swagger_api/application_api.py:364 #: community/apps/application/swagger_api/application_api.py:365 msgid "Text-to-speech type" msgstr "文本转语音类型" #: community/apps/application/swagger_api/application_api.py:233 msgid "Node List" msgstr "节点列表" #: community/apps/application/swagger_api/application_api.py:236 msgid "Connection List" msgstr "连线列表" #: community/apps/application/swagger_api/application_api.py:266 msgid "state" msgstr "状态" #: community/apps/application/swagger_api/application_api.py:268 msgid "ai_questioning|designated_answer" msgstr "ai作答|指定答案" #: community/apps/application/swagger_api/application_api.py:273 msgid "" "ai_questioning: is the title, designated_answer: is the designated answer " "content" msgstr "ai作答:就是题词,指定回答:就是指定回答内容" #: community/apps/application/swagger_api/application_api.py:403 #: community/apps/function_lib/swagger_api/function_lib_api.py:216 msgid "Upload image files" msgstr "上传图片文件" #: community/apps/application/swagger_api/application_api.py:434 #: community/apps/application/swagger_api/application_api.py:435 msgid "Text" msgstr "文本" #: community/apps/application/swagger_api/application_statistics_api.py:41 #: community/apps/application/swagger_api/application_statistics_api.py:42 #: community/apps/application/swagger_api/chat_api.py:490 #: community/apps/application/swagger_api/chat_api.py:491 msgid "Number of Likes" msgstr "点赞数" #: community/apps/application/swagger_api/application_statistics_api.py:44 #: community/apps/application/swagger_api/chat_api.py:492 #: community/apps/application/swagger_api/chat_api.py:493 msgid "Number of thumbs-downs" msgstr "点踩数" #: community/apps/application/swagger_api/application_statistics_api.py:45 #: community/apps/application/swagger_api/application_statistics_api.py:46 msgid "Number of tokens used" msgstr "token使用数量" #: community/apps/application/swagger_api/application_statistics_api.py:47 #: community/apps/application/swagger_api/application_statistics_api.py:48 msgid "Number of conversations" msgstr "对话次数" #: community/apps/application/swagger_api/application_statistics_api.py:49 #: community/apps/application/swagger_api/application_statistics_api.py:50 msgid "Number of customers" msgstr "客户数量" #: community/apps/application/swagger_api/application_statistics_api.py:51 #: community/apps/application/swagger_api/application_statistics_api.py:52 msgid "Number of new customers" msgstr "客户新增数量" #: community/apps/application/swagger_api/application_statistics_api.py:54 #: community/apps/application/swagger_api/application_statistics_api.py:69 #: community/apps/application/swagger_api/application_statistics_api.py:70 msgid "time" msgstr "日期" #: community/apps/application/swagger_api/application_statistics_api.py:55 msgid "Time, this field is only available when querying trends" msgstr "日期,只有查询趋势的时候才有该字段" #: community/apps/application/swagger_api/application_statistics_api.py:66 #: community/apps/application/swagger_api/application_statistics_api.py:83 msgid "New quantity" msgstr "新增数量" #: community/apps/application/swagger_api/application_statistics_api.py:81 #: community/apps/application/swagger_api/application_statistics_api.py:82 msgid "Today's new quantity" msgstr "今日新增数量" #: community/apps/application/swagger_api/application_version_api.py:26 #: community/apps/application/swagger_api/application_version_api.py:27 msgid "Workflow data" msgstr "工作流数据" #: community/apps/application/swagger_api/application_version_api.py:61 msgid "Application version id" msgstr "应用版本 id" #: community/apps/application/swagger_api/chat_api.py:61 #: community/apps/application/swagger_api/chat_api.py:62 #: community/apps/application/swagger_api/chat_api.py:92 #: community/apps/dataset/serializers/problem_serializers.py:91 msgid "problem" msgstr "问题" #: community/apps/application/swagger_api/chat_api.py:68 msgid "Question content" msgstr "问题内容" #: community/apps/application/swagger_api/chat_api.py:72 msgid "role" msgstr "角色" #: community/apps/application/swagger_api/chat_api.py:77 #: community/apps/application/swagger_api/chat_api.py:93 msgid "regenerate" msgstr "重新生成" #: community/apps/application/swagger_api/chat_api.py:79 msgid "Stream Output" msgstr "流式输出" #: community/apps/application/swagger_api/chat_api.py:94 msgid "Is it streaming output" msgstr "是否流式输出" #: community/apps/application/swagger_api/chat_api.py:96 #: community/apps/application/swagger_api/chat_api.py:97 #, fuzzy #| msgid "Form Data" msgid "Form data" msgstr "表单数据" #: community/apps/application/swagger_api/chat_api.py:101 #: community/apps/application/swagger_api/chat_api.py:102 #, fuzzy #| msgid "state list" msgid "Image list" msgstr "状态列表" #: community/apps/application/swagger_api/chat_api.py:107 msgid "Image name" msgstr "图片名称" #: community/apps/application/swagger_api/chat_api.py:109 msgid "Image URL" msgstr "图片地址" #: community/apps/application/swagger_api/chat_api.py:115 #: community/apps/application/swagger_api/chat_api.py:116 #: community/apps/dataset/views/document.py:133 #: community/apps/dataset/views/document.py:134 msgid "Document list" msgstr "文档列表" #: community/apps/application/swagger_api/chat_api.py:122 msgid "Document name" msgstr "文档名称" #: community/apps/application/swagger_api/chat_api.py:124 msgid "Document URL" msgstr "文档地址" #: community/apps/application/swagger_api/chat_api.py:129 #: community/apps/application/swagger_api/chat_api.py:130 #, fuzzy #| msgid "id list" msgid "Audio list" msgstr "id 列表" #: community/apps/application/swagger_api/chat_api.py:135 msgid "Audio name" msgstr "音频名称" #: community/apps/application/swagger_api/chat_api.py:137 msgid "Audio URL" msgstr "音频地址" #: community/apps/application/swagger_api/chat_api.py:145 #: community/apps/application/swagger_api/chat_api.py:146 msgid "Node data" msgstr "节点数据" #: community/apps/application/swagger_api/chat_api.py:151 #: community/apps/application/swagger_api/chat_api.py:152 msgid "Child node" msgstr "子节点数据" #: community/apps/application/swagger_api/chat_api.py:173 #: community/apps/application/swagger_api/chat_api.py:174 msgid "Number of dialogue questions" msgstr "对话提问数量" #: community/apps/application/swagger_api/chat_api.py:176 #: community/apps/application/swagger_api/chat_api.py:177 msgid "Number of tags" msgstr "标记数量" #: community/apps/application/swagger_api/chat_api.py:178 #: community/apps/application/swagger_api/chat_api.py:179 #: community/apps/common/swagger_api/common_api.py:64 #: community/apps/common/swagger_api/common_api.py:65 #: community/apps/dataset/serializers/paragraph_serializers.py:711 #: community/apps/dataset/serializers/paragraph_serializers.py:712 msgid "Number of likes" msgstr "点赞数量" #: community/apps/application/swagger_api/chat_api.py:180 #: community/apps/application/swagger_api/chat_api.py:181 msgid "Number of clicks" msgstr "点踩数量" #: community/apps/application/swagger_api/chat_api.py:182 #: community/apps/application/swagger_api/chat_api.py:183 msgid "Change time" msgstr "修改时间" #: community/apps/application/swagger_api/chat_api.py:224 msgid "Application ID, pass when modifying, do not pass when creating" msgstr "应用id,修改的时候传,创建的时候不传" #: community/apps/application/swagger_api/chat_api.py:225 #: community/apps/application/swagger_api/chat_api.py:226 msgid "Model ID" msgstr "模型 ID" #: community/apps/application/swagger_api/chat_api.py:232 #: community/apps/application/swagger_api/chat_api.py:234 msgid "Do you want to initiate multiple sessions" msgstr "是否开启多轮会话" #: community/apps/application/swagger_api/chat_api.py:237 msgid "Problem optimization" msgstr "问题优化" #: community/apps/application/swagger_api/chat_api.py:238 msgid "Do you want to enable problem optimization" msgstr "是否开启问题优化" #: community/apps/application/swagger_api/chat_api.py:254 msgid "Historical days" msgstr "历史天数" #: community/apps/application/swagger_api/chat_api.py:262 msgid "or|and comparator" msgstr "or|and 比较器" #: community/apps/application/swagger_api/chat_api.py:266 #, fuzzy #| msgid "Start time" msgid "start time" msgstr "开始时间" #: community/apps/application/swagger_api/chat_api.py:291 msgid "Is it ascending order" msgstr "是否升序" #: community/apps/application/swagger_api/chat_api.py:304 msgid "Session log id" msgstr "会话日志 id" #: community/apps/application/swagger_api/chat_api.py:305 msgid "Conversation log id" msgstr "对话日志 ID" #: community/apps/application/swagger_api/chat_api.py:306 #: community/apps/application/swagger_api/chat_api.py:307 #: community/apps/application/swagger_api/chat_api.py:446 msgid "Voting Status" msgstr "投票状态" #: community/apps/application/swagger_api/chat_api.py:308 #: community/apps/application/swagger_api/chat_api.py:309 msgid "Dataset id" msgstr "数据集 id" #: community/apps/application/swagger_api/chat_api.py:312 #: community/apps/application/swagger_api/chat_api.py:313 msgid "Resource ID" msgstr "资源 ID" #: community/apps/application/swagger_api/chat_api.py:314 #: community/apps/application/swagger_api/chat_api.py:315 msgid "Resource Type" msgstr "资源类型" #: community/apps/application/swagger_api/chat_api.py:317 #: community/apps/application/swagger_api/chat_api.py:318 msgid "Number of tokens consumed by the question" msgstr "问题消耗 token 数量" #: community/apps/application/swagger_api/chat_api.py:320 #: community/apps/application/swagger_api/chat_api.py:321 msgid "The number of tokens consumed by the answer" msgstr "答案消耗 token 数量" #: community/apps/application/swagger_api/chat_api.py:324 #: community/apps/application/swagger_api/chat_api.py:325 msgid "Improved annotation list" msgstr "改进标注列表" #: community/apps/application/swagger_api/chat_api.py:328 msgid "Corresponding session Corresponding subscript" msgstr "对应会话对应下标" #: community/apps/application/swagger_api/chat_api.py:329 msgid "Corresponding session id corresponding subscript" msgstr "对应会话id对应下标" #: community/apps/application/swagger_api/chat_api.py:397 #: community/apps/application/swagger_api/chat_api.py:398 msgid "Conversation id list" msgstr "会话 id 列表" #: community/apps/application/swagger_api/chat_api.py:447 msgid "-1: Cancel vote | 0: Agree | 1: Oppose" msgstr "-1:取消投票|0:赞同|1:反对" #: community/apps/application/swagger_api/chat_api.py:485 #: community/apps/application/swagger_api/chat_api.py:486 #: community/apps/common/swagger_api/common_api.py:59 #: community/apps/common/swagger_api/common_api.py:60 #: community/apps/dataset/serializers/paragraph_serializers.py:687 #: community/apps/dataset/serializers/paragraph_serializers.py:707 #: community/apps/dataset/serializers/paragraph_serializers.py:708 msgid "title" msgstr "标题" #: community/apps/application/swagger_api/chat_api.py:486 #: community/apps/common/swagger_api/common_api.py:60 msgid "Description of xxx" msgstr "xxx 描述" #: community/apps/application/swagger_api/chat_api.py:487 #: community/apps/application/swagger_api/chat_api.py:488 #: community/apps/common/swagger_api/common_api.py:61 #: community/apps/common/swagger_api/common_api.py:62 msgid "Number of hits" msgstr "命中数量" #: community/apps/application/views/application_version_views.py:28 #: community/apps/application/views/application_version_views.py:29 #: community/apps/application/views/application_views.py:489 #: community/apps/application/views/application_views.py:490 msgid "Get the application list" msgstr "获取应用列表" #: community/apps/application/views/application_version_views.py:32 #: community/apps/application/views/application_version_views.py:50 #: community/apps/application/views/application_version_views.py:68 #: community/apps/application/views/application_version_views.py:83 msgid "Application/Version" msgstr "应用/版本" #: community/apps/application/views/application_version_views.py:45 #: community/apps/application/views/application_version_views.py:46 msgid "Get the list of application versions by page" msgstr "获取应用版本列表分页" #: community/apps/application/views/application_version_views.py:64 #: community/apps/application/views/application_version_views.py:65 msgid "Get application version details" msgstr "获取应用版本详情" #: community/apps/application/views/application_version_views.py:78 #: community/apps/application/views/application_version_views.py:79 msgid "Modify application version information" msgstr "修改应用版本信息" #: community/apps/application/views/application_views.py:42 #: community/apps/application/views/application_views.py:43 msgid "User Statistics" msgstr "用户统计" #: community/apps/application/views/application_views.py:44 #: community/apps/application/views/application_views.py:70 #: community/apps/application/views/application_views.py:95 #: community/apps/application/views/application_views.py:121 msgid "Application/Statistics" msgstr "应用/统计" #: community/apps/application/views/application_views.py:68 #: community/apps/application/views/application_views.py:69 msgid "User demographic trends" msgstr "用户统计趋势" #: community/apps/application/views/application_views.py:93 #: community/apps/application/views/application_views.py:94 msgid "Conversation statistics" msgstr "对话相关统计" #: community/apps/application/views/application_views.py:119 #: community/apps/application/views/application_views.py:120 msgid "Dialogue-related statistical trends" msgstr "对话相关统计趋势" #: community/apps/application/views/application_views.py:150 #: community/apps/application/views/application_views.py:151 msgid "Modify application icon" msgstr "修改应用图标" #: community/apps/application/views/application_views.py:152 #: community/apps/application/views/application_views.py:175 #: community/apps/application/views/application_views.py:189 #: community/apps/application/views/application_views.py:202 #: community/apps/application/views/application_views.py:216 #: community/apps/application/views/application_views.py:236 #: community/apps/application/views/application_views.py:255 #: community/apps/application/views/application_views.py:274 #: community/apps/application/views/application_views.py:313 #: community/apps/application/views/application_views.py:482 #: community/apps/application/views/application_views.py:493 #: community/apps/application/views/application_views.py:508 #: community/apps/application/views/application_views.py:535 #: community/apps/application/views/application_views.py:555 #: community/apps/application/views/application_views.py:575 #: community/apps/application/views/application_views.py:593 #: community/apps/application/views/application_views.py:614 #: community/apps/application/views/application_views.py:635 #: community/apps/application/views/application_views.py:670 msgid "Application" msgstr "应用" #: community/apps/application/views/application_views.py:173 msgid "Import Application" msgstr "导入应用" #: community/apps/application/views/application_views.py:187 msgid "Export Application" msgstr "导出应用" #: community/apps/application/views/application_views.py:200 #: community/apps/application/views/application_views.py:201 msgid "Get embedded js" msgstr "获取嵌入 js" #: community/apps/application/views/application_views.py:214 #: community/apps/application/views/application_views.py:215 msgid "Get a list of models" msgstr "获取模型列表" #: community/apps/application/views/application_views.py:234 #: community/apps/application/views/application_views.py:235 #: community/apps/setting/views/model.py:100 #: community/apps/setting/views/model.py:101 msgid "Get model parameter form" msgstr "获取模型参数表单" #: community/apps/application/views/application_views.py:253 #: community/apps/application/views/application_views.py:254 msgid "Get a list of function libraries" msgstr "获取函数库列表" #: community/apps/application/views/application_views.py:272 #: community/apps/application/views/application_views.py:273 msgid "Get library details" msgstr "获取函数库详情" #: community/apps/application/views/application_views.py:292 #: community/apps/application/views/application_views.py:293 msgid "Get the list of apps created by the current user" msgstr "获取当前用户创建的应用列表" #: community/apps/application/views/application_views.py:294 #: community/apps/application/views/application_views.py:333 #: community/apps/application/views/chat_views.py:74 #: community/apps/application/views/chat_views.py:93 #: community/apps/application/views/chat_views.py:105 #: community/apps/application/views/chat_views.py:118 #: community/apps/application/views/chat_views.py:347 msgid "Application/Chat" msgstr "应用/对话" #: community/apps/application/views/application_views.py:311 #: community/apps/application/views/application_views.py:312 msgid "Get application data" msgstr "获取应用数据" #: community/apps/application/views/application_views.py:331 #: community/apps/application/views/application_views.py:332 msgid "Get application related information" msgstr "获取应用相关信息" #: community/apps/application/views/application_views.py:346 #: community/apps/application/views/application_views.py:347 msgid "Add ApiKey" msgstr "添加 ApiKey" #: community/apps/application/views/application_views.py:348 #: community/apps/application/views/application_views.py:364 #: community/apps/application/views/application_views.py:383 #: community/apps/application/views/application_views.py:402 msgid "Application/API_KEY" msgstr "应用/API_KEY" #: community/apps/application/views/application_views.py:362 #: community/apps/application/views/application_views.py:363 msgid "Get the application API_KEY list" msgstr "获取应用 API_KEY 列表" #: community/apps/application/views/application_views.py:381 #: community/apps/application/views/application_views.py:382 msgid "Modify application API_KEY" msgstr "修改应用 API_KEY" #: community/apps/application/views/application_views.py:400 #: community/apps/application/views/application_views.py:401 msgid "Delete Application API_KEY" msgstr "删除应用 API_KEY" #: community/apps/application/views/application_views.py:421 #: community/apps/application/views/application_views.py:422 msgid "Modify Application AccessToken" msgstr "修改应用 AccessToken" #: community/apps/application/views/application_views.py:423 #: community/apps/application/views/application_views.py:441 msgid "Application/Public Access" msgstr "应用/公共访问" #: community/apps/application/views/application_views.py:438 #: community/apps/application/views/application_views.py:439 msgid "Get the application AccessToken information" msgstr "获取应用 AccessToken 信息" #: community/apps/application/views/application_views.py:462 #: community/apps/application/views/application_views.py:463 msgid "Application Certification" msgstr "应用认证" #: community/apps/application/views/application_views.py:465 msgid "Application/Certification" msgstr "应用/认证" #: community/apps/application/views/application_views.py:479 #: community/apps/application/views/application_views.py:480 msgid "Create an application" msgstr "创建应用" #: community/apps/application/views/application_views.py:505 msgid "Hit Test List" msgstr "命中测试列表" #: community/apps/application/views/application_views.py:530 #: community/apps/application/views/application_views.py:531 msgid "Publishing an application" msgstr "发布应用" #: community/apps/application/views/application_views.py:551 #: community/apps/application/views/application_views.py:552 msgid "Deleting application" msgstr "删除应用" #: community/apps/application/views/application_views.py:570 #: community/apps/application/views/application_views.py:571 msgid "Modify the application" msgstr "修改应用" #: community/apps/application/views/application_views.py:589 #: community/apps/application/views/application_views.py:590 msgid "Get application details" msgstr "获取应用详情" #: community/apps/application/views/application_views.py:609 #: community/apps/application/views/application_views.py:610 msgid "Get the knowledge base available to the current application" msgstr "获取当前应用可用的知识库" #: community/apps/application/views/application_views.py:630 #: community/apps/application/views/application_views.py:631 msgid "Get the application list by page" msgstr "获取应用列表分页" #: community/apps/application/views/application_views.py:665 #: community/apps/application/views/application_views.py:666 msgid "text to speech" msgstr "文本转语音类型" #: community/apps/application/views/chat_views.py:36 #: community/apps/application/views/chat_views.py:37 msgid "OpenAI Interface Dialogue" msgstr "openai接口对话" #: community/apps/application/views/chat_views.py:39 msgid "OpenAI Dialogue" msgstr "openai对话" #: community/apps/application/views/chat_views.py:52 #: community/apps/application/views/chat_views.py:53 msgid "Export conversation" msgstr "导出对话" #: community/apps/application/views/chat_views.py:55 #: community/apps/application/views/chat_views.py:156 #: community/apps/application/views/chat_views.py:174 #: community/apps/application/views/chat_views.py:197 #: community/apps/application/views/chat_views.py:217 #: community/apps/application/views/chat_views.py:235 #: community/apps/application/views/chat_views.py:257 #: community/apps/application/views/chat_views.py:282 #: community/apps/application/views/chat_views.py:302 #: community/apps/application/views/chat_views.py:324 #: community/apps/application/views/chat_views.py:489 msgid "Application/Conversation Log" msgstr "应用/对话日志" #: community/apps/application/views/chat_views.py:71 #: community/apps/application/views/chat_views.py:72 msgid "Get the session id according to the application id" msgstr "获取应用id对应的会话id" #: community/apps/application/views/chat_views.py:90 #: community/apps/application/views/chat_views.py:91 msgid "Get the workflow temporary session id" msgstr "获取工作流临时会话id" #: community/apps/application/views/chat_views.py:102 #: community/apps/application/views/chat_views.py:103 msgid "Get a temporary session id" msgstr "获取临时会话id" #: community/apps/application/views/chat_views.py:115 #: community/apps/application/views/chat_views.py:116 msgid "dialogue" msgstr "对话" #: community/apps/application/views/chat_views.py:152 #: community/apps/application/views/chat_views.py:153 msgid "Get the conversation list" msgstr "获取对话列表" #: community/apps/application/views/chat_views.py:172 #: community/apps/application/views/chat_views.py:173 msgid "Delete a conversation" msgstr "删除对话" #: community/apps/application/views/chat_views.py:192 #: community/apps/application/views/chat_views.py:193 msgid "Get client conversation list by paging" msgstr "获取客户对话列表分页" #: community/apps/application/views/chat_views.py:215 #: community/apps/application/views/chat_views.py:216 msgid "Client deletes conversation" msgstr "客户端删除对话" #: community/apps/application/views/chat_views.py:232 #: community/apps/application/views/chat_views.py:233 msgid "Client modifies dialogue summary" msgstr "客户端修改对话摘要" #: community/apps/application/views/chat_views.py:253 #: community/apps/application/views/chat_views.py:254 msgid "Get the conversation list by page" msgstr "获取对话列表分页" #: community/apps/application/views/chat_views.py:278 #: community/apps/application/views/chat_views.py:279 msgid "Get conversation record details" msgstr "获取对话记录详情" #: community/apps/application/views/chat_views.py:298 #: community/apps/application/views/chat_views.py:299 msgid "Get a list of conversation records" msgstr "获取对话记录列表" #: community/apps/application/views/chat_views.py:319 #: community/apps/application/views/chat_views.py:320 msgid "Get the conversation history list by page" msgstr "获取对话历史列表分页" #: community/apps/application/views/chat_views.py:342 #: community/apps/application/views/chat_views.py:343 msgid "Like, Dislike" msgstr "点赞,点踩" #: community/apps/application/views/chat_views.py:365 #: community/apps/application/views/chat_views.py:366 msgid "Get the list of marked paragraphs" msgstr "获取标记段落列表" #: community/apps/application/views/chat_views.py:369 #: community/apps/application/views/chat_views.py:390 #: community/apps/application/views/chat_views.py:442 msgid "Application/Conversation Log/Annotation" msgstr "应用/对话日志/标注" #: community/apps/application/views/chat_views.py:412 #: community/apps/application/views/chat_views.py:413 msgid "Add to Knowledge Base" msgstr "添加到知识库" #: community/apps/application/views/chat_views.py:416 msgid "Application/Conversation Log/Add to Knowledge Base" msgstr "应用/对话日志/添加到知识库" #: community/apps/application/views/chat_views.py:438 #: community/apps/application/views/chat_views.py:439 msgid "Delete a Annotation" msgstr "删除标注" #: community/apps/application/views/chat_views.py:487 #: community/apps/dataset/views/file.py:28 #: community/apps/dataset/views/file.py:29 #: community/apps/dataset/views/file.py:34 msgid "Upload file" msgstr "上传文件" #: community/apps/common/auth/authenticate.py:62 #: community/apps/common/auth/authenticate.py:83 msgid "Not logged in, please log in first" msgstr "未登录,请先登录" #: community/apps/common/auth/authenticate.py:68 #: community/apps/common/auth/authenticate.py:74 #: community/apps/common/auth/authenticate.py:89 #: community/apps/common/auth/authenticate.py:95 msgid "Authentication information is incorrect! illegal user" msgstr "非法用户!认证信息不正确" #: community/apps/common/auth/authentication.py:94 msgid "No permission to access" msgstr "没有权限访问" #: community/apps/common/auth/handle/impl/application_key.py:23 #: community/apps/common/auth/handle/impl/application_key.py:25 msgid "Secret key is invalid" msgstr "secret key无效" #: community/apps/common/auth/handle/impl/public_access_token.py:48 #: community/apps/common/auth/handle/impl/public_access_token.py:50 #: community/apps/common/auth/handle/impl/public_access_token.py:52 #: community/apps/common/auth/handle/impl/public_access_token.py:54 msgid "Authentication information is incorrect" msgstr "认证信息不正确" #: community/apps/common/auth/handle/impl/user_token.py:34 msgid "Login expired" msgstr "登录过期" #: community/apps/common/constants/exception_code_constants.py:31 msgid "The username or password is incorrect" msgstr "用户名或密码错误" #: community/apps/common/constants/exception_code_constants.py:32 msgid "Please log in first and bring the user Token" msgstr "请先登录并携带用户Token" #: community/apps/common/constants/exception_code_constants.py:33 #: community/apps/users/serializers/user_serializers.py:429 msgid "Email sending failed" msgstr "邮箱发送失败" #: community/apps/common/constants/exception_code_constants.py:34 msgid "Email format error" msgstr "邮箱格式错误" #: community/apps/common/constants/exception_code_constants.py:35 msgid "The email has been registered, please log in directly" msgstr "邮箱已注册,请直接登录" #: community/apps/common/constants/exception_code_constants.py:36 msgid "The email is not registered, please register first" msgstr "邮箱未注册,请先注册" #: community/apps/common/constants/exception_code_constants.py:38 msgid "The verification code is incorrect or the verification code has expired" msgstr "验证码错误或验证码已过期" #: community/apps/common/constants/exception_code_constants.py:39 msgid "The username has been registered, please log in directly" msgstr "用户名已注册,请直接登录" #: community/apps/common/constants/exception_code_constants.py:41 msgid "" "The username cannot be empty and must be between 6 and 20 characters long." msgstr "用户名不能为空,且长度必须在6-20个字符之间。" #: community/apps/common/constants/exception_code_constants.py:43 msgid "Password and confirmation password are inconsistent" msgstr "密码和确认密码不一致" #: community/apps/common/constants/permission_constants.py:61 msgid "ADMIN" msgstr "管理员" #: community/apps/common/constants/permission_constants.py:61 msgid "Admin, prefabs are not currently used" msgstr "管理员,预制目前不会使用" #: community/apps/common/constants/permission_constants.py:62 msgid "USER" msgstr "用户" #: community/apps/common/constants/permission_constants.py:62 msgid "All user permissions" msgstr "所有用户权限" #: community/apps/common/constants/permission_constants.py:63 msgid "chat" msgstr "会话" #: community/apps/common/constants/permission_constants.py:63 msgid "Only has application dialog interface permissions" msgstr "只拥有应用对话接口权限" #: community/apps/common/constants/permission_constants.py:64 msgid "Apply private key" msgstr "应用私钥" #: community/apps/common/event/__init__.py:30 msgid "The download process was interrupted, please try again" msgstr "下载过程中断,请重试" #: community/apps/common/event/listener_manage.py:91 #, python-brace-format msgid "Query vector data: {paragraph_id_list} error {error} {traceback}" msgstr "向量数据查询: {paragraph_id_list} 错误 {error} {traceback}" #: community/apps/common/event/listener_manage.py:96 #, python-brace-format msgid "Start--->Embedding paragraph: {paragraph_id_list}" msgstr "开始--->嵌入段落: {paragraph_id_list}" #: community/apps/common/event/listener_manage.py:108 #, python-brace-format msgid "Vectorized paragraph: {paragraph_id_list} error {error} {traceback}" msgstr "向量化段落: {paragraph_id_list} 错误 {error} {traceback}" #: community/apps/common/event/listener_manage.py:114 #, python-brace-format msgid "End--->Embedding paragraph: {paragraph_id_list}" msgstr "结束--->嵌入段落: {paragraph_id_list}" #: community/apps/common/event/listener_manage.py:123 #, python-brace-format msgid "Start--->Embedding paragraph: {paragraph_id}" msgstr "开始--->嵌入段落: {paragraph_id}" #: community/apps/common/event/listener_manage.py:148 #, python-brace-format msgid "Vectorized paragraph: {paragraph_id} error {error} {traceback}" msgstr "向量化段落: {paragraph_id} 错误 {error} {traceback}" #: community/apps/common/event/listener_manage.py:153 #, python-brace-format msgid "End--->Embedding paragraph: {paragraph_id}" msgstr "结束--->嵌入段落: {paragraph_id}" #: community/apps/common/event/listener_manage.py:269 #, python-brace-format msgid "Start--->Embedding document: {document_id}" msgstr "开始--->嵌入文档: {document_id}" #: community/apps/common/event/listener_manage.py:291 #, python-brace-format msgid "Vectorized document: {document_id} error {error} {traceback}" msgstr "向量化文档: {document_id} 错误 {error} {traceback}" #: community/apps/common/event/listener_manage.py:296 #, python-brace-format msgid "End--->Embedding document: {document_id}" msgstr "结束--->嵌入文档: {document_id}" #: community/apps/common/event/listener_manage.py:307 #, python-brace-format msgid "Start--->Embedding dataset: {dataset_id}" msgstr "开始--->嵌入知识库: {dataset_id}" #: community/apps/common/event/listener_manage.py:311 #, python-brace-format msgid "Start--->Embedding document: {document_list}" msgstr "开始--->嵌入文档: {document_list}" #: community/apps/common/event/listener_manage.py:315 #: community/apps/embedding/task/embedding.py:123 #, python-brace-format msgid "Vectorized dataset: {dataset_id} error {error} {traceback}" msgstr "向量化知识库: {dataset_id} 错误 {error} {traceback}" #: community/apps/common/event/listener_manage.py:318 #, python-brace-format msgid "End--->Embedding dataset: {dataset_id}" msgstr "结束--->嵌入知识库: {dataset_id}" #: community/apps/common/field/common.py:45 msgid "not a function" msgstr "不是函数" #: community/apps/common/forms/base_field.py:64 #, python-brace-format msgid "The field {field_label} is required" msgstr "字段 {field_label} 是必填的" #: community/apps/common/forms/slider_field.py:56 #, python-brace-format msgid "The {field_label} cannot be less than {min}" msgstr "字段 {field_label} 不能小于 {min}" #: community/apps/common/forms/slider_field.py:62 #, python-brace-format msgid "The {field_label} cannot be greater than {max}" msgstr "{field_label} 不能大于 {max}" #: community/apps/common/handle/handle_exception.py:30 msgid "Unknown exception" msgstr "未知异常" #: community/apps/common/handle/impl/pdf_split_handle.py:278 #, python-brace-format msgid "This document has no preface and is treated as ordinary text: {e}" msgstr "文档没有前言,视为普通文本: {e}" #: community/apps/common/init/init_doc.py:26 #: community/apps/common/init/init_doc.py:45 msgid "Intelligent customer service platform" msgstr "智能客服平台" #: community/apps/common/job/clean_chat_job.py:25 msgid "start clean chat log" msgstr "开始清理对话日志" #: community/apps/common/job/clean_chat_job.py:71 msgid "end clean chat log" msgstr "结束清理对话日志" #: community/apps/common/job/clean_debug_file_job.py:21 msgid "start clean debug file" msgstr "开始清理调试文件" #: community/apps/common/job/clean_debug_file_job.py:25 msgid "end clean debug file" msgstr "结束清理调试文件" #: community/apps/common/job/client_access_num_job.py:25 msgid "start reset access_num" msgstr "开始重置访问次数" #: community/apps/common/job/client_access_num_job.py:27 msgid "end reset access_num" msgstr "结束重置访问次数" #: community/apps/common/log/log.py:37 msgid "unknown" msgstr "未知的" #: community/apps/common/response/result.py:24 msgid "Success" msgstr "成功" #: community/apps/common/response/result.py:36 #: community/apps/common/response/result.py:80 #: community/apps/common/response/result.py:82 msgid "current page" msgstr "当前页" #: community/apps/common/response/result.py:42 #: community/apps/common/response/result.py:85 #: community/apps/common/response/result.py:87 msgid "page size" msgstr "每页数量" #: community/apps/common/response/result.py:53 #: community/apps/common/response/result.py:101 #: community/apps/common/response/result.py:130 msgid "response parameters" msgstr "响应参数" #: community/apps/common/response/result.py:59 #: community/apps/common/response/result.py:107 #: community/apps/common/response/result.py:136 msgid "response code" msgstr "响应码" #: community/apps/common/response/result.py:61 #: community/apps/common/response/result.py:109 #: community/apps/common/response/result.py:138 msgid "success:200 fail:other" msgstr "成功:200 失败:其他" #: community/apps/common/response/result.py:64 #: community/apps/common/response/result.py:112 #: community/apps/common/response/result.py:141 msgid "prompt" msgstr "提示" #: community/apps/common/response/result.py:65 #: community/apps/common/response/result.py:113 #: community/apps/common/response/result.py:142 msgid "success" msgstr "成功" #: community/apps/common/response/result.py:66 #: community/apps/common/response/result.py:114 #: community/apps/common/response/result.py:143 msgid "error prompt" msgstr "错误提示" #: community/apps/common/response/result.py:72 #: community/apps/common/response/result.py:74 msgid "total number of data" msgstr "总条数" #: community/apps/common/swagger_api/common_api.py:24 #: community/apps/dataset/serializers/dataset_serializers.py:569 msgid "query text" msgstr "查询文本" #: community/apps/common/swagger_api/common_api.py:42 msgid "Retrieval pattern embedding|keywords|blend" msgstr "检索模式 embedding|keywords|blend" #: community/apps/common/swagger_api/common_api.py:66 #: community/apps/common/swagger_api/common_api.py:67 msgid "Number of clicks and dislikes" msgstr "点踩数" #: community/apps/common/swagger_api/common_api.py:74 #: community/apps/common/swagger_api/common_api.py:75 msgid "relevance score" msgstr "相关性得分" #: community/apps/common/swagger_api/common_api.py:76 #: community/apps/common/swagger_api/common_api.py:77 msgid "Comprehensive score, used for ranking" msgstr "综合得分,用于排序" #: community/apps/common/swagger_api/common_api.py:78 #: community/apps/common/swagger_api/common_api.py:79 #: community/apps/users/serializers/user_serializers.py:591 #: community/apps/users/serializers/user_serializers.py:592 msgid "Update time" msgstr "更新时间" #: community/apps/common/swagger_api/common_api.py:81 #: community/apps/common/swagger_api/common_api.py:82 #: community/apps/users/serializers/user_serializers.py:589 #: community/apps/users/serializers/user_serializers.py:590 msgid "Create time" msgstr "创建时间" #: community/apps/common/util/common.py:239 msgid "Text-to-speech node, the text content must be of string type" msgstr "文本转语音节点,文本内容必须是字符串类型" #: community/apps/common/util/common.py:241 msgid "Text-to-speech node, the text content cannot be empty" msgstr "文本转语音节点,文本内容不能为空" #: community/apps/dataset/serializers/common_serializers.py:87 msgid "source url" msgstr "文档地址" #: community/apps/dataset/serializers/common_serializers.py:89 #: community/apps/dataset/serializers/dataset_serializers.py:333 #: community/apps/dataset/serializers/dataset_serializers.py:390 #: community/apps/dataset/serializers/dataset_serializers.py:391 #: community/apps/dataset/serializers/document_serializers.py:155 #: community/apps/dataset/serializers/document_serializers.py:181 msgid "selector" msgstr "选择器" #: community/apps/dataset/serializers/common_serializers.py:96 #: community/apps/dataset/serializers/dataset_serializers.py:341 #, python-brace-format msgid "URL error, cannot parse [{source_url}]" msgstr "URL错误,无法解析 [{source_url}]" #: community/apps/dataset/serializers/common_serializers.py:105 #: community/apps/dataset/serializers/common_serializers.py:124 #: community/apps/dataset/serializers/common_serializers.py:125 #: community/apps/dataset/serializers/document_serializers.py:85 #: community/apps/dataset/swagger_api/document_api.py:23 #: community/apps/dataset/swagger_api/document_api.py:24 #: community/apps/dataset/swagger_api/document_api.py:49 #: community/apps/dataset/swagger_api/document_api.py:50 msgid "id list" msgstr "id 列表" #: community/apps/dataset/serializers/common_serializers.py:115 #, python-brace-format msgid "The following id does not exist: {error_id_list}" msgstr "id不存在: {error_id_list}" #: community/apps/dataset/serializers/common_serializers.py:183 #: community/apps/dataset/serializers/common_serializers.py:207 msgid "The knowledge base is inconsistent with the vector model" msgstr "知识库未向量模型不一致" #: community/apps/dataset/serializers/common_serializers.py:185 #: community/apps/dataset/serializers/common_serializers.py:209 msgid "Knowledge base setting error, please reset the knowledge base" msgstr "知识库设置错误,请重新设置知识库" #: community/apps/dataset/serializers/dataset_serializers.py:109 #: community/apps/dataset/serializers/dataset_serializers.py:110 #: community/apps/setting/serializers/model_apply_serializers.py:51 msgid "model id" msgstr "模型 id" #: community/apps/dataset/serializers/dataset_serializers.py:112 #: community/apps/dataset/serializers/dataset_serializers.py:114 msgid "Whether to start multiple rounds of dialogue" msgstr "是否开启多轮对话" #: community/apps/dataset/serializers/dataset_serializers.py:115 #: community/apps/dataset/serializers/dataset_serializers.py:116 msgid "opening remarks" msgstr "开场白" #: community/apps/dataset/serializers/dataset_serializers.py:118 msgid "example" msgstr "示例" #: community/apps/dataset/serializers/dataset_serializers.py:119 msgid "User id" msgstr "用户 id" #: community/apps/dataset/serializers/dataset_serializers.py:121 #: community/apps/dataset/serializers/dataset_serializers.py:122 msgid "Whether to publish" msgstr "是否发布" #: community/apps/dataset/serializers/dataset_serializers.py:124 #: community/apps/dataset/serializers/dataset_serializers.py:125 #: community/apps/dataset/serializers/dataset_serializers.py:304 #: community/apps/dataset/serializers/dataset_serializers.py:305 #: community/apps/dataset/serializers/dataset_serializers.py:366 #: community/apps/dataset/serializers/dataset_serializers.py:367 #: community/apps/dataset/serializers/dataset_serializers.py:511 #: community/apps/dataset/serializers/dataset_serializers.py:512 #: community/apps/dataset/serializers/dataset_serializers.py:942 #: community/apps/dataset/serializers/dataset_serializers.py:943 #: community/apps/dataset/serializers/document_serializers.py:824 #: community/apps/dataset/serializers/document_serializers.py:825 #: community/apps/dataset/serializers/paragraph_serializers.py:200 #: community/apps/dataset/serializers/paragraph_serializers.py:201 #: community/apps/dataset/serializers/paragraph_serializers.py:724 #: community/apps/dataset/serializers/paragraph_serializers.py:725 #: community/apps/dataset/swagger_api/problem_api.py:33 #: community/apps/dataset/swagger_api/problem_api.py:34 #: community/apps/dataset/swagger_api/problem_api.py:135 #: community/apps/dataset/swagger_api/problem_api.py:136 #: community/apps/function_lib/swagger_api/function_lib_api.py:32 #: community/apps/function_lib/swagger_api/function_lib_api.py:33 msgid "create time" msgstr "创建时间" #: community/apps/dataset/serializers/dataset_serializers.py:127 #: community/apps/dataset/serializers/dataset_serializers.py:128 #: community/apps/dataset/serializers/dataset_serializers.py:301 #: community/apps/dataset/serializers/dataset_serializers.py:302 #: community/apps/dataset/serializers/dataset_serializers.py:363 #: community/apps/dataset/serializers/dataset_serializers.py:364 #: community/apps/dataset/serializers/dataset_serializers.py:508 #: community/apps/dataset/serializers/dataset_serializers.py:509 #: community/apps/dataset/serializers/dataset_serializers.py:939 #: community/apps/dataset/serializers/dataset_serializers.py:940 #: community/apps/dataset/serializers/document_serializers.py:821 #: community/apps/dataset/serializers/document_serializers.py:822 #: community/apps/dataset/serializers/paragraph_serializers.py:197 #: community/apps/dataset/serializers/paragraph_serializers.py:198 #: community/apps/dataset/serializers/paragraph_serializers.py:721 #: community/apps/dataset/serializers/paragraph_serializers.py:722 #: community/apps/dataset/swagger_api/problem_api.py:30 #: community/apps/dataset/swagger_api/problem_api.py:31 #: community/apps/dataset/swagger_api/problem_api.py:132 #: community/apps/dataset/swagger_api/problem_api.py:133 #: community/apps/function_lib/swagger_api/function_lib_api.py:34 #: community/apps/function_lib/swagger_api/function_lib_api.py:35 msgid "update time" msgstr "更新时间" #: community/apps/dataset/serializers/dataset_serializers.py:257 #: community/apps/dataset/serializers/dataset_serializers.py:260 #: community/apps/dataset/serializers/document_serializers.py:211 #: community/apps/dataset/serializers/document_serializers.py:218 #: community/apps/dataset/serializers/document_serializers.py:987 #: community/apps/dataset/serializers/document_serializers.py:1016 msgid "file list" msgstr "文件列表" #: community/apps/dataset/serializers/dataset_serializers.py:269 msgid "upload files " msgstr "上传文件" #: community/apps/dataset/serializers/dataset_serializers.py:297 #: community/apps/dataset/serializers/dataset_serializers.py:298 #: community/apps/dataset/serializers/dataset_serializers.py:359 #: community/apps/dataset/serializers/dataset_serializers.py:360 #: community/apps/dataset/serializers/dataset_serializers.py:504 #: community/apps/dataset/serializers/dataset_serializers.py:505 #: community/apps/dataset/serializers/dataset_serializers.py:935 #: community/apps/dataset/serializers/dataset_serializers.py:936 #: community/apps/dataset/serializers/document_serializers.py:814 #: community/apps/dataset/serializers/document_serializers.py:815 msgid "char length" msgstr "字符长度" #: community/apps/dataset/serializers/dataset_serializers.py:299 #: community/apps/dataset/serializers/dataset_serializers.py:300 #: community/apps/dataset/serializers/dataset_serializers.py:361 #: community/apps/dataset/serializers/dataset_serializers.py:362 #: community/apps/dataset/serializers/dataset_serializers.py:506 #: community/apps/dataset/serializers/dataset_serializers.py:507 #: community/apps/dataset/serializers/dataset_serializers.py:937 #: community/apps/dataset/serializers/dataset_serializers.py:938 msgid "document count" msgstr "文档数量" #: community/apps/dataset/serializers/dataset_serializers.py:308 #: community/apps/dataset/serializers/dataset_serializers.py:309 #: community/apps/dataset/serializers/dataset_serializers.py:370 #: community/apps/dataset/serializers/dataset_serializers.py:371 #: community/apps/dataset/serializers/dataset_serializers.py:515 #: community/apps/dataset/serializers/dataset_serializers.py:516 #: community/apps/dataset/serializers/document_serializers.py:290 #: community/apps/dataset/serializers/document_serializers.py:485 msgid "document list" msgstr "文档列表" #: community/apps/dataset/serializers/dataset_serializers.py:327 #: community/apps/dataset/serializers/dataset_serializers.py:388 #: community/apps/dataset/serializers/dataset_serializers.py:389 msgid "web source url" msgstr "web站点url" #: community/apps/dataset/serializers/dataset_serializers.py:414 #: community/apps/setting/serializers/valid_serializers.py:26 msgid "" "The community version supports up to 50 knowledge bases. If you need more " "knowledge bases, please contact us (https://fit2cloud.com/)." msgstr "" "社区版最多支持 50 个知识库,如需拥有更多知识库,请联系我们(https://" "fit2cloud.com/)。" #: community/apps/dataset/serializers/dataset_serializers.py:533 #: community/apps/dataset/serializers/dataset_serializers.py:534 msgid "documents" msgstr "文档" #: community/apps/dataset/serializers/dataset_serializers.py:577 msgid "search mode" msgstr "搜索模式" #: community/apps/dataset/serializers/dataset_serializers.py:582 #: community/apps/dataset/serializers/dataset_serializers.py:618 #: community/apps/dataset/serializers/dataset_serializers.py:706 msgid "id does not exist" msgstr "ID 不存在" #: community/apps/dataset/serializers/dataset_serializers.py:609 msgid "sync type" msgstr "同步类型" #: community/apps/dataset/serializers/dataset_serializers.py:611 msgid "The synchronization type only supports:replace|complete" msgstr "同步类型只支持:replace|complete" #: community/apps/dataset/serializers/dataset_serializers.py:620 #: community/apps/dataset/serializers/document_serializers.py:499 msgid "Synchronization is only supported for web site types" msgstr "只有web站点类型才支持同步" #: community/apps/dataset/serializers/dataset_serializers.py:694 msgid "" "Synchronization type->replace: replacement synchronization, complete: " "complete synchronization" msgstr "同步类型->replace:替换同步,complete:完整同步" #: community/apps/dataset/serializers/dataset_serializers.py:803 #: community/apps/dataset/serializers/document_serializers.py:748 #: community/apps/setting/models_provider/tools.py:25 msgid "No permission to use this model" msgstr "无权限使用该模型" #: community/apps/dataset/serializers/dataset_serializers.py:815 msgid "Failed to send the vectorization task, please try again later!" msgstr "向量化任务发送失败,请稍后再试!" #: community/apps/dataset/serializers/dataset_serializers.py:911 #: community/apps/dataset/serializers/document_serializers.py:846 msgid "meta" msgstr "知识库元数据" #: community/apps/dataset/serializers/dataset_serializers.py:913 msgid "Knowledge base metadata->web:{source_url:xxx,selector:'xxx'},base:{}" msgstr "知识库元数据->web:{source_url:xxx,selector:'xxx'},base:{}" #: community/apps/dataset/serializers/document_serializers.py:87 #: community/apps/dataset/serializers/document_serializers.py:100 #: community/apps/dataset/serializers/document_serializers.py:416 #: community/apps/dataset/swagger_api/document_api.py:37 #: community/apps/dataset/swagger_api/document_api.py:51 msgid "task type" msgstr "任务类型" #: community/apps/dataset/serializers/document_serializers.py:95 #: community/apps/dataset/serializers/document_serializers.py:108 msgid "task type not support" msgstr "任务类型不支持" #: community/apps/dataset/serializers/document_serializers.py:115 #: community/apps/dataset/serializers/document_serializers.py:188 #: community/apps/dataset/serializers/document_serializers.py:200 #: community/apps/dataset/serializers/document_serializers.py:201 #: community/apps/dataset/serializers/document_serializers.py:412 #: community/apps/dataset/serializers/document_serializers.py:476 #: community/apps/dataset/serializers/document_serializers.py:836 #: community/apps/dataset/serializers/document_serializers.py:837 msgid "document name" msgstr "文档名称" #: community/apps/dataset/serializers/document_serializers.py:118 msgid "The type only supports optimization|directly_return" msgstr "类型只支持 optimization|directly_return" #: community/apps/dataset/serializers/document_serializers.py:120 #: community/apps/dataset/serializers/document_serializers.py:414 #: community/apps/dataset/serializers/document_serializers.py:480 #: community/apps/dataset/serializers/document_serializers.py:840 #: community/apps/dataset/swagger_api/document_api.py:25 msgid "hit handling method" msgstr "命中处理方法" #: community/apps/dataset/serializers/document_serializers.py:126 #: community/apps/dataset/serializers/document_serializers.py:844 #: community/apps/dataset/swagger_api/document_api.py:27 msgid "directly return similarity" msgstr "直接返回相似度" #: community/apps/dataset/serializers/document_serializers.py:129 #: community/apps/dataset/serializers/document_serializers.py:415 msgid "document is active" msgstr "文档是否可用" #: community/apps/dataset/serializers/document_serializers.py:150 #: community/apps/dataset/serializers/document_serializers.py:152 msgid "document url list" msgstr "文档 url 列表" #: community/apps/dataset/serializers/document_serializers.py:178 #: community/apps/dataset/serializers/document_serializers.py:179 msgid "source url list" msgstr "文档地址列表" #: community/apps/dataset/serializers/document_serializers.py:202 #: community/apps/dataset/serializers/document_serializers.py:203 msgid "paragraphs" msgstr "段落" #: community/apps/dataset/serializers/document_serializers.py:227 msgid "The template type only supports excel|csv" msgstr "模版类型只支持 excel|csv" #: community/apps/dataset/serializers/document_serializers.py:237 msgid "Export template type csv|excel" msgstr "导出模版类型 csv|excel" #: community/apps/dataset/serializers/document_serializers.py:289 #: community/apps/dataset/serializers/paragraph_serializers.py:304 #: community/apps/dataset/serializers/paragraph_serializers.py:436 msgid "target dataset id" msgstr "目标知识库 id" #: community/apps/dataset/serializers/document_serializers.py:391 #: community/apps/dataset/serializers/paragraph_serializers.py:305 #: community/apps/dataset/serializers/paragraph_serializers.py:441 msgid "target document id" msgstr "目标文档 id" #: community/apps/dataset/serializers/document_serializers.py:399 #: community/apps/dataset/serializers/document_serializers.py:400 msgid "document id list" msgstr "文档 id 列表" #: community/apps/dataset/serializers/document_serializers.py:418 msgid "order by" msgstr "" #: community/apps/dataset/serializers/document_serializers.py:653 msgid "Section title (optional)" msgstr "分段标题(选填)" #: community/apps/dataset/serializers/document_serializers.py:654 msgid "" "Section content (required, question answer, no more than 4096 characters)" msgstr "分段内容(必填,问题答案,最长不超过4096个字符)" #: community/apps/dataset/serializers/document_serializers.py:655 msgid "Question (optional, one per line in the cell)" msgstr "问题(选填,单元格内一行一个)" #: community/apps/dataset/serializers/document_serializers.py:765 msgid "The task is being executed, please do not send it repeatedly." msgstr "任务正在执行中,请勿重复发送" #: community/apps/dataset/serializers/document_serializers.py:842 msgid "ai optimization: optimization, direct return: directly_return" msgstr "ai优化: optimization, 直接返回: directly_return" #: community/apps/dataset/serializers/document_serializers.py:848 msgid "Document metadata->web:{source_url:xxx,selector:'xxx'},base:{}" msgstr "文档元数据->web:{source_url:xxx,selector:'xxx'},base:{}" #: community/apps/dataset/serializers/document_serializers.py:859 msgid "dataset id not exist" msgstr "知识库 id 不存在" #: community/apps/dataset/serializers/document_serializers.py:990 #: community/apps/dataset/serializers/document_serializers.py:1020 msgid "limit" msgstr "分段长度" #: community/apps/dataset/serializers/document_serializers.py:994 #: community/apps/dataset/serializers/document_serializers.py:996 msgid "patterns" msgstr "分段标识列表" #: community/apps/dataset/serializers/document_serializers.py:999 msgid "Auto Clean" msgstr "自动清洗" #: community/apps/dataset/serializers/document_serializers.py:1006 msgid "The maximum size of the uploaded file cannot exceed 100MB" msgstr "文件上传最大大小不能超过100MB" #: community/apps/dataset/serializers/document_serializers.py:1025 msgid "Segmented regular list" msgstr "分段正则列表" #: community/apps/dataset/serializers/document_serializers.py:1029 #: community/apps/dataset/serializers/document_serializers.py:1030 msgid "Whether to clear special characters" msgstr "是否清除特殊字符" #: community/apps/dataset/serializers/document_serializers.py:1049 msgid "space" msgstr "空格" #: community/apps/dataset/serializers/document_serializers.py:1050 msgid "semicolon" msgstr "分号" #: community/apps/dataset/serializers/document_serializers.py:1050 msgid "comma" msgstr "逗号" #: community/apps/dataset/serializers/document_serializers.py:1051 msgid "period" msgstr "句号" #: community/apps/dataset/serializers/document_serializers.py:1051 msgid "enter" msgstr "回车" #: community/apps/dataset/serializers/document_serializers.py:1052 msgid "blank line" msgstr "空行" #: community/apps/dataset/serializers/document_serializers.py:1165 msgid "Hit handling method is required" msgstr "命中处理方式必填" #: community/apps/dataset/serializers/document_serializers.py:1167 msgid "The hit processing method must be directly_return|optimization" msgstr "命中处理方式必须是 directly_return|optimization" #: community/apps/dataset/serializers/document_serializers.py:1213 #: community/apps/dataset/serializers/paragraph_serializers.py:753 msgid "The task is being executed, please do not send it again." msgstr "任务正在执行中,请勿重复发送" #: community/apps/dataset/serializers/file_serializers.py:82 msgid "File not found" msgstr "文件不存在" #: community/apps/dataset/serializers/image_serializers.py:23 msgid "image" msgstr "图片" #: community/apps/dataset/serializers/image_serializers.py:42 msgid "Image not found" msgstr "图片不存在" #: community/apps/dataset/serializers/paragraph_serializers.py:52 #: community/apps/dataset/serializers/paragraph_serializers.py:68 #: community/apps/dataset/serializers/paragraph_serializers.py:69 #: community/apps/dataset/serializers/paragraph_serializers.py:82 #: community/apps/dataset/serializers/paragraph_serializers.py:85 #: community/apps/dataset/serializers/paragraph_serializers.py:91 #: community/apps/dataset/serializers/paragraph_serializers.py:93 #: community/apps/dataset/serializers/paragraph_serializers.py:653 msgid "section title" msgstr "段落标题" #: community/apps/dataset/serializers/paragraph_serializers.py:65 #: community/apps/dataset/serializers/paragraph_serializers.py:66 msgid "section content" msgstr "段落内容" #: community/apps/dataset/serializers/paragraph_serializers.py:73 #: community/apps/dataset/serializers/paragraph_serializers.py:74 #: community/apps/dataset/serializers/problem_serializers.py:88 msgid "problem list" msgstr "问题列表" #: community/apps/dataset/serializers/paragraph_serializers.py:100 #: community/apps/dataset/serializers/paragraph_serializers.py:172 #: community/apps/dataset/serializers/paragraph_serializers.py:214 #: community/apps/dataset/serializers/paragraph_serializers.py:276 #: community/apps/dataset/serializers/paragraph_serializers.py:308 #: community/apps/dataset/serializers/paragraph_serializers.py:456 #: community/apps/dataset/serializers/paragraph_serializers.py:563 #: community/apps/dataset/serializers/problem_serializers.py:57 #: community/apps/dataset/swagger_api/problem_api.py:61 msgid "paragraph id" msgstr "段落 id" #: community/apps/dataset/serializers/paragraph_serializers.py:105 #: community/apps/dataset/serializers/paragraph_serializers.py:467 msgid "Paragraph id does not exist" msgstr "段落 id 不存在" #: community/apps/dataset/serializers/paragraph_serializers.py:134 msgid "Already associated, please do not associate again" msgstr "已经关联,请勿重复关联" #: community/apps/dataset/serializers/paragraph_serializers.py:191 #: community/apps/dataset/serializers/paragraph_serializers.py:192 msgid "question content" msgstr "问题内容" #: community/apps/dataset/serializers/paragraph_serializers.py:193 #: community/apps/dataset/serializers/paragraph_serializers.py:709 #: community/apps/dataset/swagger_api/problem_api.py:26 msgid "hit num" msgstr "命中数量" #: community/apps/dataset/serializers/paragraph_serializers.py:210 #: community/apps/dataset/serializers/paragraph_serializers.py:281 #: community/apps/dataset/serializers/problem_serializers.py:39 #: community/apps/dataset/serializers/problem_serializers.py:64 #: community/apps/dataset/serializers/problem_serializers.py:194 #: community/apps/dataset/swagger_api/problem_api.py:101 msgid "problem id" msgstr "问题 id" #: community/apps/dataset/serializers/paragraph_serializers.py:222 msgid "Paragraph does not exist" msgstr "段落不存在" #: community/apps/dataset/serializers/paragraph_serializers.py:224 msgid "Problem does not exist" msgstr "问题不存在" #: community/apps/dataset/serializers/paragraph_serializers.py:306 #: community/apps/dataset/serializers/paragraph_serializers.py:449 #: community/apps/dataset/serializers/paragraph_serializers.py:450 msgid "paragraph id list" msgstr "段落 id 列表" #: community/apps/dataset/serializers/paragraph_serializers.py:317 msgid "The document to be migrated is consistent with the target document" msgstr "文档迁移的文档与目标文档一致" #: community/apps/dataset/serializers/paragraph_serializers.py:319 #, python-brace-format msgid "The document id does not exist [{document_id}]" msgstr "文档 id 不存在 [{document_id}]" #: community/apps/dataset/serializers/paragraph_serializers.py:323 #, python-brace-format msgid "The target document id does not exist [{document_id}]" msgstr "目标文档 id 不存在 [{document_id}]" #: community/apps/dataset/serializers/paragraph_serializers.py:503 msgid "Problem id does not exist" msgstr "问题 id 不存在" #: community/apps/dataset/serializers/paragraph_serializers.py:713 #: community/apps/dataset/serializers/paragraph_serializers.py:714 msgid "Number of dislikes" msgstr "点踩数量" #: community/apps/dataset/serializers/problem_serializers.py:50 msgid "Issue ID is passed when modifying, not when creating." msgstr "问题 ID 在修改时传递,创建时不传递" #: community/apps/dataset/serializers/problem_serializers.py:62 #: community/apps/dataset/swagger_api/problem_api.py:51 #: community/apps/dataset/swagger_api/problem_api.py:52 #: community/apps/dataset/swagger_api/problem_api.py:83 #: community/apps/dataset/swagger_api/problem_api.py:84 msgid "problem id list" msgstr "问题 id 列表" #: community/apps/dataset/swagger_api/document_api.py:38 #: community/apps/dataset/swagger_api/document_api.py:52 msgid "1|2|3 1:Vectorization|2:Generate issues|3:Synchronize documents" msgstr "1|2|3 1:向量化|2:生成问题|3:同步文档" #: community/apps/dataset/swagger_api/document_api.py:64 #: community/apps/dataset/swagger_api/document_api.py:65 msgid "state list" msgstr "状态列表" #: community/apps/dataset/swagger_api/image_api.py:22 msgid "image file" msgstr "图片文件" #: community/apps/dataset/swagger_api/problem_api.py:54 #: community/apps/dataset/swagger_api/problem_api.py:55 msgid "Associated paragraph information list" msgstr "关联段落信息列表" #: community/apps/dataset/swagger_api/problem_api.py:131 msgid "Hit num" msgstr "命中数量" #: community/apps/dataset/task/generate.py:95 #, python-brace-format msgid "" "Generate issue based on document: {document_id} error {error}{traceback}" msgstr "生成问题基于文档: {document_id} 错误 {error}{traceback}" #: community/apps/dataset/task/generate.py:99 #, python-brace-format msgid "End--->Generate problem: {document_id}" msgstr "结束--->生成问题: {document_id}" #: community/apps/dataset/task/sync.py:29 #: community/apps/dataset/task/sync.py:43 #, python-brace-format msgid "Start--->Start synchronization web knowledge base:{dataset_id}" msgstr "开始--->开始同步web知识库:{dataset_id}" #: community/apps/dataset/task/sync.py:34 #: community/apps/dataset/task/sync.py:47 #, python-brace-format msgid "End--->End synchronization web knowledge base:{dataset_id}" msgstr "结束--->结束同步web知识库:{dataset_id}" #: community/apps/dataset/task/sync.py:36 #: community/apps/dataset/task/sync.py:49 #, python-brace-format msgid "Synchronize web knowledge base:{dataset_id} error{error}{traceback}" msgstr "同步web知识库:{dataset_id} 错误{error}{traceback}" #: community/apps/dataset/task/tools.py:114 #, python-brace-format msgid "Association problem failed {error}" msgstr "关联问题失败 {error}" #: community/apps/dataset/views/dataset.py:35 #: community/apps/dataset/views/dataset.py:36 msgid "Synchronize the knowledge base of the website" msgstr "同步Web站点知识库" #: community/apps/dataset/views/dataset.py:57 #: community/apps/dataset/views/dataset.py:58 msgid "Create QA knowledge base" msgstr "创建QA知识库" #: community/apps/dataset/views/dataset.py:77 #: community/apps/dataset/views/dataset.py:78 msgid "Create a web site knowledge base" msgstr "创建web站点知识库" #: community/apps/dataset/views/dataset.py:93 #: community/apps/dataset/views/dataset.py:94 msgid "Get a list of applications available in the knowledge base" msgstr "获取知识库中可用的应用列表" #: community/apps/dataset/views/dataset.py:105 #: community/apps/dataset/views/dataset.py:106 msgid "Get a list of knowledge bases" msgstr "获取知识库列表" #: community/apps/dataset/views/dataset.py:119 #: community/apps/dataset/views/dataset.py:120 msgid "Create a knowledge base" msgstr "创建知识库" #: community/apps/dataset/views/dataset.py:134 msgid "Hit test list" msgstr "命中测试列表" #: community/apps/dataset/views/dataset.py:154 msgid "Re-vectorize" msgstr "重新向量化" #: community/apps/dataset/views/dataset.py:170 msgid "Export knowledge base" msgstr "导出知识库" #: community/apps/dataset/views/dataset.py:184 #: community/apps/dataset/views/dataset.py:185 msgid "Export knowledge base containing images" msgstr "导出包含图片的知识库" #: community/apps/dataset/views/dataset.py:199 msgid "Delete knowledge base" msgstr "删除知识库" #: community/apps/dataset/views/dataset.py:213 #: community/apps/dataset/views/dataset.py:214 msgid "Query knowledge base details based on knowledge base id" msgstr "根据知识库id查询知识库详情" #: community/apps/dataset/views/dataset.py:226 #: community/apps/dataset/views/dataset.py:227 msgid "Modify knowledge base information" msgstr "修改知识库信息" #: community/apps/dataset/views/dataset.py:245 #: community/apps/dataset/views/dataset.py:246 #: community/apps/dataset/views/document.py:463 #: community/apps/dataset/views/document.py:464 msgid "Get the knowledge base paginated list" msgstr "获取知识库分页列表" #: community/apps/dataset/views/document.py:31 #: community/apps/dataset/views/document.py:32 msgid "Get QA template" msgstr "获取问答模版" #: community/apps/dataset/views/document.py:44 #: community/apps/dataset/views/document.py:45 msgid "Get form template" msgstr "获取表单模版" #: community/apps/dataset/views/document.py:57 #: community/apps/dataset/views/document.py:58 msgid "Create Web site documents" msgstr "创建web站点文档" #: community/apps/dataset/views/document.py:77 #: community/apps/dataset/views/document.py:78 msgid "Import QA and create documentation" msgstr "导入问答并创建文档" #: community/apps/dataset/views/document.py:98 #: community/apps/dataset/views/document.py:99 msgid "Import tables and create documents" msgstr "导入表格并创建文档" #: community/apps/dataset/views/document.py:118 #: community/apps/dataset/views/document.py:119 msgid "Create document" msgstr "创建文档" #: community/apps/dataset/views/document.py:152 #: community/apps/dataset/views/document.py:153 msgid "Modify document hit processing methods in batches" msgstr "修改文档命中处理方式批量" #: community/apps/dataset/views/document.py:171 #: community/apps/dataset/views/document.py:172 msgid "Create documents in batches" msgstr "批量创建文档" #: community/apps/dataset/views/document.py:187 #: community/apps/dataset/views/document.py:188 msgid "Batch sync documents" msgstr "批量同步文档" #: community/apps/dataset/views/document.py:202 #: community/apps/dataset/views/document.py:203 msgid "Delete documents in batches" msgstr "批量删除文档" #: community/apps/dataset/views/document.py:220 #: community/apps/dataset/views/document.py:221 msgid "Synchronize web site types" msgstr "同步web站点类型" #: community/apps/dataset/views/document.py:239 #: community/apps/dataset/views/document.py:240 msgid "Cancel task" msgstr "取消任务" #: community/apps/dataset/views/document.py:260 #: community/apps/dataset/views/document.py:261 msgid "Cancel tasks in batches" msgstr "批量取消任务" #: community/apps/dataset/views/document.py:279 #: community/apps/dataset/views/document.py:280 msgid "Refresh document vector library" msgstr "刷新文档向量库" #: community/apps/dataset/views/document.py:300 #: community/apps/dataset/views/document.py:301 msgid "Batch refresh document vector library" msgstr "批量刷新文档向量库" #: community/apps/dataset/views/document.py:319 #: community/apps/dataset/views/document.py:320 msgid "Migrate documents in batches" msgstr "批量迁移文档" #: community/apps/dataset/views/document.py:346 #: community/apps/dataset/views/document.py:347 msgid "Export document" msgstr "导出文档" #: community/apps/dataset/views/document.py:361 #: community/apps/dataset/views/document.py:362 msgid "Export Zip document" msgstr "导出Zip文档" #: community/apps/dataset/views/document.py:376 #: community/apps/dataset/views/document.py:377 msgid "Get document details" msgstr "获取文档详情" #: community/apps/dataset/views/document.py:391 #: community/apps/dataset/views/document.py:392 msgid "Modify document" msgstr "修改文档" #: community/apps/dataset/views/document.py:409 #: community/apps/dataset/views/document.py:410 msgid "Delete document" msgstr "删除文档" #: community/apps/dataset/views/document.py:427 #: community/apps/dataset/views/document.py:428 msgid "Get a list of segment IDs" msgstr "获取分段id列表" #: community/apps/dataset/views/document.py:439 #: community/apps/dataset/views/document.py:440 msgid "Segmented document" msgstr "分段文档" #: community/apps/dataset/views/file.py:42 #: community/apps/dataset/views/file.py:43 msgid "Get file" msgstr "获取文件" #: community/apps/dataset/views/image.py:28 #: community/apps/dataset/views/image.py:29 #: community/apps/dataset/views/image.py:34 msgid "Upload image" msgstr "上传图片" #: community/apps/dataset/views/image.py:35 #: community/apps/dataset/views/image.py:44 msgid "Image" msgstr "图片" #: community/apps/dataset/views/image.py:42 #: community/apps/dataset/views/image.py:43 msgid "Get Image" msgstr "获取图片" #: community/apps/dataset/views/paragraph.py:28 #: community/apps/dataset/views/paragraph.py:29 msgid "Paragraph list" msgstr "段落列表" #: community/apps/dataset/views/paragraph.py:32 #: community/apps/dataset/views/paragraph.py:51 #: community/apps/dataset/views/paragraph.py:69 #: community/apps/dataset/views/paragraph.py:85 #: community/apps/dataset/views/paragraph.py:103 #: community/apps/dataset/views/paragraph.py:121 #: community/apps/dataset/views/paragraph.py:140 #: community/apps/dataset/views/paragraph.py:156 #: community/apps/dataset/views/paragraph.py:172 #: community/apps/dataset/views/paragraph.py:193 #: community/apps/dataset/views/paragraph.py:211 #: community/apps/dataset/views/paragraph.py:238 msgid "Knowledge Base/Documentation/Paragraph" msgstr "知识库/文档/段落" #: community/apps/dataset/views/paragraph.py:46 #: community/apps/dataset/views/paragraph.py:47 msgid "Create Paragraph" msgstr "创建段落" #: community/apps/dataset/views/paragraph.py:64 #: community/apps/dataset/views/paragraph.py:65 msgid "Add associated questions" msgstr "添加关联问题" #: community/apps/dataset/views/paragraph.py:80 #: community/apps/dataset/views/paragraph.py:81 msgid "Get a list of paragraph questions" msgstr "获取段落问题列表" #: community/apps/dataset/views/paragraph.py:99 #: community/apps/dataset/views/paragraph.py:100 msgid "Disassociation issue" msgstr "取消关联问题" #: community/apps/dataset/views/paragraph.py:117 #: community/apps/dataset/views/paragraph.py:118 msgid "Related questions" msgstr "关联问题" #: community/apps/dataset/views/paragraph.py:135 #: community/apps/dataset/views/paragraph.py:136 msgid "Modify paragraph data" msgstr "修改段落数据" #: community/apps/dataset/views/paragraph.py:152 #: community/apps/dataset/views/paragraph.py:153 msgid "Get paragraph details" msgstr "获取段落详情" #: community/apps/dataset/views/paragraph.py:168 #: community/apps/dataset/views/paragraph.py:169 msgid "Delete paragraph" msgstr "删除段落" #: community/apps/dataset/views/paragraph.py:187 #: community/apps/dataset/views/paragraph.py:188 msgid "Delete paragraphs in batches" msgstr "批量删除段落" #: community/apps/dataset/views/paragraph.py:206 #: community/apps/dataset/views/paragraph.py:207 msgid "Migrate paragraphs in batches" msgstr "批量迁移段落" #: community/apps/dataset/views/paragraph.py:233 #: community/apps/dataset/views/paragraph.py:234 msgid "Get paragraph list by pagination" msgstr "获取分页段落列表" #: community/apps/dataset/views/problem.py:28 #: community/apps/dataset/views/problem.py:29 msgid "Question list" msgstr "问题列表" #: community/apps/dataset/views/problem.py:32 #: community/apps/dataset/views/problem.py:50 #: community/apps/dataset/views/problem.py:68 #: community/apps/dataset/views/problem.py:88 #: community/apps/dataset/views/problem.py:103 #: community/apps/dataset/views/problem.py:120 #: community/apps/dataset/views/problem.py:136 #: community/apps/dataset/views/problem.py:155 msgid "Knowledge Base/Documentation/Paragraph/Question" msgstr "知识库/文档/段落/问题" #: community/apps/dataset/views/problem.py:45 #: community/apps/dataset/views/problem.py:46 msgid "Create question" msgstr "创建问题" #: community/apps/dataset/views/problem.py:64 #: community/apps/dataset/views/problem.py:65 msgid "Get a list of associated paragraphs" msgstr "获取关联段落列表" #: community/apps/dataset/views/problem.py:82 #: community/apps/dataset/views/problem.py:83 msgid "Batch deletion issues" msgstr "批量删除问题" #: community/apps/dataset/views/problem.py:98 #: community/apps/dataset/views/problem.py:99 msgid "Batch associated paragraphs" msgstr "批量关联段落" #: community/apps/dataset/views/problem.py:116 #: community/apps/dataset/views/problem.py:117 msgid "Delete question" msgstr "删除问题" #: community/apps/dataset/views/problem.py:131 #: community/apps/dataset/views/problem.py:132 msgid "Modify question" msgstr "修改问题" #: community/apps/dataset/views/problem.py:150 #: community/apps/dataset/views/problem.py:151 msgid "Get the list of questions by page" msgstr "获取分页问题列表" #: community/apps/embedding/task/embedding.py:30 #: community/apps/embedding/task/embedding.py:81 #, python-brace-format msgid "Failed to obtain vector model: {error} {traceback}" msgstr "获取向量模型失败: {error} {traceback}" #: community/apps/embedding/task/embedding.py:110 #, python-brace-format msgid "Start--->Vectorized dataset: {dataset_id}" msgstr "开始--->向量化知识库: {dataset_id}" #: community/apps/embedding/task/embedding.py:114 #, python-brace-format msgid "Dataset documentation: {document_names}" msgstr "知识库文档: {document_names}" #: community/apps/embedding/task/embedding.py:127 #, python-brace-format msgid "End--->Vectorized dataset: {dataset_id}" msgstr "结束--->向量化知识库: {dataset_id}" #: community/apps/function_lib/serializers/function_lib_serializer.py:70 #: community/apps/function_lib/serializers/function_lib_serializer.py:83 #: community/apps/function_lib/swagger_api/function_lib_api.py:68 #: community/apps/function_lib/swagger_api/function_lib_api.py:69 #: community/apps/function_lib/swagger_api/function_lib_api.py:84 #: community/apps/function_lib/swagger_api/function_lib_api.py:85 #: community/apps/function_lib/swagger_api/function_lib_api.py:130 #: community/apps/function_lib/swagger_api/function_lib_api.py:131 #: community/apps/function_lib/swagger_api/function_lib_api.py:176 #: community/apps/function_lib/swagger_api/function_lib_api.py:177 msgid "variable name" msgstr "变量名" #: community/apps/function_lib/serializers/function_lib_serializer.py:71 #: community/apps/function_lib/swagger_api/function_lib_api.py:88 #: community/apps/function_lib/swagger_api/function_lib_api.py:89 #: community/apps/function_lib/swagger_api/function_lib_api.py:134 #: community/apps/function_lib/swagger_api/function_lib_api.py:135 #: community/apps/function_lib/swagger_api/function_lib_api.py:180 #: community/apps/function_lib/swagger_api/function_lib_api.py:181 msgid "required" msgstr "必填" #: community/apps/function_lib/serializers/function_lib_serializer.py:74 msgid "fields only support string|int|dict|array|float" msgstr "字段只支持string|int|dict|array|float" #: community/apps/function_lib/serializers/function_lib_serializer.py:85 #: community/apps/function_lib/swagger_api/function_lib_api.py:72 #: community/apps/function_lib/swagger_api/function_lib_api.py:73 msgid "variable value" msgstr "变量值" #: community/apps/function_lib/serializers/function_lib_serializer.py:93 #: community/apps/function_lib/serializers/function_lib_serializer.py:104 #: community/apps/function_lib/serializers/function_lib_serializer.py:119 #: community/apps/function_lib/serializers/py_lint_serializer.py:23 #: community/apps/function_lib/swagger_api/function_lib_api.py:28 #: community/apps/function_lib/swagger_api/function_lib_api.py:29 #: community/apps/function_lib/swagger_api/function_lib_api.py:75 #: community/apps/function_lib/swagger_api/function_lib_api.py:76 #: community/apps/function_lib/swagger_api/function_lib_api.py:117 #: community/apps/function_lib/swagger_api/function_lib_api.py:118 #: community/apps/function_lib/swagger_api/function_lib_api.py:163 #: community/apps/function_lib/swagger_api/function_lib_api.py:164 #: community/apps/function_lib/swagger_api/py_lint_api.py:22 #: community/apps/function_lib/swagger_api/py_lint_api.py:23 msgid "function content" msgstr "函数内容" #: community/apps/function_lib/serializers/function_lib_serializer.py:98 #: community/apps/function_lib/serializers/function_lib_serializer.py:114 #: community/apps/function_lib/serializers/function_lib_serializer.py:135 #: community/apps/function_lib/serializers/function_lib_serializer.py:388 #: community/apps/function_lib/swagger_api/function_lib_api.py:24 #: community/apps/function_lib/swagger_api/function_lib_api.py:25 #: community/apps/function_lib/swagger_api/function_lib_api.py:46 #: community/apps/function_lib/swagger_api/function_lib_api.py:113 #: community/apps/function_lib/swagger_api/function_lib_api.py:114 #: community/apps/function_lib/swagger_api/function_lib_api.py:159 #: community/apps/function_lib/swagger_api/function_lib_api.py:160 msgid "function name" msgstr "函数名" #: community/apps/function_lib/serializers/function_lib_serializer.py:101 #: community/apps/function_lib/serializers/function_lib_serializer.py:117 #: community/apps/function_lib/serializers/function_lib_serializer.py:138 #: community/apps/function_lib/swagger_api/function_lib_api.py:26 #: community/apps/function_lib/swagger_api/function_lib_api.py:27 #: community/apps/function_lib/swagger_api/function_lib_api.py:51 #: community/apps/function_lib/swagger_api/function_lib_api.py:115 #: community/apps/function_lib/swagger_api/function_lib_api.py:116 #: community/apps/function_lib/swagger_api/function_lib_api.py:161 #: community/apps/function_lib/swagger_api/function_lib_api.py:162 msgid "function description" msgstr "函数描述" #: community/apps/function_lib/serializers/function_lib_serializer.py:232 msgid "field has no value set" msgstr "字段没有设置值" #: community/apps/function_lib/serializers/function_lib_serializer.py:248 #: community/apps/function_lib/serializers/function_lib_serializer.py:253 msgid "type error" msgstr "类型错误" #: community/apps/function_lib/serializers/function_lib_serializer.py:256 #, python-brace-format msgid "Field: {name} Type: {_type} Value: {value} Type conversion error" msgstr "字段: {name} 类型: {_type} 值: {value} 类型转换错误" #: community/apps/function_lib/serializers/function_lib_serializer.py:261 msgid "function id" msgstr "函数 id" #: community/apps/function_lib/serializers/function_lib_serializer.py:267 #: community/apps/function_lib/serializers/function_lib_serializer.py:303 #: community/apps/function_lib/serializers/function_lib_serializer.py:366 #: community/apps/function_lib/serializers/function_lib_serializer.py:396 msgid "Function does not exist" msgstr "函数不存在" #: community/apps/function_lib/serializers/function_lib_serializer.py:357 #: community/apps/function_lib/serializers/function_lib_serializer.py:386 #, fuzzy #| msgid "function" msgid "function ID" msgstr "函数" #: community/apps/function_lib/swagger_api/function_lib_api.py:23 #: community/apps/function_lib/swagger_api/function_lib_api.py:205 msgid "ID" msgstr "" #: community/apps/function_lib/swagger_api/function_lib_api.py:30 #: community/apps/function_lib/swagger_api/function_lib_api.py:31 msgid "input field" msgstr "输入字段" #: community/apps/function_lib/swagger_api/function_lib_api.py:62 #: community/apps/function_lib/swagger_api/function_lib_api.py:78 #: community/apps/function_lib/swagger_api/function_lib_api.py:124 #: community/apps/function_lib/swagger_api/function_lib_api.py:170 msgid "Input variable list" msgstr "输入变量列表" #: community/apps/function_lib/swagger_api/function_lib_api.py:94 #: community/apps/function_lib/swagger_api/function_lib_api.py:140 #: community/apps/function_lib/swagger_api/function_lib_api.py:186 msgid "Field type string|int|dict|array|float" msgstr "字段类型 string|int|dict|array|float" #: community/apps/function_lib/swagger_api/function_lib_api.py:100 #: community/apps/function_lib/swagger_api/function_lib_api.py:146 #: community/apps/function_lib/swagger_api/function_lib_api.py:192 msgid "The source only supports custom|reference" msgstr "来源只支持custom|reference" #: community/apps/function_lib/views/function_lib_views.py:28 #: community/apps/function_lib/views/function_lib_views.py:29 msgid "Get function list" msgstr "获取函数列表" #: community/apps/function_lib/views/function_lib_views.py:30 #: community/apps/function_lib/views/function_lib_views.py:46 #: community/apps/function_lib/views/function_lib_views.py:59 #: community/apps/function_lib/views/function_lib_views.py:74 #: community/apps/function_lib/views/function_lib_views.py:85 #: community/apps/function_lib/views/function_lib_views.py:95 #: community/apps/function_lib/views/function_lib_views.py:111 #: community/apps/function_lib/views/py_lint.py:29 msgid "Function" msgstr "函数" #: community/apps/function_lib/views/function_lib_views.py:43 #: community/apps/function_lib/views/function_lib_views.py:44 msgid "Create function" msgstr "创建函数" #: community/apps/function_lib/views/function_lib_views.py:56 #: community/apps/function_lib/views/function_lib_views.py:57 msgid "Debug function" msgstr "调试函数" #: community/apps/function_lib/views/function_lib_views.py:71 #: community/apps/function_lib/views/function_lib_views.py:72 msgid "Update function" msgstr "更新函数" #: community/apps/function_lib/views/function_lib_views.py:83 #: community/apps/function_lib/views/function_lib_views.py:84 msgid "Delete function" msgstr "删除函数" #: community/apps/function_lib/views/function_lib_views.py:93 #: community/apps/function_lib/views/function_lib_views.py:94 msgid "Get function details" msgstr "获取函数详情" #: community/apps/function_lib/views/function_lib_views.py:106 #: community/apps/function_lib/views/function_lib_views.py:107 msgid "Get function list by pagination" msgstr "获取分页函数列表" #: community/apps/function_lib/views/function_lib_views.py:129 #, fuzzy #| msgid "not a function" msgid "Import function" msgstr "不是函数" #: community/apps/function_lib/views/function_lib_views.py:143 #, fuzzy #| msgid "not a function" msgid "Export function" msgstr "不是函数" #: community/apps/function_lib/views/py_lint.py:26 #: community/apps/function_lib/views/py_lint.py:27 msgid "Check code" msgstr "检查代码" #: community/apps/setting/models_provider/base_model_provider.py:66 msgid "Model type cannot be empty" msgstr "模型类型不能为空" #: community/apps/setting/models_provider/base_model_provider.py:91 msgid "The current platform does not support downloading models" msgstr "当前平台不支持下载模型" #: community/apps/setting/models_provider/base_model_provider.py:146 msgid "LLM" msgstr "大语言模型" #: community/apps/setting/models_provider/base_model_provider.py:147 msgid "Embedding Model" msgstr "向量模型" #: community/apps/setting/models_provider/base_model_provider.py:148 msgid "Speech2Text" msgstr "语音识别" #: community/apps/setting/models_provider/base_model_provider.py:149 msgid "TTS" msgstr "语音合成" #: community/apps/setting/models_provider/base_model_provider.py:150 msgid "Vision Model" msgstr "视觉模型" #: community/apps/setting/models_provider/base_model_provider.py:151 msgid "Image Generation" msgstr "图片生成" #: community/apps/setting/models_provider/base_model_provider.py:152 msgid "Rerank" msgstr "重排模型" #: community/apps/setting/models_provider/base_model_provider.py:226 msgid "The model does not support" msgstr "模型不支持" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/aliyun_bai_lian_model_provider.py:42 msgid "" "With the GTE-Rerank text sorting series model developed by Alibaba Tongyi " "Lab, developers can integrate high-quality text retrieval and sorting " "through the LlamaIndex framework." msgstr "" "阿里巴巴通义实验室开发的GTE-Rerank文本排序系列模型,开发者可以通过LlamaIndex" "框架进行集成高质量文本检索、排序。" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/aliyun_bai_lian_model_provider.py:45 msgid "" "Chinese (including various dialects such as Cantonese), English, Japanese, " "and Korean support free switching between multiple languages." msgstr "中文(含粤语等各种方言)、英文、日语、韩语支持多个语种自由切换" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/aliyun_bai_lian_model_provider.py:48 msgid "" "CosyVoice is based on a new generation of large generative speech models, " "which can predict emotions, intonation, rhythm, etc. based on context, and " "has better anthropomorphic effects." msgstr "" "CosyVoice基于新一代生成式语音大模型,能根据上下文预测情绪、语调、韵律等,具有" "更好的拟人效果" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/aliyun_bai_lian_model_provider.py:51 msgid "" "Universal text vector is Tongyi Lab's multi-language text unified vector " "model based on the LLM base. It provides high-level vector services for " "multiple mainstream languages around the world and helps developers quickly " "convert text data into high-quality vector data." msgstr "" "通用文本向量,是通义实验室基于LLM底座的多语言文本统一向量模型,面向全球多个主" "流语种,提供高水准的向量服务,帮助开发者将文本数据快速转换为高质量的向量数" "据。" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/aliyun_bai_lian_model_provider.py:69 #: community/apps/setting/models_provider/impl/qwen_model_provider/qwen_model_provider.py:40 msgid "" "Tongyi Wanxiang - a large image model for text generation, supports " "bilingual input in Chinese and English, and supports the input of reference " "pictures for reference content or reference style migration. Key styles " "include but are not limited to watercolor, oil painting, Chinese painting, " "sketch, flat illustration, two-dimensional, and 3D. Cartoon." msgstr "" "通义万相-文本生成图像大模型,支持中英文双语输入,支持输入参考图片进行参考内容" "或者参考风格迁移,重点风格包括但不限于水彩、油画、中国画、素描、扁平插画、二" "次元、3D卡通。" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/aliyun_bai_lian_model_provider.py:95 msgid "Alibaba Cloud Bailian" msgstr "阿里云百炼" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/embedding.py:28 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:47 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:40 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/reranker.py:28 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/stt.py:21 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:68 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:55 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:42 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/embedding.py:21 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:40 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/embedding.py:27 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:45 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/stt.py:23 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:58 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tts.py:41 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/embedding.py:26 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:41 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/stt.py:21 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/local_model_provider/credential/embedding.py:27 #: community/apps/setting/models_provider/impl/local_model_provider/credential/reranker.py:28 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/embedding.py:26 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/image.py:39 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:44 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/reranker.py:27 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/reranker.py:31 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/embedding.py:26 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:44 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/stt.py:22 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:61 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tts.py:40 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:47 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:68 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/embedding.py:26 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:44 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/reranker.py:28 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/stt.py:22 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:61 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tts.py:40 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/embedding.py:19 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:47 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:78 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/embedding.py:26 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/image.py:42 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:39 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/embedding.py:26 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:42 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/stt.py:25 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tti.py:41 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:53 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/embedding.py:27 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:46 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/embedding.py:27 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/image.py:29 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:66 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/stt.py:24 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:47 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/embedding.py:19 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:41 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:39 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/reranker.py:25 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/stt.py:21 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:59 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:39 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:41 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/tti.py:40 #, python-brace-format msgid "{model_type} Model type is not supported" msgstr "模型类型 {model_type} 不支持" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/embedding.py:32 #, python-brace-format msgid "{key} is required" msgstr "{key} 是必填项" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/embedding.py:37 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:56 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:50 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/reranker.py:37 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/model/tti.py:43 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/model/tts.py:37 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:52 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:57 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/embedding.py:34 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:53 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/embedding.py:37 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:55 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:57 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:57 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/embedding.py:36 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:51 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:57 #: community/apps/setting/models_provider/impl/gemini_model_provider/model/stt.py:43 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:57 #: community/apps/setting/models_provider/impl/local_model_provider/credential/embedding.py:36 #: community/apps/setting/models_provider/impl/local_model_provider/credential/reranker.py:37 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/embedding.py:37 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/reranker.py:44 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/embedding.py:36 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:54 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:58 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:56 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:56 #: community/apps/setting/models_provider/impl/qwen_model_provider/model/tti.py:43 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/embedding.py:36 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:54 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:58 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/reranker.py:37 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:58 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/embedding.py:23 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:56 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/llm.py:51 #: community/apps/setting/models_provider/impl/tencent_model_provider/model/tti.py:54 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/embedding.py:36 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:50 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/embedding.py:36 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:52 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:57 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/model/tts.py:77 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:60 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:76 #: community/apps/setting/models_provider/impl/xf_model_provider/model/tts.py:101 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:51 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:50 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/reranker.py:34 #: community/apps/setting/models_provider/impl/xinference_model_provider/model/tts.py:44 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:51 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:56 #: community/apps/setting/models_provider/impl/zhipu_model_provider/model/tti.py:49 msgid "Hello" msgstr "你好!" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/embedding.py:44 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:66 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:58 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/reranker.py:44 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/stt.py:38 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:86 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:73 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:62 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:65 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/embedding.py:42 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:61 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:65 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/stt.py:40 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:77 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tts.py:58 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:65 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/embedding.py:43 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:61 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:66 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/stt.py:38 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:64 #: community/apps/setting/models_provider/impl/local_model_provider/credential/embedding.py:44 #: community/apps/setting/models_provider/impl/local_model_provider/credential/reranker.py:45 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/reranker.py:51 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/embedding.py:43 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:64 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:66 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/stt.py:39 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:80 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tts.py:58 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:66 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:64 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:86 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/embedding.py:43 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:64 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:66 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/reranker.py:44 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/stt.py:39 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:80 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tts.py:58 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:66 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/embedding.py:30 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:66 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/llm.py:57 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:104 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/embedding.py:43 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/image.py:62 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:55 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/embedding.py:43 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:62 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:66 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/stt.py:42 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tti.py:58 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:70 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/embedding.py:38 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/embedding.py:38 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/image.py:50 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:84 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/stt.py:41 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:65 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:60 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/reranker.py:40 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/stt.py:37 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:77 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:56 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:61 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:64 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/tti.py:59 #, python-brace-format msgid "" "Verification failed, please check whether the parameters are correct: {error}" msgstr "验证失败,请检查参数是否正确: {error}" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:22 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:15 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:15 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:14 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:17 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:15 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/image.py:12 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:20 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:17 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:22 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:17 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:22 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/llm.py:14 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/image.py:15 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:15 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:15 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:22 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:41 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:14 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:15 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:15 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:22 msgid "Temperature" msgstr "温度" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:23 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:16 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:16 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:15 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:18 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:16 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/image.py:13 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:21 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:18 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:23 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:18 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:23 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/llm.py:15 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/image.py:16 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:16 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:16 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:42 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:15 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:16 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:16 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:23 msgid "" "Higher values make the output more random, while lower values make it more " "focused and deterministic" msgstr "较高的数值会使输出更加随机,而较低的数值会使其更加集中和确定" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:31 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:24 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:24 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:23 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:26 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:24 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/image.py:21 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:29 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:26 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:31 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:26 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:31 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/image.py:24 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:24 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:24 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:31 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:50 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:23 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:24 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:24 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:31 msgid "Output the maximum Tokens" msgstr "输出最大Token数" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:32 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:25 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:25 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:24 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:27 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:25 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/image.py:22 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:30 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:27 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:32 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:27 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:32 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/image.py:25 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:25 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:25 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:32 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:51 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:24 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:25 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:25 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:32 msgid "Specify the maximum number of tokens that the model can generate" msgstr "指定模型可以生成的最大 tokens 数" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/image.py:51 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/llm.py:45 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/reranker.py:32 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/stt.py:26 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:72 #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:60 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:47 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/embedding.py:32 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/image.py:50 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/stt.py:28 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:63 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tts.py:46 #: community/apps/setting/models_provider/impl/deepseek_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/image.py:46 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/gemini_model_provider/credential/stt.py:26 #: community/apps/setting/models_provider/impl/kimi_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/local_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/local_model_provider/credential/reranker.py:32 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/embedding.py:46 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:62 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/reranker.py:63 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/image.py:49 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/stt.py:27 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:66 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tts.py:45 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/image.py:51 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/llm.py:51 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:72 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/image.py:49 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/reranker.py:32 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/stt.py:27 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:66 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tts.py:45 #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/image.py:51 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/image.py:47 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:65 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/embedding.py:31 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/image.py:47 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/llm.py:52 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/stt.py:30 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tti.py:46 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:58 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:55 #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:72 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/image.py:34 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/llm.py:71 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/stt.py:29 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:52 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/embedding.py:40 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/image.py:46 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:59 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/reranker.py:29 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/stt.py:26 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:64 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:44 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/image.py:46 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/llm.py:51 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/tti.py:45 #, python-brace-format msgid "{key} is required" msgstr "{key} 是必填项" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:22 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:15 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:15 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:22 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:15 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tti.py:15 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:14 #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/tti.py:15 msgid "Image size" msgstr "图片尺寸" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:22 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:15 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:22 msgid "Specify the size of the generated image, such as: 1024x1024" msgstr "指定生成图片的尺寸, 如: 1024x1024" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:34 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:40 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:43 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:34 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:43 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:41 msgid "Number of pictures" msgstr "图片数量" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:34 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:40 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:34 msgid "Specify the number of generated images" msgstr "指定生成图片的数量" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:41 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:41 msgid "Style" msgstr "风格" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:41 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:41 msgid "Specify the style of generated images" msgstr "指定生成图片的风格" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:45 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:45 msgid "Default value, the image style is randomly output by the model" msgstr "默认值,图片风格由模型随机输出" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:46 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:46 msgid "photography" msgstr "摄影" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:47 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:47 msgid "Portraits" msgstr "人像写真" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:48 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:48 msgid "3D cartoon" msgstr "3D卡通" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:49 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:49 msgid "animation" msgstr "动画" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:50 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:50 msgid "painting" msgstr "油画" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:51 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:51 msgid "watercolor" msgstr "水彩" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:52 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:52 msgid "sketch" msgstr "素描" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:53 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:53 msgid "Chinese painting" msgstr "中国画" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tti.py:54 #: community/apps/setting/models_provider/impl/qwen_model_provider/credential/tti.py:54 msgid "flat illustration" msgstr "扁平插画" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:15 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:15 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:15 msgid "timbre" msgstr "音色" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:15 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:15 msgid "Chinese sounds can support mixed scenes of Chinese and English" msgstr "中文音色支持中英文混合场景" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:20 msgid "Long Xiaochun" msgstr "龙小淳" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:21 msgid "Long Xiaoxia" msgstr "龙小夏" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:22 msgid "Long Xiaochen" msgstr "龙小诚" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:23 msgid "Long Xiaobai" msgstr "龙小白" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:24 msgid "Long laotie" msgstr "龙老铁" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:25 msgid "Long Shu" msgstr "龙书" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:26 msgid "Long Shuo" msgstr "龙硕" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:27 msgid "Long Jing" msgstr "龙婧" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:28 msgid "Long Miao" msgstr "龙妙" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:29 msgid "Long Yue" msgstr "龙悦" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:30 msgid "Long Yuan" msgstr "龙媛" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:31 msgid "Long Fei" msgstr "龙飞" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:32 msgid "Long Jielidou" msgstr "龙杰力豆" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:33 msgid "Long Tong" msgstr "龙彤" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:34 msgid "Long Xiang" msgstr "龙祥" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:39 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:33 #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:28 msgid "speaking speed" msgstr "语速" #: community/apps/setting/models_provider/impl/aliyun_bai_lian_model_provider/credential/tts.py:39 msgid "[0.5,2], the default is 1, usually one decimal place is enough" msgstr "[0.5,2],默认为1,通常一位小数就足够了" #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:34 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:74 msgid "API URL" msgstr "" #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/image.py:35 #: community/apps/setting/models_provider/impl/anthropic_model_provider/credential/llm.py:75 msgid "API Key" msgstr "" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:36 msgid "" "An update to Claude 2 that doubles the context window and improves " "reliability, hallucination rates, and evidence-based accuracy in long " "documents and RAG contexts." msgstr "" "Claude 2 的更新,采用双倍的上下文窗口,并在长文档和 RAG 上下文中提高可靠性、" "幻觉率和循证准确性。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:43 msgid "" "Anthropic is a powerful model that can handle a variety of tasks, from " "complex dialogue and creative content generation to detailed command " "obedience." msgstr "" "Anthropic 功能强大的模型,可处理各种任务,从复杂的对话和创意内容生成到详细的" "指令服从。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:50 msgid "" "The Claude 3 Haiku is Anthropic's fastest and most compact model, with near-" "instant responsiveness. The model can answer simple queries and requests " "quickly. Customers will be able to build seamless AI experiences that mimic " "human interactions. Claude 3 Haiku can process images and return text " "output, and provides 200K context windows." msgstr "" "Claude 3 Haiku 是 Anthropic 最快速、最紧凑的模型,具有近乎即时的响应能力。该" "模型可以快速回答简单的查询和请求。客户将能够构建模仿人类交互的无缝人工智能体" "验。 Claude 3 Haiku 可以处理图像和返回文本输出,并且提供 200K 上下文窗口。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:57 msgid "" "The Claude 3 Sonnet model from Anthropic strikes the ideal balance between " "intelligence and speed, especially when it comes to handling enterprise " "workloads. This model offers maximum utility while being priced lower than " "competing products, and it's been engineered to be a solid choice for " "deploying AI at scale." msgstr "" "Anthropic 推出的 Claude 3 Sonnet 模型在智能和速度之间取得理想的平衡,尤其是在" "处理企业工作负载方面。该模型提供最大的效用,同时价格低于竞争产品,并且其经过" "精心设计,是大规模部署人工智能的可靠选择。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:64 msgid "" "The Claude 3.5 Sonnet raises the industry standard for intelligence, " "outperforming competing models and the Claude 3 Opus in extensive " "evaluations, with the speed and cost-effectiveness of our mid-range models." msgstr "" "Claude 3.5 Sonnet提高了智能的行业标准,在广泛的评估中超越了竞争对手的型号和" "Claude 3 Opus,具有我们中端型号的速度和成本效益。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:71 msgid "" "A faster, more affordable but still very powerful model that can handle a " "range of tasks including casual conversation, text analysis, summarization " "and document question answering." msgstr "" "一种更快速、更实惠但仍然非常强大的模型,它可以处理一系列任务,包括随意对话、" "文本分析、摘要和文档问题回答。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:78 msgid "" "Titan Text Premier is the most powerful and advanced model in the Titan Text " "series, designed to deliver exceptional performance for a variety of " "enterprise applications. With its cutting-edge features, it delivers greater " "accuracy and outstanding results, making it an excellent choice for " "organizations looking for a top-notch text processing solution." msgstr "" "Titan Text Premier 是 Titan Text 系列中功能强大且先进的型号,旨在为各种企业应" "用程序提供卓越的性能。凭借其尖端功能,它提供了更高的准确性和出色的结果,使其" "成为寻求一流文本处理解决方案的组织的绝佳选择。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:85 msgid "" "Amazon Titan Text Lite is a lightweight, efficient model ideal for fine-" "tuning English-language tasks, including summarization and copywriting, " "where customers require smaller, more cost-effective, and highly " "customizable models." msgstr "" "Amazon Titan Text Lite 是一种轻量级的高效模型,非常适合英语任务的微调,包括摘" "要和文案写作等,在这种场景下,客户需要更小、更经济高效且高度可定制的模型" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:91 msgid "" "Amazon Titan Text Express has context lengths of up to 8,000 tokens, making " "it ideal for a variety of high-level general language tasks, such as open-" "ended text generation and conversational chat, as well as support in " "retrieval-augmented generation (RAG). At launch, the model is optimized for " "English, but other languages are supported." msgstr "" "Amazon Titan Text Express 的上下文长度长达 8000 个 tokens,因而非常适合各种高" "级常规语言任务,例如开放式文本生成和对话式聊天,以及检索增强生成(RAG)中的支" "持。在发布时,该模型针对英语进行了优化,但也支持其他语言。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:97 msgid "" "7B dense converter for rapid deployment and easy customization. Small in " "size yet powerful in a variety of use cases. Supports English and code, as " "well as 32k context windows." msgstr "" "7B 密集型转换器,可快速部署,易于定制。体积虽小,但功能强大,适用于各种用例。" "支持英语和代码,以及 32k 的上下文窗口。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:103 msgid "" "Advanced Mistral AI large-scale language model capable of handling any " "language task, including complex multilingual reasoning, text understanding, " "transformation, and code generation." msgstr "" "先进的 Mistral AI 大型语言模型,能够处理任何语言任务,包括复杂的多语言推理、" "文本理解、转换和代码生成。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:109 msgid "" "Ideal for content creation, conversational AI, language understanding, R&D, " "and enterprise applications" msgstr "非常适合内容创作、会话式人工智能、语言理解、研发和企业应用" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:115 msgid "" "Ideal for limited computing power and resources, edge devices, and faster " "training times." msgstr "非常适合有限的计算能力和资源、边缘设备和更快的训练时间。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/aws_bedrock_model_provider.py:123 msgid "" "Titan Embed Text is the largest embedding model in the Amazon Titan Embed " "series and can handle various text embedding tasks, such as text " "classification, text similarity calculation, etc." msgstr "" "Titan Embed Text 是 Amazon Titan Embed 系列中最大的嵌入模型,可以处理各种文本" "嵌入任务,如文本分类、文本相似度计算等。" #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/embedding.py:28 #: community/apps/setting/models_provider/impl/aws_bedrock_model_provider/credential/llm.py:47 #, python-brace-format msgid "The following fields are required: {keys}" msgstr "以下字段是必填项: {keys}" #: community/apps/setting/models_provider/impl/azure_model_provider/credential/embedding.py:44 #: community/apps/setting/models_provider/impl/azure_model_provider/credential/llm.py:64 msgid "Verification failed, please check whether the parameters are correct" msgstr "验证失败,请检查参数是否正确" #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tti.py:28 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:29 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:29 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:28 msgid "Picture quality" msgstr "图片质量" #: community/apps/setting/models_provider/impl/azure_model_provider/credential/tts.py:17 #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tts.py:17 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tts.py:17 msgid "" "Try out the different sounds (Alloy, Echo, Fable, Onyx, Nova, and Sparkle) " "to find one that suits your desired tone and audience. The current voiceover " "is optimized for English." msgstr "" "尝试不同的声音(合金、回声、寓言、缟玛瑙、新星和闪光),找到一种适合您所需的" "音调和听众的声音。当前的语音针对英语进行了优化。" #: community/apps/setting/models_provider/impl/deepseek_model_provider/deepseek_model_provider.py:24 msgid "Good at common conversational tasks, supports 32K contexts" msgstr "擅长通用对话任务,支持 32K 上下文" #: community/apps/setting/models_provider/impl/deepseek_model_provider/deepseek_model_provider.py:29 msgid "Good at handling programming tasks, supports 16K contexts" msgstr "擅长处理编程任务,支持 16K 上下文" #: community/apps/setting/models_provider/impl/gemini_model_provider/gemini_model_provider.py:32 msgid "Latest Gemini 1.0 Pro model, updated with Google update" msgstr "最新的 Gemini 1.0 Pro 模型,更新了 Google 更新" #: community/apps/setting/models_provider/impl/gemini_model_provider/gemini_model_provider.py:36 msgid "Latest Gemini 1.0 Pro Vision model, updated with Google update" msgstr "最新的Gemini 1.0 Pro Vision模型,随Google更新而更新" #: community/apps/setting/models_provider/impl/gemini_model_provider/gemini_model_provider.py:43 #: community/apps/setting/models_provider/impl/gemini_model_provider/gemini_model_provider.py:47 #: community/apps/setting/models_provider/impl/gemini_model_provider/gemini_model_provider.py:54 #: community/apps/setting/models_provider/impl/gemini_model_provider/gemini_model_provider.py:58 msgid "Latest Gemini 1.5 Flash model, updated with Google updates" msgstr "最新的Gemini 1.5 Flash模型,随Google更新而更新" #: community/apps/setting/models_provider/impl/gemini_model_provider/model/stt.py:53 msgid "convert audio to text" msgstr "将音频转换为文本" #: community/apps/setting/models_provider/impl/local_model_provider/credential/embedding.py:53 #: community/apps/setting/models_provider/impl/local_model_provider/credential/reranker.py:54 msgid "Model catalog" msgstr "模型目录" #: community/apps/setting/models_provider/impl/local_model_provider/local_model_provider.py:39 msgid "local model" msgstr "本地模型" #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/embedding.py:30 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/image.py:43 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:48 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/reranker.py:35 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:43 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/embedding.py:24 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:44 msgid "API domain name is invalid" msgstr "API域名无效" #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/embedding.py:35 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/image.py:48 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py:53 #: community/apps/setting/models_provider/impl/ollama_model_provider/credential/reranker.py:40 #: community/apps/setting/models_provider/impl/vllm_model_provider/credential/llm.py:47 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/embedding.py:30 #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/llm.py:48 msgid "The model does not exist, please download the model first" msgstr "模型不存在,请先下载模型" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:56 msgid "" "Llama 2 is a set of pretrained and fine-tuned generative text models ranging " "in size from 7 billion to 70 billion. This is a repository of 7B pretrained " "models. Links to other models can be found in the index at the bottom." msgstr "" "Llama 2 是一组经过预训练和微调的生成文本模型,其规模从 70 亿到 700 亿个不等。" "这是 7B 预训练模型的存储库。其他模型的链接可以在底部的索引中找到。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:60 msgid "" "Llama 2 is a set of pretrained and fine-tuned generative text models ranging " "in size from 7 billion to 70 billion. This is a repository of 13B pretrained " "models. Links to other models can be found in the index at the bottom." msgstr "" "Llama 2 是一组经过预训练和微调的生成文本模型,其规模从 70 亿到 700 亿个不等。" "这是 13B 预训练模型的存储库。其他模型的链接可以在底部的索引中找到。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:64 msgid "" "Llama 2 is a set of pretrained and fine-tuned generative text models ranging " "in size from 7 billion to 70 billion. This is a repository of 70B pretrained " "models. Links to other models can be found in the index at the bottom." msgstr "" "Llama 2 是一组经过预训练和微调的生成文本模型,其规模从 70 亿到 700 亿个不等。" "这是 70B 预训练模型的存储库。其他模型的链接可以在底部的索引中找到。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:68 msgid "" "Since the Chinese alignment of Llama2 itself is weak, we use the Chinese " "instruction set to fine-tune meta-llama/Llama-2-13b-chat-hf with LoRA so " "that it has strong Chinese conversation capabilities." msgstr "" "由于Llama2本身的中文对齐较弱,我们采用中文指令集,对meta-llama/Llama-2-13b-" "chat-hf进行LoRA微调,使其具备较强的中文对话能力。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:72 msgid "" "Meta Llama 3: The most capable public product LLM to date. 8 billion " "parameters." msgstr "Meta Llama 3:迄今为止最有能力的公开产品LLM。80亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:76 msgid "" "Meta Llama 3: The most capable public product LLM to date. 70 billion " "parameters." msgstr "Meta Llama 3:迄今为止最有能力的公开产品LLM。700亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:80 msgid "" "Compared with previous versions, qwen 1.5 0.5b has significantly enhanced " "the model's alignment with human preferences and its multi-language " "processing capabilities. Models of all sizes support a context length of " "32768 tokens. 500 million parameters." msgstr "" "qwen 1.5 0.5b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有" "显著增强。所有规模的模型都支持32768个tokens的上下文长度。5亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:84 msgid "" "Compared with previous versions, qwen 1.5 1.8b has significantly enhanced " "the model's alignment with human preferences and its multi-language " "processing capabilities. Models of all sizes support a context length of " "32768 tokens. 1.8 billion parameters." msgstr "" "qwen 1.5 1.8b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有" "显著增强。所有规模的模型都支持32768个tokens的上下文长度。18亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:88 msgid "" "Compared with previous versions, qwen 1.5 4b has significantly enhanced the " "model's alignment with human preferences and its multi-language processing " "capabilities. Models of all sizes support a context length of 32768 tokens. " "4 billion parameters." msgstr "" "qwen 1.5 4b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有显" "著增强。所有规模的模型都支持32768个tokens的上下文长度。40亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:93 msgid "" "Compared with previous versions, qwen 1.5 7b has significantly enhanced the " "model's alignment with human preferences and its multi-language processing " "capabilities. Models of all sizes support a context length of 32768 tokens. " "7 billion parameters." msgstr "" "qwen 1.5 7b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有显" "著增强。所有规模的模型都支持32768个tokens的上下文长度。70亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:97 msgid "" "Compared with previous versions, qwen 1.5 14b has significantly enhanced the " "model's alignment with human preferences and its multi-language processing " "capabilities. Models of all sizes support a context length of 32768 tokens. " "14 billion parameters." msgstr "" "qwen 1.5 14b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有显" "著增强。所有规模的模型都支持32768个tokens的上下文长度。140亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:101 msgid "" "Compared with previous versions, qwen 1.5 32b has significantly enhanced the " "model's alignment with human preferences and its multi-language processing " "capabilities. Models of all sizes support a context length of 32768 tokens. " "32 billion parameters." msgstr "" "qwen 1.5 32b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有显" "著增强。所有规模的模型都支持32768个tokens的上下文长度。320亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:105 msgid "" "Compared with previous versions, qwen 1.5 72b has significantly enhanced the " "model's alignment with human preferences and its multi-language processing " "capabilities. Models of all sizes support a context length of 32768 tokens. " "72 billion parameters." msgstr "" "qwen 1.5 72b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有显" "著增强。所有规模的模型都支持32768个tokens的上下文长度。720亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:109 msgid "" "Compared with previous versions, qwen 1.5 110b has significantly enhanced " "the model's alignment with human preferences and its multi-language " "processing capabilities. Models of all sizes support a context length of " "32768 tokens. 110 billion parameters." msgstr "" "qwen 1.5 110b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有" "显著增强。所有规模的模型都支持32768个tokens的上下文长度。1100亿参数。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:153 #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:193 msgid "" "Phi-3 Mini is Microsoft's 3.8B parameter, lightweight, state-of-the-art open " "model." msgstr "Phi-3 Mini是Microsoft的3.8B参数,轻量级,最先进的开放模型。" #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:162 #: community/apps/setting/models_provider/impl/ollama_model_provider/ollama_model_provider.py:197 msgid "" "A high-performance open embedding model with a large token context window." msgstr "一个具有大 tokens上下文窗口的高性能开放嵌入模型。" #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:16 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:16 msgid "" "The image generation endpoint allows you to create raw images based on text " "prompts. When using the DALL·E 3, the image size can be 1024x1024, 1024x1792 " "or 1792x1024 pixels." msgstr "" "图像生成端点允许您根据文本提示创建原始图像。使用 DALL·E 3 时,图像的尺寸可以" "为 1024x1024、1024x1792 或 1792x1024 像素。" #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:29 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:29 msgid "" " \n" "By default, images are produced in standard quality, but with DALL·E 3 you " "can set quality: \"hd\" to enhance detail. Square, standard quality images " "are generated fastest.\n" " " msgstr "" "默认情况下,图像以标准质量生成,但使用 DALL·E 3 时,您可以设置质量:“hd”以增" "强细节。方形、标准质量的图像生成速度最快。" #: community/apps/setting/models_provider/impl/openai_model_provider/credential/tti.py:44 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/credential/tti.py:44 msgid "" "You can use DALL·E 3 to request 1 image at a time (requesting more images by " "issuing parallel requests), or use DALL·E 2 with the n parameter to request " "up to 10 images at a time." msgstr "" "您可以使用 DALL·E 3 一次请求 1 个图像(通过发出并行请求来请求更多图像),或者" "使用带有 n 参数的 DALL·E 2 一次最多请求 10 个图像。" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:35 #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:119 #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/siliconCloud_model_provider.py:111 msgid "The latest gpt-3.5-turbo, updated with OpenAI adjustments" msgstr "最新的gpt-3.5-turbo,随OpenAI调整而更新" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:38 msgid "Latest gpt-4, updated with OpenAI adjustments" msgstr "最新的gpt-4,随OpenAI调整而更新" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:40 #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:99 msgid "" "The latest GPT-4o, cheaper and faster than gpt-4-turbo, updated with OpenAI " "adjustments" msgstr "最新的GPT-4o,比gpt-4-turbo更便宜、更快,随OpenAI调整而更新" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:43 #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:102 msgid "" "The latest gpt-4o-mini, cheaper and faster than gpt-4o, updated with OpenAI " "adjustments" msgstr "最新的gpt-4o-mini,比gpt-4o更便宜、更快,随OpenAI调整而更新" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:46 msgid "The latest gpt-4-turbo, updated with OpenAI adjustments" msgstr "最新的gpt-4-turbo,随OpenAI调整而更新" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:49 msgid "The latest gpt-4-turbo-preview, updated with OpenAI adjustments" msgstr "最新的gpt-4-turbo-preview,随OpenAI调整而更新" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:53 msgid "" "gpt-3.5-turbo snapshot on January 25, 2024, supporting context length 16,385 " "tokens" msgstr "2024年1月25日的gpt-3.5-turbo快照,支持上下文长度16,385 tokens" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:57 msgid "" "gpt-3.5-turbo snapshot on November 6, 2023, supporting context length 16,385 " "tokens" msgstr "2023年11月6日的gpt-3.5-turbo快照,支持上下文长度16,385 tokens" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:61 msgid "" "[Legacy] gpt-3.5-turbo snapshot on June 13, 2023, will be deprecated on June " "13, 2024" msgstr "[Legacy] 2023年6月13日的gpt-3.5-turbo快照,将于2024年6月13日弃用" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:65 msgid "" "gpt-4o snapshot on May 13, 2024, supporting context length 128,000 tokens" msgstr "2024年5月13日的gpt-4o快照,支持上下文长度128,000 tokens" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:69 msgid "" "gpt-4-turbo snapshot on April 9, 2024, supporting context length 128,000 " "tokens" msgstr "2024年4月9日的gpt-4-turbo快照,支持上下文长度128,000 tokens" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:72 msgid "" "gpt-4-turbo snapshot on January 25, 2024, supporting context length 128,000 " "tokens" msgstr "2024年1月25日的gpt-4-turbo快照,支持上下文长度128,000 tokens" #: community/apps/setting/models_provider/impl/openai_model_provider/openai_model_provider.py:75 msgid "" "gpt-4-turbo snapshot on November 6, 2023, supporting context length 128,000 " "tokens" msgstr "2023年11月6日的gpt-4-turbo快照,支持上下文长度128,000 tokens" #: community/apps/setting/models_provider/impl/qwen_model_provider/qwen_model_provider.py:63 msgid "Tongyi Qianwen" msgstr "通义千问" #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/model/reranker.py:46 msgid "Please provide server URL" msgstr "请提供服务器URL" #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/model/reranker.py:49 msgid "Please provide the model" msgstr "请提供模型" #: community/apps/setting/models_provider/impl/siliconCloud_model_provider/model/reranker.py:52 msgid "Please provide the API Key" msgstr "请提供API密钥" #: community/apps/setting/models_provider/impl/tencent_cloud_model_provider/tencent_cloud_model_provider.py:58 msgid "Tencent Cloud" msgstr "腾讯云" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/llm.py:41 #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:88 #, python-brace-format msgid "{keys} is required" msgstr "{keys} 是必填项" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:14 msgid "painting style" msgstr "绘画风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:14 msgid "If not passed, the default value is 201 (Japanese anime style)" msgstr "如果未传递,则默认值为201(日本动漫风格)" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:18 msgid "Not limited to style" msgstr "不限于风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:19 msgid "ink painting" msgstr "水墨画" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:20 msgid "concept art" msgstr "概念艺术" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:21 msgid "Oil painting 1" msgstr "油画1" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:22 msgid "Oil Painting 2 (Van Gogh)" msgstr "油画2(梵高)" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:23 msgid "watercolor painting" msgstr "水彩画" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:24 msgid "pixel art" msgstr "像素画" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:25 msgid "impasto style" msgstr "厚涂风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:26 msgid "illustration" msgstr "插图" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:27 msgid "paper cut style" msgstr "剪纸风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:28 msgid "Impressionism 1 (Monet)" msgstr "印象派1(莫奈)" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:29 msgid "Impressionism 2" msgstr "印象派2" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:31 msgid "classical portraiture" msgstr "古典肖像画" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:32 msgid "black and white sketch" msgstr "黑白素描画" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:33 msgid "cyberpunk" msgstr "赛博朋克" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:34 msgid "science fiction style" msgstr "科幻风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:35 msgid "dark style" msgstr "暗黑风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:37 msgid "vaporwave" msgstr "蒸汽波" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:38 msgid "Japanese animation" msgstr "日系动漫" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:39 msgid "monster style" msgstr "怪兽风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:40 msgid "Beautiful ancient style" msgstr "唯美古风" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:41 msgid "retro anime" msgstr "复古动漫" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:42 msgid "Game cartoon hand drawing" msgstr "游戏卡通手绘" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:43 msgid "Universal realistic style" msgstr "通用写实风格" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:50 msgid "Generate image resolution" msgstr "生成图像分辨率" #: community/apps/setting/models_provider/impl/tencent_model_provider/credential/tti.py:50 msgid "If not transmitted, the default value is 768:768." msgstr "不传默认使用768:768。" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:38 msgid "" "The most effective version of the current hybrid model, the trillion-level " "parameter scale MOE-32K long article model. Reaching the absolute leading " "level on various benchmarks, with complex instructions and reasoning, " "complex mathematical capabilities, support for function call, and " "application focus optimization in fields such as multi-language translation, " "finance, law, and medical care" msgstr "" "当前混元模型中效果最优版本,万亿级参数规模 MOE-32K 长文模型。在各种 " "benchmark 上达到绝对领先的水平,复杂指令和推理,具备复杂数学能力,支持 " "functioncall,在多语言翻译、金融法律医疗等领域应用重点优化" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:45 msgid "" "A better routing strategy is adopted to simultaneously alleviate the " "problems of load balancing and expert convergence. For long articles, the " "needle-in-a-haystack index reaches 99.9%" msgstr "" "采用更优的路由策略,同时缓解了负载均衡和专家趋同的问题。长文方面,大海捞针指" "标达到99.9%" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:51 msgid "" "Upgraded to MOE structure, the context window is 256k, leading many open " "source models in multiple evaluation sets such as NLP, code, mathematics, " "industry, etc." msgstr "" "升级为 MOE 结构,上下文窗口为 256k ,在 NLP,代码,数学,行业等多项评测集上领" "先众多开源模型" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:57 msgid "" "Hunyuan's latest version of the role-playing model, a role-playing model " "launched by Hunyuan's official fine-tuning training, is based on the Hunyuan " "model combined with the role-playing scene data set for additional training, " "and has better basic effects in role-playing scenes." msgstr "" "混元最新版角色扮演模型,混元官方精调训练推出的角色扮演模型,基于混元模型结合" "角色扮演场景数据集进行增训,在角色扮演场景具有更好的基础效果" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:63 msgid "" "Hunyuan's latest MOE architecture FunctionCall model has been trained with " "high-quality FunctionCall data and has a context window of 32K, leading in " "multiple dimensions of evaluation indicators." msgstr "" "混元最新 MOE 架构 FunctionCall 模型,经过高质量的 FunctionCall 数据训练,上下" "文窗口达 32K,在多个维度的评测指标上处于领先。" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:69 msgid "" "Hunyuan's latest code generation model, after training the base model with " "200B high-quality code data, and iterating on high-quality SFT data for half " "a year, the context long window length has been increased to 8K, and it " "ranks among the top in the automatic evaluation indicators of code " "generation in the five major languages; the five major languages In the " "manual high-quality evaluation of 10 comprehensive code tasks that consider " "all aspects, the performance is in the first echelon." msgstr "" "混元最新代码生成模型,经过 200B 高质量代码数据增训基座模型,迭代半年高质量 " "SFT 数据训练,上下文长窗口长度增大到 8K,五大语言代码生成自动评测指标上位居前" "列;五大语言10项考量各方面综合代码任务人工高质量评测上,性能处于第一梯队" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:77 msgid "" "Tencent's Hunyuan Embedding interface can convert text into high-quality " "vector data. The vector dimension is 1024 dimensions." msgstr "" "腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。向量维度为1024维。" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:87 msgid "Mixed element visual model" msgstr "混元视觉模型" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:94 msgid "Hunyuan graph model" msgstr "混元生图模型" #: community/apps/setting/models_provider/impl/tencent_model_provider/tencent_model_provider.py:125 msgid "Tencent Hunyuan" msgstr "腾讯混元" #: community/apps/setting/models_provider/impl/vllm_model_provider/vllm_model_provider.py:24 #: community/apps/setting/models_provider/impl/vllm_model_provider/vllm_model_provider.py:42 msgid "Facebook’s 125M parameter model" msgstr "Facebook的125M参数模型" #: community/apps/setting/models_provider/impl/vllm_model_provider/vllm_model_provider.py:25 msgid "BAAI’s 7B parameter model" msgstr "BAAI的7B参数模型" #: community/apps/setting/models_provider/impl/vllm_model_provider/vllm_model_provider.py:26 msgid "BAAI’s 13B parameter mode" msgstr "BAAI的13B参数模型" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tti.py:16 msgid "" "If the gap between width, height and 512 is too large, the picture rendering " "effect will be poor and the probability of excessive delay will increase " "significantly. Recommended ratio and corresponding width and height before " "super score: width*height" msgstr "" "宽、高与512差距过大,则出图效果不佳、延迟过长概率显著增加。超分前建议比例及对" "应宽高:width*height" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:23 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:29 msgid "Universal female voice" msgstr "通用女声" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:25 msgid "Supernatural timbre-ZiZi 2.0" msgstr "超自然音色-梓梓2.0" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:26 msgid "Supernatural timbre-ZiZi" msgstr "超自然音色-梓梓" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:27 msgid "Supernatural sound-Ranran 2.0" msgstr "超自然音色-燃燃2.0" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:28 msgid "Supernatural sound-Ranran" msgstr "超自然音色-燃燃" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:30 msgid "Universal male voice" msgstr "通用男声" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/credential/tts.py:33 msgid "[0.2,3], the default is 1, usually one decimal place is enough" msgstr "[0.2,3],默认为1,通常保留一位小数即可" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:39 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:44 #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:88 msgid "" "The user goes to the model inference page of Volcano Ark to create an " "inference access point. Here, you need to enter ep-xxxxxxxxxx-yyyy to call " "it." msgstr "" "用户前往火山方舟的模型推理页面创建推理接入点,这里需要输入ep-xxxxxxxxxx-yyyy" "进行调用" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:59 msgid "Universal 2.0-Vincent Diagram" msgstr "通用2.0-文生图" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:64 msgid "Universal 2.0Pro-Vincent Chart" msgstr "通用2.0Pro-文生图" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:69 msgid "Universal 1.4-Vincent Chart" msgstr "通用1.4-文生图" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:74 msgid "Animation 1.3.0-Vincent Picture" msgstr "动漫1.3.0-文生图" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:79 msgid "Animation 1.3.1-Vincent Picture" msgstr "动漫1.3.1-文生图" #: community/apps/setting/models_provider/impl/volcanic_engine_model_provider/volcanic_engine_model_provider.py:113 msgid "volcano engine" msgstr "火山引擎" #: community/apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py:51 #, python-brace-format msgid "{model_name} The model does not support" msgstr "{model_name} 模型不支持" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:24 #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:53 msgid "" "ERNIE-Bot-4 is a large language model independently developed by Baidu. It " "covers massive Chinese data and has stronger capabilities in dialogue Q&A, " "content creation and generation." msgstr "" "ERNIE-Bot-4是百度自行研发的大语言模型,覆盖海量中文数据,具有更强的对话问答、" "内容创作生成等能力。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:27 msgid "" "ERNIE-Bot is a large language model independently developed by Baidu. It " "covers massive Chinese data and has stronger capabilities in dialogue Q&A, " "content creation and generation." msgstr "" "ERNIE-Bot是百度自行研发的大语言模型,覆盖海量中文数据,具有更强的对话问答、内" "容创作生成等能力。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:30 msgid "" "ERNIE-Bot-turbo is a large language model independently developed by Baidu. " "It covers massive Chinese data, has stronger capabilities in dialogue Q&A, " "content creation and generation, and has a faster response speed." msgstr "" "ERNIE-Bot-turbo是百度自行研发的大语言模型,覆盖海量中文数据,具有更强的对话问" "答、内容创作生成等能力,响应速度更快。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:33 msgid "" "BLOOMZ-7B is a well-known large language model in the industry. It was " "developed and open sourced by BigScience and can output text in 46 languages " "and 13 programming languages." msgstr "" "BLOOMZ-7B是业内知名的大语言模型,由BigScience研发并开源,能够以46种语言和13种" "编程语言输出文本。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:39 msgid "" "Llama-2-13b-chat was developed by Meta AI and is open source. It performs " "well in scenarios such as coding, reasoning and knowledge application. " "Llama-2-13b-chat is a native open source version with balanced performance " "and effect, suitable for conversation scenarios." msgstr "" "Llama-2-13b-chat由Meta AI研发并开源,在编码、推理及知识应用等场景表现优秀," "Llama-2-13b-chat是性能与效果均衡的原生开源版本,适用于对话场景。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:42 msgid "" "Llama-2-70b-chat was developed by Meta AI and is open source. It performs " "well in scenarios such as coding, reasoning, and knowledge application. " "Llama-2-70b-chat is a native open source version with high-precision effects." msgstr "" "Llama-2-70b-chat由Meta AI研发并开源,在编码、推理及知识应用等场景表现优秀," "Llama-2-70b-chat是高精度效果的原生开源版本。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:45 msgid "" "The Chinese enhanced version developed by the Qianfan team based on " "Llama-2-7b has performed well on Chinese knowledge bases such as CMMLU and C-" "EVAL." msgstr "" "千帆团队在Llama-2-7b基础上的中文增强版本,在CMMLU、C-EVAL等中文知识库上表现优" "异。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:49 msgid "" "Embedding-V1 is a text representation model based on Baidu Wenxin large " "model technology. It can convert text into a vector form represented by " "numerical values and can be used in text retrieval, information " "recommendation, knowledge mining and other scenarios. Embedding-V1 provides " "the Embeddings interface, which can generate corresponding vector " "representations based on input content. You can call this interface to input " "text into the model and obtain the corresponding vector representation for " "subsequent text processing and analysis." msgstr "" "Embedding-V1是一个基于百度文心大模型技术的文本表示模型,可以将文本转化为用数" "值表示的向量形式,用于文本检索、信息推荐、知识挖掘等场景。 Embedding-V1提供了" "Embeddings接口,可以根据输入内容生成对应的向量表示。您可以通过调用该接口,将" "文本输入到模型中,获取到对应的向量表示,从而进行后续的文本处理和分析。" #: community/apps/setting/models_provider/impl/wenxin_model_provider/wenxin_model_provider.py:66 msgid "Thousand sails large model" msgstr "千帆大模型" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/image.py:42 msgid "Please outline this picture" msgstr "请描述这张图片" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:15 msgid "Speaker" msgstr "发音人" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:16 msgid "" "Speaker, optional value: Please go to the console to add a trial or purchase " "speaker. After adding, the speaker parameter value will be displayed." msgstr "" "发音人,可选值:请到控制台添加试用或购买发音人,添加后即显示发音人参数值" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:21 msgid "iFlytek Xiaoyan" msgstr "讯飞小燕" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:22 msgid "iFlytek Xujiu" msgstr "讯飞许久" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:23 msgid "iFlytek Xiaoping" msgstr "讯飞小萍" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:24 msgid "iFlytek Xiaojing" msgstr "讯飞小婧" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:25 msgid "iFlytek Xuxiaobao" msgstr "讯飞许小宝" #: community/apps/setting/models_provider/impl/xf_model_provider/credential/tts.py:28 msgid "Speech speed, optional value: [0-100], default is 50" msgstr "语速,可选值:[0-100],默认为50" #: community/apps/setting/models_provider/impl/xf_model_provider/xf_model_provider.py:39 #: community/apps/setting/models_provider/impl/xf_model_provider/xf_model_provider.py:50 msgid "Chinese and English recognition" msgstr "中英文识别" #: community/apps/setting/models_provider/impl/xf_model_provider/xf_model_provider.py:66 msgid "iFlytek Spark" msgstr "讯飞星火" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:15 msgid "" "The image generation endpoint allows you to create raw images based on text " "prompts. The dimensions of the image can be 1024x1024, 1024x1792, or " "1792x1024 pixels." msgstr "" "图像生成端点允许您根据文本提示创建原始图像。图像的尺寸可以为 1024x1024、" "1024x1792 或 1792x1024 像素。" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:29 msgid "" "By default, images are generated in standard quality, you can set quality: " "\"hd\" to enhance detail. Square, standard quality images are generated " "fastest." msgstr "" "默认情况下,图像以标准质量生成,您可以设置质量:“hd”以增强细节。方形、标准质" "量的图像生成速度最快。" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tti.py:42 msgid "" "You can request 1 image at a time (requesting more images by making parallel " "requests), or up to 10 images at a time using the n parameter." msgstr "" "您可以一次请求 1 个图像(通过发出并行请求来请求更多图像),或者使用 n 参数一" "次最多请求 10 个图像。" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:20 msgid "Chinese female" msgstr "中文女" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:21 msgid "Chinese male" msgstr "中文男" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:22 msgid "Japanese male" msgstr "日语男" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:23 msgid "Cantonese female" msgstr "粤语女" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:24 msgid "English female" msgstr "英文女" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:25 msgid "English male" msgstr "英文男" #: community/apps/setting/models_provider/impl/xinference_model_provider/credential/tts.py:26 msgid "Korean female" msgstr "韩语女" #: community/apps/setting/models_provider/impl/xinference_model_provider/xinference_model_provider.py:37 msgid "" "Code Llama is a language model specifically designed for code generation." msgstr "Code Llama 是一个专门用于代码生成的语言模型。" #: community/apps/setting/models_provider/impl/xinference_model_provider/xinference_model_provider.py:44 msgid "" " \n" "Code Llama Instruct is a fine-tuned version of Code Llama's instructions, " "designed to perform specific tasks.\n" " " msgstr "" "Code Llama Instruct 是 Code Llama 的指令微调版本,专为执行特定任务而设计。" #: community/apps/setting/models_provider/impl/xinference_model_provider/xinference_model_provider.py:53 msgid "" "Code Llama Python is a language model specifically designed for Python code " "generation." msgstr "Code Llama Python 是一个专门用于 Python 代码生成的语言模型。" #: community/apps/setting/models_provider/impl/xinference_model_provider/xinference_model_provider.py:60 msgid "" "CodeQwen 1.5 is a language model for code generation with high performance." msgstr "CodeQwen 1.5 是一个用于代码生成的语言模型,具有较高的性能。" #: community/apps/setting/models_provider/impl/xinference_model_provider/xinference_model_provider.py:67 msgid "CodeQwen 1.5 Chat is a chat model version of CodeQwen 1.5." msgstr "CodeQwen 1.5 Chat 是一个聊天模型版本的 CodeQwen 1.5。" #: community/apps/setting/models_provider/impl/xinference_model_provider/xinference_model_provider.py:74 msgid "Deepseek is a large-scale language model with 13 billion parameters." msgstr "Deepseek Chat 是一个聊天模型版本的 Deepseek。" #: community/apps/setting/models_provider/impl/zhipu_model_provider/credential/tti.py:16 msgid "" "Image size, only cogview-3-plus supports this parameter. Optional range: " "[1024x1024,768x1344,864x1152,1344x768,1152x864,1440x720,720x1440], the " "default is 1024x1024." msgstr "" "图片尺寸,仅 cogview-3-plus 支持该参数。可选范围:" "[1024x1024,768x1344,864x1152,1344x768,1152x864,1440x720,720x1440],默认是" "1024x1024。" #: community/apps/setting/models_provider/impl/zhipu_model_provider/zhipu_model_provider.py:34 msgid "" "Have strong multi-modal understanding capabilities. Able to understand up to " "five images simultaneously and supports video content understanding" msgstr "具有强大的多模态理解能力。能够同时理解多达五张图像,并支持视频内容理解" #: community/apps/setting/models_provider/impl/zhipu_model_provider/zhipu_model_provider.py:37 msgid "" "Focus on single picture understanding. Suitable for scenarios requiring " "efficient image analysis" msgstr "专注于单图理解。适用于需要高效图像解析的场景" #: community/apps/setting/models_provider/impl/zhipu_model_provider/zhipu_model_provider.py:40 msgid "" "Focus on single picture understanding. Suitable for scenarios requiring " "efficient image analysis (free)" msgstr "专注于单图理解。适用于需要高效图像解析的场景(免费)" #: community/apps/setting/models_provider/impl/zhipu_model_provider/zhipu_model_provider.py:46 msgid "" "Quickly and accurately generate images based on user text descriptions. " "Resolution supports 1024x1024" msgstr "根据用户文字描述快速、精准生成图像。分辨率支持1024x1024" #: community/apps/setting/models_provider/impl/zhipu_model_provider/zhipu_model_provider.py:49 msgid "" "Generate high-quality images based on user text descriptions, supporting " "multiple image sizes" msgstr "根据用户文字描述生成高质量图像,支持多图片尺寸" #: community/apps/setting/models_provider/impl/zhipu_model_provider/zhipu_model_provider.py:52 msgid "" "Generate high-quality images based on user text descriptions, supporting " "multiple image sizes (free)" msgstr "根据用户文字描述生成高质量图像,支持多图片尺寸(免费)" #: community/apps/setting/models_provider/impl/zhipu_model_provider/zhipu_model_provider.py:75 msgid "zhipu AI" msgstr "智谱 AI" #: community/apps/setting/serializers/model_apply_serializers.py:32 #: community/apps/setting/serializers/model_apply_serializers.py:37 msgid "vector text" msgstr "向量文本" #: community/apps/setting/serializers/model_apply_serializers.py:33 msgid "vector text list" msgstr "向量文本列表" #: community/apps/setting/serializers/model_apply_serializers.py:41 msgid "text" msgstr "文本" #: community/apps/setting/serializers/model_apply_serializers.py:42 msgid "metadata" msgstr "元数据" #: community/apps/setting/serializers/model_apply_serializers.py:47 msgid "query" msgstr "查询" #: community/apps/setting/serializers/provider_serializers.py:79 #: community/apps/setting/serializers/provider_serializers.py:83 #: community/apps/setting/serializers/provider_serializers.py:130 #: community/apps/setting/serializers/provider_serializers.py:176 #: community/apps/setting/serializers/provider_serializers.py:190 #: community/apps/setting/swagger_api/provide_api.py:30 #: community/apps/setting/swagger_api/provide_api.py:54 #: community/apps/setting/swagger_api/provide_api.py:55 #: community/apps/setting/swagger_api/provide_api.py:87 #: community/apps/setting/swagger_api/provide_api.py:88 #: community/apps/setting/swagger_api/provide_api.py:170 msgid "model name" msgstr "模型名称" #: community/apps/setting/serializers/provider_serializers.py:81 #: community/apps/setting/serializers/provider_serializers.py:132 #: community/apps/setting/serializers/provider_serializers.py:142 #: community/apps/setting/serializers/provider_serializers.py:180 #: community/apps/setting/swagger_api/provide_api.py:26 #: community/apps/setting/swagger_api/provide_api.py:51 #: community/apps/setting/swagger_api/provide_api.py:52 #: community/apps/setting/swagger_api/provide_api.py:84 #: community/apps/setting/swagger_api/provide_api.py:85 #: community/apps/setting/swagger_api/provide_api.py:134 #: community/apps/setting/swagger_api/provide_api.py:165 msgid "model type" msgstr "模型类型" #: community/apps/setting/serializers/provider_serializers.py:85 #: community/apps/setting/serializers/provider_serializers.py:178 #: community/apps/setting/serializers/provider_serializers.py:402 #: community/apps/setting/swagger_api/provide_api.py:35 #: community/apps/setting/swagger_api/provide_api.py:57 #: community/apps/setting/swagger_api/provide_api.py:58 #: community/apps/setting/swagger_api/provide_api.py:79 #: community/apps/setting/swagger_api/provide_api.py:80 #: community/apps/setting/swagger_api/provide_api.py:105 #: community/apps/setting/swagger_api/provide_api.py:129 #: community/apps/setting/swagger_api/provide_api.py:160 #: community/apps/setting/swagger_api/provide_api.py:179 msgid "provider" msgstr "供应商" #: community/apps/setting/serializers/provider_serializers.py:87 #: community/apps/setting/serializers/provider_serializers.py:134 #: community/apps/setting/serializers/provider_serializers.py:182 msgid "permission type" msgstr "权限类型" #: community/apps/setting/serializers/provider_serializers.py:89 msgid "create user" msgstr "创建者" #: community/apps/setting/serializers/provider_serializers.py:138 #: community/apps/setting/serializers/provider_serializers.py:186 msgid "permissions only supportPUBLIC|PRIVATE" msgstr "权限类型只支持PUBLIC|PRIVATE" #: community/apps/setting/serializers/provider_serializers.py:145 #: community/apps/setting/serializers/provider_serializers.py:196 msgid "certification information" msgstr "认证信息" #: community/apps/setting/serializers/provider_serializers.py:193 msgid "parameter configuration" msgstr "参数配置" #: community/apps/setting/serializers/provider_serializers.py:202 #, python-brace-format msgid "Model name【{model_name}】already exists" msgstr "模型名称【{model_name}】已存在" #: community/apps/setting/serializers/system_setting.py:29 #: community/apps/setting/swagger_api/system_setting.py:25 #: community/apps/setting/swagger_api/system_setting.py:26 #: community/apps/setting/swagger_api/system_setting.py:57 #: community/apps/setting/swagger_api/system_setting.py:58 msgid "SMTP host" msgstr "SMTP 主机" #: community/apps/setting/serializers/system_setting.py:30 #: community/apps/setting/swagger_api/system_setting.py:28 #: community/apps/setting/swagger_api/system_setting.py:29 #: community/apps/setting/swagger_api/system_setting.py:60 #: community/apps/setting/swagger_api/system_setting.py:61 msgid "SMTP port" msgstr "SMTP 端口" #: community/apps/setting/serializers/system_setting.py:31 #: community/apps/setting/serializers/system_setting.py:35 #: community/apps/setting/swagger_api/system_setting.py:31 #: community/apps/setting/swagger_api/system_setting.py:32 #: community/apps/setting/swagger_api/system_setting.py:43 #: community/apps/setting/swagger_api/system_setting.py:44 #: community/apps/setting/swagger_api/system_setting.py:63 #: community/apps/setting/swagger_api/system_setting.py:64 #: community/apps/setting/swagger_api/system_setting.py:75 #: community/apps/setting/swagger_api/system_setting.py:76 msgid "Sender's email" msgstr "发件人邮箱" #: community/apps/setting/serializers/system_setting.py:32 #: community/apps/setting/swagger_api/system_setting.py:34 #: community/apps/setting/swagger_api/system_setting.py:35 #: community/apps/setting/swagger_api/system_setting.py:66 #: community/apps/setting/swagger_api/system_setting.py:67 #: community/apps/users/serializers/user_serializers.py:72 #: community/apps/users/serializers/user_serializers.py:112 #: community/apps/users/serializers/user_serializers.py:143 #: community/apps/users/serializers/user_serializers.py:211 #: community/apps/users/serializers/user_serializers.py:293 #: community/apps/users/serializers/user_serializers.py:346 #: community/apps/users/serializers/user_serializers.py:671 #: community/apps/users/serializers/user_serializers.py:703 #: community/apps/users/serializers/user_serializers.py:704 #: community/apps/users/serializers/user_serializers.py:743 #: community/apps/users/serializers/user_serializers.py:763 #: community/apps/users/serializers/user_serializers.py:764 #: community/apps/users/views/user.py:109 #: community/apps/users/views/user.py:110 #: community/apps/users/views/user.py:111 #: community/apps/users/views/user.py:112 msgid "Password" msgstr "密码" #: community/apps/setting/serializers/system_setting.py:33 #: community/apps/setting/swagger_api/system_setting.py:37 #: community/apps/setting/swagger_api/system_setting.py:38 #: community/apps/setting/swagger_api/system_setting.py:69 #: community/apps/setting/swagger_api/system_setting.py:70 msgid "Whether to enable TLS" msgstr "是否启用 TLS" #: community/apps/setting/serializers/system_setting.py:34 #: community/apps/setting/swagger_api/system_setting.py:40 #: community/apps/setting/swagger_api/system_setting.py:41 #: community/apps/setting/swagger_api/system_setting.py:72 #: community/apps/setting/swagger_api/system_setting.py:73 msgid "Whether to enable SSL" msgstr "是否启用 SSL" #: community/apps/setting/serializers/system_setting.py:49 msgid "Email verification failed" msgstr "邮箱验证失败" #: community/apps/setting/serializers/team_serializers.py:43 #: community/apps/users/serializers/user_serializers.py:70 #: community/apps/users/serializers/user_serializers.py:111 #: community/apps/users/serializers/user_serializers.py:136 #: community/apps/users/serializers/user_serializers.py:209 #: community/apps/users/serializers/user_serializers.py:470 #: community/apps/users/serializers/user_serializers.py:493 #: community/apps/users/serializers/user_serializers.py:518 #: community/apps/users/serializers/user_serializers.py:519 #: community/apps/users/serializers/user_serializers.py:581 #: community/apps/users/serializers/user_serializers.py:627 #: community/apps/users/serializers/user_serializers.py:628 #: community/apps/users/serializers/user_serializers.py:663 #: community/apps/users/serializers/user_serializers.py:700 #: community/apps/users/serializers/user_serializers.py:701 msgid "Username" msgstr "用户名" #: community/apps/setting/serializers/team_serializers.py:44 #: community/apps/users/serializers/user_serializers.py:131 #: community/apps/users/serializers/user_serializers.py:210 #: community/apps/users/serializers/user_serializers.py:226 #: community/apps/users/serializers/user_serializers.py:256 #: community/apps/users/serializers/user_serializers.py:287 #: community/apps/users/serializers/user_serializers.py:343 #: community/apps/users/serializers/user_serializers.py:356 #: community/apps/users/serializers/user_serializers.py:438 #: community/apps/users/serializers/user_serializers.py:471 #: community/apps/users/serializers/user_serializers.py:494 #: community/apps/users/serializers/user_serializers.py:520 #: community/apps/users/serializers/user_serializers.py:582 #: community/apps/users/serializers/user_serializers.py:629 #: community/apps/users/serializers/user_serializers.py:658 #: community/apps/users/serializers/user_serializers.py:702 #: community/apps/users/serializers/user_serializers.py:713 #: community/apps/users/serializers/user_serializers.py:734 msgid "Email" msgstr "邮箱" #: community/apps/setting/serializers/team_serializers.py:47 #: community/apps/setting/serializers/team_serializers.py:148 #: community/apps/setting/serializers/team_serializers.py:256 msgid "team id" msgstr "团队 id" #: community/apps/setting/serializers/team_serializers.py:48 #: community/apps/setting/serializers/team_serializers.py:254 #: community/apps/setting/serializers/team_serializers.py:324 msgid "member id" msgstr "成员 id" #: community/apps/setting/serializers/team_serializers.py:54 msgid "use" msgstr "使用" #: community/apps/setting/serializers/team_serializers.py:55 msgid "manage" msgstr "管理" #: community/apps/setting/serializers/team_serializers.py:60 msgid "Operation permissions USE, MANAGE permissions" msgstr "操作权限 USE, MANAGE 权限" #: community/apps/setting/serializers/team_serializers.py:63 msgid "use permission" msgstr "使用权限" #: community/apps/setting/serializers/team_serializers.py:64 msgid "use permission True|False" msgstr "使用权限 True|False" #: community/apps/setting/serializers/team_serializers.py:66 msgid "manage permission" msgstr "管理权限" #: community/apps/setting/serializers/team_serializers.py:67 msgid "manage permission True|False" msgstr "管理权限 True|False" #: community/apps/setting/serializers/team_serializers.py:73 msgid "target id" msgstr "目标 id" #: community/apps/setting/serializers/team_serializers.py:82 #: community/apps/setting/serializers/team_serializers.py:83 msgid "dataset id/application id" msgstr "知识库 id/应用 id" #: community/apps/setting/serializers/team_serializers.py:105 msgid "Non-existent application|knowledge base id[" msgstr "应用|知识库 id[ 不存在" #: community/apps/setting/serializers/team_serializers.py:139 #: community/apps/setting/serializers/team_serializers.py:140 msgid "Permission data" msgstr "权限数据" #: community/apps/setting/serializers/team_serializers.py:157 #: community/apps/setting/serializers/team_serializers.py:158 msgid "user id list" msgstr "用户 id 列表" #: community/apps/setting/serializers/team_serializers.py:168 #: community/apps/setting/serializers/team_serializers.py:169 msgid "Username or email" msgstr "用户名或邮箱" #: community/apps/setting/serializers/team_serializers.py:217 msgid "Username or email is required" msgstr "用户名或邮箱是必填项" #: community/apps/setting/serializers/team_serializers.py:221 #: community/apps/users/serializers/user_serializers.py:800 msgid "User does not exist" msgstr "用户不存在" #: community/apps/setting/serializers/team_serializers.py:224 msgid "The current members already exist in the team, do not add them again." msgstr "当前成员已存在于团队中,无需再次添加。" #: community/apps/setting/serializers/team_serializers.py:248 msgid "member list" msgstr "成员列表" #: community/apps/setting/serializers/team_serializers.py:263 msgid "The member does not exist, please add a member first" msgstr "成员不存在,请先添加成员" #: community/apps/setting/serializers/team_serializers.py:297 msgid "Administrator rights do not allow modification" msgstr "管理员权限不允许修改" #: community/apps/setting/serializers/team_serializers.py:311 msgid "Unable to remove team admin" msgstr "不支持移除团队管理员" #: community/apps/setting/serializers/valid_serializers.py:32 #: community/apps/users/serializers/user_serializers.py:190 #: community/apps/users/serializers/user_serializers.py:777 msgid "" "The community version supports up to 2 users. If you need more users, please " "contact us (https://fit2cloud.com/)." msgstr "" "社区版最多支持 2 个用户,如需拥有更多用户,请联系我们(https://" "fit2cloud.com/)。" #: community/apps/setting/serializers/valid_serializers.py:41 #: community/apps/setting/swagger_api/valid_api.py:27 msgid "check quantity" msgstr "检查数量" #: community/apps/setting/swagger_api/provide_api.py:43 #: community/apps/setting/swagger_api/provide_api.py:44 #: community/apps/setting/swagger_api/provide_api.py:71 #: community/apps/setting/swagger_api/provide_api.py:72 #: community/apps/setting/swagger_api/provide_api.py:190 #: community/apps/setting/swagger_api/provide_api.py:191 msgid "parameters required to call the function" msgstr "调用函数所需要的参数" #: community/apps/setting/swagger_api/provide_api.py:60 #: community/apps/setting/swagger_api/provide_api.py:61 #: community/apps/setting/swagger_api/provide_api.py:90 #: community/apps/setting/swagger_api/provide_api.py:91 msgid "model certificate information" msgstr "模型认证信息" #: community/apps/setting/swagger_api/provide_api.py:114 #: community/apps/setting/swagger_api/provide_api.py:115 msgid "model type description" msgstr "模型类型描述" #: community/apps/setting/swagger_api/provide_api.py:115 msgid "large language model" msgstr "大语言模型" #: community/apps/setting/swagger_api/provide_api.py:116 #: community/apps/setting/swagger_api/provide_api.py:117 #: community/apps/setting/swagger_api/provide_api.py:147 #: community/apps/setting/swagger_api/provide_api.py:148 msgid "model type value" msgstr "模型类型值" #: community/apps/setting/swagger_api/provide_api.py:145 #: community/apps/setting/swagger_api/provide_api.py:146 msgid "model description" msgstr "模型描述" #: community/apps/setting/swagger_api/provide_api.py:184 msgid "function that needs to be executed" msgstr "需要执行的函数" #: community/apps/setting/swagger_api/system_setting.py:19 #: community/apps/setting/swagger_api/system_setting.py:20 #: community/apps/setting/swagger_api/system_setting.py:51 #: community/apps/setting/swagger_api/system_setting.py:52 msgid "Email related parameters" msgstr "邮箱相关参数" #: community/apps/setting/swagger_api/valid_api.py:22 msgid "Verification type: application|dataset|user" msgstr "认证类型:application|dataset|user" #: community/apps/setting/views/Team.py:27 #: community/apps/setting/views/Team.py:28 msgid "Get a list of team members" msgstr "获取团队成员列表" #: community/apps/setting/views/Team.py:30 #: community/apps/setting/views/Team.py:40 #: community/apps/setting/views/Team.py:54 #: community/apps/setting/views/Team.py:68 #: community/apps/setting/views/Team.py:80 #: community/apps/setting/views/Team.py:92 #: community/apps/users/serializers/user_serializers.py:198 #: community/apps/users/serializers/user_serializers.py:791 msgid "team" msgstr "团队" #: community/apps/setting/views/Team.py:37 #: community/apps/setting/views/Team.py:38 msgid "Add member" msgstr "添加成员" #: community/apps/setting/views/Team.py:51 #: community/apps/setting/views/Team.py:52 msgid "Add members in batches" msgstr "批量添加成员" #: community/apps/setting/views/Team.py:65 #: community/apps/setting/views/Team.py:66 msgid "Get team member permissions" msgstr "获取团队成员权限" #: community/apps/setting/views/Team.py:76 #: community/apps/setting/views/Team.py:77 msgid "Update team member permissions" msgstr "更新团队成员权限" #: community/apps/setting/views/Team.py:89 #: community/apps/setting/views/Team.py:90 msgid "Remove member" msgstr "移除成员" #: community/apps/setting/views/model.py:30 #: community/apps/setting/views/model.py:31 msgid "Create model" msgstr "创建模型" #: community/apps/setting/views/model.py:33 #: community/apps/setting/views/model.py:45 #: community/apps/setting/views/model.py:57 #: community/apps/setting/views/model.py:74 #: community/apps/setting/views/model.py:88 #: community/apps/setting/views/model.py:103 #: community/apps/setting/views/model.py:114 #: community/apps/setting/views/model.py:129 #: community/apps/setting/views/model.py:141 #: community/apps/setting/views/model.py:151 #: community/apps/setting/views/model.py:170 #: community/apps/setting/views/model.py:180 #: community/apps/setting/views/model.py:204 #: community/apps/setting/views/model.py:219 #: community/apps/setting/views/model.py:239 #: community/apps/setting/views/model.py:257 #: community/apps/setting/views/model_apply.py:26 #: community/apps/setting/views/model_apply.py:36 #: community/apps/setting/views/model_apply.py:46 msgid "model" msgstr "模型" #: community/apps/setting/views/model.py:42 #: community/apps/setting/views/model.py:43 msgid "Download model, trial only with Ollama platform" msgstr "下载模型,仅支持 Ollama 平台试用" #: community/apps/setting/views/model.py:54 #: community/apps/setting/views/model.py:55 msgid "Get model list" msgstr "获取模型列表" #: community/apps/setting/views/model.py:71 #: community/apps/setting/views/model.py:73 msgid "" "Query model meta information, this interface does not carry authentication " "information" msgstr "查询模型元信息,该接口不携带认证信息" #: community/apps/setting/views/model.py:86 #: community/apps/setting/views/model.py:87 msgid "Pause model download" msgstr "下载模型暂停" #: community/apps/setting/views/model.py:111 #: community/apps/setting/views/model.py:112 msgid "Save model parameter form" msgstr "保存模型参数表单" #: community/apps/setting/views/model.py:126 #: community/apps/setting/views/model.py:127 msgid "Update model" msgstr "更新模型" #: community/apps/setting/views/model.py:138 #: community/apps/setting/views/model.py:139 msgid "Delete model" msgstr "删除模型" #: community/apps/setting/views/model.py:149 #: community/apps/setting/views/model.py:150 msgid "Query model details" msgstr "查询模型详情" #: community/apps/setting/views/model.py:166 #: community/apps/setting/views/model.py:167 msgid "Call the supplier function to obtain form data" msgstr "调用供应商函数,获取表单数据" #: community/apps/setting/views/model.py:178 #: community/apps/setting/views/model.py:179 msgid "Get a list of model suppliers" msgstr "获取模型供应商列表" #: community/apps/setting/views/model.py:200 #: community/apps/setting/views/model.py:201 msgid "Get a list of model types" msgstr "获取模型类型列表" #: community/apps/setting/views/model.py:215 #: community/apps/setting/views/model.py:216 #: community/apps/setting/views/model.py:236 #: community/apps/setting/views/model.py:254 #: community/apps/setting/views/model.py:255 msgid "Get the model creation form" msgstr "获取模型创建表单" #: community/apps/setting/views/model.py:235 msgid "Get model default parameters" msgstr "获取模型默认参数" #: community/apps/setting/views/model_apply.py:23 #: community/apps/setting/views/model_apply.py:24 #: community/apps/setting/views/model_apply.py:33 #: community/apps/setting/views/model_apply.py:34 msgid "Vectorization documentation" msgstr "向量化文档" #: community/apps/setting/views/model_apply.py:43 #: community/apps/setting/views/model_apply.py:44 msgid "Reorder documents" msgstr "重排序文档" #: community/apps/setting/views/system_setting.py:29 #: community/apps/setting/views/system_setting.py:30 msgid "Create or update email settings" msgstr "创建或更新邮箱设置" #: community/apps/setting/views/system_setting.py:31 #: community/apps/setting/views/system_setting.py:45 #: community/apps/setting/views/system_setting.py:57 msgid "Email settings" msgstr "邮箱设置" #: community/apps/setting/views/system_setting.py:41 #: community/apps/setting/views/system_setting.py:42 msgid "Test email settings" msgstr "测试邮箱设置" #: community/apps/setting/views/system_setting.py:54 #: community/apps/setting/views/system_setting.py:55 msgid "Get email settings" msgstr "获取邮箱设置" #: community/apps/setting/views/valid.py:26 #: community/apps/setting/views/valid.py:27 msgid "Get verification results" msgstr "获取认证结果" #: community/apps/users/serializers/user_serializers.py:62 #: community/apps/users/serializers/user_serializers.py:63 msgid "System version number" msgstr "系统版本号" #: community/apps/users/serializers/user_serializers.py:141 #: community/apps/users/serializers/user_serializers.py:669 msgid "Username must be 6-20 characters long" msgstr "用户名必须是 6-20 个字符长" #: community/apps/users/serializers/user_serializers.py:148 #: community/apps/users/serializers/user_serializers.py:156 #: community/apps/users/serializers/user_serializers.py:676 #: community/apps/users/serializers/user_serializers.py:748 msgid "" "The password must be 6-20 characters long and must be a combination of " "letters, numbers, and special characters." msgstr "密码必须是 6-20 个字符长,且必须是字母、数字和特殊字符的组合" #: community/apps/users/serializers/user_serializers.py:151 #: community/apps/users/serializers/user_serializers.py:212 #: community/apps/users/serializers/user_serializers.py:213 #: community/apps/users/serializers/user_serializers.py:300 #: community/apps/users/serializers/user_serializers.py:347 #: community/apps/users/serializers/user_serializers.py:348 #: community/apps/users/serializers/user_serializers.py:749 #: community/apps/users/serializers/user_serializers.py:765 #: community/apps/users/serializers/user_serializers.py:766 msgid "Confirm Password" msgstr "确认密码" #: community/apps/users/serializers/user_serializers.py:158 #: community/apps/users/serializers/user_serializers.py:214 #: community/apps/users/serializers/user_serializers.py:215 #: community/apps/users/serializers/user_serializers.py:229 #: community/apps/users/serializers/user_serializers.py:257 #: community/apps/users/serializers/user_serializers.py:258 #: community/apps/users/serializers/user_serializers.py:291 #: community/apps/users/serializers/user_serializers.py:344 #: community/apps/users/serializers/user_serializers.py:345 #: community/apps/users/views/user.py:107 #: community/apps/users/views/user.py:108 msgid "Verification code" msgstr "验证码" #: community/apps/users/serializers/user_serializers.py:232 #: community/apps/users/serializers/user_serializers.py:259 #: community/apps/users/serializers/user_serializers.py:360 #: community/apps/users/serializers/user_serializers.py:439 msgid "Type" msgstr "类型" #: community/apps/users/serializers/user_serializers.py:236 #: community/apps/users/serializers/user_serializers.py:362 msgid "The type only supports register|reset_password" msgstr "该类型仅支持 register|reset_password" #: community/apps/users/serializers/user_serializers.py:266 msgid "Is it successful" msgstr "是否成功" #: community/apps/users/serializers/user_serializers.py:268 msgid "Error message" msgstr "错误信息" #: community/apps/users/serializers/user_serializers.py:280 msgid "language only support:" msgstr "语言只支持:" #: community/apps/users/serializers/user_serializers.py:298 #: community/apps/users/serializers/user_serializers.py:305 #: community/apps/users/serializers/user_serializers.py:754 msgid "" "The confirmation password must be 6-20 characters long and must be a " "combination of letters, numbers, and special characters." msgstr "确认密码长度6-20个字符,必须字母、数字、特殊字符组合" #: community/apps/users/serializers/user_serializers.py:380 #, python-brace-format msgid "Do not send emails again within {seconds} seconds" msgstr "{seconds} 秒内请勿重复发送邮件" #: community/apps/users/serializers/user_serializers.py:410 msgid "" "The email service has not been set up. Please contact the administrator to " "set up the email service in [Email Settings]." msgstr "邮箱服务未设置,请联系管理员在【邮箱设置】中设置邮箱服务" #: community/apps/users/serializers/user_serializers.py:421 #, python-brace-format msgid "【Intelligent knowledge base question and answer system-{action}】" msgstr "【智能知识库问答系统-{action}】" #: community/apps/users/serializers/user_serializers.py:422 #: community/apps/users/views/user.py:194 #: community/apps/users/views/user.py:195 msgid "User registration" msgstr "用户注册" #: community/apps/users/serializers/user_serializers.py:422 #: community/apps/users/views/user.py:212 #: community/apps/users/views/user.py:213 #: community/apps/users/views/user.py:301 #: community/apps/users/views/user.py:302 msgid "Change password" msgstr "修改密码" #: community/apps/users/serializers/user_serializers.py:474 #: community/apps/users/serializers/user_serializers.py:475 msgid "Permissions" msgstr "权限列表" #: community/apps/users/serializers/user_serializers.py:509 #: community/apps/users/serializers/user_serializers.py:610 #: community/apps/users/serializers/user_serializers.py:618 msgid "Email or username" msgstr "邮箱或用户名" #: community/apps/users/serializers/user_serializers.py:560 msgid "All" msgstr "全部" #: community/apps/users/serializers/user_serializers.py:561 msgid "Me" msgstr "我的" #: community/apps/users/serializers/user_serializers.py:583 #: community/apps/users/serializers/user_serializers.py:680 #: community/apps/users/serializers/user_serializers.py:705 #: community/apps/users/serializers/user_serializers.py:719 #: community/apps/users/serializers/user_serializers.py:736 msgid "Phone" msgstr "手机号" #: community/apps/users/serializers/user_serializers.py:587 msgid "Source" msgstr "来源" #: community/apps/users/serializers/user_serializers.py:588 #: community/apps/users/serializers/user_serializers.py:678 #: community/apps/users/serializers/user_serializers.py:706 #: community/apps/users/serializers/user_serializers.py:717 #: community/apps/users/serializers/user_serializers.py:735 msgid "Name" msgstr "名字" #: community/apps/users/serializers/user_serializers.py:727 msgid "Email is already in use" msgstr "邮箱已被使用" #: community/apps/users/serializers/user_serializers.py:808 msgid "Unable to delete administrator" msgstr "不能删除管理员" #: community/apps/users/serializers/user_serializers.py:845 msgid "Cannot modify administrator status" msgstr "不能修改管理员状态" #: community/apps/users/views/user.py:37 community/apps/users/views/user.py:38 msgid "Get MaxKB related information" msgstr "获取 MaxKB 相关信息" #: community/apps/users/views/user.py:40 msgid "System parameters" msgstr "系统参数" #: community/apps/users/views/user.py:50 community/apps/users/views/user.py:51 msgid "Get current user information" msgstr "获取当前用户信息" #: community/apps/users/views/user.py:63 community/apps/users/views/user.py:64 msgid "Get user list" msgstr "获取用户列表" #: community/apps/users/views/user.py:67 community/apps/users/views/user.py:90 #: community/apps/users/views/user.py:116 #: community/apps/users/views/user.py:136 #: community/apps/users/views/user.py:152 #: community/apps/users/views/user.py:178 #: community/apps/users/views/user.py:199 #: community/apps/users/views/user.py:217 #: community/apps/users/views/user.py:234 #: community/apps/users/views/user.py:249 #: community/apps/users/views/user.py:373 msgid "User" msgstr "用户" #: community/apps/users/views/user.py:79 community/apps/users/views/user.py:80 msgid "Switch Language" msgstr "切换语言" #: community/apps/users/views/user.py:101 #: community/apps/users/views/user.py:102 msgid "Modify current user password" msgstr "修改当前用户密码" #: community/apps/users/views/user.py:125 msgid "Failed to change password" msgstr "修改密码失败" #: community/apps/users/views/user.py:133 #: community/apps/users/views/user.py:134 msgid "Send email to current user" msgstr "给当前用户发送邮件" #: community/apps/users/views/user.py:149 #: community/apps/users/views/user.py:150 msgid "Sign out" msgstr "登出" #: community/apps/users/views/user.py:205 msgid "Registration successful" msgstr "注册成功" #: community/apps/users/views/user.py:229 #: community/apps/users/views/user.py:230 msgid "Check whether the verification code is correct" msgstr "检查验证码是否正确" #: community/apps/users/views/user.py:244 #: community/apps/users/views/user.py:245 msgid "Send email" msgstr "发送邮件" #: community/apps/users/views/user.py:262 #: community/apps/users/views/user.py:263 msgid "Add user" msgstr "添加用户" #: community/apps/users/views/user.py:266 #: community/apps/users/views/user.py:282 #: community/apps/users/views/user.py:306 #: community/apps/users/views/user.py:324 #: community/apps/users/views/user.py:338 #: community/apps/users/views/user.py:354 msgid "User management" msgstr "用户管理" #: community/apps/users/views/user.py:280 #: community/apps/users/views/user.py:281 msgid "Get user paginated list" msgstr "获取用户分页列表" #: community/apps/users/views/user.py:320 #: community/apps/users/views/user.py:321 msgid "Delete user" msgstr "删除用户" #: community/apps/users/views/user.py:334 #: community/apps/users/views/user.py:335 msgid "Get user information" msgstr "获取用户信息" #: community/apps/users/views/user.py:349 #: community/apps/users/views/user.py:350 msgid "Update user information" msgstr "更新用户信息" #: community/apps/users/views/user.py:369 #: community/apps/users/views/user.py:370 msgid "Get user list by type" msgstr "按类型获取用户列表" #~ msgid "MaxKB table template.csv" #~ msgstr "MaxKB表格模版.csv" #~ msgid "MaxKB table template.xlsx" #~ msgstr "MaxKB表格模版.xlsx"