mirror of https://github.com/langgenius/dify.git
chore: i18n
This commit is contained in:
parent
bacc9a7970
commit
f7a9aadc98
|
|
@ -361,8 +361,8 @@ const StepOne = ({
|
|||
<PlanUpgradeModal
|
||||
show
|
||||
onClose={hidePlanUpgradeModal}
|
||||
title='Upgrade to upload multiple pages at once'
|
||||
description='You’ve reached the upload limit — only one page can be selected and uploaded at a time on your current plan.'
|
||||
title={t('billing.upgrade.uploadMultiplePages.title')!}
|
||||
description={t('billing.upgrade.uploadMultiplePages.description')!}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -221,6 +221,12 @@ const translation = {
|
|||
fullTipLine2: 'annotate more conversations.',
|
||||
quotaTitle: 'Annotation Reply Quota',
|
||||
},
|
||||
upgrade: {
|
||||
uploadMultiplePages: {
|
||||
title: 'Upgrade to upload multiple pages at once',
|
||||
description: 'You’ve reached the upload limit — only one page can be selected and uploaded at a time on your current plan.',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
|
|
|||
|
|
@ -202,6 +202,12 @@ const translation = {
|
|||
quotaTitle: '注釈返信クォータ',
|
||||
},
|
||||
teamMembers: 'チームメンバー',
|
||||
upgrade: {
|
||||
uploadMultiplePages: {
|
||||
title: '複数ページを一度にアップロードするにはアップグレード',
|
||||
description: '現在のプランではアップロード上限に達しています。1回の操作で選択・アップロードできるページは1つのみです。',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
|
|
|||
|
|
@ -202,6 +202,12 @@ const translation = {
|
|||
quotaTitle: '标注的配额',
|
||||
},
|
||||
teamMembers: '团队成员',
|
||||
upgrade: {
|
||||
uploadMultiplePages: {
|
||||
title: '升级以一次性上传多个页面',
|
||||
description: '您已达到当前套餐的上传限制 —— 该套餐每次只能选择并上传 1 个页面。',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
|
|
|||
Loading…
Reference in New Issue