feat: add more share config (#3120)
* feat: add more share config * add i18n en
This commit is contained in:
@@ -974,8 +974,11 @@
|
||||
"support.outlink.Max usage points": "积分上限",
|
||||
"support.outlink.Max usage points tip": "该链接最多允许使用多少积分,超出后将无法使用。-1 代表无限制。",
|
||||
"support.outlink.Usage points": "积分消耗",
|
||||
"support.outlink.share.Response Quote": "返回引用",
|
||||
"support.outlink.share.Response Quote tips": "在分享链接中返回引用内容,但不会允许用户下载原文档",
|
||||
"support.outlink.share.Response Quote": "引用内容",
|
||||
"support.outlink.share.Response Quote tips": "查看知识库搜索的引用内容,不可查看完整引用文档或跳转引用网站",
|
||||
"support.outlink.share.running_node": "运行节点",
|
||||
"support.outlink.share.show_complete_quote": "查看来源原文",
|
||||
"support.outlink.share.show_complete_quote_tips": "查看及下载完整引用文档,或跳转引用网站",
|
||||
"support.permission.Permission": "权限",
|
||||
"support.standard.AI Bonus Points": "AI 积分",
|
||||
"support.standard.due_date": "到期时间",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"app_key_tips": "这些 key 已有当前应用标识,具体使用可参考文档",
|
||||
"basic_info": "基本信息",
|
||||
"config": "可见度配置",
|
||||
"copy_link_hint": "将下面链接复制到指定位置",
|
||||
"create_api_key": "创建新 key",
|
||||
"create_link": "创建链接",
|
||||
@@ -25,12 +26,15 @@
|
||||
"request_address": "请求地址",
|
||||
"show_share_link_modal_title": "开始使用",
|
||||
"token_auth": "身份验证",
|
||||
"token_auth_tips": "身份校验服务器地址,如填写该值,每次对话前都会向指定服务器发送一个请求,进行身份校验",
|
||||
"token_auth_tips": "身份校验服务器地址",
|
||||
"token_auth_use_cases": "查看身份验证使用说明",
|
||||
"wecom.api": "企微 API",
|
||||
"wecom.bot": "企业微信机器人",
|
||||
"wecom.bot_desc": "通过 API 直接接入企业微信机器人",
|
||||
"wecom.create_modal_title": "创建企微机器人",
|
||||
"wecom.edit_modal_title": "编辑企微机器人",
|
||||
"wecom.title": "发布到企业微信机器人"
|
||||
}
|
||||
"wecom.title": "发布到企业微信机器人",
|
||||
"show_node": "实时运行状态",
|
||||
"quote_content": "引用内容",
|
||||
"show_origin_content": "查看来源原文"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user