diff --git a/frontend/src/components/account/AccountQuotaInfo.vue b/frontend/src/components/account/AccountQuotaInfo.vue index 512b4451..b639a7e2 100644 --- a/frontend/src/components/account/AccountQuotaInfo.vue +++ b/frontend/src/components/account/AccountQuotaInfo.vue @@ -1,28 +1,29 @@ diff --git a/frontend/src/components/account/AccountUsageCell.vue b/frontend/src/components/account/AccountUsageCell.vue index 19ada2fd..9b89fefc 100644 --- a/frontend/src/components/account/AccountUsageCell.vue +++ b/frontend/src/components/account/AccountUsageCell.vue @@ -229,6 +229,7 @@ +
@@ -240,7 +241,8 @@
{{ error }}
-
+ +
+ +
+ {{ t('admin.accounts.gemini.rateLimit.unlimited') }} +
diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 4c9c2e84..60178451 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -1347,6 +1347,7 @@ export default { }, rateLimit: { ok: 'Not rate limited', + unlimited: 'Unlimited', limited: 'Rate limited {time}', now: 'now' } diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index af203cf9..afb58a18 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -1484,6 +1484,7 @@ export default { }, rateLimit: { ok: '未限流', + unlimited: '无限流', limited: '限流 {time}', now: '现在' }