feat: notice of the expire of education verify (#24210)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joel
2025-08-20 15:37:46 +08:00
committed by GitHub
parent 870e3daa95
commit ddf05ca059
20 changed files with 400 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ const translation = {
title: 'Protokolle',
description: 'Die Protokolle zeichnen den Betriebsstatus der Anwendung auf, einschließlich Benutzereingaben und KI-Antworten.',
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
dateFormat: 'MM/DD/YYYY',
table: {
header: {
updatedTime: 'Aktualisierungszeit',

View File

@@ -2,6 +2,7 @@ const translation = {
title: 'Logs',
description: 'The logs record the running status of the application, including user inputs and AI replies.',
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
dateFormat: 'MM/DD/YYYY',
table: {
header: {
updatedTime: 'Updated time',

View File

@@ -42,6 +42,36 @@ const translation = {
rejectTitle: 'Your Dify Educational Verification Has Been Rejected',
rejectContent: 'Unfortunately, you are not eligible for Education Verified status and therefore cannot receive the exclusive 100% coupon for the Dify Professional Plan if you use this email address.',
emailLabel: 'Your current email',
notice: {
dateFormat: 'MM/DD/YYYY',
expired: {
title: 'Your education status has expired',
summary: {
line1: 'You can still access and use Dify. ',
line2: 'However, you\'re no longer eligible for new education discount coupons.',
},
},
isAboutToExpire: {
title: 'Your education status will expire on {{date}}',
summary: 'Don\'t worry — this won\'t affect your current subscription, but you won\'t get the education discount when it renews unless you verify your status again.',
},
stillInEducation: {
title: 'Still in education?',
expired: 'Re-verify now to get a new coupon for the upcoming academic year. We\'ll add it to your account and you can use it for the next upgrade.',
isAboutToExpire: 'Re-verify now to get a new coupon for the upcoming academic year. It\'ll be saved to your account and ready to use at your next renewal.',
},
alreadyGraduated: {
title: 'Already graduated?',
expired: 'Feel free to upgrade anytime to get full access to paid features.',
isAboutToExpire: 'Your current subscription will still remain active. When it ends, you\'ll be moved to the Sandbox plan, or you can upgrade anytime to restore full access to paid features.',
},
action: {
dismiss: 'Dismiss',
upgrade: 'Upgrade',
reVerify: 'Re-verify',
},
},
}
export default translation

View File

@@ -2,6 +2,7 @@ const translation = {
title: 'ログ',
description: 'ログは、アプリケーションの実行状態を記録します。ユーザーの入力や AI の応答などが含まれます。',
dateTimeFormat: 'YYYY/MM/DD hh:mm A',
dateFormat: 'YYYY/MM/DD',
table: {
header: {
updatedTime: '更新時間',

View File

@@ -42,6 +42,36 @@ const translation = {
rejectTitle: 'Dify 教育認証が拒否されました',
rejectContent: '申し訳ございませんが、このメールアドレスでは 教育認証 の資格を取得できず、Dify プロフェッショナルプランの 100割引クーポン を受け取ることはできません。',
emailLabel: '現在のメールアドレス',
notice: {
dateFormat: 'YYYY/MM/DD',
expired: {
title: 'あなたの教育認証は失効しました',
summary: {
line1: 'Dify は引き続きご利用いただけますが、新しい教育割引クーポンの対象外となります。',
line2: '',
},
},
isAboutToExpire: {
title: 'あなたの教育認証は {{date}} に有効期限を迎えます',
summary: 'ご安心ください。現在のサブスクリプションには影響ありません。ただし、再認証を行わない場合、次回の更新時に教育割引を受けることができません。',
},
stillInEducation: {
title: 'まだ在学中ですか?',
expired: '今すぐ再認証して、次の学年度向けの教育クーポンを取得してください。クーポンはあなたのアカウントに追加され、次回のアップグレード時にご利用いただけます。',
isAboutToExpire: '今すぐ再認証して、次の学年度向けの教育クーポンを取得してください。クーポンは個人のアカウントに保存され、次回の更新時に使用できます。',
},
alreadyGraduated: {
title: 'すでに卒業しましたか?',
expired: 'いつでもアップグレードして、すべての有料機能にアクセスすることができます。',
isAboutToExpire: '今すぐ再認証して、次の学年度向けの教育クーポンを取得してください。クーポンはあなたのアカウントに追加され、次回のアップグレード時にご利用いただけます。',
},
action: {
dismiss: '無視',
upgrade: 'アップグレード',
reVerify: '再認証する',
},
},
}
export default translation

View File

@@ -2,6 +2,7 @@ const translation = {
title: '日志',
description: '日志记录了应用的运行情况,包括用户的输入和 AI 的回复。',
dateTimeFormat: 'YYYY-MM-DD HH:mm',
dateFormat: 'YYYY-MM-DD',
table: {
header: {
updatedTime: '更新时间',

View File

@@ -42,6 +42,36 @@ const translation = {
rejectTitle: '您的 Dify 教育版认证已被拒绝',
rejectContent: '非常遗憾,您无法使用此电子邮件以获得教育版认证资格,也无法领取 Dify Professional 版的 100% 独家优惠券。',
emailLabel: '您当前的邮箱',
notice: {
dateFormat: 'YYYY/MM/DD',
expired: {
title: '您的教育认证已过期',
summary: {
line1: '您仍可继续使用 Dify但将无法再领取新的教育优惠券。',
line2: '',
},
},
isAboutToExpire: {
title: '您的教育认证将于 {{date}} 过期',
summary: '别担心,这不会影响您当前的订阅。但续订时您将无法继续享受教育优惠,除非重新完成身份验证。',
},
stillInEducation: {
title: '仍在就读?',
expired: '立即重新认证,获取新学年的教育优惠券。优惠券将发放至您的账户,并可在下次升级时使用。',
isAboutToExpire: '立即重新验证,获取新学年的教育优惠券。优惠券将发放至您的账户,并可在下次续订时使用。',
},
alreadyGraduated: {
title: '已毕业?',
expired: '您可以随时升级以获得所有付费功能。',
isAboutToExpire: '您的当前订阅仍将保持有效。订阅结束后,空间将切换为 Sandbox 套餐,您也可以随时升级,恢复全部付费功能的使用。',
},
action: {
dismiss: '忽略',
upgrade: '升级套餐',
reVerify: '重新认证',
},
},
}
export default translation