mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00

* feat: rewrite chat context (#3176) * feat: add app auto execute (#3115) * feat: add app auto execute * auto exec configtion * chatting animation * change icon * fix * fix * fix link * feat: add chat context to all chatbox * perf: loading ui --------- Co-authored-by: heheer <heheer@sealos.io> * app auto exec (#3179) * add chat records loaded state (#3184) * perf: chat store reset storage (#3186) * perf: chat store reset storage * perf: auto exec code * chore: workflow ui (#3175) * chore: workflow ui * fix * change icon color config * change popover to mymenu * 4.8.14 test (#3189) * update doc * fix: token check * perf: icon button * update doc * feat: share page support configuration Whether to allow the original view (#3194) * update doc * perf: fix index (#3206) * perf: i18n * perf: Add service entry (#3226) * 4.8.14 test (#3228) * fix: ai log * fix: text splitter * fix: reference unselect & user form description & simple to advance (#3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf * perf: code (#3232) * perf: code * update doc * fix: create btn permission (#3233) * update doc * fix: refresh chatbox listener * perf: check invalid reference * perf: check invalid reference * update doc * fix: ui props --------- Co-authored-by: heheer <heheer@sealos.io>
49 lines
3.1 KiB
JSON
49 lines
3.1 KiB
JSON
{
|
||
"Enable": "启用",
|
||
"collection.Create update time": "创建/更新时间",
|
||
"collection.Training type": "训练模式",
|
||
"collection_tags": "集合标签",
|
||
"common_dataset": "通用知识库",
|
||
"common_dataset_desc": "可通过导入文件、网页链接或手动录入形式构建知识库",
|
||
"confirm_to_rebuild_embedding_tip": "确认为知识库切换索引?\n切换索引是一个非常重量的操作,需要对您知识库内所有数据进行重新索引,时间可能较长,请确保账号内剩余积分充足。\n\n此外,你还需要注意修改选择该知识库的应用,避免它们与其他索引模型知识库混用。",
|
||
"custom_data_process_params": "自定义",
|
||
"custom_data_process_params_desc": "自定义设置数据处理规则",
|
||
"data.ideal_chunk_length": "理想分块长度",
|
||
"data_process_params": "处理参数",
|
||
"data_process_setting": "数据处理配置",
|
||
"dataset.no_collections": "暂无数据集",
|
||
"dataset.no_tags": "暂无标签",
|
||
"external_file": "外部文件库",
|
||
"external_file_dataset_desc": "可以从外部文件库导入文件构建知识库,文件不会进行二次存储",
|
||
"external_id": "文件阅读 ID",
|
||
"external_read_url": "外部预览地址",
|
||
"external_read_url_tip": "可以配置你文件库的阅读地址。便于对用户进行阅读鉴权操作。目前可以使用 {{fileId}} 变量来指代外部文件 ID。",
|
||
"external_url": "文件访问 URL",
|
||
"file_model_function_tip": "用于增强索引和 QA 生成",
|
||
"filename": "文件名",
|
||
"folder_dataset": "文件夹",
|
||
"ideal_chunk_length": "理想分块长度",
|
||
"ideal_chunk_length_tips": "按结束符号进行分段,并将多个分段组成一个分块,该值决定了分块的预估大小,如果会有上下浮动。",
|
||
"import.Auto mode Estimated Price Tips": "需调用文本理解模型,需要消耗较多AI 积分:{{price}} 积分/1K tokens",
|
||
"import.Embedding Estimated Price Tips": "仅使用索引模型,消耗少量 AI 积分:{{price}} 积分/1K tokens",
|
||
"move.hint": "移动后,所选知识库/文件夹将继承新文件夹的权限设置,原先的权限设置失效。",
|
||
"permission.des.manage": "可管理整个知识库数据和信息",
|
||
"permission.des.read": "可查看知识库内容",
|
||
"permission.des.write": "可增加和变更知识库内容",
|
||
"rebuild_embedding_start_tip": "切换索引模型任务已开始",
|
||
"rebuilding_index_count": "重建中索引数量:{{count}}",
|
||
"tag.Add New": "新建",
|
||
"tag.Add_new_tag": "新建标签",
|
||
"tag.Edit_tag": "编辑标签",
|
||
"tag.add": "创建",
|
||
"tag.cancel": "取消选择",
|
||
"tag.delete_tag_confirm": "确定删除标签?",
|
||
"tag.manage": "标签管理",
|
||
"tag.searchOrAddTag": "搜索或添加标签",
|
||
"tag.tags": "标签",
|
||
"tag.total_tags": "共{{total}}个标签",
|
||
"the_knowledge_base_has_indexes_that_are_being_trained_or_being_rebuilt": "知识库有训练中或正在重建的索引",
|
||
"training_mode": "处理方式",
|
||
"website_dataset": "Web 站点同步",
|
||
"website_dataset_desc": "Web 站点同步允许你直接使用一个网页链接构建知识库"
|
||
} |