I18n: Completed i18n&&proofread some translations (#2619)
* i18n-1 * i18n: Completed the remaining parts of i18n and proofread some translations * i18n: add default lang&&add app template i18n
This commit is contained in:
@@ -179,5 +179,12 @@
|
||||
"user_file_input_desc": "用户上传的文档和图片链接",
|
||||
"user_select": "用户选择",
|
||||
"user_select_tip": "该模块可配置多个选项,以供对话时选择。不同选项可导向不同工作流支线"
|
||||
},
|
||||
"permission": {
|
||||
"des": {
|
||||
"read": "可使用该应用进行对话",
|
||||
"write": "可查看和编辑应用",
|
||||
"manage": "写权限基础上,可配置发布渠道、查看对话日志、分配该应用权限"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -531,6 +531,7 @@
|
||||
"feishu": "飞书",
|
||||
"official_account": "公众号",
|
||||
"online": "在线使用",
|
||||
"free_login": "免登录链接",
|
||||
"share": "外部链接调用",
|
||||
"team": "团队空间对话",
|
||||
"test": "测试",
|
||||
@@ -647,8 +648,7 @@
|
||||
"success": "开始同步"
|
||||
}
|
||||
},
|
||||
"training": {
|
||||
}
|
||||
"training": {}
|
||||
},
|
||||
"data": {
|
||||
"Auxiliary Data": "辅助数据",
|
||||
@@ -926,7 +926,18 @@
|
||||
"Team app": "团队应用",
|
||||
"Tool module": "工具",
|
||||
"UnKnow Module": "未知模块",
|
||||
"http body placeholder": "与 Apifox 相同的语法"
|
||||
"http body placeholder": "与 Apifox 相同的语法",
|
||||
"empty_workflow": "空白工作流",
|
||||
"empty_app": "空白应用",
|
||||
"empty_plugin": "空白插件",
|
||||
"system_config": "系统配置",
|
||||
"system_config_info": "可以配置应用的系统参数",
|
||||
"work_start": "流程开始",
|
||||
"self_input": "自定义插件输入",
|
||||
"self_output": "自定义插件输出",
|
||||
"config_params": "可以配置应用的系统参数",
|
||||
"ai_chat": "AI 对话",
|
||||
"ai_chat_intro": "AI 大模型对话"
|
||||
},
|
||||
"templates": {
|
||||
"Load plugin error": "加载插件失败"
|
||||
@@ -1159,6 +1170,9 @@
|
||||
"Collaborator": "协作者",
|
||||
"Default permission": "默认权限",
|
||||
"Manage": "管理",
|
||||
"manager": "管理员",
|
||||
"read": "读权限",
|
||||
"write": "写权限",
|
||||
"No InheritPermission": "已限制权限,不再继承父级文件夹的权限,",
|
||||
"Not collaborator": "暂无协作者",
|
||||
"Owner": "创建者",
|
||||
|
||||
@@ -34,9 +34,17 @@
|
||||
"delete_tag_confirm": "确定删除标签?",
|
||||
"manage": "标签管理",
|
||||
"searchOrAddTag": "搜索或添加标签",
|
||||
"tags": "标签"
|
||||
"tags": "标签",
|
||||
"total_tags": "共{{total}}个标签"
|
||||
},
|
||||
"the_knowledge_base_has_indexes_that_are_being_trained_or_being_rebuilt": "知识库有训练中或正在重建的索引",
|
||||
"website_dataset": "Web 站点同步",
|
||||
"website_dataset_desc": "Web 站点同步允许你直接使用一个网页链接构建知识库"
|
||||
"website_dataset_desc": "Web 站点同步允许你直接使用一个网页链接构建知识库",
|
||||
"permission": {
|
||||
"des": {
|
||||
"read": "可查看知识库内容",
|
||||
"write": "可增加和变更知识库内容",
|
||||
"manage": "可管理整个知识库数据和信息"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,5 +104,10 @@
|
||||
"official_account": "公众号",
|
||||
"share": "分享链接",
|
||||
"wecom": "企业微信"
|
||||
},
|
||||
"permission_des": {
|
||||
"read": "成员仅可阅读相关资源,无法新建资源",
|
||||
"write": "除了可读资源外,还可以新建新的资源",
|
||||
"manage": "可创建资源、邀请、删除成员"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user