From 0760cda9212973027641fcd3a748b5a6b71c372c Mon Sep 17 00:00:00 2001 From: feitianbubu Date: Sat, 6 Jun 2026 22:05:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=B7=BB=E5=8A=A0=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E5=91=BD=E4=B8=AD/=E5=88=9B=E5=BB=BA/=E5=91=BD?= =?UTF-8?q?=E4=B8=AD=E7=8E=87=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/locales/en.ts | 3 +++ frontend/src/i18n/locales/zh.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 067ebbc0a7..1ad34b0e65 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -896,6 +896,9 @@ export default { unknown: 'Unknown', in: 'In', out: 'Out', + cacheHit: 'Cache hit', + cacheCreate: 'Cache create', + cacheHitRate: 'Cache hit rate', inputTokenPrice: 'Input price', outputTokenPrice: 'Output price', perMillionTokens: '/ 1M tokens', diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index a4f3b3eb60..2868e5d598 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -900,6 +900,9 @@ export default { unknown: '未知', in: '输入', out: '输出', + cacheHit: '缓存命中', + cacheCreate: '缓存创建', + cacheHitRate: '缓存命中率', inputTokenPrice: '输入单价', outputTokenPrice: '输出单价', perMillionTokens: '/ 1M Token',