Fix token usage history gaps and add dev detail popup (#386)
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
d3960a3d0f
commit
80e89ddc5c
@@ -33,7 +33,7 @@
|
||||
"more": "+{{count}} 件",
|
||||
"recentTokenHistory": {
|
||||
"title": "最近のトークン使用量",
|
||||
"description": "トークン使用量が記録された最新のアシスタント応答を表示します。",
|
||||
"description": "モデル/プロバイダー使用情報を含む、最近のアシスタント応答とツール結果を表示します。",
|
||||
"loading": "トークン使用履歴を読み込み中...",
|
||||
"empty": "トークン使用履歴はまだありません",
|
||||
"groupByModel": "モデル別",
|
||||
@@ -55,6 +55,9 @@
|
||||
"output": "出力 {{value}}",
|
||||
"cacheRead": "キャッシュ読取 {{value}}",
|
||||
"cacheWrite": "キャッシュ書込 {{value}}",
|
||||
"cost": "コスト ${{amount}}"
|
||||
"cost": "コスト ${{amount}}",
|
||||
"viewContent": "内容を見る",
|
||||
"contentDialogTitle": "使用量詳細の内容",
|
||||
"close": "閉じる"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user