dify
This commit is contained in:
32
dify/web/i18n/zh-Hans/custom.ts
Normal file
32
dify/web/i18n/zh-Hans/custom.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
const translation = {
|
||||
custom: '定制',
|
||||
upgradeTip: {
|
||||
title: '升级您的计划',
|
||||
des: '升级您的计划来定制您的品牌。',
|
||||
prefix: '升级您的计划以',
|
||||
suffix: '定制您的品牌。',
|
||||
},
|
||||
webapp: {
|
||||
title: '定制 web app 品牌',
|
||||
removeBrand: '移除 Powered by Dify',
|
||||
changeLogo: '更改 Powered by Brand 图片',
|
||||
changeLogoTip: 'SVG 或 PNG 格式,最小尺寸为 40x40px',
|
||||
},
|
||||
app: {
|
||||
title: '定制应用品牌',
|
||||
changeLogoTip: 'SVG 或 PNG 格式,最小尺寸为 80x80px',
|
||||
},
|
||||
upload: '上传',
|
||||
uploading: '上传中',
|
||||
uploadedFail: '图片上传失败,请重新上传。',
|
||||
change: '更改',
|
||||
apply: '应用',
|
||||
restore: '恢复默认',
|
||||
customize: {
|
||||
contactUs: '联系我们',
|
||||
prefix: '如需在 Dify 内自定义品牌图标,请',
|
||||
suffix: '升级至企业版。',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user