Files
lobehub/locales/zh-TW/spend.json

36 lines
1.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"duration.TPS": "TPS每秒權杖數每秒輸出的權杖數量",
"duration.TTFT": "TTFT首次權杖時間第一個權杖的延遲時間",
"duration.completion": "輸出完成時間",
"duration.latency": "耗時",
"duration.stage.end": "結束",
"duration.stage.firstToken": "第一個權杖",
"duration.stage.start": "開始",
"table.columns.TTFT.tooltip": "首次權杖時間,單位:秒",
"table.columns.duration": "耗時",
"table.columns.model": "模型",
"table.columns.spend": "使用點數",
"table.columns.startTime": "建立時間",
"table.columns.totalTokens": "權杖使用量",
"table.columns.trigger.enums.api": "API 呼叫",
"table.columns.trigger.enums.bot": "機器人訊息",
"table.columns.trigger.enums.chat": "聊天訊息",
"table.columns.trigger.enums.cron": "排程任務",
"table.columns.trigger.enums.eval": "基準評估",
"table.columns.trigger.enums.file_embedding": "檔案嵌入",
"table.columns.trigger.enums.memory": "記憶提取",
"table.columns.trigger.enums.semantic_search": "知識搜尋",
"table.columns.trigger.enums.topic": "主題摘要",
"table.columns.trigger.title": "觸發器",
"table.columns.type.enums.chat": "文字生成",
"table.columns.type.enums.embedding": "嵌入",
"table.columns.type.enums.imageGeneration": "圖像生成",
"table.columns.type.enums.videoGeneration": "影片生成",
"table.columns.type.title": "類型",
"table.desc": "文字生成、嵌入、圖像生成等計算點數使用詳情",
"table.more": "查看詳情",
"table.title": "計算點數使用詳情",
"table.totalToken.input": "輸入",
"table.totalToken.output": "輸出"
}