feat(i18n): 添加缓存命中/创建/命中率文案

This commit is contained in:
feitianbubu
2026-06-06 22:32:37 +08:00
parent 029b6d61a2
commit 0760cda921
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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',
+3
View File
@@ -900,6 +900,9 @@ export default {
unknown: '未知',
in: '输入',
out: '输出',
cacheHit: '缓存命中',
cacheCreate: '缓存创建',
cacheHitRate: '缓存命中率',
inputTokenPrice: '输入单价',
outputTokenPrice: '输出单价',
perMillionTokens: '/ 1M Token',