no message

This commit is contained in:
2023-07-19 23:39:43 +08:00
parent ff13a53022
commit cd29687ce0
16 changed files with 432 additions and 17 deletions

View File

@@ -24,17 +24,53 @@ export const en = {
recent: 'Recents',
noRecent: 'No recents',
untitled: 'Untitled',
promopt: {
system: 'System Info',
desc: 'You are a helpful assistant, answer as concisely as possible...',
},
emoji: 'Search an emoji ~',
confirm: {
title: 'Delete all messages in this chat',
desc: 'This action cannot be undone.',
message: 'Delete this record',
btn: 'confirm',
cancel: 'cancel',
submit: 'submit',
},
share: {
title: 'Share Conversation',
link: {
title: 'Share with link',
copy: 'Copy Link',
create: 'Create Link',
},
save: 'Save',
copy: 'Copy Context',
messages: {
title: 'Select Message',
selected: 'Selected Messages',
selectAll: 'Select All',
},
tabs: {
context: 'Share Context',
image: 'Share Image',
},
image: {
btn: 'Generate Image',
open: 'Open in Tab',
loading: 'Generating...',
copy: 'Copy Image',
},
},
},
docs: 'Docs',
github: 'Github',
scroll: 'Scroll to bottom',
empty: 'No data',
send: {
placeholder: 'Enter Something...',
button: 'Send',
},
copyed: 'Copyed!',
},
} as language

View File

@@ -24,17 +24,53 @@ export const zhCN = {
recent: '最近对话',
noRecent: '暂无最近对话',
untitled: '未命名对话',
promopt: {
system: '系统信息',
desc: '你是个乐于助人的助手,回答尽量简洁...',
},
emoji: '搜索一个表情 ~',
confirm: {
title: '删除本会话的所有消息',
desc: '这将删除本会话的所有消息,且不可恢复',
message: '删除这条记录',
btn: '确认',
cancel: '取消',
submit: '提交',
},
share: {
title: '分享对话',
link: {
title: '分享链接',
copy: '复制链接',
create: '创建链接',
},
save: '保存',
copy: '复制上下文',
messages: {
title: '选择消息',
selected: '已选择的消息',
selectAll: '全选',
},
tabs: {
context: '分享上下文',
image: '分享图片',
},
image: {
btn: '生成图片',
open: '新窗口打开',
loading: '生成中...',
copy: '复制图片',
},
},
},
docs: '文档',
github: '源码',
scroll: '滚动到底部',
empty: '暂无数据',
send: {
placeholder: '输入内容...',
button: '发送',
},
copyed: '已拷贝!',
},
} as language