mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* feat: support lark and feishu * chore: change integration to channel * chore: rename from integration to channel * fix: channel router * feat: add topic list channel provider icon * chore: update webhook url * chore: channel form refact * chore: update i18n keys to channel * chore: update form item description * style: hide required mark * feat: add lark chat adapter * chore: clean speaker tag & add username api adapter * chore: adjust topic channel icon * chore: move developer mode to advanced setting * chore: add lark icon * fix: detail style * fix: token check logic * fix: encrpted risk * fix: vercel function appId * chore: remove webhook mode for discord * chore: add doc link * chore: add channel docs * chore: remove unused import * fix: create bot with wrong platform * chore: update intergration to channel * fix: udpate variable import * fix: tsgo error * chore: optimize webhook url trim * chore: update copy text * fix: telegram webhook not set * chore: add persist logic * docs: update feishu doc * chore: update feishu and lark tenant * chore: update docs * chore: make verfication code required * chore: update feishu docs * chore: update verfication comment * chore: update docs permission list * chore: verificationToken optional * chore: update feishu and lark color * chore: use test id
42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"actions.addNewTopic": "开启新话题",
|
|
"actions.autoRename": "智能重命名",
|
|
"actions.confirmRemoveAll": "您即将删除所有话题,此操作无法撤销。",
|
|
"actions.confirmRemoveTopic": "您即将删除此话题,此操作无法撤销。",
|
|
"actions.confirmRemoveUnstarred": "您即将删除未加星标的话题,此操作无法撤销。",
|
|
"actions.duplicate": "复制",
|
|
"actions.export": "导出话题",
|
|
"actions.favorite": "收藏",
|
|
"actions.import": "导入对话",
|
|
"actions.openInNewTab": "在新标签页中打开",
|
|
"actions.openInNewWindow": "打开独立窗口",
|
|
"actions.removeAll": "删除全部话题",
|
|
"actions.removeUnstarred": "删除未收藏话题",
|
|
"actions.unfavorite": "取消收藏",
|
|
"defaultTitle": "默认话题",
|
|
"displayItems": "显示条目",
|
|
"duplicateLoading": "话题复制中…",
|
|
"duplicateSuccess": "话题复制成功",
|
|
"favorite": "收藏",
|
|
"groupMode.ascMessages": "按消息总数顺序",
|
|
"groupMode.byTime": "按创建时间分组",
|
|
"groupMode.byUpdatedTime": "按编辑时间分组",
|
|
"groupMode.descMessages": "按消息总数倒序",
|
|
"groupMode.flat": "不分组",
|
|
"groupTitle.byTime.month": "本月",
|
|
"groupTitle.byTime.today": "今天",
|
|
"groupTitle.byTime.week": "本周",
|
|
"groupTitle.byTime.yesterday": "昨天",
|
|
"guide.desc": "点击发送左侧按钮可将当前会话保存为历史话题,并开启新一轮会话",
|
|
"guide.title": "话题列表",
|
|
"importError": "导入遇到了问题",
|
|
"importInvalidFormat": "文件格式不正确。请确认这是有效的 JSON 文件",
|
|
"importLoading": "正在导入对话…",
|
|
"importSuccess": "已导入 {{count}} 条消息",
|
|
"loadMore": "更多",
|
|
"searchPlaceholder": "搜索话题…",
|
|
"searchResultEmpty": "暂无搜索结果",
|
|
"temp": "临时",
|
|
"title": "话题"
|
|
}
|