Files
dify/web/i18n/zh-Hant/custom.ts
+8 d186daa131 E-300 (#19726)
Signed-off-by: -LAN- <[email protected]>
Co-authored-by: Hash Brown <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: GareArc <[email protected]>
Co-authored-by: Byron.wang <[email protected]>
Co-authored-by: Joel <[email protected]>
Co-authored-by: -LAN- <[email protected]>
Co-authored-by: Garfield Dai <[email protected]>
Co-authored-by: KVOJJJin <[email protected]>
Co-authored-by: Alexi.F <[email protected]>
Co-authored-by: Xiyuan Chen <[email protected]>
Co-authored-by: kautsar_masuara <[email protected]>
Co-authored-by: achmad-kautsar <[email protected]>
Co-authored-by: Xin Zhang <[email protected]>
Co-authored-by: kelvintsim <[email protected]>
Co-authored-by: zxhlyh <[email protected]>
Co-authored-by: Zixuan Cheng <[email protected]>
2025-05-20 12:07:50 +08:00

33 lines
899 B
TypeScript

const translation = {
custom: '定製',
upgradeTip: {
prefix: '升級您的計劃以',
suffix: '定製您的品牌。',
des: '升級您的計劃以自訂您的品牌',
title: '升級您的計劃',
},
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