dify-1.72/web/i18n/zh-Hans/app-overview.ts
2025-03-21 11:14:40 +08:00

173 lines
6.7 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
welcome: {
firstStepTip: '开始之前,',
enterKeyTip: '请先在下方输入你的 OpenAI API Key',
getKeyTip: '从 OpenAI 获取你的 API Key',
placeholder: '你的 OpenAI API Key例如 sk-xxxx',
},
apiKeyInfo: {
cloud: {
trial: {
title: '您正在使用 {{providerName}} 的试用配额。',
description: '试用配额仅供您测试使用。 在试用配额用完之前,请自行设置模型提供商或购买额外配额。',
},
exhausted: {
title: '您的试用额度已用完请设置您的APIKey。',
description: '您的试用配额已用完。 请设置您自己的模型提供商或购买额外配额。',
},
},
selfHost: {
title: {
row1: '首先,',
row2: '设置您的模型提供商。',
},
},
callTimes: '调用次数',
usedToken: '使用 Tokens',
setAPIBtn: '设置模型提供商',
tryCloud: '或者尝试使用 Dify 的云版本并使用试用配额',
},
overview: {
title: '概览',
appInfo: {
explanation: '开箱即用的 AI WebApp',
accessibleAddress: '公开访问 URL',
preview: '预览',
launch: '',
regenerate: '',
regenerateNotice: '访 URL',
preUseReminder: '使',
settings: {
entry: '',
title: 'WebApp ',
modalTip: ' WebApp ',
webName: 'WebApp ',
webDesc: 'WebApp ',
webDescTip: '使',
webDescPlaceholder: ' WebApp ',
language: '',
workflow: {
title: '',
subTitle: '',
show: '',
hide: '',
showDesc: ' WebApp ',
},
chatColorTheme: '',
chatColorThemeDesc: '',
chatColorThemeInverted: '',
invalidHexMessage: '',
sso: {
label: '',
title: 'WebApp SSO ',
description: ' SSO 访',
tooltip: ' WebApp SSO ',
},
more: {
entry: '',
copyright: '',
copyrightTip: ' WebApp ',
copyrightTooltip: '',
copyRightPlaceholder: '',
privacyPolicy: '',
privacyPolicyPlaceholder: '',
privacyPolicyTip: '访 Dify <privacyPolicyLink></privacyPolicyLink>',
customDisclaimer: '',
customDisclaimerPlaceholder: '',
customDisclaimerTip: ' AI ',
},
},
embedded: {
entry: '',
title: '',
explanation: '',
iframe: ' iframe ',
scripts: '',
chromePlugin: ' Dify Chrome ',
copied: '',
copy: '',
},
qrcode: {
title: '',
scan: '',
download: '',
},
customize: {
way: '',
entry: '',
title: ' AI WebApp',
explanation: ' Web App ',
way1: {
name: 'Fork Vercel',
step1: 'Fork ',
step1Tip: ' Fork GitHub ',
step1Operation: 'Dify-WebClient',
step2: ' Vercel ',
step2Tip: ' Vercel ',
step2Operation: '',
step3: '',
step3Tip: ' Vercel ',
},
way2: {
name: ' API ',
operation: '',
},
},
},
apiInfo: {
title: ' API',
explanation: '',
accessibleAddress: 'API 访',
doc: ' API ',
},
status: {
running: '',
disable: '',
},
},
analysis: {
title: '',
ms: '',
tokenPS: 'Token/',
totalMessages: {
title: '',
explanation: ' AI Message',
},
totalConversations: {
title: '',
explanation: ' AI ',
},
activeUsers: {
title: '',
explanation: ' AI ',
},
tokenUsage: {
title: '',
explanation: ' Tokens ',
consumed: '',
},
avgSessionInteractions: {
title: '',
explanation: ' AI 10 10',
},
avgUserInteractions: {
title: '',
explanation: '使',
},
userSatisfactionRate: {
title: '',
explanation: ' 1000 ',
},
avgResponseTime: {
title: '',
explanation: ' AI ',
},
tps: {
title: 'Token ',
explanation: ' LLM LLM Tokens ',
},
},
}
export default translation