Skip to content

Commit 566e548

Browse files
authored
fix: update trial expire time to 3/17 (langgenius#13796)
1 parent 1434d54 commit 566e548

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/i18n/en-US/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ const translation = {
290290
usedUp: 'Trial quota used up. Add own Model Provider.',
291291
useYourModel: 'Currently using own Model Provider.',
292292
close: 'Close',
293-
trialQuotaTip: 'Your Anthropic trial quota will expire on 2025/03/11 and will no longer be available thereafter. Please make use of it in time.',
293+
trialQuotaTip: 'Your Anthropic trial quota will expire on 2025/03/17 and will no longer be available thereafter. Please make use of it in time.',
294294
},
295295
anthropic: {
296296
using: 'The embedding capability is using',

web/i18n/ja-JP/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const translation = {
291291
usedUp: 'トライアルクォータが使い果たされました。独自のモデルプロバイダを追加してください。',
292292
useYourModel: '現在、独自のモデルプロバイダを使用しています。',
293293
close: '閉じる',
294-
trialQuotaTip: 'お客様の Anthropic 試用枠は 2025/03/11 に失効し、その後は利用できなくなります。お早めにご利用ください。',
294+
trialQuotaTip: 'お客様の Anthropic 試用枠は 2025/03/17 に失効し、その後は利用できなくなります。お早めにご利用ください。',
295295
},
296296
anthropic: {
297297
using: '埋め込み機能は使用中です',

web/i18n/zh-Hans/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ const translation = {
290290
usedUp: '试用额度已用完,请在下方添加自己的模型供应商',
291291
useYourModel: '当前正在使用你自己的模型供应商。',
292292
close: '关闭',
293-
trialQuotaTip: '您的 Anthropic 体验额度将于 2025/03/11 过期,过期后将无法使用,请尽快体验。',
293+
trialQuotaTip: '您的 Anthropic 体验额度将于 2025/03/17 过期,过期后将无法使用,请尽快体验。',
294294
},
295295
anthropic: {
296296
using: '嵌入能力正在使用',

0 commit comments

Comments
 (0)