chore: i18n

This commit is contained in:
Joel 2025-12-10 14:41:37 +08:00
parent bacc9a7970
commit f7a9aadc98
4 changed files with 20 additions and 2 deletions

View File

@ -361,8 +361,8 @@ const StepOne = ({
<PlanUpgradeModal
show
onClose={hidePlanUpgradeModal}
title='Upgrade to upload multiple pages at once'
description='Youve 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>

View File

@ -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: 'Youve reached the upload limit — only one page can be selected and uploaded at a time on your current plan.',
},
},
}
export default translation

View File

@ -202,6 +202,12 @@ const translation = {
quotaTitle: '注釈返信クォータ',
},
teamMembers: 'チームメンバー',
upgrade: {
uploadMultiplePages: {
title: '複数ページを一度にアップロードするにはアップグレード',
description: '現在のプランではアップロード上限に達しています。1回の操作で選択・アップロードできるページは1つのみです。',
},
},
}
export default translation

View File

@ -202,6 +202,12 @@ const translation = {
quotaTitle: '标注的配额',
},
teamMembers: '团队成员',
upgrade: {
uploadMultiplePages: {
title: '升级以一次性上传多个页面',
description: '您已达到当前套餐的上传限制 —— 该套餐每次只能选择并上传 1 个页面。',
},
},
}
export default translation