@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
39 lines (38 loc) • 1.22 kB
text/typescript
export default {
actions: {
autoRename: '智能重命名',
confirmRemoveAll: '即将删除全部话题,删除后将不可恢复,请谨慎操作。',
confirmRemoveTopic: '即将删除该话题,删除后将不可恢复,请谨慎操作。',
confirmRemoveUnstarred: '即将删除未收藏话题,删除后将不可恢复,请谨慎操作。',
duplicate: '创建副本',
export: '导出话题',
removeAll: '删除全部话题',
removeUnstarred: '删除未收藏话题',
},
defaultTitle: '默认话题',
duplicateLoading: '话题复制中...',
duplicateSuccess: '话题复制成功',
favorite: '收藏',
groupMode: {
ascMessages: '按消息总数顺序',
byTime: '按时间分组',
descMessages: '按消息总数倒序',
flat: '不分组',
},
groupTitle: {
byTime: {
month: '本月',
today: '今天',
week: '本周',
yesterday: '昨天',
},
},
guide: {
desc: '点击发送左侧按钮可将当前会话保存为历史话题,并开启新一轮会话',
title: '话题列表',
},
searchPlaceholder: '搜索话题...',
searchResultEmpty: '暂无搜索结果',
temp: '临时',
title: '话题',
};