Spaces:
Runtime error
Runtime error
File size: 5,420 Bytes
41af422 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
export default {
common: {
add: '添加',
addSuccess: '添加成功',
edit: '编辑',
editSuccess: '编辑成功',
delete: '删除',
deleteSuccess: '删除成功',
save: '保存',
test: '测试',
saveSuccess: '保存成功',
reset: '重置',
action: '操作',
export: '导出',
exportSuccess: '导出成功',
import: '导入',
importSuccess: '导入成功',
clear: '清空',
clearSuccess: '清空成功',
yes: '是',
no: '否',
confirm: '确定',
download: '下载',
noData: '暂无数据',
wrong: '好像出错了,请稍后再试。',
success: '操作成功',
failed: '操作失败',
register: '注册',
login: '登录',
notLoggedIn: '登录 / 注册',
logOut: '退出登录',
unauthorizedTips: '未经授权,请先进行验证。',
email: '邮箱',
password: '密码',
passwordConfirm: '确认密码',
resetPassword: '重置密码',
resetPasswordMail: '发送重置密码邮件',
auditTip: '敏感词对管理员不生效',
},
chat: {
newChatButton: '新建聊天',
placeholder: '来说点什么吧...(Shift + Enter = 换行,"/" 触发提示词)',
placeholderMobile: '来说点什么...',
copy: '复制',
copied: '复制成功',
copyCode: '复制代码',
clearChat: '清空会话',
clearChatConfirm: '是否清空会话?',
exportImage: '保存会话到图片',
exportImageConfirm: '是否将会话保存为图片?',
exportSuccess: '保存成功',
exportFailed: '保存失败',
usingContext: '上下文模式',
turnOnContext: '当前模式下, 发送消息会携带之前的聊天记录',
turnOffContext: '当前模式下, 发送消息不会携带之前的聊天记录',
deleteMessage: '删除消息',
deleteMessageConfirm: '是否删除此消息?',
deleteHistoryConfirm: '确定删除此记录?',
clearHistoryConfirm: '确定清空聊天记录?',
preview: '预览',
showRawText: '显示原文',
usageEstimate: '预估',
usagePrompt: '提问',
usageResponse: '回复',
usageTotal: '总消耗 token',
deleteUser: '删除用户',
setUserRole: '设置权限',
deleteUserConfirm: '你确定要删除这个用户吗? 删除后这个邮箱永远无法注册登录',
verifiedUser: '通过验证',
deleteKey: '删除 Key',
editKeyButton: '编辑 Key',
deleteKeyConfirm: '你确定要删除这个 key 吗?',
},
setting: {
setting: '设置',
general: '总览',
advanced: '高级',
statistics: '统计',
config: '基本配置',
siteConfig: '网站配置',
mailConfig: '邮箱配置',
auditConfig: '敏感词审核',
avatarLink: '头像链接',
name: '名称',
description: '描述',
role: '角色设定',
temperature: '思维发散程度',
saveUserInfo: '保存用户信息',
top_p: 'Top_p',
chatHistory: '聊天记录',
theme: '主题',
language: '语言',
api: 'API',
reverseProxy: '反向代理',
timeout: '超时(ms)',
socks: 'Socks',
socksAuth: 'Socks 授权',
httpsProxy: 'HTTPS Proxy',
balance: 'API余额',
statisticsPeriod: '统计时间段',
statisticsPeriodLastMonth: '上月',
statisticsPeriodCurrentMonth: '本月',
statisticsPeriodLast30Days: '最近30天',
statisticsPrompt: '提问',
statisticsCompletion: '回答',
statisticsTotal: '总计',
smtpHost: 'Host',
smtpPort: 'Port',
smtpTsl: 'Tsl',
smtpUserName: '账号',
smtpPassword: '密码/专用密码',
siteTitle: '网站标题',
siteDomain: '域名 不含/',
registerEnabled: '新用户',
registerReview: '新用户审核',
registerMails: '邮箱后缀',
apiBaseUrl: '接口地址',
apiModel: '接口类型',
accessToken: 'Access Token',
loginEnabled: '注册登录',
loginSalt: '登录混淆盐',
loginSaltTip: '变更会导致所有已登录失效',
monthlyUsage: '本月使用量',
auditEnabled: '第三方',
auditProvider: '提供商',
auditApiKey: 'Api Key',
auditApiSecret: 'Api Secret',
auditTest: '测试文本',
auditBaiduLabel: '二级分类',
auditBaiduLabelTip: '英文逗号分隔, 如果空, 仅政治',
auditBaiduLabelLink: '查看细分类型',
auditCustomizeEnabled: '自定义',
auditCustomizeWords: '敏感词',
accessTokenExpiredTime: '过期时间',
userConfig: '用户管理',
keysConfig: 'Keys 管理',
userRoles: '用户权限',
status: '状态',
chatModels: '对话模型',
remark: '备注',
},
store: {
siderButton: '提示词商店',
local: '本地',
online: '在线',
title: '标题',
description: '描述',
clearStoreConfirm: '是否清空数据?',
importPlaceholder: '请粘贴 JSON 数据到此处',
addRepeatTitleTips: '标题重复,请重新输入',
addRepeatContentTips: '内容重复:{msg},请重新输入',
editRepeatTitleTips: '标题冲突,请重新修改',
editRepeatContentTips: '内容冲突{msg} ,请重新修改',
importError: '键值不匹配',
importRepeatTitle: '标题重复跳过:{msg}',
importRepeatContent: '内容重复跳过:{msg}',
onlineImportWarning: '注意:请检查 JSON 文件来源!',
downloadError: '请检查网络状态与 JSON 文件有效性',
},
}
|